@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light);
@charset "UTF-8";
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #3490dc;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66d9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #38c172;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3490dc;
  --secondary: #6c757d;
  --success: #38c172;
  --info: #6cb2eb;
  --warning: #ffed4a;
  --danger: #e3342f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --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: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}

[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: #3490dc;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #1d68a7;
  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.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8fafc;
  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: #f66d9b;
  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.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6e0f5;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #95c5ed;
}

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

.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: #c7eed8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #98dfb6;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d6e9f9;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b3d7f5;
}

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

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

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

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

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

.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.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #a1cbef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control: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.6;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  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.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  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: 80%;
  color: #38c172;
}

.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.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(56, 193, 114, 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: #38c172;
  padding-right: calc(1.6em + 0.75rem);
  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='%2338c172' 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.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #38c172;
  padding-right: calc(0.75em + 2.3125rem);
  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='%2338c172' 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.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #38c172;
}
.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: #38c172;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #38c172;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #5cd08d;
  background-color: #5cd08d;
}
.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(56, 193, 114, 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: #38c172;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #38c172;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

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

.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.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(227, 52, 47, 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: #e3342f;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' 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='%23e3342f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e3342f;
  padding-right: calc(0.75em + 2.3125rem);
  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='%23e3342f' 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='%23e3342f' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e3342f;
}
.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: #e3342f;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e3342f;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e9605c;
  background-color: #e9605c;
}
.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(227, 52, 47, 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: #e3342f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e3342f;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 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;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  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(52, 144, 220, 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: #3490dc;
  border-color: #3490dc;
}
.btn-primary:hover {
  color: #fff;
  background-color: #227dc7;
  border-color: #2176bd;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #227dc7;
  border-color: #2176bd;
  box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2176bd;
  border-color: #1f6fb2;
}
.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(82, 161, 225, 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: #38c172;
  border-color: #38c172;
}
.btn-success:hover {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
  box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2d995b;
  border-color: #2a9055;
}
.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(86, 202, 135, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-info:hover {
  color: #fff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3f9ae5;
  border-color: #3495e3;
}
.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(97, 157, 206, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ffe924;
  border-color: #ffe817;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #ffe924;
  border-color: #ffe817;
  box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffe817;
  border-color: #ffe70a;
}
.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, 207, 69, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c51f1a;
  border-color: #b91d19;
}
.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(231, 82, 78, 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: #3490dc;
  border-color: #3490dc;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3490dc;
  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: #3490dc;
  border-color: #3490dc;
}
.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(52, 144, 220, 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: #38c172;
  border-color: #38c172;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #38c172;
  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: #38c172;
  border-color: #38c172;
}
.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(56, 193, 114, 0.5);
}

.btn-outline-info {
  color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6cb2eb;
  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: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.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(108, 178, 235, 0.5);
}

.btn-outline-warning {
  color: #ffed4a;
  border-color: #ffed4a;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffed4a;
  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: #ffed4a;
  border-color: #ffed4a;
}
.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, 237, 74, 0.5);
}

.btn-outline-danger {
  color: #e3342f;
  border-color: #e3342f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e3342f;
  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: #e3342f;
  border-color: #e3342f;
}
.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(227, 52, 47, 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: #3490dc;
  text-decoration: none;
}
.btn-link:hover {
  color: #1d68a7;
  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.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  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;
  }
}

.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: 0.9rem;
  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: #3490dc;
}
.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.7875rem;
  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(: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::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::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: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  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.125rem;
  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.7875rem;
  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.44rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          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.22rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3490dc;
  background-color: #3490dc;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a1cbef;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #cce3f6;
  border-color: #cce3f6;
}
.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.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.22rem;
  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: #3490dc;
  background-color: #3490dc;
}
.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(52, 144, 220, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 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(52, 144, 220, 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.22rem + 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(52, 144, 220, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #a1cbef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 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.7875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #a1cbef;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 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.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6;
  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.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #cce3f6;
}
.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: #3490dc;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #cce3f6;
}
.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: #3490dc;
  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: #cce3f6;
}
.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;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8fafc;
  border-color: #dee2e6 #dee2e6 #f8fafc;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.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.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  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.125rem;
  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 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

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

.breadcrumb {
  display: 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: #3490dc;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #1d68a7;
  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(52, 144, 220, 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: #3490dc;
  border-color: #3490dc;
}
.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.125rem;
  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.7875rem;
  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: #3490dc;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #2176bd;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 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: #38c172;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #2d995b;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #6cb2eb;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #3f9ae5;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffed4a;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #ffe817;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e3342f;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #c51f1a;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 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: 3.85rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1b4b72;
  background-color: #d6e9f8;
  border-color: #c6e0f5;
}
.alert-primary hr {
  border-top-color: #b0d4f1;
}
.alert-primary .alert-link {
  color: #113049;
}

.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: #1d643b;
  background-color: #d7f3e3;
  border-color: #c7eed8;
}
.alert-success hr {
  border-top-color: #b3e8ca;
}
.alert-success .alert-link {
  color: #123c24;
}

.alert-info {
  color: #385d7a;
  background-color: #e2f0fb;
  border-color: #d6e9f9;
}
.alert-info hr {
  border-top-color: #c0ddf6;
}
.alert-info .alert-link {
  color: #284257;
}

.alert-warning {
  color: #857b26;
  background-color: #fffbdb;
  border-color: #fffacc;
}
.alert-warning hr {
  border-top-color: #fff8b3;
}
.alert-warning .alert-link {
  color: #5d561b;
}

.alert-danger {
  color: #761b18;
  background-color: #f9d6d5;
  border-color: #f7c6c5;
}
.alert-danger hr {
  border-top-color: #f4b0af;
}
.alert-danger .alert-link {
  color: #4c110f;
}

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

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

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.675rem;
  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: #3490dc;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

.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: #3490dc;
  border-color: #3490dc;
}
.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: #1b4b72;
  background-color: #c6e0f5;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1b4b72;
  background-color: #b0d4f1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1b4b72;
  border-color: #1b4b72;
}

.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: #1d643b;
  background-color: #c7eed8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1d643b;
  background-color: #b3e8ca;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1d643b;
  border-color: #1d643b;
}

.list-group-item-info {
  color: #385d7a;
  background-color: #d6e9f9;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #385d7a;
  background-color: #c0ddf6;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #385d7a;
  border-color: #385d7a;
}

.list-group-item-warning {
  color: #857b26;
  background-color: #fffacc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #857b26;
  background-color: #fff8b3;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #857b26;
  border-color: #857b26;
}

.list-group-item-danger {
  color: #761b18;
  background-color: #f7c6c5;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #761b18;
  background-color: #f4b0af;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #761b18;
  border-color: #761b18;
}

.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.35rem;
  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: -webkit-min-content;
  height: -moz-min-content;
  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.6;
}

.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: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  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: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  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: 0.9rem;
  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%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

.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%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 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;
}

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.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: #3490dc !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2176bd !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: #38c172 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2d995b !important;
}

.bg-info {
  background-color: #6cb2eb !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #3f9ae5 !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffe817 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c51f1a !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: #3490dc !important;
}

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

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

.border-info {
  border-color: #6cb2eb !important;
}

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

.border-danger {
  border-color: #e3342f !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.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  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: #3490dc !important;
}

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

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

.text-info {
  color: #6cb2eb !important;
}

a.text-info:hover, a.text-info:focus {
  color: #298fe2 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #fde300 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #ae1c17 !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;
  }

  thead {
    display: table-header-group;
  }

  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;
  }
}
/* Main Css File */
html {
  font-size: 62.5%;
  font-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #545b5f;
  font: normal 400 1.5rem/1.4 "Open Sans", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body:not(.loaded) > *:not(.loading-overlay) {
  visibility: hidden;
}

::-moz-selection {
  background-color: #282d3b;
  color: #fff;
}

::selection {
  background-color: #282d3b;
  color: #fff;
}

p {
  margin-bottom: 1.5rem;
}

ul,
ol {
  margin: 0 0 2.25rem;
  padding: 0;
  list-style: none;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

hr {
  max-width: 1730px;
  margin: 5.5rem auto 5.2rem;
  border: 0;
  border-top: 1px solid #dfdfdf;
}

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

:focus {
  outline: 0;
}

.btn.focus,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
button.focus,
button:focus,
button:active,
button:active:focus {
  box-shadow: none !important;
  outline: 0 !important;
}

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.loading-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  background: #fff;
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
.loaded > .loading-overlay {
  opacity: 0;
  visibility: hidden;
}

.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 .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);
  -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
  animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
}
.bounce-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.bounce-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@media (max-width: 768px) {
  html {
    font-size: 8px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 1.8rem;
  color: #282d3b;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
}

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

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

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

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

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

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

a {
  transition: all 0.3s;
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ff0000;
  text-decoration: underline;
}

.heading {
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.heading .title {
  margin-bottom: 1.6rem;
}
.heading p {
  letter-spacing: -0.015em;
}
.heading p:last-child {
  margin-bottom: 0;
}

.title {
  text-transform: uppercase;
}

.subtitle {
  border-bottom: 1px solid #e7e7e7;
  color: #282d3b;
  font: 700 1.6rem/1 "Open Sans", sans-serif;
  margin-bottom: 3rem;
  padding: 0 0 1rem;
  text-transform: uppercase;
}

.light-title {
  margin-bottom: 2rem;
  font-weight: 300;
}

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

@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  h1,
.h1 {
    font-size: 4rem;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container {
  padding: 0 10px;
}

.page-wrapper {
  position: relative;
  transition: transform 0.35s;
}
.mmenu-active .page-wrapper {
  transform: translateX(250px);
}

.main {
  flex: 1 1 auto;
}

.row.row-sm {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-sm [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.ajax-overlay {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1041;
}

@media (min-width: 1200px) {
  .padding-left-lg {
    padding-left: 35px;
  }

  .padding-right-lg {
    padding-right: 35px;
  }

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

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

  .col-xl-8col {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1220px) {
  .container {
    max-width: 1200px !important;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1420px !important;
  }
}
.mobile-menu-collapse {
  border: 0;
  background: transparent;
  color: #fff;
  padding: 1rem 0.5rem;
  font-size: 3.2rem;
  line-height: 1;
  display: none;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  cursor: pointer;
}
.mobile-menu-collapse i:before {
  margin: 0;
}

#category_megamenu {
  position: absolute;
  top: 169px;
  z-index: 10;
  width: 100%;
  background: white;
  display: none;
}

#category_megamenu.active {
  display: block;
}

#category_megamenu .container {
  padding: 20px 0px;
}

.header {
  background-color: #fff;
}
.header .container,
.header .container-fluid,
.header .container-sm,
.header .container-md,
.header .container-lg,
.header .container-xl {
  display: flex;
  align-items: center;
  position: relative;
}

.header-left,
.header-center,
.header-right {
  display: flex;
  align-items: center;
}

.header-right {
  margin-left: auto;
}

.header-center {
  margin-right: auto;
  margin-left: auto;
}

.header-top {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.025rem;
  color: #999;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
}
.header-top a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
}

.welcome-msg {
  display: none;
  position: relative;
  margin: 0.3rem 2rem 0.3rem 0;
  text-transform: uppercase;
}
.welcome-msg:after {
  position: absolute;
  top: 50%;
  right: -16px;
  height: 16px;
  margin-top: -8px;
  border-right: 1px solid #e7e7e7;
  content: "";
  opacity: 0.8;
}

.header-middle {
  padding: 16px 0px;
  background-color: #212121;
  box-shadow: 0 28px 57px rgba(0, 0, 0, 0.06);
}

.porto-icon {
  font-size: 26px;
  margin-right: 2.2rem;
  margin-left: 1rem;
  margin-bottom: 2px;
  color: #fff;
  display: inline-block;
}
.porto-icon:hover, .porto-icon:active, .porto-icon:focus {
  color: #fff;
  text-decoration: none;
}

.logo {
  display: block;
}
.logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.header-dropdown {
  position: relative;
  text-transform: uppercase;
}
.header-dropdown > a {
  display: inline-flex;
  position: relative;
  align-items: center;
  padding-right: 1.1rem;
}
.header-dropdown > a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  margin-left: 0.6rem;
  transform: translateY(-50%);
  font-family: "porto";
  font-size: 1.4rem;
  line-height: 1;
  content: "";
}
.header-dropdown a img {
  display: inline-block;
  max-width: 16px;
  height: auto;
  margin-right: 0.6rem;
}
.header-dropdown a:hover, .header-dropdown a:focus {
  text-decoration: none;
}

.header-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  transition: all 0.25s;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
.header-right .header-menu {
  right: 0;
  left: auto;
}
.header-dropdown:hover > .header-menu {
  opacity: 1;
  visibility: visible;
}
.header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu ul li {
  position: relative;
  margin: 0;
}
.header-menu ul a {
  display: flex;
  align-items: center;
  padding: 2px 9px;
  white-space: nowrap;
}
.header-menu a {
  color: inherit;
}
.header-menu a:hover, .header-menu a:focus {
  background-color: #ccc;
  color: #fff;
}

.header .btn-remove:before {
  display: none;
}

.header-dropdowns .header-dropdown + .header-dropdown, .header-dropdowns .header-dropdown + .dropdown {
  margin-left: 29px;
}
.header-dropdowns .header-dropdown + .header-dropdown:before, .header-dropdowns .header-dropdown + .dropdown:before {
  position: absolute;
  top: 50%;
  left: -16px;
  height: 16px;
  margin-top: -8px;
  border-right: 1px solid #e7e7e7;
  content: "";
  opacity: 0.8;
}

.dropdownmenu-wrapper {
  position: relative;
  background-color: #fff;
  padding: 2rem;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  box-shadow: 0 29px 28px rgba(0, 0, 0, 0.1);
}

.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
  display: block;
  left: 0;
  top: 100%;
  width: 300px;
  padding-top: 10px;
  z-index: 100;
  font-size: 1.1rem;
  color: #777;
  border: 0;
  margin: 0;
  background-color: transparent;
  box-shadow: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}
.cart-dropdown .dropdown-menu.show,
.compare-dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
.cart-dropdown:hover .dropdown-menu,
.compare-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.compare-dropdown .dropdown-toggle,
.cart-dropdown .dropdown-toggle {
  text-decoration: none;
}
.compare-dropdown .dropdown-toggle:hover, .compare-dropdown .dropdown-toggle:focus,
.cart-dropdown .dropdown-toggle:hover,
.cart-dropdown .dropdown-toggle:focus {
  text-decoration: none;
}

.compare-dropdown .dropdown-toggle {
  text-transform: uppercase;
}
.compare-dropdown .dropdown-toggle i {
  margin-top: -0.2rem;
  margin-right: 0.2rem;
}
.compare-dropdown .dropdown-toggle i:before {
  margin: 0;
}
.compare-dropdown .dropdown-toggle:after {
  display: none;
}

.compare-products {
  margin: 0;
  padding: 0;
  list-style: none;
}
.compare-products .product {
  position: relative;
  margin: 0;
  padding: 0.5rem 0;
  box-shadow: none !important;
}
.compare-products .product:hover {
  box-shadow: none;
}
.compare-products .product-title {
  margin: 0;
  color: #696969;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
}
.compare-products .btn-remove {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  margin-top: -1.2rem;
  padding: 0.5rem 0;
  color: #777;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}

.compare-actions {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.compare-actions .action-link {
  display: inline-block;
  color: #777;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.compare-actions .btn {
  min-width: 110px;
  margin-left: auto;
  padding: 0.9rem 1rem;
  border: 0;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-align: center;
  text-transform: uppercase;
}

.cart-dropdown .dropdown-toggle {
  display: block;
  position: relative;
  padding-right: 1.5rem;
}
.cart-dropdown .dropdown-toggle .cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  padding-top: 2px;
  right: 0;
  line-height: 1;
  top: 0.3rem;
  border-radius: 50%;
  padding-bottom: 3px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #282d3b;
  color: #fff;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
}
.cart-dropdown .dropdown-toggle .minicart-icon {
  width: 25px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 0 0 5px 5px;
  position: relative;
  opacity: 0.9;
  top: 1.2rem;
  display: block;
}
.cart-dropdown .dropdown-toggle .minicart-icon:before {
  content: "";
  position: absolute;
  border: 2px solid;
  border-color: inherit;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  left: 50%;
  top: -8px;
  margin-left: -7.5px;
  width: 15px;
  height: 11px;
}
.cart-dropdown .dropdown-toggle:after {
  border: none;
}
.cart-dropdown .dropdown-menu {
  right: 0;
  left: auto;
  padding-top: 8px;
}
.cart-dropdown .dropdownmenu-wrapper {
  padding: 1.6rem 1.9rem;
}
.cart-dropdown .dropdownmenu-wrapper:before {
  right: 28px;
  left: auto;
}
.cart-dropdown .dropdownmenu-wrapper:after {
  right: 29px;
  left: auto;
}
.cart-dropdown .product {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 1.6rem 1rem;
  border-bottom: 1px solid #e6ebee;
  box-shadow: none !important;
}
.cart-dropdown .product-image-container {
  position: relative;
  max-width: 80px;
  margin: 0;
  margin-left: auto;
  border: 1px solid #ededed;
}
.cart-dropdown .product-image-container a:after {
  display: none;
}
.cart-dropdown .product-title {
  margin-bottom: 0.2rem;
  color: #696969;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
}
.cart-dropdown .product-details {
  color: #696969;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
}
.cart-dropdown .btn-remove {
  display: flex;
  position: absolute;
  top: -1rem;
  right: -1rem;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
  color: #474747;
  font-size: 1.1rem;
  line-height: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cart-dropdown .btn-remove:hover, .cart-dropdown .btn-remove:focus {
  color: #ff0000;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.dropdown-cart-header,
.dropdown-cart-total {
  padding: 0.7rem 1rem;
  display: flex;
  align-items: flex-end;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #474747;
}

.dropdown-cart-total {
  margin-bottom: 1.1rem;
}
.dropdown-cart-total .cart-total-price {
  margin-left: auto;
  font-size: 1.5rem;
}

.dropdown-cart-header {
  border-bottom: 1px solid #e6ebee;
  margin-bottom: 0;
  padding-top: 0;
}
.dropdown-cart-header a {
  color: inherit;
  margin-left: auto;
  font-size: 1.2rem;
}

.dropdown-cart-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 1rem 1.5rem;
}
.dropdown-cart-action .btn {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #fff;
  border-color: #282d3b;
  background-color: #282d3b;
  border-radius: 0.2rem;
  min-width: 110px;
  padding: 1.25rem 1rem;
  font-family: "Open Sans", sans-serif;
}
.dropdown-cart-action .btn:hover, .dropdown-cart-action .btn:focus {
  color: #fff;
  border-color: #32394a;
  background-color: #32394a;
}

.header-search {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 1;
}
.header-search .header-search-wrapper {
  display: none;
  align-items: stretch;
  overflow: visible;
  border: none;
  position: relative;
  width: 100%;
  min-width: 250px;
}
.header-search .header-search-wrapper:after {
  display: block;
  clear: both;
  content: "";
}
.header-search .header-search-wrapper.show {
  display: flex;
}
.header-search form {
  margin: 0;
}
.header-search .select-custom {
  flex: 0 0 152px;
  margin: 0;
  background: #fff;
}
.header-search .select-custom:after {
  right: 2.8rem;
  color: #8d8d8d;
  font-size: 1.4rem;
}
.header-search .form-control,
.header-search select {
  height: 50px;
  font: 400 1.3rem/1.5 "Open Sans", sans-serif;
  background: #fff;
  margin: 0;
}
.header-search .form-control {
  font-size: 1.4rem;
  flex: 1 1 auto;
  width: 352px;
  margin: 0;
  padding: 4px 25px;
  border: none;
  border-radius: 30px 0 0 30px;
  color: #8d8d8d;
  line-height: 20px;
  box-shadow: none;
}
.header-search .form-control::-moz-placeholder {
  color: #8d8d8d;
}
.header-search .form-control:-ms-input-placeholder {
  color: #8d8d8d;
}
.header-search .form-control::placeholder {
  color: #8d8d8d;
}
.header-search select {
  width: 100%;
  border: none;
  border-left: 1px solid #e7e7e7;
  line-height: 36px;
  color: #8d8d8d;
  padding: 1px 20px 1px 15px;
  padding-left: 25px;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.header-search .search-toggle {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  min-width: 2.5rem;
  padding: 1rem 0;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.header-search .search-toggle i {
  display: inline-block;
  margin-bottom: 0;
}
.header-search .btn {
  flex: 0 0 65px;
  min-width: 0;
  color: #fff;
  background-color: transparent;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  border: none;
  border-left: 2px solid #fff;
  padding: 0 3px 0 0;
  margin: 0;
  background-color: #ff0000;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
}
.header-search .btn i:before {
  margin: 0;
}
.header-search .btn:hover, .header-search .btn:focus {
  background-color: #333333;
}

.header-contact {
  position: relative;
  color: #282d3b;
  letter-spacing: 0;
  font-size: 1.8rem;
  line-height: 1.4;
  padding-right: 3.6rem;
  margin-right: 3.2rem;
}
.header-contact:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 2px;
  height: 43px;
  margin-top: -21.5px;
  background-color: #efefef;
}
.header-contact span {
  display: block;
  color: #787d7f;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.header-contact a {
  color: inherit;
}
.header-contact a:hover, .header-contact a:focus {
  color: #ff0000;
  text-decoration: none;
}

.header-bottom .menu > li > a {
  color: #ffffff;
}

.header-bottom {
  background-color: #fff;
  box-shadow: 0 28px 57px rgba(0, 0, 0, 0.06);
  z-index: 10;
}
.header-bottom .container,
.header-bottom .container-fluid,
.header-bottom .container-sm,
.header-bottom .container-md,
.header-bottom .container-lg,
.header-bottom .container-xl {
  position: relative;
}
.header-bottom .logo,
.header-bottom .cart-dropdown,
.header-bottom .porto-icon {
  display: none;
}
.header-bottom .logo {
  margin-right: 2.5rem;
}
.header-bottom .logo img {
  width: auto;
  max-height: 32px;
}
.header-bottom .cart-dropdown {
  order: 2;
  margin-left: auto;
}
.header-bottom .cart-dropdown .dropdown-toggle {
  padding-right: 1.6rem;
}
.header-bottom .cart-dropdown .dropdown-toggle:before {
  font-size: 2.6rem;
}
.header-bottom .cart-dropdown .dropdownmenu-wrapper:before {
  right: 15px;
}
.header-bottom .cart-dropdown .dropdownmenu-wrapper:after {
  right: 16px;
}

.mobile-menu-toggler {
  border: 0;
  background: transparent;
  color: #fff;
  padding: 1rem 0.5rem;
  font-size: 3.2rem;
  line-height: 1;
  display: none;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  cursor: pointer;
}
.mobile-menu-toggler i:before {
  margin: 0;
}

@media (min-width: 576px) {
  .welcome-msg {
    display: block;
  }
}
@media (min-width: 768px) {
  .welcome-msg {
    margin-right: 3rem;
  }
}
@media (min-width: 992px) {
  .dropdown-expanded > a {
    display: none;
  }
  .dropdown-expanded .header-menu {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }
  .dropdown-expanded .header-menu ul {
    display: flex;
    align-items: center;
  }
  .dropdown-expanded .header-menu ul li + li {
    margin-left: 3rem;
  }
  .dropdown-expanded .header-menu ul li + li:before {
    position: absolute;
    top: 50%;
    left: -16px;
    height: 16px;
    margin-top: -8px;
    border-right: 1px solid #e7e7e7;
    content: "";
    opacity: 0.8;
  }
  .dropdown-expanded .header-menu ul a {
    padding: 0;
  }
  .dropdown-expanded .header-menu a {
    color: inherit;
  }
  .dropdown-expanded .header-menu a:hover, .dropdown-expanded .header-menu a:focus {
    background-color: transparent;
    color: #999;
    text-decoration: underline;
  }

  .header-search .search-toggle {
    display: none;
  }
  .header-search form {
    width: 570px;
  }
  .header-search .header-search-wrapper {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .header-middle .header-center {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .header-search {
    margin-left: 5px;
  }
  .header-search .header-search-wrapper {
    position: absolute;
    top: 100%;
    right: -40px;
    width: 450px;
    margin-top: 0.3rem;
    border-width: 5px;
    border-radius: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.075);
    z-index: 99;
    border-color: #dbe0e2;
  }
  .header-search .header-search-wrapper:before {
    display: block;
    position: absolute;
    top: -20px;
    right: 49px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom-color: #dbe0e2;
    content: "";
  }
  .header-search .header-search-wrapper .form-control {
    border: 2px solid #e7e7e7;
    border-right: none;
  }
  .header-search .header-search-wrapper select {
    border: 2px solid #e7e7e7;
    border-right: none;
  }
  .header-search .header-search-wrapper .btn {
    border: 2px solid #e7e7e7;
  }

  .cart-dropdown .dropdown-toggle:before {
    font-size: 2.6rem;
  }

  .header-contact {
    margin-right: 1.8rem;
    padding-right: 2rem;
  }

  .header-middle .header-right {
    margin-left: 1rem;
    color: #fff;
  }

  .header-center {
    margin-right: 0;
    margin-left: auto;
  }

  .header .sticky-wrapper {
    display: none;
  }

  .mobile-menu-toggler,
.mobile-menu-collapse {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header-contact {
    display: none;
  }

  .header-search .header-search-wrapper {
    width: 380px;
  }
  .header-search .select-custom {
    flex: 0 0 132px;
  }
  .header-search .btn {
    flex: 0 0 40px;
  }

  .cart-dropdown .dropdown-toggle:before {
    font-size: 2.3rem;
  }

  .header-middle .header-right {
    margin-left: 0.7rem;
  }
}
@media (max-width: 479px) {
  .header-search .header-search-wrapper {
    width: 320px;
  }

  .compare-dropdown {
    display: none;
  }
}
@media (max-width: 360px) {
  .header-search .header-search-wrapper {
    width: 240px;
  }
  .header-search .select-custom {
    display: none;
  }

  .cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
    width: 260px;
  }
  .cart-dropdown .dropdownmenu-wrapper,
.compare-dropdown .dropdownmenu-wrapper {
    padding: 1rem 1.4rem;
  }

  .dropdown-cart-action .btn {
    min-width: 100px;
  }
}
@media (max-width: 1219px) {
  .header-bottom.fixed .menu .special-effect {
    display: none;
  }
}
.main-nav {
  width: 100%;
  margin-left: -1rem;
}

.menu,
.menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu:after {
  display: block;
  clear: both;
  content: "";
}
.menu li {
  position: relative;
}
.menu li.megamenu-container {
  position: static;
}
.menu > li {
  float: left;
}
.menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
}
.menu ul ul {
  top: -1rem;
  left: 100%;
}
.menu .megamenu {
  display: none;
  position: absolute;
  top: auto;
  right: 1.5rem;
  left: 1.5rem;
  z-index: 999;
}
.menu .megamenu.megamenu-fixed-width {
  right: auto;
  left: 0;
}
.menu a {
  display: block;
  position: relative;
  text-decoration: none;
}

.menu li:hover > ul,
.menu li.show > ul,
.menu li:hover > .megamenu,
.menu li.show > .megamenu {
  display: block;
}

.menu {
  line-height: 1.8;
}
.menu li {
  padding-right: 1rem;
  padding-left: 1rem;
}
.menu li a {
  display: block;
  padding: 0.7rem 1rem;
  transition: background 0.25s;
  color: #696969;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.menu li .menu-title {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #434d53;
  letter-spacing: -0.01rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.menu li .menu-title a {
  padding: 0.7rem 2rem;
  color: #434d53;
  font-size: 1.3rem;
  font-weight: 700;
}
.menu li .menu-title a:hover, .menu li .menu-title a:focus {
  text-decoration: underline;
}
.menu > li {
  padding-right: 0;
  padding-left: 0;
  margin: 1.4rem 1.5rem 1rem 0;
}
.menu > li > a {
  font-weight: 700;
  font-size: 1.3rem;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  color: black;
}
.menu > li.special-effect > a {
  color: #ff0000;
}
.menu > li.buy-effect {
  margin-right: -1rem;
}
.menu.sf-arrows > li > a.sf-with-ul {
  padding-right: 2.8rem;
}
.menu.sf-arrows .sf-with-ul {
  position: relative;
}
.menu.sf-arrows .sf-with-ul:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -1px;
  transform: translateY(-50%);
  font-family: "porto";
  font-size: 1.3rem;
  line-height: 1;
  content: "";
}
.menu.sf-arrows ul .sf-with-ul:after {
  right: 1rem;
  content: "";
}
.menu .megamenu,
.menu ul {
  background-color: #fff;
  box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1);
}
.menu ul {
  min-width: 295px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.menu .megamenu {
  padding: 1rem;
}
.menu .megamenu ul {
  display: block;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  min-width: 0;
  margin: 0 0 1.25rem;
  padding: 0;
  box-shadow: none;
}
.menu .megamenu .banner {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background-color: transparent;
}
.menu .megamenu .banner a {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.menu .megamenu .banner img {
  position: absolute;
  height: 100%;
}
.menu .megamenu .banner img.product-promo {
  padding: 1rem;
}

.menu li:hover > a,
.menu li.show > a,
.menu li.active > a {
  background-color: #f4f4f4;
  color: #696969;
}
.menu > li:hover > a,
.menu > li.show > a,
.menu > li.active > a {
  color: #ff0000;
  background-color: transparent;
}
.menu.sf-arrows > li.show > a.sf-with-ul:before {
  opacity: 1;
  visibility: visible;
}
.menu .show > ul,
.menu .show > .megamenu {
  opacity: 1 !important;
}

.tip {
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 0.3rem 0.4rem;
  z-index: 1;
  border-radius: 0.2rem;
  line-height: 1;
  margin: -2px 0 0 1rem;
  vertical-align: middle;
  text-transform: uppercase;
}
.tip:before {
  position: absolute;
  top: 50%;
  right: 100%;
  left: auto;
  margin-top: -3px;
  border: 3px solid transparent;
  content: "";
}
.tip.tip-new {
  background-color: #0fc567;
}
.tip.tip-new:before {
  border-right-color: #0fc567;
}
.tip.tip-hot {
  background-color: #eb2771;
}
.tip.tip-hot:before {
  border-right-color: #eb2771;
}

.menu > li > a .tip {
  position: absolute;
  top: -4px;
  right: 22px;
  margin: 0;
}
.menu > li > a .tip:before {
  position: absolute;
  top: 100%;
  left: 3px;
  width: 3px;
  height: 3px;
  margin: 0;
  border-color: transparent;
}
.menu > li > a .tip.tip-new:before {
  border-top-color: #0cc485;
}
.menu > li > a .tip.tip-hot:before {
  border-top-color: #eb2771;
}

#sidebar-menu .social-icons {
  justify-content: center;
  margin-bottom: 0;
}
#sidebar-menu .social-icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  border: 0;
  background-color: transparent;
  font-size: 2rem;
}
#sidebar-menu .social-icon + .social-icon {
  margin-left: 0.3rem;
}
#sidebar-menu .social-icon:hover, #sidebar-menu .social-icon:focus {
  background-color: transparent;
  color: #fafafa;
}

.mobile-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  z-index: 1001;
  height: 100%;
  background: #ffffff;
  transition: all 0.3s;
  margin-left: -250px;
  transform: translateX(-100%);
  transition: all 0.35s;
  background-color: #1d1e20;
  font-size: 1.6rem;
  line-height: 1.5;
  box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
  visibility: hidden;
  z-index: 1001;
  overflow-y: auto;
}
.mmenu-active .mobile-menu-container {
  transform: translateX(0);
  visibility: visible;
  margin-left: 0;
}
.mobile-menu-container .social-icons {
  justify-content: center;
  margin-bottom: 0;
}
.mobile-menu-container .social-icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  border: 0;
  background-color: transparent;
  font-size: 2rem;
}
.mobile-menu-container .social-icon + .social-icon {
  margin-left: 0.3rem;
}
.mobile-menu-container .social-icon:hover, .mobile-menu-container .social-icon:focus {
  background-color: transparent;
  color: #fafafa;
}

.mobile-menu-wrapper {
  position: relative;
  padding: 4.2rem 0 3rem;
}

.mobile-menu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.4rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  z-index: 9;
}

.mobile-menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.mmenu-active .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-nav {
  margin: 0 0 2rem;
  padding: 0;
}

.mobile-menu {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #242527;
  list-style: none;
}
.mobile-menu > li > a {
  text-transform: uppercase;
}
.mobile-menu li {
  display: block;
  position: relative;
  border-top: 1px solid #242527;
}
.mobile-menu li a {
  display: block;
  position: relative;
  margin-right: 4.5rem;
  padding: 1.1rem 0 1.1rem 1.5rem;
  color: #fff;
}
.mobile-menu li a:hover, .mobile-menu li a:focus {
  color: #ff0000;
  text-decoration: none;
}
.mobile-menu li.open > a, .mobile-menu li.active > a {
  color: #ff0000;
}
.mobile-menu li ul {
  display: none;
  margin: 0;
  padding: 0;
}
.mobile-menu li ul li a {
  padding-left: 2.5rem;
}
.mobile-menu li ul ul li a {
  padding-left: 3.5rem;
}

.mmenu-btn {
  display: flex;
  position: absolute;
  top: 50%;
  right: -3.8rem;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
.mmenu-btn:after {
  display: inline-block;
  margin-top: -2px;
  font-family: "porto";
  content: "";
}
.open > a > .mmenu-btn:after {
  content: "";
}

@-webkit-keyframes fixedHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.sticky-header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1040;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: fixedHeader;
  animation-name: fixedHeader;
}
.sticky-header.fixed .porto-icon {
  color: black;
}
.sticky-header.fixed .porto-icon:hover {
  color: #ff0000;
}
.sticky-header.fixed .minicart-icon,
.sticky-header.fixed .minicart-icon:before {
  border-color: #212121;
}
.sticky-header.fixed .main-nav {
  width: auto;
  background-color: transparent;
}
.sticky-header.fixed .menu > li.float-right > a {
  background-color: transparent;
}
.sticky-header.fixed .menu > li > a {
  color: black;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}
.sticky-header.fixed .menu > li:hover > a,
.sticky-header.fixed .menu > li.show > a,
.sticky-header.fixed .menu > li.active > a {
  color: #ff0000;
}
.sticky-header.fixed .logo,
.sticky-header.fixed .porto-icon,
.sticky-header.fixed .cart-dropdown {
  display: block;
}
.sticky-header.fixed-nav {
  position: fixed;
  top: 82px;
  right: 0;
  left: 0;
  height: 38px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 999;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: fixedHeader;
  animation-name: fixedHeader;
}
.sticky-header.fixed-nav .container {
  margin: 0 auto;
  padding-left: 1.5rem;
}
.sticky-header .buy-effect a {
  padding-left: 0;
  padding-right: 0;
}

.scroll {
  margin-right: 17px;
}

@media (max-width: 991px) {
  .sticky-header.fixed-nav {
    top: 0;
  }
}
@media (max-width: 575px) {
  .sticky-header.fixed-nav {
    display: none;
  }
}
.footer {
  background-color: #fff;
}

.mediosPago,
div.pagopar {
  width: 100%;
  height: auto;
  text-align: center;
}

ul.medios-lista {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  padding-bottom: 10px;
}

.pagopar ul.medios-lista li.method {
  transition: all 0.2s ease;
  max-width: 46px;
  height: 28px;
  line-height: 28px;
  opacity: 1;
}

.pagopar ul.medios-lista li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  margin-bottom: 5px;
}

.pagopar ul.medios-lista li.extra-method.hidden {
  display: none;
  opacity: 0;
}

.pagopar ul.medios-lista li.more {
  width: 46px;
  height: 28px;
  background-color: #0f68a8;
  border-radius: 4px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.pagopar ul.medios-lista li.more.active {
  background-color: #0a4f81;
}

.pagopar ul.medios-lista li.more.active::before {
  content: "-9";
}

.pagopar ul.medios-lista li.logo-pagopar {
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}

.pagopar ul.medios-lista li.logo-pagopar img {
  display: inline-block;
}

.pagopar ul.medios-lista li.more::before {
  content: "+9";
  color: #ffffff;
}

.footer-top {
  background-color: #212121;
  padding: 0;
  align-items: center;
}
.footer-top .row {
  align-items: center;
}
.footer-top a:hover,
.footer-top a:focus,
.footer-top a:active {
  text-decoration: none;
  color: #fff;
}
.footer-top form {
  margin: 0;
}
.footer-top button {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.005em;
  background-color: #ff0000;
  width: 20%;
  height: 50px;
  padding: 0.5rem 2.5rem;
  border: none;
  border-radius: 0 30px 30px 0;
  line-height: normal;
}
.footer-top button:hover {
  background-color: #333333;
  color: #fff;
}
.footer-top .form-control {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  width: 80%;
  padding: 1.55rem 2.5rem;
  line-height: normal;
  border-radius: 30px 0 0 30px;
  border: none;
  height: auto;
  margin: 0;
}
.footer-top .footer-submit-wrapper {
  display: flex;
  width: 570px;
  max-width: 100%;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.widget-newsletter-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  margin: 1rem 0;
}

p.widget-newsletter-content {
  font-size: 1.3rem;
  letter-spacing: 0.005em;
  color: #fff;
  margin: 1rem 0;
}

span.widget-newsletter-content {
  font-size: 1.6rem;
  letter-spacing: 0.005em;
  font-weight: 700;
  color: #fff;
}

.footer-middle {
  margin: 0rem 0 4rem;
}
.footer-middle img {
  margin-bottom: 3rem;
}

.widget {
  margin-top: 0;
}
.widget .widget-title {
  text-transform: none;
  color: black;
  font-size: 1.6rem;
  font-weight: 700;
}
.widget .links li {
  margin-bottom: 0.6rem;
}
.widget a {
  color: #777;
  font-size: 1.3rem;
}

a:hover,
a:focus,
a:active {
  color: black;
}

.contact-widget .widget-title {
  font-size: 1.1rem;
  color: #777;
  margin-bottom: 0;
  text-transform: uppercase;
}
.contact-widget.phone:before {
  font-family: porto;
  content: "";
  color: black;
  font-size: 3.4rem;
  margin-right: 0.6rem;
}
.contact-widget.phone {
  display: inline-block;
}
.contact-widget.phone a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #222529;
}
.contact-widget.email a {
  font-size: 1.6rem;
  letter-spacing: 0.005em;
  font-weight: 700;
  color: #222529;
}
.contact-widget.follow {
  margin-bottom: 2rem;
}
.contact-widget .social-icon {
  background-color: #fff;
  width: auto;
  height: auto;
  margin-right: 2rem;
  margin-top: 1rem;
}
.contact-widget .social-icons a i {
  font-size: 1.8rem;
  color: black;
}
.contact-widget .social-icons a:hover i {
  color: #ff0000;
}

.footer-bottom {
  border-top: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 2.5rem 0 5.2rem;
}

#scroll-top {
  height: 40px;
  position: fixed;
  right: 15px;
  width: 40px;
  z-index: 9999;
  bottom: 0;
  background-color: #43494e;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 11px 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  transition: all 0.3s, margin-right 0s;
  transform: translateY(40px);
}

#scroll-top:hover,
#scroll-top:focus {
  background-color: #3a4045;
}

#scroll-top.fixed {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .footer-top {
    padding-top: 2rem;
  }

  .widget-newsletter-title {
    margin-left: 2rem;
  }

  p.widget-newsletter-content {
    margin-left: 2rem;
  }
}
@media (min-width: 992px) {
  .footer .col-lg-2 {
    flex: 0 0 16.6%;
    max-width: 16.6%;
  }

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

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

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

  .footer-middle {
    margin-top: 4.8rem;
    margin-bottom: 3.2rem;
  }

  .footer-bottom {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 5.5rem;
  }

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

  .footer-payments {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 0;
  }

  .footer-bottom .social-icons {
    margin-left: 5.4rem;
  }

  .footer-bottom .contact-info {
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .footer-bottom .social-icons {
    margin-left: 9.2rem;
  }

  .contact-widget.follow {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .footer-middle img {
    margin-bottom: 2rem;
  }

  .footer-middle {
    margin: 2rem 0;
  }

  .footer-middle .col-lg-6:nth-child(2) {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  footer .col-lg-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  footer .col-lg-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  footer .col-lg-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  footer .col-lg-5 .footer-submit-wrapper {
    width: 80%;
  }
  footer .col-lg-5 .form-control {
    max-width: none;
  }
}
@media (min-width: 992px) {
  footer .col-lg-5 .footer-submit-wrapper {
    width: 100%;
  }
}
.product-intro.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0;
}
.product-intro.owl-carousel.owl-theme .owl-dots {
  top: -58px;
  position: absolute;
  right: 0;
}
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid;
  background: none;
  margin: 5px 2px;
  border-radius: 7px;
  border-color: rgba(0, 68, 102, 0.4);
  transition: opacity 0.2s;
}
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border-color: #ff0000;
}
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span:after, .product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span:after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 3px;
  right: 3px;
  top: 3px;
  border-radius: 10px;
  background-color: #ff0000;
}
.product-intro.owl-carousel.owl-theme .owl-nav {
  color: #333;
  font-size: 2.4rem;
}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev,
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
  opacity: 0;
  transition: opacity 0.2s, transform 0.4s;
  top: 30%;
  width: 30px;
}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
  text-align: left;
  left: -30px;
  padding-right: 30px;
  transform: translateX(-10px);
}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
  text-align: right;
  right: -30px;
  padding-left: 30px;
  transform: translateX(10px);
}
.product-intro.owl-carousel.owl-theme:hover .owl-prev,
.product-intro.owl-carousel.owl-theme:hover .owl-next {
  transform: translateX(0);
  opacity: 1;
}

.product-panel {
  margin-bottom: 3.5rem;
}
.product-panel .section-title {
  color: #313131;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 2.4rem;
}
.product-panel .section-title h2 {
  font: 700 1.6rem "Open Sans", sans-serif;
  letter-spacing: -0.01em;
  line-height: 22px;
  text-transform: uppercase;
}

.product-intro {
  padding-bottom: 1.6rem;
}

.product-default {
  color: #777;
  margin-bottom: 2rem;
  padding-top: 50px;
}
.product-default a {
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-default a:hover {
  color: #ff0000;
}
.product-default figure {
  margin-bottom: 1.6rem;
  position: relative;
}
.product-default figure img {
  transition: all 0.5s;
  height: auto;
  width: 100%;
}
.product-default figure img:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  left: 0;
}
.product-default figure img:first-child {
  opacity: 1;
  position: relative;
}
.product-default .label-group {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
}
.product-default .label-group > * {
  margin-bottom: 5px;
}
.product-default .product-label {
  text-transform: uppercase;
  padding: 5px 11px;
  font: 600 1rem/1 "Open Sans", sans-serif;
  color: #fff;
}
.product-default .product-label.label-sale {
  background-color: #62b959;
}
.product-default .product-label.label-cut {
  background-color: #e27c7c;
}
.product-default .product-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-default .category-list {
  font: 400 1rem "Open Sans", sans-serif;
  line-height: 1.7;
  opacity: 0.8;
  text-transform: uppercase;
}
.product-default .product-title {
  font: 400 1.5rem "Open Sans", sans-serif;
  letter-spacing: -0.01em;
  line-height: 1.35;
  margin-bottom: 0.72rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-default .tooltiptext {
  visibility: hidden;
  position: absolute;
  background-color: #333;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 1rem 0.7rem;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
}
.product-default .product-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  color: #333;
}
.product-default .btn-icon-wish,
.product-default .btn-quickview {
  display: flex;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  margin: 0 2px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.25s ease;
  transform: translateX(200%);
}
.product-default .btn-icon-wish.checked,
.product-default .btn-quickview.checked {
  color: #e27c7c;
}
.product-default .btn-icon-wish.checked i:before,
.product-default .btn-quickview.checked i:before {
  content: "";
}
.product-default .btn-quickview {
  font-size: 1.4rem;
  transform: translateX(-200%);
}
.product-default .btn-add-cart {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0 1rem;
  font: 1.4rem "Open Sans", sans-serif;
  line-height: 32px;
  margin: 0 2px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.product-default .btn-add-cart i {
  font-size: 1.8rem;
  margin-bottom: 2px;
}
.product-default .btn-add-cart i:before {
  margin: 0 4px 0 0;
}
.product-default:hover {
  z-index: 2;
}
.product-default:hover figure {
  box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}
.product-default:hover figure img:first-child {
  opacity: 0;
}
.product-default:hover figure img:last-child {
  opacity: 1;
}
.product-default:hover .btn-add-cart {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.product-default:hover .product-action a {
  transform: translateX(0);
  opacity: 1;
}

.tooltip-top:after {
  content: "";
  position: absolute;
  top: 96%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.old-price {
  text-decoration: line-through;
  font-size: 1.4rem;
  letter-spacing: 0.005em;
  font-weight: 600;
  color: #999;
  font-family: "Open Sans";
  margin-right: 3px;
}

.product-price {
  color: #465157;
  font: 600 1.8rem/0.8 "Open Sans", sans-serif;
}

.price-box {
  margin-bottom: 1.2rem;
}

.ratings-container {
  line-height: 1;
  margin: 0 0 10px 1px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.ratings-container .product-ratings,
.ratings-container .ratings {
  position: relative;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-family: "porto";
}
.ratings-container .product-ratings {
  height: 13px;
}
.ratings-container .product-ratings:before {
  content: "" "" "" "" "";
  color: rgba(0, 0, 0, 0.16);
}
.ratings-container .product-ratings:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.ratings-container .ratings {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}
.ratings-container .ratings:before {
  content: "" "" "" "" "";
  color: #6a6a6d;
}

.divide-line {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.divide-line > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  padding: 0;
}
.divide-line:not(.up-effect) .product-default .btn-quickview {
  width: calc(100% - 30px);
  margin: 0 15px;
}
.divide-line:not(.up-effect) .product-default .product-details {
  padding: 0 1.5rem;
}
.divide-line.up-effect .product-default {
  padding: 5rem 0 0;
  margin: 0;
  transition: all 0.3s;
}
.divide-line.up-effect .product-default .product-action {
  transition: all 0.3s;
  opacity: 0;
}
.divide-line.up-effect .product-default:hover {
  padding: 1rem 0 4rem;
}
.divide-line.up-effect .product-default:hover .product-action {
  opacity: 1;
}
.divide-line .product-default {
  margin-bottom: 0;
}
.divide-line .product-default:hover {
  box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}
.divide-line .product-default:hover figure {
  box-shadow: none;
}

.inner-quickview figure {
  position: relative;
}
.inner-quickview figure .btn-quickview {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
  height: auto;
  padding: 1.4rem;
  background-color: #1199dd;
  color: #fff;
  transform: none;
  margin: 0;
  border: none;
  transition: all 0.3s ease-out;
}
.inner-quickview figure .btn-quickview:hover {
  background-color: #ff0000;
}
.inner-quickview .product-details {
  align-items: flex-start;
}
.inner-quickview .product-title a {
  color: #212529;
}
.inner-quickview .product-title a:hover {
  color: #ff0000;
}
.inner-quickview .category-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.inner-quickview .category-wrap .btn-icon-wish {
  font-size: 1.5rem;
  transform: none;
  opacity: 1;
  width: auto;
  height: auto;
  border: none;
  margin-right: -2px;
}
.inner-quickview:hover .btn-quickview {
  visibility: visible;
  opacity: 1;
}

.inner-icon figure {
  position: relative;
}
.inner-icon figure .btn-icon-group {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.inner-icon figure .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin: 0 0 5px;
  width: 36px;
  height: 36px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: none;
}
.inner-icon figure .btn-icon i {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.inner-icon figure .btn-icon i:before {
  margin: 0;
}
.inner-icon figure .btn-icon i.icon-bag {
  font-size: 1.8rem;
}
.inner-icon figure .btn-icon:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.inner-icon:hover .btn-icon {
  background-color: #fff;
  border-color: #ddd;
  color: black;
  visibility: visible;
  opacity: 1;
}

.left-details .product-details {
  align-items: flex-start;
}
.left-details .btn-icon-wish,
.left-details .btn-quickview,
.left-details .btn-add-cart {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: black;
}
.left-details .btn-icon-wish:hover,
.left-details .btn-quickview:hover,
.left-details .btn-add-cart:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.left-details .btn-icon-wish,
.left-details .btn-quickview {
  transform: none;
}
.left-details .btn-add-cart {
  margin-left: 0;
  padding: 0 1.5rem;
}
.left-details .product-action {
  justify-content: flex-start;
}

.modal#addCartModal {
  width: 340px;
  top: calc((100% - 320px) / 2);
  left: calc((100% - 320px) / 2);
  padding: 10px !important;
  overflow: hidden;
}
.modal#addCartModal .modal-dialog {
  margin: 0;
}
.modal#addCartModal .modal-content {
  margin: 0;
  border: none;
  box-shadow: none;
}

.add-cart-box {
  padding: 19px 10px 20px !important;
  border-top: 4px solid #ff0000;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.add-cart-box h4 {
  font-weight: 500;
  color: #ff0000;
  margin-bottom: 1.8rem;
}
.add-cart-box img {
  margin: 0 auto 10px;
  width: 120px;
}
.add-cart-box .btn-actions {
  display: flex;
  justify-content: space-around;
}
.add-cart-box .btn-actions .btn-primary {
  width: 140px;
  padding: 8px 0;
  font: 500 16px "Open Sans", sans-serif;
  border: none;
  cursor: pointer;
}
.add-cart-box .btn-actions .btn-primary:focus, .add-cart-box .btn-actions .btn-primary:active, .add-cart-box .btn-actions .btn-primary:active:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.hidden-description {
  position: relative;
}
.hidden-description:hover figure {
  box-shadow: none;
}
.hidden-description:hover .btn-add-cart {
  background-color: #f4f4f4;
}
.hidden-description:hover .product-details {
  opacity: 1;
  transform: translateY(0);
}
.hidden-description figure {
  margin-bottom: 0;
}
.hidden-description figure .btn-icon-group {
  top: 1rem;
  right: 1rem;
}
.hidden-description .product-details {
  position: absolute;
  width: 100%;
  bottom: 46px;
  padding: 15px 20px 0;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s ease;
}
.hidden-description .product-action {
  position: absolute;
  left: 0;
  bottom: -46px;
  width: 100%;
}
.hidden-description .btn-quickview {
  transform: none;
  opacity: 0.85;
  background-color: #ff0000;
  color: #fff;
  width: 50%;
  margin: 0;
  border: none;
  height: 45px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.hidden-description .btn-quickview:hover {
  opacity: 1;
  color: #fff;
}
.hidden-description .btn-add-cart {
  z-index: 3;
  justify-content: center;
  margin: 0;
  width: 50%;
  height: 45px;
  border: none;
  background: #f4f4f4;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.hidden-description .btn-add-cart:hover {
  background-color: #ff0000;
  color: #fff;
}

.full-width {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.full-width [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.product-select-group {
  display: flex;
}

.product-select {
  margin: 0 4px 0 0;
  cursor: pointer;
}
.product-select.type-image {
  width: 32px;
  height: 32px;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.product-select.type-image.checked, .product-select.type-image.hover {
  border: 1px solid #ff0000;
}
.product-select.type-check {
  margin: 5px;
  overflow: visible;
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.product-select.type-check:after {
  content: "";
  background-color: transparent;
  border: 1px solid black;
  position: absolute;
  left: -3px;
  top: -3px;
  border-radius: 50%;
  width: 18px;
  display: block;
  height: 18px;
}
.product-select.type-check.checked:before {
  font-size: 8px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  color: #fff;
  height: 12px;
  line-height: 12px;
  margin-top: -6px;
  text-align: center;
}

.no-gaps {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
.no-gaps [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.no-gaps .product-details {
  padding: 0 1rem;
}
.no-gaps .product-default {
  margin-bottom: 0;
}
.no-gaps .product-default:nth-child(even) figure > a:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 37, 41, 0.01);
}

.inner-icon-inline figure .btn-icon-group {
  display: flex;
  flex-direction: row;
}
.inner-icon-inline figure .btn-icon {
  margin-left: 5px;
}

.overlay figure {
  margin: 0;
}
.overlay figure > a:first-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(27, 27, 23, 0);
  transition: all 0.25s;
}
.overlay figure .btn-quickview,
.overlay figure .btn-icon-group {
  z-index: 1;
}
.overlay figure .btn-icon {
  border-color: #fff;
  border-width: 2px;
  color: #fff;
  background-color: #4d4d4a;
  opacity: 0;
}
.overlay .product-details {
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s;
}
.overlay .product-details .product-category,
.overlay .product-details .product-title a,
.overlay .product-details .product-price {
  color: #fff;
}
.overlay .product-details a:hover {
  color: #ff0000;
}
.overlay .product-details .ratings-container .product-ratings:before {
  color: rgba(255, 255, 255, 0.6);
}
.overlay .product-details .price-box {
  margin-bottom: 0;
}
.overlay:hover figure, .overlay:nth-child(even):hover figure {
  box-shadow: none;
}
.overlay:hover figure > a:first-child:after, .overlay:nth-child(even):hover figure > a:first-child:after {
  background-color: rgba(27, 27, 23, 0.6);
}
.overlay:hover figure .btn-quickview,
.overlay:hover figure .btn-icon, .overlay:nth-child(even):hover figure .btn-quickview,
.overlay:nth-child(even):hover figure .btn-icon {
  opacity: 0.85;
  visibility: visible;
}
.overlay:hover figure .btn-quickview:hover,
.overlay:hover figure .btn-icon:hover, .overlay:nth-child(even):hover figure .btn-quickview:hover,
.overlay:nth-child(even):hover figure .btn-icon:hover {
  opacity: 1;
}
.overlay:hover figure .btn-icon, .overlay:nth-child(even):hover figure .btn-icon {
  border-color: #fff;
  border-width: 2px;
  color: #fff;
  background-color: #4d4d4a;
  opacity: 0.85;
}
.overlay:hover .product-details, .overlay:nth-child(even):hover .product-details {
  opacity: 1;
  transform: scale(1);
}

.overlay-dark figure {
  margin: 0;
}
.overlay-dark figure > a:first-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(27, 27, 23, 0.3);
  transition: all 0.25s;
}
.overlay-dark figure .btn-quickview,
.overlay-dark figure .btn-icon-group {
  z-index: 1;
}
.overlay-dark figure .btn-icon {
  border-color: #fff;
  border-width: 2px;
  color: #fff;
  background-color: #4d4d4a;
  opacity: 0;
  margin-left: 8px;
}
.overlay-dark figure .btn-quickview {
  border: 2px solid #fff;
  background-color: #4d4d4a;
  border-radius: 2rem;
  padding: 1rem 2.3rem;
  width: auto;
  height: auto;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
  transition: all 0.1s;
}
.overlay-dark .product-details {
  position: absolute;
  width: 100%;
  left: 2rem;
  bottom: 4rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s;
}
.overlay-dark .product-details .product-category,
.overlay-dark .product-details .product-title a,
.overlay-dark .product-details .product-price {
  color: #fff;
}
.overlay-dark .product-details a:hover {
  color: #ff0000;
}
.overlay-dark .product-details .ratings-container .product-ratings:before {
  color: rgba(255, 255, 255, 0.6);
}
.overlay-dark .product-details .price-box {
  margin-bottom: 0;
}
.overlay-dark:hover figure, .overlay-dark:nth-child(even):hover figure {
  box-shadow: none;
}
.overlay-dark:hover figure > a:first-child:after, .overlay-dark:nth-child(even):hover figure > a:first-child:after {
  background-color: rgba(27, 27, 23, 0.7);
}
.overlay-dark:hover figure .btn-quickview,
.overlay-dark:hover figure .btn-icon, .overlay-dark:nth-child(even):hover figure .btn-quickview,
.overlay-dark:nth-child(even):hover figure .btn-icon {
  opacity: 0.85;
}
.overlay-dark:hover figure .btn-quickview:hover,
.overlay-dark:hover figure .btn-icon:hover, .overlay-dark:nth-child(even):hover figure .btn-quickview:hover,
.overlay-dark:nth-child(even):hover figure .btn-icon:hover {
  background-color: #4d4d4a;
  opacity: 1;
}
.overlay-dark:hover figure .btn-icon, .overlay-dark:nth-child(even):hover figure .btn-icon {
  border-color: #fff;
  border-width: 2px;
  color: #fff;
  background-color: #4d4d4a;
  opacity: 0.85;
}
.overlay-dark:hover .product-details, .overlay-dark:nth-child(even):hover .product-details {
  opacity: 1;
  transform: translateY(0);
}

.creative-grid > div:not(:last-child) .product-default {
  height: 600px;
}
.creative-grid > div:last-child .product-default {
  height: 300px;
}
.creative-grid .product-default {
  padding-bottom: 2rem;
  margin-bottom: 0;
  position: relative;
}
.creative-grid .product-default figure {
  height: 100%;
}
.creative-grid .product-default figure img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: opacity 0.3s linear;
}
.creative-grid .product-default figure img:last-child {
  opacity: 0;
}
.creative-grid .product-default figure img:first-child {
  opacity: 1;
}
.creative-grid .product-default:hover figure img:first-child {
  opacity: 0;
}
.creative-grid .product-default:hover figure img:last-child {
  opacity: 1;
}

.inner-btn figure .btn-icon-group {
  top: auto;
  left: auto;
  right: 1.5rem;
  bottom: 1.5rem;
}
.inner-btn figure .btn-icon {
  position: relative;
  margin-bottom: 0;
}
.inner-btn figure .btn-quickview {
  background-color: #fff;
}
.inner-btn figure .btn-quickview i {
  font-size: 1.4rem;
}

.quantity-input .product-details {
  align-items: center;
}
.quantity-input .btn-add-cart {
  margin: 0 0 0 4px;
  margin-bottom: 1rem;
}
.quantity-input .btn-add-cart:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
}

.product-single-qty {
  max-width: 90px;
  max-height: 36px;
  margin-bottom: 1rem;
}
.product-single-qty .bootstrap-touchspin.input-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  max-width: 100%;
  max-height: 36px;
  padding-right: 0;
}
.product-single-qty .bootstrap-touchspin .form-control {
  height: 36px;
  padding: 1rem 0.2rem;
  color: #ff0000;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  box-shadow: none;
}
.product-single-qty .bootstrap-touchspin .form-control,
.product-single-qty .bootstrap-touchspin .form-control:not(:focus),
.product-single-qty .btn-outline:not(:disabled):not(.disabled):active {
  border-color: #dae2e6;
}
.product-single-qty .btn {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  margin: 0;
  padding: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  z-index: 2;
}
.product-single-qty .btn.btn-down-icon:hover:before, .product-single-qty .btn.btn-down-icon:hover:after,
.product-single-qty .btn.btn-up-icon:hover:before,
.product-single-qty .btn.btn-up-icon:hover:after {
  background-color: #ff0000;
}
.product-single-qty .btn.btn-outline {
  border-color: #dae2e6;
  color: #8798a1;
}
.product-single-qty .btn.btn-down-icon:after,
.product-single-qty .btn.btn-up-icon:before,
.product-single-qty .btn.btn-up-icon:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  margin-left: -0.55rem;
  background-color: black;
  content: "";
}
.product-single-qty .btn.btn-up-icon:before {
  transform: rotate(90deg);
}

.product-list {
  display: flex;
}
.product-list figure {
  max-width: 270px;
  margin-right: 20px;
  margin-bottom: 0;
}
.product-list .product-details {
  max-width: calc(100% - 270px);
}
.product-list .product-title {
  font: 600 1.8rem "Open Sans", sans-serif;
}
.product-list .product-description {
  font: 400 1.4rem "Open Sans", sans-serif;
  line-height: 24px;
  margin-bottom: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
}
.product-list .btn-add-cart {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 1rem;
}
.product-list .btn-icon-wish,
.product-list .btn-quickview {
  opacity: 1;
  background-color: #fff;
  color: #333;
  border-color: #dddddd;
  margin-right: 5px;
  margin-bottom: 5px;
}
.product-list:hover figure {
  box-shadow: none;
}

.product-widget {
  display: flex;
  margin-bottom: 15px;
}
.product-widget figure {
  max-width: 84px;
  margin-right: 20px;
  margin-bottom: 0;
}
.product-widget .product-details {
  max-width: calc(100% - 104px);
}
.product-widget .product-title {
  font-size: 1.4rem;
}
.product-widget .price-box {
  margin-bottom: 0;
}
.product-widget .product-price {
  font-size: 1.5rem;
}
.product-widget .old-price {
  font-size: 1.2rem;
}
.product-widget:hover figure {
  box-shadow: none;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-backdrop.fade {
  transition: opacity 0.3s linear;
}

.product-quick-view {
  background-color: #fff;
  padding: 2rem;
}
.product-quick-view .product-single-details .product-action {
  margin-bottom: 2.1rem;
}
.product-quick-view .product-single-filter {
  padding-bottom: 2.2rem;
}

.config-swatch-list {
  margin: 1.5rem 0 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.config-swatch-list li {
  margin-right: 0.4rem;
  margin-bottom: 0.3rem;
}
.config-swatch-list li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  color: #000;
}
.config-swatch-list li a span:last-child {
  padding-top: 0.3rem;
  color: #7a7d82;
  font-size: 1.2rem;
}
.config-swatch-list li .color-panel {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid #fff;
  transition: all 0.3s;
  margin-right: 1.5rem;
}
.config-swatch-list li:hover span:last-child {
  text-decoration: underline;
}

.config-swatch-list li.active a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-family: "porto";
  font-size: 1.1rem;
  line-height: 1;
  content: "";
}

.config-swatch-list a:hover .color-panel,
.config-swatch-list a:focus .color-panel,
.config-swatch-list li.active .color-panel {
  box-shadow: 0 0 0 0.1rem #dfdfdf;
}

@media (max-width: 767px) {
  .creative-grid > div:not(:last-child) .product-default {
    height: 400px;
  }
  .creative-grid > div:last-child .product-default {
    height: 200px;
  }
}
@media (min-width: 481px) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .col-xs-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 575px) {
  .divide-line > div:nth-child(2n) {
    border-right: none;
  }

  .product-list {
    flex-direction: column;
  }
  .product-list figure {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .product-list .product-details {
    max-width: none;
  }

  .product-action .btn-add-cart {
    display: block;
    padding: 0 8px;
    width: 36px;
    height: 36px;
    overflow: hidden;
  }
}
@media (min-width: 576px) {
  .divide-line > div:nth-child(2n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
  }

  .divide-line > div:nth-child(3n) {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .divide-line > div:nth-child(3n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
  }

  .divide-line > div:nth-child(4n) {
    border-right: none;
  }
}
@media (max-width: 1200px) {
  .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 10px;
  }
  .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 10px;
  }
}
@media (max-width: 1159px) {
  .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -30px;
  }
  .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
    right: -30px;
  }
}
@media (max-width: 1000px) {
  .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 10px;
  }
  .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 10px;
  }
}
.banner {
  display: block;
  position: relative;
  margin-bottom: 0;
  background-color: #ccc;
}
.banner.banner-cat {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  margin-bottom: 0;
  z-index: -10;
}
.banner > a {
  display: block;
}
.banner img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
.banner .banner-content {
  display: inline-block;
  padding-left: 20.6rem;
}
.banner .banner-title {
  color: black;
  font: 700 5.37rem/1.1 "Open Sans", sans-serif;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.banner .banner-subtitle {
  color: #444;
  font: 400 1.97rem/1.1 "Open Sans", sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.banner .banner-foot {
  color: #444;
  font-weight: 400;
  font: 400 2.41rem/1.1 "Open Sans", sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.banner .banner-foot span {
  font-weight: 700;
}

.banner-image > a {
  position: relative;
}
.banner-image > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(40, 45, 59, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.banner-image > a:hover:after, .banner-image > a:focus:after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .banner.banner-cat {
    height: 200px;
  }
  .banner .banner-title {
    font-size: 3.8rem;
  }
  .banner .banner-subtitle {
    font-size: 1.6rem;
  }
  .banner .banner-subtitle span {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .banner.banner-cat {
    height: 28.2rem;
  }
  .banner .banner-title {
    font-size: 5.3rem;
  }
  .banner .banner-subtitle {
    font-size: 1.97rem;
  }
  .banner banner-foot {
    font-size: 2.42rem;
  }
  .banner banner-foot span {
    font-size: 2.42rem;
  }
}
.breadcrumb-nav {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  padding: 1rem 0 0.7rem;
  margin-bottom: 3.5rem;
}

.breadcrumb {
  margin-bottom: 0;
  padding: 1.25rem 0;
  border-radius: 0;
  background-color: transparent;
}

.breadcrumb-item {
  text-transform: uppercase;
  font: 700 1.3rem "Open Sans", sans-serif;
  letter-spacing: 0.05em;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1.8rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: "";
  font-family: "porto";
  padding-right: 1.8rem;
  font-size: 1.6rem;
  vertical-align: middle;
  margin-top: -0.2rem;
  color: #000;
  font-weight: 500;
}

.breadcrumb-item a,
.breadcrumb-item.active {
  color: #000;
}

.page-header {
  padding: 3.8rem 0 5rem;
}
.breadcrumb-nav + .page-header {
  margin-top: -3rem;
}
.page-header h1 {
  color: #111;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.page-header h1 span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.page-header.page-header-bg {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #ccc;
}
.page-header.page-header-bg h1 {
  color: #fff;
}

.page-header h1,
.page-title {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-header {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
  .page-header h1 span {
    font-size: 1.6rem;
  }
  .page-header.page-header-bg {
    background-position: center right;
  }
}
@media (min-width: 992px) {
  .page-header {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .page-header h1 span {
    font-size: 1.8rem;
  }
}
@font-face {
  font-family: "porto";
  src: url(/fonts/porto.eot?5d57bf2dc8427baf504b9a6e378f1cf2);
  src: url(/fonts/porto.eot?5d57bf2dc8427baf504b9a6e378f1cf2) format("embedded-opentype"), url(/fonts/porto.woff2?39450c8fff6c37c71696bd5f94e00a63) format("woff2"), url(/fonts/porto.woff?bee8f43271603aa21c4cd03b5e90a6e1) format("woff"), url(/fonts/porto.ttf?8ed24752a276f0927c95386f09c0f297) format("truetype"), url(/fonts/porto.svg?5203779f6677340d4ce5f2fa06121455) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  font-family: "porto";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.icon-cancel:before {
  content: "";
}

.icon-spin2:before {
  content: "";
}

.icon-spin3:before {
  content: "";
}

.icon-spin4:before {
  content: "";
}

.icon-spin5:before {
  content: "";
}

.icon-spin6:before {
  content: "";
}

.icon-firefox:before {
  content: "";
}

.icon-chrome:before {
  content: "";
}

.icon-opera:before {
  content: "";
}

.icon-ie:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-down-dir:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-up-dir:before {
  content: "";
}

.icon-mode-grid:before {
  content: "";
}

.icon-mode-list:before {
  content: "";
}

.icon-compare:before {
  content: "";
}

.icon-wishlist:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-left-dir:before {
  content: "";
}

.icon-right-dir:before {
  content: "";
}

.icon-down-open:before {
  content: "";
}

.icon-left-open:before {
  content: "";
}

.icon-right-open:before {
  content: "";
}

.icon-up-open:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-down:before {
  content: "";
}

.icon-left:before {
  content: "";
}

.icon-right:before {
  content: "";
}

.icon-up:before {
  content: "";
}

.icon-angle-double-left:before {
  content: "";
}

.icon-angle-double-right:before {
  content: "";
}

.icon-angle-double-up:before {
  content: "";
}

.icon-angle-double-down:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-skype:before {
  content: "";
}

.icon-right-open-big:before {
  content: "";
}

.icon-left-open-big:before {
  content: "";
}

.icon-down-open-big:before {
  content: "";
}

.icon-up-open-big:before {
  content: "";
}

.icon-retweet:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-mail-alt:before {
  content: "";
}

.icon-fax:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-company:before {
  content: "";
}

.icon-city:before {
  content: "";
}

.icon-post:before {
  content: "";
}

.icon-country:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-doc:before {
  content: "";
}

.icon-mobile:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-folder-open:before {
  content: "";
}

.icon-forward:before {
  content: "";
}

.icon-reply:before {
  content: "";
}

.icon-cog:before {
  content: "";
}

.icon-cog-alt:before {
  content: "";
}

.icon-wrench:before {
  content: "";
}

.icon-quote-left:before {
  content: "";
}

.icon-quote-right:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-dollar:before {
  content: "";
}

.icon-euro:before {
  content: "";
}

.icon-pound:before {
  content: "";
}

.icon-rupee:before {
  content: "";
}

.icon-yen:before {
  content: "";
}

.icon-rouble:before {
  content: "";
}

.icon-try:before {
  content: "";
}

.icon-won:before {
  content: "";
}

.icon-bitcoin:before {
  content: "";
}

.icon-ok:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-export:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-star-empty:before {
  content: "";
}

.icon-plus-squared:before {
  content: "";
}

.icon-minus-squared:before {
  content: "";
}

.icon-plus-squared-alt:before {
  content: "";
}

.icon-minus-squared-alt:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-lifebuoy:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-users:before {
  content: "";
}

.icon-video:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-desktop:before {
  content: "";
}

.icon-doc-inv:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

.icon-circle-empty:before {
  content: "";
}

.icon-circle-thin:before {
  content: "";
}

.icon-mini-cart:before {
  content: "";
}

.icon-paper-plane:before {
  content: "";
}

.icon-attention-alt:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-compare-link:before {
  content: "";
}

.icon-cat-default:before {
  content: "";
}

.icon-cat-computer:before {
  content: "";
}

.icon-cat-couch:before {
  content: "";
}

.icon-cat-garden:before {
  content: "";
}

.icon-cat-gift:before {
  content: "";
}

.icon-cat-shirt:before {
  content: "";
}

.icon-cat-sport:before {
  content: "";
}

.icon-cat-toys:before {
  content: "";
}

.icon-tag-line:before {
  content: "";
}

.icon-bag:before {
  content: "";
}

.icon-search-1:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-search-2:before {
  content: "";
}

.icon-bag-1:before {
  content: "";
}

.icon-online-support:before {
  content: "";
}

.icon-shopping-bag:before {
  content: "";
}

.icon-us-dollar:before {
  content: "";
}

.icon-shipped:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-shipping:before {
  content: "";
}

.icon-support:before {
  content: "";
}

.icon-bag-2:before {
  content: "";
}

.icon-grid:before {
  content: "";
}

.icon-bag-3:before {
  content: "";
}

.icon-direction:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-magnifier:before {
  content: "";
}

.icon-magnifier-add:before {
  content: "";
}

.icon-magnifier-remove:before {
  content: "";
}

.icon-phone-1:before {
  content: "";
}

.icon-clock-1:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-heart-1:before {
  content: "";
}

.icon-earphones-alt:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-action-undo:before {
  content: "";
}

.icon-envolope:before {
  content: "";
}

.icon-chart:before {
  content: "";
}

.icon-down-1:before {
  content: "";
}

.icon-up-1:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-spin1:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-gplus:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-sliders:before {
  content: "";
}

.icon-question-circle-o:before {
  content: "";
}

.icon-check-empty:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-docs-inv:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-category-fashion:before {
  content: "";
}

.icon-category-electronics:before {
  content: "";
}

.icon-category-garden:before {
  content: "";
}

.icon-category-music:before {
  content: "";
}

.icon-category-motors:before {
  content: "";
}

form {
  margin-bottom: 3.5rem;
}
form h2 {
  margin-top: 3.4rem;
  margin-bottom: 2.3rem;
}

.form-group {
  margin-bottom: 1.4rem;
}
.form-group .form-control,
.form-group .select-custom {
  margin-bottom: 0;
}
.form-group .form-control + .form-control {
  margin-top: 1rem;
}

.form-group-sm {
  max-width: 480px;
  margin-bottom: 0.9rem;
}

.form-control {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  color: #545b5f;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  height: 4.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  max-width: 480px;
  padding: 1.25rem 1.5rem;
  transition: all 0.3s;
}
.form-control:focus {
  border-color: #282d3b;
  background-color: #fff;
  color: #545b5f;
  box-shadow: none;
}

#register-form .form-control {
  max-width: 100%;
}

.form-control-sm {
  font-size: 1.2rem;
  height: 4.4rem;
  padding: 1.2rem 1.5rem;
}

select.form-control:not([size]):not([multiple]) {
  height: 4.6rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: 4.4rem;
}

.main .form-control::-moz-placeholder {
  color: #545b5f;
}

.main .form-control:-ms-input-placeholder {
  color: #545b5f;
}

.main .form-control::placeholder {
  color: #545b5f;
}

textarea.form-control {
  max-width: 680px;
  min-height: 176px;
}

.form-footer {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
  font-size: 0.9rem;
  vertical-align: middle;
}
.form-footer .form-footer-right {
  margin-right: 0;
  margin-left: auto;
}
.form-footer .form-footer-right .btn {
  margin: 0;
}
.form-footer .btn {
  margin-right: 3rem;
}

.forget-pass {
  line-height: 1.3;
}

label {
  color: #545b5f;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 0.6rem;
}

.required-field > label:after {
  margin: 0 0 0 0.45rem;
  color: #e02b27;
  font-size: 1.2rem;
  content: "*";
}

.required {
  color: #e02b27;
  font-size: 1.2rem;
}
.required + .form-footer {
  margin-top: 0.8rem;
}

.select-custom {
  position: relative;
  margin-bottom: 1rem;
}
.select-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  position: relative;
  z-index: 1;
}
.select-custom select:focus {
  background: transparent;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-custom select::-ms-expand {
    display: none;
  }
  .select-custom select:focus::-ms-value {
    background: transparent;
    color: currentColor;
  }
}
.select-custom:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.9rem;
  transform: translateY(-51%);
  color: #34373f;
  font-family: "porto";
  font-size: 1.5rem;
  content: "";
}
.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 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}

.custom-control {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 3rem;
}

.custom-control-label {
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 0.1rem;
  position: static;
}
.custom-control-label:before, .custom-control-label:after {
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
}
.custom-control-label:before {
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #282d3b;
  border-color: #282d3b;
  color: #282d3b;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #ff0000;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(255, 0, 0, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(255, 0, 0, 0.5);
}

.form-input {
  padding: 1rem 1.2rem;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.form-wide {
  width: 100%;
}

@media (min-width: 768px) {
  form,
.form-footer {
    margin-bottom: 4rem;
  }

  form h2 {
    margin-top: 4.4rem;
  }
}
@media (min-width: 992px) {
  form,
.form-footer {
    margin-bottom: 5rem;
  }
}
.btn {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border-radius: 0.25rem;
  min-width: 124px;
  transition: all 0.3s;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 1.3rem;
  padding: 1rem 1.5rem;
  letter-spacing: 1px;
  min-width: 90px;
}

.btn-link {
  padding-top: 0;
  padding-bottom: 0;
  color: #282d3b;
  text-transform: initial;
  letter-spacing: 0;
  font-size: 13px;
  min-width: 0;
  font-family: "Open Sans", sans-serif;
}
.btn-link:hover, .btn-link:focus {
  color: #282d3b;
  text-decoration: underline;
}

.btn-md {
  padding: 1rem 2.4rem;
  font-size: 12px;
  letter-spacing: 0.025em;
  text-shadow: none;
}

.btn-primary {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
  box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  border-color: #ff2929;
  background-color: #ff2929;
  color: #fff;
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  border-color: #bf0000;
  background-color: #cc0000;
  color: #fff;
}

.btn-secondary {
  border-color: #282d3b;
  background-color: #282d3b;
  color: #fff;
  box-shadow: none;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
  border-color: #384053;
  background-color: #384053;
  color: #fff;
  box-shadow: none;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  border-color: #282d3b;
  background-color: #282d3b;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  border-color: #0e1015;
  background-color: #13161d;
  color: #fff;
}

.btn-dark {
  border-color: #222529;
  background-color: #222529;
  color: #fff;
  box-shadow: none;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
  box-shadow: none;
}
.btn-dark.disabled, .btn-dark:disabled {
  border-color: #222529;
  background-color: #222529;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
}

.btn-outline {
  border-color: #ccc;
  background-color: transparent;
  background-image: none;
  color: #ccc;
}
.btn-outline:hover, .btn-outline.focus {
  border-color: #282d3b;
  background-color: transparent;
  color: #282d3b;
  box-shadow: none;
}
.btn-outline.disabled, .btn-outline:disabled {
  background-color: transparent;
  color: #ccc;
}
.btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active, .show > .btn-outline.dropdown-toggle {
  border-color: #282d3b;
  background-color: transparent;
  color: #282d3b;
}

.btn-outline-secondary {
  border-color: #ccc;
  background-color: transparent;
  background-image: none;
  color: #777;
}
.btn-outline-secondary:hover, .btn-outline-secondary.focus {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
  box-shadow: none;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  background-color: transparent;
  color: #777;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
}

.btn-outline-dark {
  border-color: #efefef;
  background-color: transparent;
  background-image: none;
  color: #05131c;
}
.btn-outline-dark:hover, .btn-outline-dark.focus {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
  box-shadow: none;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  background-color: transparent;
  color: #05131c;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
}

.btn-social-login {
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ff0000;
  font-family: Open Sans;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-social-login span, .btn-social-login i {
  color: #fff;
}
.btn-social-login i {
  margin-top: 3px;
  padding-right: 6px;
}
.btn-social-login:hover i {
  color: #fff;
}

.btn-facebook {
  background: #3a589d;
}

.btn-gplus {
  background: #dd4e31;
}

.btn-twitter {
  background: #1aa9e1;
}

.owl-dots .owl-dot, .owl-nav .owl-prev, .owl-nav .owl-next {
  outline: none;
}

a:focus {
  outline: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.mfp-container .mfp-preloader,
.porto-loading-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #ff0000;
  content: "";
  z-index: 2;
  -o-border-image: none;
     border-image: none;
  -webkit-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear;
}

.mfp-container .mfp-preloader:before,
.porto-loading-icon:before {
  position: absolute;
  top: -2px;
  right: 0;
  left: -2px;
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
  border-top-color: inherit;
  content: "";
  -webkit-animation: spin 1.5s infinite ease;
  animation: spin 1.5s infinite ease;
}

.alert {
  border-radius: 0;
  margin-bottom: 2rem;
  padding: 1.4rem 1.5rem;
}
.alert.alert-intro {
  font-size: 1.4rem;
}

.card {
  margin-bottom: 3rem;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 1.5rem;
}

.card-header {
  margin: 0;
  padding: 1.2rem 1.5rem;
  border-radius: 0;
  border-color: #ddd;
  background-color: #f5f5f5;
  color: #282d3b;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.card-header:after {
  display: block;
  clear: both;
  content: "";
}
.card-header .card-edit {
  display: inline-block;
  margin-top: 0.1rem;
  float: right;
  color: #282d3b;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: capitalize;
}

.card-body {
  min-height: 135px;
  padding: 2rem 1.5rem;
  border-top: 0;
  border-radius: 0;
}
.card-body a {
  text-decoration: underline;
}
.card-body h4 {
  margin-bottom: 0.7rem;
  color: #8a8a8a;
}

.modal form {
  margin: 0;
}
.modal form .form-group {
  max-width: 480px;
}
.modal form .form-control {
  max-width: 100%;
}

.modal-body {
  padding: 1.5rem;
}

.modal-content {
  border-radius: 0;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
}

.modal-header,
.modal-footer {
  display: flex;
  align-items: center;
  height: 80px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.modal-title {
  font-weight: 600;
}

.close {
  font-size: 2.2rem;
}

@media (min-width: 576px) {
  .modal-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .modal-body {
    max-height: calc(100vh - 210px);
    padding-top: 2rem;
    overflow-y: auto;
  }

  .modal-header,
.modal-footer,
.modal-body {
    padding-right: 2em;
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 800px;
  }

  .modal-header,
.modal-footer,
.modal-body {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 479px) {
  .modal-open,
.modal-open .modal {
    padding-right: 0 !important;
  }
}
.member {
  margin-bottom: 2.8rem;
  padding: 2.5rem 0;
  transition: all 0.3s ease;
  background-color: #fff;
  text-align: center img;
  text-align-display: inline-block !important;
  text-align-max-width: 160px !important;
  text-align-height: auto;
  text-align-border-radius: 50%;
}
.owl-carousel .member {
  margin-bottom: 0.5rem;
}

.member-title {
  margin: 2.5rem 0 0.5rem;
  color: #282d3b;
  font: 700 1.4rem/1 "Open Sans", sans-serif;
  text-transform: uppercase;
}

.member-job {
  display: block;
  margin-bottom: 1rem;
  color: #8c8e94;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.tooltip {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  width: 1rem;
  height: 1rem;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 1rem 0;
}

.bs-tooltip-top .arrow:before,
.bs-tooltip-auto[x-placement^=top] .arrow:before {
  margin-left: -0.5rem;
  border-width: 1rem 1rem 0;
  border-top-color: #ddd;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 1rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  width: 1rem;
  height: 2rem;
}

.bs-tooltip-right .arrow:before,
.bs-tooltip-auto[x-placement^=right] .arrow:before {
  border-width: 1rem 1rem 1rem 0;
  border-right-color: #ddd;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 1rem 0;
}

.bs-tooltip-bottom .arrow:before,
.bs-tooltip-auto[x-placement^=bottom] .arrow:before {
  margin-left: -0.5rem;
  border-width: 0 1rem 1em;
  border-bottom-color: #ddd;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 1rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  width: 1rem;
  height: 1rem;
}

.bs-tooltip-left .arrow:before,
.bs-tooltip-auto[x-placement^=left] .arrow:before {
  border-width: 1rem 0 1rem 1rem;
  border-left-color: #ddd;
}

.tooltip-inner {
  max-width: 270px;
  padding: 1.2rem 1.5rem;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
  background-color: #f4f4f4;
  color: #777;
  text-align: left;
}

.social-icons {
  display: flex;
  align-items: center;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #ff0000;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  opacity: 1;
}
.social-icon + .social-icon {
  margin-left: 0.5rem;
}
.social-icon:hover, .social-icon:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.social-icon.social-facebook {
  background-color: #3b5a9a;
  color: #fff;
}
.social-icon.social-twitter {
  background-color: #1aa9e1;
  color: #fff;
}
.social-icon.social-linkedin {
  background-color: #0073b2;
  color: #fff;
}
.social-icon.social-gplus {
  background-color: #dd4b39;
  color: #fff;
}
.social-icon.social-mail {
  background-color: #dd4b39;
  color: #fff;
}

.info-boxes-container {
  background-color: #333333;
  margin-bottom: 3rem;
}
.info-boxes-container .container,
.info-boxes-container .container-fluid,
.info-boxes-container .container-sm,
.info-boxes-container .container-md,
.info-boxes-container .container-lg,
.info-boxes-container .container-xl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.info-box {
  text-align: center;
  padding: 1.1rem 1.5rem;
  width: 100%;
  color: #c8cdcf;
}
.info-box i {
  display: block;
  color: #ff0000;
  font-size: 4.769rem;
  min-width: 4.769rem;
  margin-bottom: 2rem;
  text-align: center;
}
.info-box i:before {
  width: auto;
  margin: 0;
}
.info-box .info-title {
  color: #222529;
  font: 700 1.8rem/1.1 "Open Sans", sans-serif;
  letter-spacing: -0.01rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.info-box .info-subtitle {
  color: #222529;
  font: 600 1.7rem/1.1 "Open Sans", sans-serif;
  letter-spacing: -0.01rem;
  margin-bottom: 2.5rem;
}
.info-box p {
  color: #777;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.info-box + .info-box {
  border-top: 1px solid #282d3b;
}

@media (min-width: 768px) {
  .info-boxes-container {
    margin-bottom: 4rem;
  }
  .info-boxes-container .container,
.info-boxes-container .container-fluid,
.info-boxes-container .container-sm,
.info-boxes-container .container-md,
.info-boxes-container .container-lg,
.info-boxes-container .container-xl {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .info-box {
    padding-top: 6rem;
    padding-bottom: 6rem;
    justify-content: center;
  }
  .info-box:first-child {
    justify-content: flex-start;
  }
  .info-box + .info-box {
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .info-boxes-container .container {
    width: 100%;
    max-width: none;
  }
}
.feature-box {
  width: 100%;
  color: #4a505e;
  margin-bottom: 3rem;
}
.feature-box:after {
  display: block;
  clear: both;
  content: "";
}
.feature-box i {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff0000;
  font-size: 5.5rem;
  width: 7.5rem;
}
.feature-box h3 {
  color: #21293c;
  font: 700 1.4rem/1.1 "Open Sans", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.feature-box p {
  margin-bottom: 1.3rem;
}

.feature-box-content {
  margin-left: 9rem;
  color: #7b858a;
  font-size: 1.5rem;
  line-height: 1.8;
}

.nav.nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #eaeaea;
}
.nav.nav-tabs .nav-item {
  margin-top: 2rem;
}
.nav.nav-tabs .nav-item .nav-link {
  padding: 0 2rem 1.6rem;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #222529;
  font: 600 1.6rem/1 "Open Sans", sans-serif;
  letter-spacing: -0.01rem;
}
.nav.nav-tabs .nav-item .nav-link:hover {
  color: #ff0000;
}
.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #ff0000;
  color: #ff0000;
  background-color: transparent;
}

.testimonial-owner {
  display: flex;
  display: -ms-flexbox;
  align-content: center;
  -ms-flex-align: center;
}
.testimonial-owner figure {
  max-width: 60px;
  margin-right: 25px;
}
.testimonial-owner h4 {
  display: block;
  margin-bottom: 0.5rem;
  padding-top: 0.7rem;
  color: #111;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.testimonial-owner span {
  display: block;
  color: #666;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.testimonial blockquote {
  position: relative;
  margin-left: 15px;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.8;
}
.testimonial blockquote:before {
  position: absolute;
  top: 0;
  left: -1rem;
  color: #ff0000;
  font-family: "porto";
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  content: "";
}

@media (min-width: 576px) {
  .testimonial blockquote {
    margin-left: 85px;
    padding: 1.5rem 3rem 1.5rem 2rem;
  }
}
.toolbox {
  display: flex;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #7a7d82;
  font-size: 1.4rem;
  line-height: 1.5;
  align-items: center;
}
.toolbox:after {
  display: block;
  clear: both;
  content: "";
}
.toolbox.toolbox-pagination {
  margin-bottom: 5rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #dfdfdf;
}
.toolbox .pagination {
  margin-left: auto;
}
.toolbox .select-custom {
  margin-bottom: 0;
}
.toolbox .select-custom:after {
  right: 1.3rem;
  font-size: 1.6rem;
  top: 50%;
}
.toolbox .select-custom .form-control {
  max-width: 20rem;
  width: 20rem;
  padding-right: 2.5rem;
  border-color: #e4e4e4;
  font-size: 1.3rem;
}
.toolbox label {
  display: none;
  margin-top: 1px;
  margin-bottom: 0;
  color: #7a7d82;
  font-size: 1.3rem;
  font-weight: 400;
}
.toolbox .form-control {
  color: #7a7d82;
  display: inline-block;
  border-width: 0.1rem;
  padding: 0 0.8rem;
  margin-bottom: 0;
}
.toolbox .form-control:not(:focus) {
  border-color: #e4e4e4;
}
.toolbox select.form-control:not([size]):not([multiple]) {
  height: 44px;
  padding-left: 16px;
}
.toolbox .toolbox-show .select-custom:after {
  right: 1rem;
}

.toolbox-pagination .toolbox-show {
  display: none;
}

.pagination {
  align-items: center;
  margin-bottom: 0;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  height: 3.2rem;
  font-size: 1.4rem;
  font-family: "Open Sans";
  padding: 0 0.3rem;
  line-height: 1.1;
  color: #706f6c;
  background-color: transparent;
  border: 0.1rem solid #e9e9e9;
}
.page-link.page-link-btn {
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 3.2rem;
  padding: 0;
  border: 0;
  color: #6f6e6b;
  font-size: 2rem;
}
.page-link.page-link-btn i {
  position: relative;
  top: -0.1rem;
}
.page-link.page-link-btn i:before {
  margin-right: 0;
  margin-left: 0;
}
.page-link:hover, .page-link:focus {
  box-shadow: none;
  color: #ff0000;
  text-decoration: none;
  background-color: transparent;
}

.page-item + .page-item {
  margin-left: 0.8rem;
}
.page-item:nth-child(2) {
  margin-left: 1rem;
}
.page-item:last-child {
  margin-left: 1rem;
}
.page-item span {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  border-color: #e9e9e9;
  background-color: transparent;
  color: #ff0000;
}
.page-item.disabled .page-link {
  color: #eaeaea;
}
.page-item.disabled .page-link.page-link-btn {
  color: #eaeaea;
  border-color: #eaeaea;
  background-color: transparent;
}

.toolbox-left {
  display: flex;
  align-items: center;
}

.toolbox-item {
  display: flex;
  align-items: center;
}
.toolbox-item.toolbox-sort {
  margin-right: 1.5rem;
}
.toolbox-item.toolbox-show {
  margin-left: auto;
  font-size: 1.2rem;
}
.toolbox-item label {
  margin-right: 1.2rem;
}

.sorter-btn {
  margin-left: 0.8rem;
  color: #000;
  font-size: 1.7rem;
  text-decoration: none;
  /*
  &:before {
    font-family: 'porto';
    content: '\e890';
  }*/
}
.sorter-btn.btn-desc:before {
  content: "";
}
.sorter-btn:hover, .sorter-btn:focus {
  text-decoration: none;
}

.layout-modes {
  display: none;
  margin-left: 2.1rem;
  font-size: 0;
  align-items: center;
}

.layout-btn {
  display: inline-block;
  height: 3.4rem;
  margin-right: 0.7rem;
  color: #000;
  font-size: 1.6rem;
  line-height: 3.4rem;
  text-align: center;
  text-decoration: none;
}
.layout-btn i:before {
  margin-left: 0;
  margin-right: 0;
}
.layout-btn:last-child {
  margin-right: 0;
}
.layout-btn.active, .layout-btn:hover, .layout-btn:focus {
  color: #ff0000;
  text-decoration: none;
}

.horizontal-filter .toolbox-sort {
  margin-left: auto;
}
.horizontal-filter .toolbox-item:last-child {
  display: none;
}

@media (min-width: 480px) {
  .layout-modes {
    display: flex;
  }

  .horizontal-filter .toolbox-show {
    margin-left: 0;
  }

  .toolbox-pagination .toolbox-show {
    display: flex;
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .toolbox-left {
    margin-bottom: 0;
  }
  .toolbox-left label {
    margin-right: 1.8rem;
  }

  .horizontal-filter .toolbox-item:last-child {
    display: flex;
  }
}
@media (min-width: 768px) {
  .toolbox label {
    display: block;
  }
}
@media (min-width: 992px) {
  .toolbox.toolbox-pagination {
    margin-top: 1.5rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .horizontal-filter .toolbox-item.toolbox-sort {
    margin-right: 0;
  }
}
.login-popup .mfp-content {
  width: 80%;
  max-width: 872px;
  background-color: #fff;
}
.login-popup .container {
  padding: 2.5rem 3rem;
}
.login-popup .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
}
.login-popup form {
  display: block;
}
.login-popup label {
  color: #777;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.login-popup .form-footer {
  margin: 0 0 2rem;
}
.login-popup .form-footer .custom-control {
  margin: 0 0 0 auto;
  font-size: 1.3rem;
}
.login-popup .forget-password {
  color: #ff0000;
  font-size: 1.3rem;
}
.login-popup .social-login-wrapper {
  padding: 2rem 2rem 2.5rem;
  background-color: #f4f4f2;
  text-align: center;
}
.login-popup .social-login-wrapper p {
  margin-bottom: 2rem;
  color: #121214;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.login-popup .btn-group {
  flex-wrap: wrap;
  justify-content: space-around;
}

.mfp-newsletter.mfp-bg {
  transition: all 0.35s;
  background-color: transparent;
}

.newsletter-popup {
  position: relative;
  max-width: 700px;
  height: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 46px 46px 25px;
  border-radius: 0;
  background: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.mfp-close-btn-in .newsletter-popup .mfp-close {
  top: -2.5px;
  color: #ff0000;
  font-size: 2rem;
  font-weight: 700;
  opacity: 0.85;
}

.newsletter-popup-content {
  max-width: 300px;
  text-align: center;
}
.newsletter-popup-content .form-control {
  height: auto;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  border-radius: 0;
  font-size: 13px;
}
.newsletter-popup-content .btn {
  min-width: 54px;
  margin-left: -1px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: transparent;
  color: #555;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.logo-newsletter {
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: auto;
}

.newsletter-popup h2 {
  margin: 32px 0 12px;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.newsletter-popup p {
  color: #444;
  font-size: 1.3rem;
  line-height: 1.4;
}

.newsletter-popup form {
  margin: 0 0 2.1rem;
}

.newsletter-subscribe {
  font-size: 1.1rem;
  text-align: left;
}
.newsletter-subscribe .checkbox {
  margin-top: 1.5rem;
}
.newsletter-subscribe input {
  margin-right: 0.5rem;
}
.newsletter-subscribe label {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}

.mfp-newsletter.mfp-removing {
  transition: opacity 0.35s ease-out;
  opacity: 0;
}

.mfp-ready.mfp-bg {
  transition: all 0.35s ease-out;
  background-color: #000;
}

.mfp-zoom-out-cur .mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out-cur .mfp-counter {
  color: #fff;
}
.mfp-zoom-out-cur .mfp-arrow-right:before {
  border-left: 0;
}
.mfp-zoom-out-cur .mfp-arrow-left:before {
  border-right: 0;
}

.mfp-ajax-product.mfp-bg,
.login-popup.mfp-bg {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  transition: all 0.35s ease-out;
  opacity: 0;
}

.mfp-ajax-product.mfp-wrap .mfp-content,
.login-popup.mfp-wrap .mfp-content {
  max-width: 872px;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media (min-width: 768px) {
  .login-popup .col-md-6 {
    padding: 0 2rem;
  }
  .login-popup .col-md-6:first-child {
    border-right: 1px solid #f5f6f6;
  }
}
/* Plugins */
/*
 *  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 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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: 0;
  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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  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 {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@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;
  background: url(/images/owl.video.play.png?5e4e3f4ad55432eb0f5b3a261c97c27d) no-repeat;
  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%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  color: #bfbfbf;
  font-size: 2rem;
}
.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #bfbfbf;
  margin: 0;
  font-size: 2rem;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-] i:before {
  margin: 0;
  width: auto;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #ff0000;
  text-decoration: none;
}
.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-theme .owl-nav .owl-next {
  right: 0;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 2.5rem;
}
.owl-theme .owl-dots {
  line-height: 1;
  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 {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: 4px 4px;
  background: rgba(0, 0, 0, 0.25);
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border-color: #252525;
  background: #252525;
}
.owl-theme .owl-dots .owl-dot.active span:before {
  border-color: #252525;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.owl-theme.owl-theme-light .owl-dots .owl-dot span {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.4);
}
.owl-theme.owl-theme-light .owl-dots .owl-dot span:before {
  border-color: rgba(255, 255, 255, 0.1);
}
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span, .owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
  border-color: #fff;
  background: #fff;
}
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span:before {
  border-color: #fff;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.5;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #222;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #222;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #222;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*
 *  Bootstrap TouchSpin - v4.2.5
 *  A mobile and touch friendly input spinner component for Bootstrap 3 & 4.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */
/* This CSS file is unnecessary if you are not using vertical buttons functionality */
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}

.bootstrap-touchspin.input-group {
  width: 80px;
  padding-right: 20px;
  margin-bottom: 0;
}

.bootstrap-touchspin .form-control {
  height: 4.2rem;
  text-align: center;
  margin-bottom: 0;
  width: 60px;
  padding: 1.05rem 1rem;
  line-height: 1.4;
}
.bootstrap-touchspin .form-control:not(:focus) {
  border-color: #ccc;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 2rem;
  padding: 0;
  width: 2rem;
  text-align: center;
  font-size: 1.2rem;
  min-width: 0;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn:before {
  position: relative;
  margin: 0;
  width: auto;
  line-height: 1;
  width: auto;
  top: -0.1rem;
  margin-right: -0.1rem;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0.25rem;
  top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0.25rem;
  bottom: 0;
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.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;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* 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 {
  position: absolute;
}

.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: 0.3rem;
}

.noUi-horizontal .noUi-handle {
  width: 1.1rem;
  height: 1.1rem;
  left: -0.55rem;
  top: -0.3em;
}

.noUi-vertical {
  width: 0.3rem;
  height: 150px;
}

.noUi-vertical .noUi-handle {
  width: 1.1rem;
  height: 1.1rem;
  left: -0.4rem;
  top: -0.5rem;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -0.55rem;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #efefef;
  border-radius: 0;
}

.noUi-connects {
  border-radius: 0;
}

.noUi-connect {
  background: #ff0000;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border-radius: 50%;
  background: #ff0000;
  cursor: pointer;
}

/* 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%, 0);
  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%;
}

.home-slider,
.boxed-slider {
  position: relative;
  background-color: #ccc;
  background-color: #f8f8f8;
}
.home-slider:after, .home-slider:before,
.boxed-slider:after,
.boxed-slider:before {
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #ff0000;
  -o-border-image: none;
     border-image: none;
  content: "";
}
.home-slider:before,
.boxed-slider:before {
  -webkit-animation: spin 1s infinite ease;
  animation: spin 1s infinite ease;
  z-index: 4;
}
.home-slider:after,
.boxed-slider:after {
  -webkit-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
  z-index: 5;
}
.home-slider.loaded:after, .home-slider.loaded:before,
.boxed-slider.loaded:after,
.boxed-slider.loaded:before {
  display: none;
}

.home-slide {
  width: 100%;
  height: auto;
}
.home-slide img {
  height: 100%;
}
.home-slide .home-slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ff0000;
  border-color: #ff0000;
  width: 1.5rem;
  border-radius: 15px;
}

.home-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  padding-bottom: 2rem;
}

.home-slider .owl-dots {
  display: none;
}

.owl-carousel-lazy.owl-carousel {
  display: block;
}
.owl-carousel-lazy.owl-carousel .home-slide:first-child,
.owl-carousel-lazy.owl-carousel .category-slide:first-child,
.owl-carousel-lazy.owl-carousel .owl-item:first-child .home-slide,
.owl-carousel-lazy.owl-carousel .owl-item:first-child .category-slide {
  display: flex;
}
.owl-carousel-lazy.owl-carousel.owl-loaded .home-slide {
  align-items: center;
  background-position: 50%;
}

.home-top-container {
  position: relative;
  /*
  >div:last-child {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }*/
}

.home-slide .owl-lazy,
.category-slide .owl-lazy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-slide .slide-bg,
.category-slide .slide-bg {
  position: absolute;
  max-height: none !important;
  z-index: 2;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.owl-item.active .home-slide-content {
  visibility: visible;
}

.home-slider .owl-item.active .home-slide-subtitle,
.home-slider .owl-item.active .home-slide-title,
.home-slider .owl-item.active .home-slide-foot,
.home-slider .owl-item.active .btn-buy {
  transform: translateY(-20px);
  opacity: 1;
}

.home-slide-content {
  transform: translateY(20px);
}
.home-slide-content .btn-buy {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  padding: 2rem 4.6rem;
  margin-top: 3.3rem;
  font-family: "Open Sans", sans-serif;
  opacity: 0;
  transition: all 0.5s linear 1s;
}

.home-slide-subtitle {
  color: #444;
  font: 400 2.2rem/1.1 "Open Sans", sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  opacity: 0;
  transition: all 0.5s linear;
}

.home-slide-title {
  color: #222529;
  font: 700 6rem/1.1 "Open Sans", sans-serif;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  margin-left: -0.3rem;
  opacity: 0;
  transition: all 0.5s linear 0.4s;
}

.home-slide-foot {
  color: #444;
  font-weight: 400;
  font: 400 2.7rem/1.1 "Open Sans", sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  opacity: 0;
  transition: all 0.5s linear 0.6s;
}
.home-slide-foot span {
  font-weight: 700;
}

.home-slider-sidebar {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #222529;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-slider-sidebar li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 1.8rem 0;
  cursor: pointer;
}
.home-slider-sidebar li.active,
.home-slider-sidebar li:active {
  color: #ff0000;
}
.home-slider-sidebar li.active:after,
.home-slider-sidebar li:active:after {
  background-color: #ff0000;
}
.home-slider-sidebar li:after {
  margin-left: 2rem;
  background-color: #222529;
  width: 1.8rem;
  height: 2px;
  margin-top: 0.3rem;
  content: "";
}

.home-slider.owl-carousel .owl-nav .owl-prev,
.home-slider.owl-carousel .owl-nav .owl-next {
  display: flex;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  margin: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1;
}
.home-slider.owl-carousel .owl-nav .owl-prev i,
.home-slider.owl-carousel .owl-nav .owl-next i {
  margin-top: -0.3rem;
}
.home-slider.owl-carousel .owl-nav .owl-prev i:before,
.home-slider.owl-carousel .owl-nav .owl-next i:before {
  margin: 0;
  border-radius: 0;
}

.home-slider.owl-carousel .owl-nav .owl-prev {
  left: 1.2rem;
}

.home-slider.owl-carousel .owl-nav .owl-next {
  right: 1.2rem;
}

.home-slider.owl-carousel .owl-nav .owl-prev:hover,
.home-slider.owl-carousel .owl-nav .owl-next:hover,
.home-slider.owl-carousel .owl-nav .owl-prev:focus,
.home-slider.owl-carousel .owl-nav .owl-next:focus {
  border-color: transparent;
  background-color: transparent;
  color: #ff0000;
}

.owl-carousel .product:not(.product-sm) {
  margin-bottom: 0;
}

.banners-group {
  margin-bottom: 2rem;
}
.banners-group .banner {
  margin-bottom: 1rem;
}

.categories-container {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  background-color: #f4f4f4;
  margin-bottom: 0;
}
.categories-container .owl-prev,
.categories-container .owl-next {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
  color: #333 !important;
}
.categories-container .owl-stage-outer {
  padding: 20px 0 70px;
  margin: -20px 0 -70px;
}

.category {
  display: block;
  padding: 3rem 2rem;
  background-color: #fff;
  color: #222529;
  cursor: pointer;
  transition: all 0.2s ease-out;
  text-align: center;
  z-index: 10;
}
.category i {
  display: block;
  font-size: 50px;
  margin-bottom: 2rem;
}
.category span {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.005em;
}
.category:hover {
  color: #ff0000;
}

/* Home Sidebar */
.sidebar-home {
  font-size: 1.3rem;
  line-height: 1.85;
}
.sidebar-home .widget {
  margin-bottom: 4.5rem;
}
.sidebar-home .widget .banner {
  max-width: 270px;
}
.sidebar-home .widget-title {
  font: 700 1.4rem/1.1 "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #282d3b;
  letter-spacing: 0.05em;
  margin: 0 0 2rem;
  padding-bottom: 0.9rem;
  border-bottom: 0.2rem solid #dfdfdf;
}
.sidebar-home .widget-block {
  margin-top: -0.4rem;
}
.sidebar-home .widget-block .widget-title {
  margin-bottom: 1.4rem;
}
.sidebar-home .entry {
  margin-bottom: 0;
}
.sidebar-home .entry-media {
  position: relative;
  margin-bottom: 2.7rem;
}
.sidebar-home .entry-body {
  margin-left: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar-home .entry-date {
  position: absolute;
  top: 0.6rem;
  right: 0.8rem;
  color: #fff;
  background-color: #ff0000;
  font: 400 2.2rem/1 "Open Sans", sans-serif;
  padding: 0.8rem 0.95rem 0.9rem;
  text-transform: uppercase;
}
.sidebar-home .entry-date span {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.2rem;
}
.sidebar-home .entry-title {
  font-weight: 700;
  color: #0e2f40;
  font-size: 1.6rem;
}
.sidebar-home .entry-content {
  font-size: 1.3rem;
  line-height: 1.85;
}
.sidebar-home .entry-content p:last-of-type {
  margin-bottom: 0.6rem;
}
.sidebar-home .read-more {
  float: none;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ff0000;
}

.widget-cats {
  padding: 2.4rem 3rem 2.7rem;
  background-color: #f1f1f1;
}
.widget-cats .widget-title {
  margin-bottom: 2.2rem;
}

.catAccordion {
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
.catAccordion .accordion-btn {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0.7rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.catAccordion .accordion-btn:before {
  font-family: "porto";
  content: "";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}
.catAccordion li {
  position: relative;
  padding: 0.6rem 0;
  color: #5e6f77;
}
.catAccordion li a {
  color: inherit;
}
.catAccordion li.open > a {
  font-weight: 700;
}
.catAccordion li.open .accordion-btn:before {
  content: "";
}
.catAccordion li ul {
  padding-left: 1.5rem;
  padding-top: 0.7rem;
}
.catAccordion li ul li {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.product-panel .section-title h2 {
  font-size: 1.8rem;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 0;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*=col-] {
  display: flex;
  align-items: stretch;
  align-content: stretch;
}

.product-border {
  border: 1px solid #e7e7e7;
  padding: 2rem 1rem;
}

.product-default a:hover {
  text-decoration: none;
}
.product-default:hover figure {
  box-shadow: none;
}

.home .divide-line > div {
  border-bottom: none;
}
.home .divide-line .product-default {
  padding-bottom: 1rem;
}

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

.banner-product {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 5rem;
  background-repeat: no-repeat;
  background-color: #fff;
}
#specialOffer .banner-product {
  padding: 0;
  background-position: 100%;
}
.banner-product h2 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #222529;
  margin: 1.8rem 0;
  line-height: 1.2;
}
#specialOffer .banner-product h2 {
  font-size: 2.412rem;
  color: #222329;
}
.banner-product h4 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #222529;
  line-height: 1.2;
}
.banner-product h4 span.price {
  font-size: 2.6rem;
  display: block;
}
#specialOffer .banner-product h4 span.price {
  font-size: 2.171rem;
  display: inline-block;
  color: #444;
}
.banner-product h4 span.old-price {
  font-size: 1.688rem;
  margin-right: 0.5rem;
}
.banner-product button {
  font-weight: 700;
  letter-spacing: -0.025em;
  font-size: 1.2rem;
  padding: 0.8rem;
  font-family: "Open Sans", sans-serif;
  min-width: 100%;
}
#specialOffer .banner-product button {
  width: 124px;
  min-width: 0%;
}

.home-product-tabs {
  font-family: "Open Sans", sans-serif;
}
.home-product-tabs .tab-content > .tab-pane {
  padding: 0;
  margin: 0;
}

.home .home-product-list {
  padding: 2rem 1rem;
  border: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 1.5rem 0;
}
.home .home-product-list img {
  max-width: 45%;
  width: auto;
}
.home .home-product-list .product-details {
  text-align: left;
}
.home .home-product-list .product-details .product-title {
  color: #222529;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.home .home-product-list .product-details .product-title a:hover {
  text-decoration: none;
}
.home .home-product-list .product-details button {
  font-size: 1.2rem;
  letter-spacing: -0.025rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  width: 110px;
  max-width: 100%;
  min-width: auto;
  padding: 0.8rem auto;
}

.partners-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
}

.count-down {
  border: 3px solid #ff0000 !important;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.count-down figure {
  flex-direction: column;
  position: static;
  padding-bottom: 0;
}
.count-down .product-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #222529;
}
.count-down img {
  margin: 0 auto 2rem auto;
}
.count-down .product-details {
  text-align: center;
}
.count-down .label-group {
  left: auto;
  top: 0;
  right: 0;
}
.count-down .label-primary {
  background-color: #ff0000;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  width: 6rem;
  height: 3rem;
  margin-bottom: 0;
}
.count-down .label-dark {
  background-color: #212121;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  width: 6rem;
  height: 3rem;
  margin-bottom: 0;
}
.count-down:hover {
  box-shadow: none;
}
.count-down:hover img {
  transform: none;
}

.count-down-panel {
  color: #444;
  background-color: #f4f4f4;
  border-radius: 30px;
  padding: 0.8rem 1.2rem;
  margin-top: 1.5rem;
}
.count-down-panel h4 {
  font-size: 1.1rem;
  letter-spacing: 0.025em;
  font-family: "Oswald";
  font-weight: 400;
  margin: 0;
}
.count-down-panel span {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-family: "Oswald";
}

.top-banners {
  margin-bottom: 1rem;
}
.top-banners .banner {
  margin-bottom: 1rem;
}

.section-title {
  color: #222529;
  border-bottom: 1px solid #e7e7e7;
}
#specialOffer .section-title {
  margin-top: 2rem;
}
.section-title h2 {
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.01em;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

#topProducts .product-default.row .ratings-container .product-ratings,
#topProducts .product-default.row .ratings-container .ratings {
  font-size: 1.1rem;
}
#topProducts .product-default.row .ratings-container {
  margin-bottom: 0.5rem;
}
#topProducts .product-default.row .ratings-container .ratings:before {
  color: #212121;
}
#topProducts .product-default.row .product-title a {
  color: #0e2f40;
}
#topProducts .product-default.row .product-title a:hover {
  color: #ff0000;
}
#topProducts .product-default.row .product-price {
  font-size: 1.6rem;
  color: #212121;
  font-weight: 700;
}

.modal#addCartModal {
  width: 340px;
  top: calc((100% - 320px) / 2);
  left: calc((100% - 320px) / 2);
  padding: 10px !important;
  overflow: hidden;
}
.modal#addCartModal .modal-dialog {
  margin: 0;
}
.modal#addCartModal .modal-content {
  margin: 0;
  border: none;
  box-shadow: none;
}

.add-cart-box {
  padding: 19px 10px 20px !important;
  border-top: 4px solid #ff0000;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.add-cart-box h4 {
  font-weight: 500;
  color: #ff0000;
  margin-bottom: 1.8rem;
  font-size: 16px;
}
.add-cart-box p {
  font-size: 13px;
}
.add-cart-box img {
  margin: 0 auto 10px;
  width: 120px;
}
.add-cart-box .btn-actions {
  display: flex;
  justify-content: space-around;
}
.add-cart-box .btn-actions .btn-primary {
  width: 140px;
  padding: 8px 0;
  font: 500 16px "Open Sans", sans-serif;
  border: none;
  cursor: pointer;
}
.add-cart-box .btn-actions .btn-primary:focus, .add-cart-box .btn-actions .btn-primary:active, .add-cart-box .btn-actions .btn-primary:active:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-backdrop.fade {
  transition: opacity 0.3s linear;
}

@media (min-width: 576px) {
  .category:hover {
    box-shadow: 0 20px 43px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) {
  .home-product-tabs .product {
    margin-bottom: 4rem;
  }

  .banners-group .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .banners-group .col-md-4 {
    flex: 0 0 34.55%;
    max-width: 34.55%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .banners-group .col-md-8 {
    flex: 0 0 65.45%;
    max-width: 65.45%;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 992px) {
  .home-top-container .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .home-top-container .col-lg-4,
.home-top-container .col-lg-8 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .home-top-container .col-lg-8 {
    flex: 0 0 66.1%;
    max-width: 66.1%;
  }
  .home-top-container .col-lg-4 {
    flex: 0 0 33.9%;
    max-width: 33.9%;
  }

  .banners-group {
    margin-bottom: 5rem;
  }

  .sidebar-home .widget-block p {
    max-width: 230px;
  }
  .sidebar-home .entry-content p {
    max-width: 220px;
  }

  .categories-container {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}
@media (max-width: 991px) {
  .home-slide {
    height: auto;
  }
}
@media (max-width: 767px) {
  .home-slide {
    height: auto;
    background-size: cover;
  }
}
@media (max-width: 575px) {
  .home-slider-sidebar {
    display: none;
  }

  .home-slider .owl-dots {
    display: block;
  }
}
@media (max-width: 1199px) {
  #specialOffer .banner-product {
    background-position: 75%;
  }
  #specialOffer .banner-product > div {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .contact-widget.email {
    margin-top: 2rem;
  }
}
@media (max-width: 1285px) {
  .home-product-list {
    justify-content: space-around;
  }
  .home-product-list img {
    width: auto;
  }
}
@media (min-width: 1286px) {
  .home .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1009px) {
  .owl-nav {
    display: none;
  }
}
@media (max-width: 570px) {
  .home .home-product-list {
    flex-direction: column;
  }
  .home .home-product-list img {
    margin-bottom: 2rem;
  }
  .home .home-product-list .product-details {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .divide-line > div:nth-child(3n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
  }

  .divide-line > .col-md-3:nth-child(4n) {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .divide-line > .col-lg-2:nth-child(4n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
  }

  .divide-line > .col-md-3:nth-child(6n) {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .home-slider-sidebar {
    right: calc((100% - 960px) / 2);
  }
}
@media (min-width: 1220px) {
  .home-slider-sidebar {
    right: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 1440px) {
  .home-slider-sidebar {
    right: calc((100% - 1400px) / 2);
  }
}
@media (min-width: 1024px) {
  .categories-container .owl-stage-outer {
    padding: 20px 30px 70px;
    margin: -20px -30px -70px;
  }
}
@media (max-width: 991px) {
  .home-slider-sidebar {
    right: 20px;
  }
}
.about-section {
  padding: 3rem 0 3rem;
  font-size: 1.5rem;
  line-height: 2;
}
.about-section .col-lg-7 p {
  padding-right: 2rem;
}
.about-section .col-lg-7 p:last-child {
  margin-bottom: 3rem;
}

.testimonials-slider blockquote {
  margin-bottom: 0;
  padding-bottom: 0;
}
.testimonials-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.gallery-section {
  padding: 5.5rem 0 4rem;
  background-color: #f1f1f1;
}

.gallery-item {
  display: block;
  margin-bottom: 1.5rem;
}
.gallery-item img {
  max-width: none;
  width: 100%;
}

.company-section {
  padding: 6rem 0 3rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
.company-section img {
  margin-bottom: 3rem;
  width: 100%;
}
.company-section p + .subtitle {
  margin-top: 4rem;
}

.features-section {
  padding: 4.5rem 0 1rem;
  background-color: #f1f1f1;
}

@media (min-width: 768px) {
  .gallery-item {
    margin-bottom: 2rem;
  }

  .features-section {
    padding-top: 5.8rem;
    padding-bottom: 2.2rem;
  }
}
.sidebar-shop {
  font-size: 1.5rem;
}
.sidebar-shop .widget {
  margin: 0;
  padding-bottom: 6.1rem;
}
.sidebar-shop .widget:after {
  display: block;
  clear: both;
  content: "";
}
.sidebar-shop .widget .config-swatch-list {
  margin-top: 0.3rem;
}
.sidebar-shop .widget .config-swatch-list li {
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
}
.sidebar-shop .widget .config-swatch-list li:last-child {
  margin-bottom: 0;
}
.sidebar-shop .widget .config-swatch-list li a {
  margin-right: 1.5rem;
  width: auto;
}
.sidebar-shop .widget .config-swatch-list li.active a:before {
  left: 15%;
}
.sidebar-shop .widget-title {
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 0.7rem;
  padding-left: 0.1rem;
  border-bottom: 0.1rem solid #dfdfdf;
}
.sidebar-shop .widget-title a {
  color: #000;
  display: block;
  position: relative;
  color: #000;
  font: 700 1.2rem/1.1 "Open Sans", sans-serif;
  letter-spacing: 0;
}
.sidebar-shop .widget-title a:hover, .sidebar-shop .widget-title a:focus {
  color: inherit;
  text-decoration: none;
}
.sidebar-shop .widget-title a:before, .sidebar-shop .widget-title a:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0.1rem;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #000;
  margin-top: -1px;
  transition: all 0.35s;
}
.sidebar-shop .widget-title a.collapsed:after {
  transform: rotate(-90deg);
}
.sidebar-shop .widget-body {
  padding-top: 1.7rem;
  padding-left: 1.7rem;
}
.sidebar-shop .widget-body:after {
  display: block;
  clear: both;
  content: "";
}
.sidebar-shop .widget-featured {
  position: relative;
}
.sidebar-shop .widget-featured .widget-body {
  padding-top: 2.3rem;
}
.sidebar-shop .widget-featured .product-sm:last-child {
  margin-bottom: 0;
}

.widget .owl-carousel .owl-nav {
  position: absolute;
  top: -4.2rem;
  right: -0.4rem;
}
.widget .owl-carousel .owl-nav button.owl-next,
.widget .owl-carousel .owl-nav button.owl-prev {
  padding: 0 0.4rem !important;
  border-radius: 0;
  color: #282d3b;
  font-size: 2rem;
  line-height: 1;
}
.widget .owl-carousel .owl-nav i:before {
  width: auto;
  margin: 0;
}

.cat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cat-list li {
  margin-bottom: 1.2rem;
}
.cat-list li:last-child {
  margin-bottom: 0;
}
.cat-list li a {
  font: 400 1.2rem "Open Sans", sans-serif;
  color: black;
}
.cat-list li a:hover, .cat-list li a:focus {
  text-decoration: underline;
}

.config-size-list {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.config-size-list li {
  display: inline-flex;
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
}

.config-size-list a {
  position: relative;
  display: block;
  width: 3.4rem;
  height: 3rem;
  transition: all 0.3s;
  font-weight: 600;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.8rem;
  border: 1px solid #e9e9e9;
  text-decoration: none;
  color: #545b5f;
}
.config-size-list a:hover, .config-size-list a:focus, .config-size-list a.active {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #61605a;
  text-decoration: none;
}

.price-slider-wrapper {
  padding-top: 2rem;
}

.filter-price-action {
  align-items: center;
  -ms-flex-align: center;
  padding-bottom: 0.4rem;
  margin-top: 2.5rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filter-price-action .filter-price-text {
  text-align: left;
  font: 1.2rem "Open Sans", sans-serif;
  margin: 1rem 0;
  color: black;
}
.filter-price-action .btn {
  padding: 0.3rem 0.8rem;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  min-width: 0;
}

.config-swatch-list {
  margin: 1.5rem 0 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.config-swatch-list li {
  margin-right: 0.4rem;
  margin-bottom: 0.3rem;
}
.config-swatch-list li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  color: #000;
}
.config-swatch-list li a span:last-child {
  padding-top: 0.3rem;
  color: #7a7d82;
  font-size: 1.2rem;
}
.config-swatch-list li .color-panel {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid #fff;
  transition: all 0.3s;
  margin-right: 1.5rem;
}
.config-swatch-list li:hover span:last-child {
  text-decoration: underline;
}

.config-swatch-list li.active a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-family: "porto";
  font-size: 1.1rem;
  line-height: 1;
  content: "";
}

.config-swatch-list a:hover .color-panel,
.config-swatch-list a:focus .color-panel,
.config-swatch-list li.active .color-panel {
  box-shadow: 0 0 0 0.1rem #dfdfdf;
}

.boxed-slider .category-slide {
  display: flex;
  align-items: center;
  height: 300px;
}

.category-grid .home-product {
  border: none;
  box-shadow: none;
  transition: all 0.3s ease-out;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 0;
}
.category-grid .home-product:hover {
  box-shadow: none;
  transform: translateY(-3rem);
}

.boxed-slide-content {
  margin-bottom: 0;
  background-color: transparent;
  z-index: 3;
}
.boxed-slide-content .btn {
  display: inline-block;
}

.boxed-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  left: 0;
}

.horizontal-filter {
  margin-bottom: 18px;
  padding: 1.2rem 1rem;
  background-color: #f4f4f4;
}
.horizontal-filter .price-sort {
  position: relative;
}
.horizontal-filter .price-sort label {
  font-size: 1.2rem;
}
.horizontal-filter .price-sort .input-price {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 8px;
  line-height: 1.4;
  box-shadow: none;
}
.horizontal-filter .price-sort.opened:before {
  display: block;
}

.sort-list li {
  padding: 7px 0;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.filter-toggle {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.filter-toggle a {
  display: inline-block;
  position: relative;
  width: 46px;
  height: 26px;
  margin-left: 8px;
  border-radius: 13px;
  background: #e6e6e6;
  text-decoration: none;
}
.filter-toggle a:before {
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.3s linear;
  border-radius: 11px;
  background-color: #fff;
  content: "";
}
.filter-toggle a:after {
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  transform: translate3d(2px, 2px, 0);
  -webkit-transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  content: "";
}
.filter-toggle.opened a {
  background-color: #ff0000;
}
.filter-toggle.opened a:before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.filter-toggle.opened a:after {
  transform: translate3d(22px, 2px, 0);
}

@media (min-width: 576px) {
  .horizontal-filter {
    padding: 1.2rem 2rem;
  }
}
@media (min-width: 992px) {
  .products-body {
    overflow: hidden;
  }
  .products-body .sidebar-shop {
    left: -25%;
    transition: all 0.3s linear 0s;
    visibility: hidden;
    z-index: -1;
  }

  .sidebar-opened .sidebar-shop {
    left: 0;
    visibility: visible;
    z-index: 0;
  }

  .main-content {
    margin-left: -25%;
    transition: all 0.3s linear 0s;
  }

  .sidebar-opened .main-content {
    margin-left: 0;
  }

  main:not(.sidebar-opened) .main-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  main:not(.sidebar-opened) .main-content .col-md-4 {
    max-width: 25%;
  }

  .filter-sorts {
    padding: 12px;
  }
  .filter-sorts .toolbox-left {
    position: relative;
  }
  .filter-sorts .toolbox-item.toolbox-sort {
    margin: 0 1rem 0 0;
    background: #fff;
  }
  .filter-sorts .toolbox-item.toolbox-show {
    margin-left: auto;
    font-size: 1.2rem;
  }
  .filter-sorts select {
    min-width: 140px;
    border: 0;
    text-transform: uppercase;
  }
  .filter-sorts .layout-modes {
    margin-left: 0.5rem;
  }
  .filter-sorts .filter-toggle {
    display: none;
  }
  .filter-sorts .sidebar-shop {
    left: 0;
    visibility: visible;
    z-index: 2;
  }

  .filter-price-form,
.sort-list {
    display: none;
  }

  .filter-price-form {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin-top: 9px;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    z-index: 99;
  }

  .sort-list {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin-top: 9px;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    z-index: 99;
  }

  .sort-menu-trigger {
    display: block;
    min-width: 140px;
    height: 34px;
    padding-left: 0.8rem;
    color: #7a7d82;
    font-size: 1.2rem;
    line-height: 34px;
    text-transform: uppercase;
    z-index: 9;
  }
  .sort-menu-trigger:hover, .sort-menu-trigger:focus {
    text-decoration: none;
  }
  .sort-menu-trigger:before {
    display: none;
    position: absolute;
    top: 100%;
    left: 21px;
    margin-top: 1px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    content: "";
    z-index: 999;
  }

  .toolbox-item.opened .sort-list,
.toolbox-item.opened .filter-price-form,
.toolbox-item.opened .sort-menu-trigger:before {
    display: block;
  }
}
.home-product.home-product-list {
  display: flex;
  margin: 1rem 0;
  padding: 2rem 1rem;
}
.home-product.home-product-list figure {
  margin-right: 1rem;
  margin-bottom: 0;
  padding: 0;
  max-width: 25%;
}
.home-product.home-product-list .product-details {
  margin-left: 1rem;
}
.home-product.home-product-list .category-wrap {
  max-width: 25%;
}
.home-product.home-product-list .category-wrap h2 {
  font-size: 1.3rem;
}
.home-product.home-product-list .category-wrap a i {
  font-size: 1.5rem;
}
.home-product.home-product-list .product-title a {
  font: 400 1.8rem "Poppins";
}
.home-product.home-product-list .product-description {
  font-size: 1.6rem;
}
.home-product.home-product-list .product-description a {
  color: #ec7200;
}
.home-product.home-product-list .product-description a:hover {
  text-decoration: underline;
}
.home-product.home-product-list:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.banner.banner-cat {
  background-size: cover;
  background-position: center center;
}

.banner-content {
  margin-left: 0;
  padding: 14%;
}

.toolbox.toolbox-pagination {
  padding-top: 2.6rem;
  padding-bottom: 10.7rem;
}

@media (max-width: 991px) {
  .sort-menu-trigger {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .filter-sorts .toolbox-sort.select-custom {
    display: block;
    margin: 2rem;
  }
  .filter-sorts .toolbox-sort.select-custom:after {
    content: none;
  }

  .sidebar-shop .widget {
    padding: 3rem 2rem 0;
  }

  .toolbox.toolbox-pagination {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 620px) {
  .home-product.home-product-list figure {
    max-width: 50%;
  }

  .home-product.home-product-list .product-details {
    max-width: 50%;
  }
}
.paction {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-family: "porto";
  color: #0e2f40;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  transition: all 0.3s;
  text-decoration: none;
  text-align: center;
  min-width: 35px;
  height: 35px;
}
.paction span {
  display: none;
  padding-right: 0.1rem;
  padding-left: 0.4rem;
  font-size: 1.2rem;
  letter-spacing: 0.02rem;
}
.paction + .paction {
  margin-left: 0.7rem;
}
.paction:hover, .paction:focus {
  text-decoration: none;
  color: #302e2a;
  border-color: #302e2a;
}

.add-whatsapp {
  color: #2b2b2d;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.85rem 0.5rem;
  min-width: 105px;
  z-index: 2;
}
.add-whatsapp span {
  display: inline-block;
  padding-top: 1px;
  font-family: "Oswald", sans-serif;
}
.add-whatsapp:hover, .add-whatsapp:focus {
  border-color: #25d266;
  background-color: #25d266;
  color: #fff;
}

.add-wishlist:before {
  content: "";
}

.add-compare:before {
  content: "";
}

.add-cart {
  color: #2b2b2d;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.85rem 0.5rem;
  min-width: 105px;
  z-index: 2;
}
.add-cart:before {
  display: inline-block;
  line-height: 1;
  margin-top: 2px;
  font-size: 1.9rem;
  content: "";
  font-family: "porto";
}
.add-cart span {
  display: inline-block;
  padding-top: 1px;
  font-family: "Oswald", sans-serif;
}
.add-cart:hover, .add-cart:focus {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
}

.product-single-container {
  margin-bottom: 3rem;
}

.product-single-details {
  margin-top: -0.6rem;
  font-family: "Open Sans", sans-serif;
}
.product-single-details .product-title {
  margin-bottom: 1.1rem;
  color: #21293c;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.product-single-details .price-box {
  margin-bottom: 2.4rem;
  color: #ff0000;
  font-weight: 700;
}
.product-single-details .product-price {
  font-size: 2.1rem;
  font-weight: 700;
  color: #ff0000;
}
.product-single-details .old-price {
  font-size: 1.6rem;
  font-weight: 600;
}
.product-single-details .old-price + .product-price {
  margin-left: 1rem;
}
.product-single-details .ratings-container {
  margin-bottom: 2.1rem;
}
.product-single-details .ratings-container .product-ratings,
.product-single-details .ratings-container .ratings {
  font-size: 1.4rem;
}
.product-single-details .ratings-container .product-ratings {
  height: 14px;
}
.product-single-details .rating-link {
  margin-left: 1rem;
  color: #90939a;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.product-single-details .product-desc {
  margin-bottom: 2.7rem;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #dae2e6;
  font-size: 1.4rem;
  letter-spacing: 0.005em;
  line-height: 1.92;
}
.product-single-details .product-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 3.1rem;
}
.product-single-details .sticky-header {
  height: auto;
}
.product-single-details .sticky-header .sticky-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-single-details .sticky-header .product-title {
  margin-right: 2rem;
  margin-bottom: 0;
  color: #777;
  font-size: 16px;
  font-weight: 600;
}
.product-single-details .sticky-header .price-box {
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  color: #2b2b2d;
}
.product-single-details .sticky-header .ratings-container {
  margin-bottom: 3.2rem;
}
.product-single-details .container {
  display: none;
  align-items: center;
}
.product-single-details .container img {
  max-width: 5rem;
  max-height: 5rem;
  margin-right: 2rem;
}
.product-single-details .container .add-cart {
  margin-left: auto;
  margin-bottom: 0;
}
.product-single-details .sticky-header.fixed-nav .container {
  display: flex;
  padding: 1.5rem;
}
.product-single-details .product-single-qty,
.product-single-details .paction {
  margin: 0 1rem 1rem 0;
}
.product-single-details .paction {
  height: 43px;
  min-width: 41px;
}

.product-both-info .product-single-details {
  margin-top: 0;
}
.product-both-info .product-single-details .product-desc {
  border-bottom: 0;
}

.product-single-gallery a {
  display: block;
}
.product-single-gallery img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
.product-single-gallery .owl-theme .owl-nav,
.product-single-gallery .owl-theme .owl-nav {
  color: #000;
  font-size: 32px;
}
.product-single-gallery .owl-prev,
.product-single-gallery .owl-next {
  margin: 0 2rem !important;
  transition: all 0.5s;
  opacity: 0;
}

@media (max-width: 991px) {
  .product-single-gallery .owl-theme .owl-nav {
    display: none !important;
  }
}
.prod-thumbnail {
  padding: 0.5rem 1rem;
}
.prod-thumbnail img {
  width: 100%;
  cursor: pointer;
}
.prod-thumbnail > div {
  padding: 0.5rem;
}
.prod-thumbnail .active img,
.prod-thumbnail img:hover {
  border: 2px solid #21293c;
}

.transparent-dots {
  display: flex;
  position: absolute;
  top: 1rem;
  flex-direction: column;
  width: 80px;
  margin: 0;
  padding: 0;
  opacity: 0.5;
  z-index: 99;
}
.transparent-dots .active img,
.transparent-dots img:hover {
  border: 1px solid #ff0000;
}

.product-slider-container {
  position: relative;
}

.product-single-scroll-gallery {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.product-single-scroll-track {
  display: flex;
  flex-direction: row;
}

.product-single-scroll-slide {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-sizing: border-box;
}

.product-single-gallery .product-single-carousel figure.product-gallery-figure,
.product-single-gallery .product-single-scroll-gallery figure.product-gallery-figure {
  overflow: hidden;
  cursor: pointer;
  outline: none;
}
.product-single-gallery .product-single-carousel figure.product-gallery-figure img.product-single-image,
.product-single-gallery .product-single-scroll-gallery figure.product-gallery-figure img.product-single-image {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  transition: transform 0.2s ease;
}
.product-single-gallery .product-single-carousel figure.product-gallery-figure:hover img.product-single-image,
.product-single-gallery .product-single-scroll-gallery figure.product-gallery-figure:hover img.product-single-image {
  transform: scale(1.02);
}
.product-single-gallery .product-single-carousel figure.product-gallery-figure:focus-visible,
.product-single-gallery .product-single-scroll-gallery figure.product-gallery-figure:focus-visible {
  box-shadow: 0 0 0 2px #ff0000;
}

.mfp-bg.mfp-product-gallery-bg {
  opacity: 1 !important;
  background: #d8d8d8 !important;
}

.mfp-wrap.mfp-product-gallery .mfp-container {
  padding: 0 !important;
}
.mfp-wrap.mfp-product-gallery .mfp-container:before {
  display: none;
}
.mfp-wrap.mfp-product-gallery .mfp-image-holder {
  background: transparent !important;
  padding: 0 !important;
}
.mfp-wrap.mfp-product-gallery .mfp-content {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
.mfp-wrap.mfp-product-gallery .mfp-figure {
  background: transparent;
  margin: 0;
  max-width: 100vw;
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap.mfp-product-gallery .mfp-figure:after {
  display: none;
}
.mfp-wrap.mfp-product-gallery img.mfp-img {
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  width: auto !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: none;
}
.mfp-wrap.mfp-product-gallery .mfp-bottom-bar {
  margin-top: 0;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
  background: transparent;
}
.mfp-wrap.mfp-product-gallery .mfp-counter {
  color: #555;
  top: auto;
  bottom: 1rem;
  right: 1rem;
}
.mfp-wrap.mfp-product-gallery button.mfp-close {
  display: flex !important;
  align-items: center;
  justify-content: center;
  top: 1rem;
  right: 1rem;
  left: auto;
  width: 2.75rem !important;
  max-width: 2.75rem;
  height: 2.75rem;
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0;
  text-align: center !important;
  color: #333;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  font-size: 1.75rem;
}
.mfp-wrap.mfp-product-gallery button.mfp-close:active {
  top: 1rem;
}
.mfp-wrap.mfp-product-gallery .mfp-arrow {
  opacity: 1;
}
.mfp-wrap.mfp-product-gallery .mfp-arrow-left {
  left: 0.5rem;
}
.mfp-wrap.mfp-product-gallery .mfp-arrow-right {
  right: 0.5rem;
}
.mfp-wrap.mfp-product-gallery.mfp-product-gallery--scroll .mfp-content {
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh;
  margin: 0;
  padding: 0 !important;
}
.mfp-wrap.mfp-product-gallery.mfp-product-gallery--scroll .mfp-inline-holder {
  padding: 0;
  height: 100vh;
}
.mfp-wrap.mfp-product-gallery.mfp-product-gallery--scroll .product-mfp-scroll-root {
  width: 100%;
  height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  outline: none;
  scrollbar-width: thin;
}
.mfp-wrap.mfp-product-gallery.mfp-product-gallery--scroll .product-mfp-scroll-track {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: stretch;
}
.mfp-wrap.mfp-product-gallery.mfp-product-gallery--scroll .product-mfp-scroll-slide {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: #fff;
}
.mfp-wrap.mfp-product-gallery.mfp-product-gallery--scroll .product-mfp-scroll-slide img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 1rem);
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.prod-full-screen {
  position: absolute;
  right: 2rem;
  bottom: 1.7rem;
  transition: all 0.5s;
  outline: none;
  opacity: 0;
  z-index: 1;
}
.prod-full-screen i {
  color: #000;
  font-size: 1.4rem;
  cursor: pointer;
}

.product-item:hover .prod-full-screen,
.product-item:hover .owl-prev,
.product-item:hover .owl-next {
  opacity: 1;
}

.prod-thumbnail img {
  display: block;
}
.prod-thumbnail .owl-dot {
  box-sizing: border-box;
}

.single-info-list {
  margin-bottom: 2rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.single-info-list li {
  margin-bottom: 1rem;
  color: #7b858a;
  letter-spacing: 0.005em;
}
.single-info-list li strong {
  color: #4c4c4c;
}

.product-single-qty {
  max-width: 104px;
  max-height: 43px;
}
.product-single-qty .bootstrap-touchspin.input-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  max-width: 100%;
  max-height: 43px;
  padding-right: 0;
}
.product-single-qty .bootstrap-touchspin .form-control {
  height: 43px;
  padding: 1rem 0.2rem;
  color: #21293c;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  box-shadow: none;
}
.product-single-qty .bootstrap-touchspin .form-control,
.product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
  border-color: #dae2e6;
}
.product-single-qty .horizontal-quantity {
  height: 43px;
}
.product-single-qty .btn {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  margin: 0;
  padding: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  z-index: 2;
}
.product-single-qty .btn.btn-outline {
  border-color: #dae2e6;
  color: #8798a1;
}
.product-single-qty .btn.btn-down-icon:after, .product-single-qty .btn.btn-up-icon:before, .product-single-qty .btn.btn-up-icon:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  margin-left: -0.55rem;
  background-color: #8798a1;
  content: "";
}
.product-single-qty .btn.btn-up-icon:before {
  transform: rotate(90deg);
}

.product-filters-container {
  margin-bottom: 4.5rem;
}
.product-filters-container .product-action {
  display: flex;
}

.product-single-filter {
  display: flex;
  align-items: center;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #dae2e6;
}
.product-single-filter + .product-single-filter {
  margin-top: 2.2rem;
}
.product-single-filter label {
  margin-right: 1.3rem;
  margin-bottom: 0;
  color: #21293c;
  font: 600 1.5rem/1.1 "Open Sans", sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.product-single-filter .config-swatch-list {
  display: inline-flex;
  margin: 0;
}
.product-single-filter .config-swatch-list li {
  margin-bottom: 0;
}
.product-single-filter .config-size-list li {
  margin-right: 0.7rem;
  margin-bottom: 0;
}
.product-single-filter .config-size-list li a {
  min-width: 3rem;
  height: 3rem;
  border: 1px solid #dae2e6;
  background-color: #f4f4f4;
  color: #21293c;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.8rem;
}
.product-single-filter .config-size-list li a:hover, .product-single-filter .config-size-list li a:focus {
  border-color: #ff0000;
  background-color: #f4f4f4;
  color: #21293c;
}
.product-single-filter .config-size-list li.active a {
  border-color: #ff0000;
  outline: none;
  background-color: #f4f4f4;
  color: #21293c;
}
.product-single-filter.product-single-qty {
  max-width: 148px;
  max-height: 7.5rem;
  border-bottom: 0;
}

.product-single-share {
  display: flex;
  align-items: center;
}
.product-single-share label {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
  color: #7b858a;
  font: 600 1.4rem/1.1 "Open Sans", sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.product-single-tabs {
  margin-bottom: 5.5rem;
}
.product-single-tabs .tab-pane {
  padding-top: 3.5rem;
  color: #7b858a;
  line-height: 1.92;
}
.product-single-tabs .sticky-header {
  height: auto;
}

.scrolling-box .tab-pane + .tab-pane {
  margin-top: 3.5rem;
  border-top: 2px solid #dae2e6;
}

.product-desc-content p {
  margin-bottom: 2.2rem;
}
.product-desc-content ul,
.product-desc-content ol {
  margin-bottom: 2.2rem;
  padding-left: 4rem;
}
.product-desc-content ul li,
.product-desc-content ol li {
  margin-bottom: 0.4rem;
}
.product-desc-content ul li i,
.product-desc-content ol li i {
  margin-right: 2rem;
  color: #21293c;
  font-size: 1.5rem;
}
.product-desc-content ul li i:before,
.product-desc-content ol li i:before {
  margin: 0;
}
.product-desc-content img.float-right,
.product-desc-content img.float-left {
  max-width: 50%;
}
.product-desc-content .feature-box i {
  float: none;
  display: inline-block;
}
.product-desc-content .feature-box-content {
  margin-left: 0;
}

.product-tags-content h4 {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.product-tags-content form {
  margin-bottom: 2rem;
}
.product-tags-content .form-group {
  display: flex;
  align-items: stretch;
}
.product-tags-content .form-control {
  margin-right: 10px;
}
.product-tags-content .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.collateral-box ul,
.collateral-box ol {
  margin-top: -2rem;
  margin-bottom: 2.5rem;
}
.collateral-box ul li,
.collateral-box ol li {
  padding: 2rem 0 1rem;
  border-bottom: 1px solid #dae2e6;
}

.ratings-table {
  width: 100%;
  margin: 20px 0 40px;
  border: 1px solid #dae2e6;
  border-spacing: 0;
  font-size: 100%;
  empty-cells: show;
}
.ratings-table thead th,
.ratings-table tbody td {
  border-right: 1px solid #dae2e6;
  border-bottom: 1px solid #dae2e6;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .ratings-table thead th,
.ratings-table tbody td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.ratings-table input[type=checkbox],
.ratings-table input[type=radio] {
  margin: 0 auto;
}
@media (max-width: 600px) {
  .ratings-table thead {
    display: none;
  }
}
.ratings-table thead th {
  padding: 0.8rem 1.5rem;
  background-color: #f6f6f6;
  color: #777;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
}
.ratings-table tbody td {
  padding: 1.5rem 1rem;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
}
.ratings-table tbody td:first-child {
  font-weight: 700;
  text-align: left;
}

.add-product-review h3 {
  font-size: 1.8rem;
}
.add-product-review form {
  margin-bottom: 0;
}

.sidebar-product {
  margin-bottom: 2.8rem;
}
.sidebar-product .widget:not(:last-child) {
  margin-bottom: 2.5rem;
}
.sidebar-product .widget:not(:last-child).widget-banner {
  margin-bottom: 4.6rem;
}
.sidebar-product .widget:not(:last-child).widget-brand {
  margin-bottom: 2.5rem;
}
.sidebar-product .widget-title {
  margin: 0 0 2.3rem;
  color: #21293c;
  font: 600 1.5rem/1.1 "Open Sans", sans-serif;
  text-transform: uppercase;
}

.widget-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.5rem;
}
.widget-brand a {
  display: block;
}

.widget-info ul {
  margin: 0;
}
.widget-info li {
  padding-top: 1.8rem;
  padding-bottom: 2rem;
  border-top: 1px solid #dee5e8;
  line-height: 1;
}
.widget-info li:after {
  display: block;
  clear: both;
  content: "";
}
.widget-info i {
  min-width: 40px;
  margin-top: 0.3rem;
  margin-right: 1.4rem;
  margin-left: 0.7rem;
  float: left;
  color: #ff0000;
  font-size: 4rem;
  line-height: 1;
}
.widget-info i:before {
  margin: 0;
}
.widget-info h4 {
  margin-bottom: 0;
  color: #6b7a83;
  font: 600 1.4rem/1.5 "Open Sans", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.widget-banner a {
  display: block;
}
.widget-banner img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.featured-section {
  padding-top: 3.8rem;
  padding-bottom: 6rem;
  background-color: #fff;
}
.featured-section.bg-white {
  background-color: #fff;
}
.featured-section.pt-sm {
  padding-top: 2.5rem;
}

.productPage .home-product {
  margin: 0;
}
.productPage .home-product:hover figure {
  box-shadow: none;
}

.promote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promote li {
  border-top: 0;
}
.promote h4 {
  color: #1d2127;
  font-weight: 400;
  letter-spacing: 0;
}
.promote i {
  margin: 0.3rem 0.7rem;
}

.product-single-gallery .product-item {
  position: relative;
  margin-bottom: 0.4rem;
}

.product-single-gallery .product-single-grid {
  margin-bottom: 3.6rem;
}

.featured-col .product-widget {
  margin-bottom: 15px;
}

.carousel-title {
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .widget-info i {
    min-width: 40px;
    margin-right: 2.9rem;
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .featured-section {
    padding-top: 5.8rem;
    padding-bottom: 8rem;
  }

  .product-single-container .col-lg-7 {
    flex: 0 0 55.56%;
    max-width: 55.56%;
  }
  .product-single-container .col-lg-5 {
    flex: 0 0 44.44%;
    max-width: 44.44%;
  }
}
@media (max-width: 991px) {
  .product-single-gallery {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-all-icons.product-action .product-single-qty {
    margin-right: 50%;
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 768px) {
  .featured-section {
    padding-top: 4.8rem;
    padding-bottom: 7rem;
  }

  .product-both-info .product-single-share {
    justify-content: flex-end;
  }
}
@media (min-width: 576px) {
  .promote {
    flex-direction: row;
  }

  .product-both-info .product-top-banner {
    display: flex;
  }
  .product-both-info .product-single-share {
    margin-left: auto;
  }

  .product-tags-content .form-control {
    width: 250px;
  }
}
.product-single-extended {
  margin-bottom: 6rem;
}
.product-single-extended .product-single-gallery {
  position: relative;
  margin-bottom: 3rem;
}
.product-single-extended .product-title {
  font-size: 4.5rem;
  line-height: 1.15;
}
.product-single-extended .price-box {
  margin-bottom: 1rem;
}
.product-single-extended .product-price {
  font-size: 3.1rem;
}
.product-single-extended .old-price {
  font-size: 2.4rem;
}
.product-single-extended .old-price + .product-price {
  margin-left: 1.5rem;
}
.product-single-extended .product-desc {
  margin-bottom: 3.1rem;
  padding-bottom: 1.9rem;
}
.product-single-extended .product-desc p {
  max-width: none;
}
.product-single-extended .product-action {
  margin-bottom: 0;
}
.product-single-extended .widget-area .widget.widget-info {
  margin-bottom: 0;
}
.product-single-extended .widget-info ul {
  display: flex;
  align-items: center;
}
.product-single-extended .widget-info i {
  margin-right: 1rem;
}
.product-single-extended .widget-info li {
  padding: 0;
  border-top: 0;
}
.product-single-extended .widget-info li + li {
  margin-left: 2.5rem;
}
.product-single-extended .product-filters-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.product-single-extended .product-single-filter {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.product-single-extended .product-single-filter + .product-single-filter, .product-single-extended .product-single-filter + .product-action {
  margin-top: 0;
  margin-left: 5rem;
}
.product-single-extended .product-single-filter .config-swatch-list li {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.product-single-extended .product-single-filter .config-swatch-list a {
  width: 3rem;
  height: 3rem;
}

.product-desc .view-more {
  color: #ff0000;
  font-weight: 700;
  text-transform: uppercase;
}

.product-single-header {
  margin-bottom: 3.2rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #dae2e6;
}
.product-single-header .single-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.product-single-header .product-single-share {
  margin-top: 1rem;
  margin-bottom: 3.7rem;
}

.single-qty-wrapper {
  display: flex;
  align-items: center;
}
.single-qty-wrapper label {
  margin-right: 1.3rem;
  margin-bottom: 0;
  color: #21293c;
  font: 600 1.5rem/1.1 "Open Sans", sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.single-qty-wrapper .product-single-qty {
  max-width: 104px;
  max-height: 30px;
}
.single-qty-wrapper .product-single-qty .bootstrap-touchspin.input-group {
  max-height: 30px;
}
.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control {
  max-width: none;
  height: 30px;
  padding: 0.35rem 0.2rem;
  box-shadow: none;
}
.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control,
.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
  border-color: #dae2e6;
}
.single-qty-wrapper .product-single-qty .horizontal-quantity {
  height: 30px;
  background-color: #f4f4f4;
}
.single-qty-wrapper .product-single-qty .btn.btn-outline {
  border-color: transparent;
}
.single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-down-icon:after, .single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon:before, .single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon:after, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-down-icon:after, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon:before, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon:after {
  background-color: #ff0000;
}
.single-qty-wrapper .product-single-qty .btn.btn-down-icon:after, .single-qty-wrapper .product-single-qty .btn.btn-up-icon:before, .single-qty-wrapper .product-single-qty .btn.btn-up-icon:after {
  background-color: #97a6ae;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev,
.owl-nav-simple.owl-carousel .owl-nav .owl-next {
  display: flex;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  margin: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #21293c;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1;
}
.owl-nav-simple.owl-carousel .owl-nav .owl-prev i,
.owl-nav-simple.owl-carousel .owl-nav .owl-next i {
  margin-top: -0.3rem;
  line-height: 1;
}
.owl-nav-simple.owl-carousel .owl-nav .owl-prev i:before,
.owl-nav-simple.owl-carousel .owl-nav .owl-next i:before {
  margin: 0;
  border-radius: 0;
}
.owl-nav-simple.owl-carousel .owl-nav .owl-prev:hover, .owl-nav-simple.owl-carousel .owl-nav .owl-prev:focus,
.owl-nav-simple.owl-carousel .owl-nav .owl-next:hover,
.owl-nav-simple.owl-carousel .owl-nav .owl-next:focus {
  color: #ff0000;
}
.owl-nav-simple.owl-carousel .owl-nav .owl-prev {
  left: 1rem;
}
.owl-nav-simple.owl-carousel .owl-nav .owl-next {
  right: 1rem;
}

.product-single-row {
  display: flex;
  position: relative;
  align-items: center;
  height: 700px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #7b858a;
  font-size: 1.4rem;
  letter-spacing: 0.005em;
  line-height: 1.92;
}
.product-single-row .single-row-entire,
.product-single-row .single-row-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.product-single-row .single-row-entire {
  width: 100%;
}
.product-single-row .single-row-bg {
  left: 50%;
  width: 50%;
}
.product-single-row.single-row-reverse .single-row-bg {
  left: 0;
}
.product-single-row h5 {
  margin-bottom: 1.1rem;
  margin-left: 0.6rem;
  color: #7b858a;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.product-single-row h2 {
  margin-bottom: 2.8rem;
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.product-single-row p {
  margin-bottom: 0;
}
.product-single-row ul,
.product-single-row ol {
  margin-bottom: 0;
}
.product-single-row ul li,
.product-single-row ol li {
  margin-bottom: 0.4rem;
}
.product-single-row ul li i,
.product-single-row ol li i {
  margin-right: 2rem;
  color: #21293c;
  font-size: 1.5rem;
}
.product-single-row ul li i:before,
.product-single-row ol li i:before {
  margin: 0;
}

.product-single-video {
  display: flex;
  align-items: center;
  height: 300px;
  background-color: #4d4d4d;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #7b858a;
  text-align: center;
}
.product-single-video h3 {
  margin-bottom: 1.2rem;
  color: #21293c;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.product-single-video .video-btn {
  color: #7b858a;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.product-single-video .video-btn img {
  display: inline-block;
  max-width: 38px;
  height: auto;
  margin-left: 0.7rem;
  vertical-align: middle;
}

@media (min-width: 576px) {
  .product-single-extended .paction {
    height: 50px;
  }
  .product-single-extended .paction.add-cart {
    min-width: 156px;
    height: auto;
    margin-left: 1.8rem;
  }
  .product-single-extended .paction.add-cart:before {
    font-size: 2rem;
  }
  .product-single-extended .paction.add-cart span {
    font-size: 1.6rem;
  }
}
@media (max-width: 1199px) {
  .product-single-header .single-header-right {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .product-single-row {
    display: block;
  }
  .product-single-row .single-row-bg {
    position: relative;
    left: 0;
    width: 100%;
    height: 50%;
  }
  .product-single-row .single-row-entire {
    position: relative;
    height: 50%;
  }
  .product-single-row h2 {
    font-size: 3.5rem;
  }
  .product-single-row .container {
    display: flex;
    align-items: center;
    height: 50%;
  }

  .product-single-extended .product-price {
    font-size: 2.4rem;
  }
  .product-single-extended .product-title {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .product-single-row h2 {
    font-size: 3rem;
  }

  .product-single-extended .widget-info ul {
    display: block;
    margin-left: -0.7rem;
  }
  .product-single-extended .widget-info li + li {
    margin-top: 2rem;
    margin-left: 0;
  }
  .product-single-extended .product-single-filter + .product-single-filter, .product-single-extended .product-single-filter + .product-action {
    margin-left: 1rem;
  }
}
.sidebar-product .widget.widget-collapse {
  margin-bottom: 3rem;
  padding: 1.8rem 1.5rem 1.3rem;
  border: 1px solid #dae2e6;
}
.sidebar-product .widget.widget-collapse .widget-title {
  margin: 0;
}
.sidebar-product .widget.widget-collapse .widget-title a {
  display: block;
  position: relative;
  padding: 0.2rem 0 0.6rem;
  color: inherit;
}
.sidebar-product .widget.widget-collapse .widget-title a:hover, .sidebar-product .widget.widget-collapse .widget-title a:focus {
  color: #282d3b;
  text-decoration: none;
}
.sidebar-product .widget.widget-collapse .widget-title a:after {
  display: inline-block;
  position: absolute;
  top: 42%;
  right: 0.1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.35s;
  font-family: "porto";
  font-size: 1.7rem;
  font-weight: 400;
  content: "";
}
.sidebar-product .widget.widget-collapse .widget-title a.collapsed:after {
  content: "";
}
.sidebar-product .widget.widget-collapse .widget-body {
  padding-top: 1.3rem;
  padding-bottom: 0.5rem;
}
.sidebar-product .widget.widget-collapse .widget-body:after {
  display: block;
  clear: both;
  content: "";
}

.product-single-collapse {
  margin-bottom: 2rem;
}
.product-single-collapse p {
  margin-bottom: 2.5rem;
}
.product-single-collapse .product-desc-content ul, .product-single-collapse .product-desc-content ol {
  margin-bottom: 2.5rem;
}

.product-collapse-panel {
  padding-bottom: 1.8rem;
}

.product-collapse-title {
  margin: 0;
  padding-bottom: 1.2rem;
  color: #282d3b;
  font: 700 1.4rem/1.1 "Open Sans", sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.product-collapse-title a {
  display: block;
  position: relative;
  padding: 0 0 1.2rem 4rem;
  border-bottom: 0.2rem solid #dae2e6;
  color: inherit;
}
.product-collapse-title a:hover, .product-collapse-title a:focus {
  color: inherit;
  text-decoration: none;
}
.product-collapse-title a:before {
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  transform-origin: left center;
  transform: scale(1, 1);
  transition: transform 0.4s;
  background-color: #ff0000;
  content: "";
}
.product-collapse-title a:after {
  display: inline-block;
  position: absolute;
  top: 0.7rem;
  left: 1.5rem;
  transform: translateY(-50%);
  transition: all 0.35s;
  font-family: "porto";
  font-size: 2rem;
  font-weight: 400;
  content: "";
}
.product-collapse-title a.collapsed:after {
  content: "";
}
.product-collapse-title a.collapsed:before {
  transform-origin: right center;
  transform: scale(0, 1);
}

.collapse-body-wrapper {
  padding-top: 3.4rem;
  padding-bottom: 2rem;
}

.sidebar-toggle {
  position: fixed;
  left: 0;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-in-out 0s;
  border: #dcdcda solid 1px;
  border-left-width: 0;
  background: #fff;
  font-size: 17px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}

@media (min-width: 992px) {
  .sidebar-toggle {
    display: none;
  }
}
@media (min-width: 576px) {
  .sidebar-product .widget.widget-collapse {
    padding: 3.3rem 3rem 2.8rem;
  }
}
@media (max-width: 991px) {
  .mobile-sidebar {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    padding: 0;
    transform: translate(-260px);
    transition: transform 0.2s ease-in-out 0s;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
  }

  .sidebar-opened .mobile-sidebar {
    transform: translate(0);
    transition: transform 0.3s ease-in-out 0s;
  }

  .sidebar-opened .sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.35;
    z-index: 8999;
  }

  .sidebar-product {
    margin: 0;
    padding: 2.5rem;
  }
}
.product-single-grid {
  margin-bottom: 6rem;
}
.product-single-grid .product-single-gallery {
  padding: 0 0.75rem;
}
.product-single-grid .product-single-gallery .product-item {
  margin-bottom: 1.5rem;
  padding: 0 0.75rem;
}
.product-single-grid .inner {
  position: relative;
}
.product-single-grid .prod-full-screen {
  right: 1rem;
  bottom: 1rem;
}
.product-single-grid .product-single-details .product-title {
  margin-top: 1.5rem;
  font-size: 2.8rem;
}
.product-single-grid .product-single-details .ratings-container {
  margin-bottom: 5rem;
}
.product-single-grid .product-single-details .price-box {
  margin-bottom: 3.8rem;
}
.product-single-grid .product-single-details .product-price {
  font-size: 3.1rem;
}
.product-single-grid .product-single-details .old-price {
  font-size: 2.2rem;
}
.product-single-grid .product-single-details .old-price + .product-price {
  margin-left: 1.5rem;
}
.product-single-grid .product-single-details .product-action {
  margin-bottom: 3.8rem;
}
.product-single-grid .product-single-details .paction {
  height: 59px;
}
.product-single-grid .add-cart {
  min-width: 270px;
  margin-left: 0;
}
.product-single-grid .add-cart:before {
  font-size: 2.1rem;
}
.product-single-grid .add-cart span {
  font-size: 1.6rem;
}
.product-single-grid .product-filters-container {
  margin-bottom: 4rem;
}
.product-single-grid .product-single-filter {
  padding-bottom: 2.1rem;
}
.product-single-grid .product-single-filter .config-swatch-list li {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.product-single-grid .product-single-filter .config-swatch-list a {
  width: 3rem;
  height: 3rem;
}

.product-size-content img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}

.table.table-size thead tr th,
.table.table-size tbody tr td {
  border: 0;
  color: #21293c;
  font-size: 1.5rem;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.table.table-size thead tr th {
  padding: 2.8rem 1.5rem 1.7rem;
  background-color: #f4f4f2;
  font-weight: 600;
}
.table.table-size tbody tr td {
  padding: 1rem 1.5rem;
  background-color: #fff;
  font-weight: 700;
}
.table.table-size tbody tr td:first-child {
  font-weight: 600;
}
.table.table-size tbody tr:nth-child(2n) td {
  background-color: #ebebeb;
}

@media (min-width: 992px) {
  .table.table-size thead tr th {
    padding-top: 4.2rem;
    padding-bottom: 2.8rem;
  }
  .table.table-size thead tr th,
.table.table-size tbody tr td {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
}
@media (max-width: 912px) and (min-width: 768px) {
  .product-single-grid .add-cart {
    min-width: 100%;
  }
}
@media (max-width: 575px) {
  .product-single-grid .product-single-gallery .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .product-single-grid .product-single-gallery [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cart-active-body {
  overflow: hidden;
}

.overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

div#dismiss button {
  border: none;
  background: none;
}

#sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 420px;
  z-index: 1001;
  height: 100%;
  background: #ffffff;
  transition: all 0.3s;
  margin-right: -420px;
}

#sidebar.active {
  margin-right: 0px;
}

#cart-content-wrapper {
  padding-top: 70px;
  overflow-y: auto;
  height: 100%;
  max-height: 100%;
  padding: 60px 15px 160px;
}

.cart-items-wrapper {
  width: 100%;
  height: auto;
}

.block-content {
  display: block;
}

.title-top {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
  padding: 10px 15px;
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
}

.cart-sum-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 10px 15px;
  background: #f1f1f1;
  border-top: 1px solid #ccc;
  z-index: 10;
}

#mini-cart li.product-item {
  padding: 15px 0;
  position: relative;
  margin: 0;
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
}

#mini-cart .product-cart-image {
  width: 70px;
}

#mini-cart .product-cart-details {
  padding: 0px 10px;
  width: 100%;
}

#mini-cart .product-cart-image figure {
  width: 100%;
}

#mini-cart .cart-product-info {
  color: #282d3b;
}

.cart-total,
.cart-action {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.cart-table-container {
  margin-bottom: 2.5rem;
}

.table.table-cart tr th,
.table.table-cart tr td {
  vertical-align: middle;
}
.table.table-cart tr th:not(.product-col),
.table.table-cart tr td:not(.product-col) {
  text-align: center;
}
.table.table-cart tr th {
  padding: 2.4rem 1.5rem 1.2rem;
  border: 0;
  font-weight: 600;
}
.table.table-cart tr td {
  padding: 2rem 1.5rem;
  border-top: 1px solid #ccc;
}
.table.table-cart tr td.product-col {
  padding: 2rem 0.8rem 1.8rem 0;
}
.table.table-cart tr.product-action-row td {
  padding: 0 0 2.2rem;
  border: 0;
}
.table.table-cart .product-title {
  margin-bottom: 0;
}
.table.table-cart tfoot td {
  padding: 2rem 0 1rem;
}
.table.table-cart tfoot .btn {
  padding: 0.85rem 2rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  text-transform: initial;
}
.table.table-cart tfoot .btn + .btn {
  margin-left: 1rem;
}
.table.table-cart .bootstrap-touchspin.input-group {
  margin-right: auto;
  margin-left: auto;
}

.btn-remove:before {
  font-size: 1.8rem;
  font-weight: 600;
  content: "x";
}

.btn-remove span {
  font-size: 1.3rem;
}

.btn-remove,
.btn-edit,
.btn-move {
  color: #3f4658;
}
.btn-remove:hover, .btn-remove:focus,
.btn-edit:hover,
.btn-edit:focus,
.btn-move:hover,
.btn-move:focus {
  color: #ff0000;
  text-decoration: none;
}

.btn-edit {
  margin-right: 1rem;
  font-size: 1.3rem;
}

.btn-move {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
.btn-move:hover, .btn-move:focus {
  text-decoration: underline;
}

.qty-col {
  min-width: 98px;
}

.product-col {
  display: flex;
  align-items: center;
}
tbody .product-col {
  font-size: 0;
}
.product-col .product-image-container {
  flex: 0 0 180px;
  max-width: 180px;
  margin-right: 1.8rem;
  margin-bottom: 0;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.product-col .product-title {
  display: inline-block;
  vertical-align: middle;
}

.cart-discount {
  margin-bottom: 4rem;
}
.cart-discount h4 {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.cart-discount form {
  max-width: 420px;
}

.cart-summary {
  margin-bottom: 2.5rem;
  padding: 1.4rem 1.8rem 2.2rem;
  border: 1px solid #ddd;
  background: #fbfbfb;
}
.cart-summary h3 {
  font-weight: 400;
  font-size: 2.3rem;
  margin-bottom: 1.3rem;
}
.cart-summary h4 {
  font-size: 1.5rem;
  font-weight: 600;
  border-top: 1px solid #cccccc;
  margin-bottom: 0;
}
.cart-summary h4 a {
  position: relative;
  display: block;
  color: inherit;
  padding: 1rem 2rem 1rem 0;
}
.cart-summary h4 a:after {
  font-family: "porto";
  content: "";
  position: absolute;
  display: inline-block;
  right: 0.4rem;
  top: 50%;
  font-size: 1.4rem;
  transform: translateY(-50%);
}
.cart-summary h4 a.collapsed:after {
  content: "";
}

#total-estimate-section form {
  margin-bottom: 0;
  padding: 0.7rem 0 2.2rem;
}

.table.table-totals {
  margin-bottom: 2rem;
  border-top: 1px solid #ccc;
}
.table.table-totals tbody tr:first-child td {
  padding-top: 1.6rem;
}
.table.table-totals tr {
  border: 0;
}
.table.table-totals tr th,
.table.table-totals tr td {
  padding: 0.6rem 0;
  border: 0;
}
.table.table-totals tr th:last-child,
.table.table-totals tr td:last-child {
  text-align: right;
}
.table.table-totals tfoot {
  border-top: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 400;
}
.table.table-totals tfoot tr td {
  padding-top: 1.3rem;
  padding-bottom: 1.6rem;
}
.table.table-totals tfoot tr td:last-child {
  color: #282d3b;
}

.checkout-methods .btn {
  letter-spacing: 0;
}
.checkout-methods .btn + .btn {
  margin-top: 2.2rem;
}

@media (max-width: 767px) {
  .table.table-cart,
.table.table-cart tbody,
.table.table-cart tfoot {
    display: block;
  }
  .table.table-cart thead {
    display: none;
  }
  .table.table-cart tr td {
    padding: 0.5rem 1rem;
    border-top: 0;
  }
  .table.table-cart tr td.product-col {
    padding-bottom: 0.5rem;
  }
  .table.table-cart .product-row {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ccc;
  }
  .table.table-cart .product-row:first-of-type {
    border-top: 0;
  }
  .table.table-cart .product-action-row {
    display: flex;
    align-items: center;
  }
  .table.table-cart .product-action-row td {
    width: 100%;
  }
  .table.table-cart .product-action-row .float-right {
    margin-top: -4px;
    margin-left: auto;
  }
  .table.table-cart .product-col {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .table.table-cart .product-col .product-image-container {
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .table.table-cart tfoot tr {
    display: block;
    width: 100%;
  }
  .table.table-cart tfoot tr td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
  }
  .table.table-cart tfoot .btn {
    margin-top: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .table.table-cart tfoot .float-left {
    display: none;
  }
  .table.table-cart tfoot .float-right {
    margin-left: auto;
  }
}
@media (max-width: 420px) {
  #sidebar {
    width: 100%;
    margin-right: -100%;
  }
}
.selectable-label {
  width: 100%;
  font-size: 1rem;
}

.selectable-label .card {
  margin-bottom: 10px;
}

.card-input-element + .card {
  height: calc(36px + 2 * 1rem);
  color: #545b5f;
  box-shadow: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

#cards-content .card-input-element + .card {
  min-height: 33px;
}

.card-input-element + .card:hover {
  cursor: pointer;
}

.card-input-element:checked + .card {
  border: 2px solid #ff5501;
  transition: border 0.3s;
}

.card-input-element:checked + .card::after {
  content: "";
  color: #ff5501;
  font-family: "Material Icons";
  font-size: 24px;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}
@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
.checkout-progress-bar {
  display: block;
  margin: 0 0 3rem;
  font-size: 0;
  line-height: 1.4;
  counter-reset: i;
}
.checkout-progress-bar li {
  display: inline-block;
  position: relative;
  width: 50%;
  margin: 0;
  text-align: center;
  vertical-align: top;
}
.checkout-progress-bar li:before {
  position: absolute;
  top: 1.9rem;
  left: 0;
  width: 100%;
  height: 0.7rem;
  transition: background 0.3s;
  background-color: #e4e4e4;
  content: "";
}
.checkout-progress-bar li > span {
  display: inline-block;
  width: 100%;
  padding-top: 4.5rem;
  color: #ccc;
  font-size: 1.6rem;
  font-weight: 300;
  word-wrap: break-word;
}
.checkout-progress-bar li > span:before, .checkout-progress-bar li > span:after {
  position: absolute;
  top: 0;
  left: 50%;
  transition: background 0.3s;
  border-radius: 50%;
  content: "";
}
.checkout-progress-bar li > span:before {
  width: 3.8rem;
  height: 3.8rem;
  margin-left: -1.9rem;
  background-color: #e4e4e4;
}
.checkout-progress-bar li > span:after {
  top: 0.6rem;
  width: 2.6rem;
  height: 2.6rem;
  margin-left: -1.3rem;
  background: #fff;
  color: #777;
  font-weight: 600;
  content: counter(i);
  counter-increment: i;
}
.checkout-progress-bar li.active:before,
.checkout-progress-bar li.active > span:before {
  background-color: #ff5501;
}
.checkout-progress-bar li.active > span {
  color: #000;
}
.checkout-progress-bar li.active > span:after {
  font-family: "porto";
  content: "";
}
.checkout-progress-bar li:first-child:before {
  border-radius: 0.6rem 0 0 0.6rem;
}
.checkout-progress-bar li:last-child:before {
  border-radius: 0 0.6rem 0.6rem 0;
}

.checkout-steps li {
  margin-bottom: 3rem;
}
.checkout-steps li form {
  max-width: 480px;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
.checkout-steps li form:last-of-type {
  padding-bottom: 0.1rem;
  border-bottom: 0;
}
.checkout-steps li form p {
  margin-bottom: 1rem;
  color: #777;
  font-size: 1.3rem;
}
.checkout-steps li .form-footer {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.step-title {
  padding-bottom: 9px;
  font-weight: 400;
  font-size: 2.1rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}
.step-title:after {
  display: block;
  clear: both;
  content: "";
}
.step-title .step-title-edit {
  margin-top: 0.4rem;
  float: right;
  font-size: 1.4rem;
}

.shipping-step-addresses {
  margin-bottom: 2rem;
  font-size: 0;
}
.shipping-step-addresses:after {
  display: block;
  clear: both;
  content: "";
}

.shipping-address-box {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 240px;
  margin: 0;
  padding: 1.8rem 3.2rem 1rem 1.8rem;
  transition: 0.3s border-color;
  border: 0.2rem solid transparent;
  font-size: 1.3rem;
  line-height: 3rem;
  vertical-align: top;
  word-wrap: break-word;
}
.shipping-address-box.active {
  border-color: #ff5501;
}
.shipping-address-box.active:after {
  content: "";
  font-family: "porto";
  position: absolute;
  right: 0;
  top: 0;
  height: 2.7rem;
  width: 2.7rem;
  font-size: 1.9rem;
  line-height: 2.1rem;
  padding-top: 0.2rem;
  text-align: center;
  background-color: #ff5501;
  color: #ffffff;
}
.shipping-address-box.active .address-box-action {
  visibility: hidden;
}

.address-box-action {
  margin-top: 2rem;
}
.address-box-action .btn {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  text-transform: initial;
}
.address-box-action .btn.btn-sm, .address-box-action .btn-group-sm > .btn {
  padding: 0.85rem 1.2rem;
  font-size: 1.3rem;
}
.address-box-action .btn.btn-sm.btn-link, .address-box-action .btn-group-sm > .btn.btn-link {
  padding-right: 0;
  padding-left: 0;
}

.btn-new-address {
  margin-bottom: 1.2rem;
  padding: 0.95rem 1.3rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  text-transform: initial;
}

.table-step-shipping {
  max-width: 600px;
}
.table-step-shipping tr td {
  border: 0;
  border-bottom: 1px solid #cccccc;
  padding: 1.8rem 1.5rem;
}

.checkout-steps-action:after {
  display: block;
  clear: both;
  content: "";
}
.checkout-steps-action .btn {
  min-width: 70px;
  text-align: center;
}

.order-summary {
  margin-top: 3.3rem;
  padding: 2.2rem 2.7rem;
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 3rem;
}
.order-summary h3 {
  font-weight: 400;
  font-size: 2.3rem;
  margin-bottom: 1.3rem;
}
.order-summary h4 {
  font-size: 1.5rem;
  font-weight: 600;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}
.order-summary h4 a {
  position: relative;
  display: block;
  color: inherit;
  padding: 1rem 2rem 1rem 0;
}
.order-summary h4 a:after {
  font-family: "porto";
  content: "";
  position: absolute;
  display: inline-block;
  right: 0.4rem;
  top: 50%;
  font-weight: 400;
  font-size: 1.5rem;
  transform: translateY(-50%);
}
.order-summary h4 a.collapsed:after {
  content: "";
}

.table-mini-cart {
  margin-bottom: 0;
}
.table-mini-cart tr td {
  padding: 2rem 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.table-mini-cart .product-col {
  align-items: flex-start;
}
.table-mini-cart .product-col .product-image-container {
  flex: 0 0 75px;
  max-width: 75px;
  margin-right: 1.5rem;
  vertical-align: top;
}
.table-mini-cart .product-col > div {
  padding-top: 0.8rem;
  vertical-align: top;
}
.table-mini-cart .price-col {
  padding-top: 2.5rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.table-mini-cart .product-title {
  display: block;
  max-width: 170px;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.table-mini-cart .product-qty {
  display: block;
  color: #777;
  font-size: 1.3rem;
}

.checkout-payment {
  margin-bottom: 3rem;
}
.checkout-payment .step-title {
  margin-bottom: 1.8rem;
}
.checkout-payment h4 {
  font-weight: 400;
}
.checkout-payment .form-group {
  max-width: 480px;
}

#checkout-shipping-address {
  display: none;
  padding-left: 3rem;
  line-height: 3rem;
}
#checkout-shipping-address.show {
  display: block;
}

#new-checkout-address {
  display: none;
}
#new-checkout-address.show {
  display: block;
}

.checkout-discount {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.checkout-discount form {
  max-width: 480px;
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.checkout-discount h4 {
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: 400;
}
.checkout-discount h4 a {
  position: relative;
  display: block;
  padding: 1rem 2rem 1rem 0;
}
.checkout-discount h4 a:after {
  font-family: "porto";
  content: "";
  position: absolute;
  display: inline-block;
  right: 0.4rem;
  top: 50%;
  font-size: 1.5rem;
  transform: translateY(-50%);
}
.checkout-discount h4 a.collapsed:after {
  content: "";
}

.checkout-info-box {
  margin-bottom: 3rem;
  font-size: 1.3rem;
  line-height: 2.7rem;
}
.checkout-info-box .step-title {
  margin-bottom: 1.8rem;
}
@media (min-width: 576px) {
  .checkout-progress-bar li {
    width: 185px;
  }
  .checkout-progress-bar li > span {
    font-size: 1.8rem;
  }

  .shipping-address-box {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .shipping-address-box {
    width: 33.33%;
  }
}
.entry {
  margin-bottom: 3rem;
  color: #545b5f;
}
.entry a {
  color: #545b5f;
}
.entry a:hover, .entry a:focus {
  color: #282d3b;
}

.entry-media {
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  background-color: #ccc;
}
.entry-media img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.entry-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0.6rem;
  left: 0;
  margin: 0 !important;
}

.entry-body {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.7rem;
}
.entry:not(.single):last-of-type .entry-body {
  border-bottom: 0;
}
.entry-body .entry-date {
  width: 45px;
  margin-right: 10px;
  float: left;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.entry-body .entry-date .day {
  color: #282d3b;
  background-color: #f4f4f4;
  border-radius: 0.2rem 0.2rem 0 0;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1rem 0.2rem;
  line-height: 1.375;
  margin-bottom: 0.3rem;
}
.entry-body .entry-date .month {
  color: #fff;
  background-color: #282d3b;
  border-radius: 0 0 0.2rem 0.2rem;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
  display: block;
  font-size: 1.2rem;
  padding: 0 0.2rem 0.2rem;
  line-height: 1.33;
}

.entry-title {
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.35;
  margin-bottom: 1rem;
  color: #282d3b;
}
.entry-title a {
  color: #282d3b;
}
.entry-title a:hover, .entry-title a:focus {
  color: #282d3b;
  text-decoration: underline;
}

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

.read-more {
  float: right;
}
.read-more i:before {
  margin: 0;
}

.entry-meta > span {
  display: inline-block;
  margin-right: 1.5rem;
}
.entry-meta i {
  margin-right: 0.5rem;
}
.entry-meta i:before {
  margin: 0;
}

.single .entry-meta {
  margin-bottom: 2.4rem;
}
.single .entry-title {
  font-size: 2.4rem;
}
.single h3 {
  font-weight: 400;
  font-size: 2rem;
}
.single h3 i {
  margin-right: 0.2rem;
}
.single .entry-content {
  margin-bottom: 4rem;
}

.entry-share {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.6rem;
  padding: 2.8rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.entry-share h3 {
  margin-right: 1.5rem;
}
.entry-share .social-icon {
  color: #fff;
}
.entry-share .social-icon:hover, .entry-share .social-icon:focus {
  color: #fff;
}

.entry-author {
  margin-bottom: 3rem;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #ddd;
}
.entry-author:after {
  display: block;
  clear: both;
  content: "";
}
.entry-author h3 {
  margin-bottom: 2rem;
}
.entry-author figure {
  max-width: 80px;
  margin-right: 2rem;
  margin-bottom: 0;
  float: left;
}
.entry-author h4 {
  margin: 1rem;
  font-weight: 600;
}
.entry-author .author-content {
  font-size: 1.3rem;
  line-height: 1.8;
}
.entry-author .author-content p:last-child {
  margin-bottom: 0;
}

.comment-respond h3 {
  margin-bottom: 1.2rem;
}
.comment-respond h3 + p {
  margin-bottom: 2.6rem;
}
.comment-respond form {
  margin-bottom: 0;
}

.related-posts {
  margin-bottom: 4rem;
}
.related-posts h4 {
  margin-bottom: 2rem;
  font-size: 1.9rem;
  text-transform: uppercase;
}
.related-posts .entry {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.related-posts .entry p {
  margin-bottom: 1rem;
}
.related-posts .entry-body {
  padding-bottom: 0;
  border-bottom: 0;
}
.related-posts .entry-media {
  margin-bottom: 2rem;
}
.related-posts .entry-title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.sidebar {
  position: relative;
  font-size: 1.5rem;
}
.sidebar .widget {
  margin-bottom: 3rem;
}
.sidebar .sidebar-wrapper .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 3rem;
}

.sidebar-wrapper {
  -webkit-backfac-visibility: hidden;
}

.widget-title {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  color: #282d3b;
  margin: 0.5rem 0 1.3rem;
}

.widget form {
  margin-bottom: 0;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.list li.active {
  font-weight: 600;
}
.list li.active a {
  color: #282d3b;
}
.list li a {
  display: block;
  position: relative;
  padding: 0.9rem 0 0.8rem 2rem;
  border-bottom: 1px solid #EDEDDE;
  color: #545b5f;
  font-size: 1.5rem;
}
.list li a:before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0.6rem 0 0 -1rem;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  content: "";
}
.list li a:hover, .list li a:focus {
  background-color: #eee;
  text-decoration: none;
}

.widget-search form {
  position: relative;
  margin: 0;
}
.widget-search .form-control {
  width: 100%;
  max-width: none;
  padding-right: 5.5rem;
}
.widget-search .search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border: 0;
  outline: none;
  background-color: transparent;
  color: #000;
  font-size: 1.3rem;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
}

.tagcloud:after {
  display: block;
  clear: both;
  content: "";
}
.tagcloud a {
  display: block;
  margin: 0 0.7rem 0.7rem 0;
  padding: 1.1rem 1.4rem;
  float: left;
  background-color: #e1e1e1;
  color: #7e7d79;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 11px;
}
.tagcloud a:hover, .tagcloud a:focus {
  background-color: #ff0000;
  color: #fff;
  text-decoration: none;
}

.simple-entry-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.simple-entry-list li {
  margin: 0 0 1rem;
}
.simple-entry-list li:after {
  display: block;
  clear: both;
  content: "";
}
.simple-entry-list li:last-child {
  margin-bottom: 0;
}
.simple-entry-list .entry-media {
  width: 6.5rem;
  margin: 0 1.2rem 0 0;
  float: left;
  border-radius: 0.25rem;
  line-height: 0;
}
.simple-entry-list .entry-media img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
.simple-entry-list .entry-meta {
  color: #888;
  font-size: 1.3rem;
}

@media (min-width: 576px) {
  .entry-share {
    flex-direction: row;
    align-items: center;
  }
  .entry-share h3 {
    margin-bottom: 0;
  }

  .related-posts {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .entry-media {
    margin-bottom: 3rem;
  }

  .single .entry-meta {
    margin-bottom: 3.2rem;
  }

  .entry-body {
    margin-left: 60px;
  }
  .entry-body .entry-date {
    margin-left: -60px;
  }

  .related-posts {
    padding-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .comment-respond .form-footer {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .comment-respond .form-footer {
    margin-bottom: 2rem;
  }
}
#map {
  height: 280px;
  margin-bottom: 4rem;
  background-color: #ccc;
}

#map address {
  margin: 0;
  padding: 0.625rem 0.875rem;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

#map a {
  display: inline-block;
  margin-top: 0.8rem;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.contact-info {
  margin-bottom: 3rem;
  padding-top: 0.5rem;
}
.contact-info > div {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.contact-info > div:after {
  display: block;
  clear: both;
  content: "";
}

.contact-info i {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 4.3rem;
  height: 4.3rem;
  color: #fff;
  background-color: #282d3b;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 0;
}

.contact-info p {
  margin-bottom: 0;
  margin-left: 5.5rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  #map {
    height: 380px;
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  #map {
    height: 460px;
    margin-bottom: 6rem;
  }
}
.dashboard-content {
  margin-bottom: 1em;
}

.dashboard-content h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.dashboard-content .form-control {
  max-width: 100%;
}

#account-chage-pass {
  display: none;
  padding-bottom: 1.5rem;
}
#account-chage-pass.show {
  display: block;
}

.widget-dashboard .widget-title {
  font-weight: 600;
  font-size: 1.7rem;
  margin-top: 0.2rem;
}

.widget-dashboard {
  margin-bottom: 3rem;
}

/* Spacing + Helpers */
.mt-1 {
  margin-top: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (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;
  }

  .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;
  }
}
@media (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;
  }

  .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;
  }
}
@media (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;
  }

  .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;
  }
}
@media (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;
  }

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