@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
@charset "UTF-8";
/*!
  __  __               _          _                                        
 |  \/  |   __ _    __| |   ___  | |__    _   _   ___    ___   _ __    ___ 
 | |\/| |  / _` |  / _` |  / _ \ | '_ \  | | | | / __|  / _ \ | '_ \  / __|
 | |  | | | (_| | | (_| | |  __/ | |_) | | |_| | \__ \ |  __/ | | | | \__ \
 |_|  |_|  \__,_|  \__,_|  \___| |_.__/   \__, | |___/  \___| |_| |_| |___/
                                          |___/                            


* Development by Madebysens
 * www.madebysens.nl
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff0000;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #17bf7f;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #E2DDD7;
  --secondary: #D3C4BA;
  --success: #00b900;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #eeeeee;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

dfn {
  font-style: italic;
}

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: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: black;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[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.75rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}

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

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

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

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

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

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

.lead {
  font-size: 1.6rem;
  font-weight: 400;
}

.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: 1.5rem;
  margin-bottom: 1.5rem;
  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: 1.5rem;
  font-size: 2rem;
}

.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: #fff;
  border: 1px solid #dee2e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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%;
  max-width: 100%;
  margin-bottom: 1.5rem;
  background-color: transparent;
}
.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 .table {
  background-color: #fff;
}

.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-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: white;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(226, 221, 215, 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;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3.31rem + 2px);
}
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: 2rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.6;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.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: 1.4rem;
  line-height: 1.5;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.6rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.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: 2rem;
  line-height: 1.5;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(4rem + 2px);
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 185, 0, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #00b900;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #00b900;
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 0, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00b900;
}
.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: #00b900;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #3aff3a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #00ec00;
}
.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 1px #fff, 0 0 0 0.2rem rgba(0, 185, 0, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00b900;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 0, 0.25);
}

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

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

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    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;
    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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.6;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(226, 221, 215, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 221, 215, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #E2DDD7;
  border-color: #E2DDD7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #212529;
  background-color: #d2cac1;
  border-color: #cdc4b9;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(226, 221, 215, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #E2DDD7;
  border-color: #E2DDD7;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #cdc4b9;
  border-color: #c7beb2;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(226, 221, 215, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #D3C4BA;
  border-color: #D3C4BA;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #212529;
  background-color: #c4b0a3;
  border-color: #bfa99b;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(211, 196, 186, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #D3C4BA;
  border-color: #D3C4BA;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #bfa99b;
  border-color: #baa393;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(211, 196, 186, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00b900;
  border-color: #00b900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #fff;
  background-color: #009300;
  border-color: #008600;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 185, 0, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00b900;
  border-color: #00b900;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #008600;
  border-color: #007900;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 185, 0, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #eeeeee;
  border-color: #eeeeee;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #cecece;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(52, 58, 64, 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #E2DDD7;
  background-color: transparent;
  background-image: none;
  border-color: #E2DDD7;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #E2DDD7;
  border-color: #E2DDD7;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 221, 215, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #E2DDD7;
  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: #212529;
  background-color: #E2DDD7;
  border-color: #E2DDD7;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(226, 221, 215, 0.5);
}

.btn-outline-secondary {
  color: #D3C4BA;
  background-color: transparent;
  background-image: none;
  border-color: #D3C4BA;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #D3C4BA;
  border-color: #D3C4BA;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 196, 186, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #D3C4BA;
  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: #212529;
  background-color: #D3C4BA;
  border-color: #D3C4BA;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(211, 196, 186, 0.5);
}

.btn-outline-success {
  color: #00b900;
  background-color: transparent;
  background-image: none;
  border-color: #00b900;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #00b900;
  border-color: #00b900;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 0, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00b900;
  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: #00b900;
  border-color: #00b900;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 185, 0, 0.5);
}

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

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

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

.btn-outline-light {
  color: #eeeeee;
  background-color: transparent;
  background-image: none;
  border-color: #eeeeee;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #eeeeee;
  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: #eeeeee;
  border-color: #eeeeee;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000;
  background-color: transparent;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0;
}

.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 {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: 1.6rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-divider {
  height: 0;
  margin: 0.75rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #E2DDD7;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 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.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 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 > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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 > .custom-file {
  display: flex;
  align-items: center;
}
.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 + .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: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #E2DDD7;
  box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(226, 221, 215, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
  box-shadow: none;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.3rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-control-label::after {
  position: absolute;
  top: 0.3rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #E2DDD7;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #E2DDD7;
  box-shadow: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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(226, 221, 215, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(226, 221, 215, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #E2DDD7;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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(226, 221, 215, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(3.31rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: white;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 255, 255, 0.5);
}
.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 {
  opacity: 0;
}

.custom-select-sm {
  height: calc(2.6rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(4rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(3.31rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: white;
  box-shadow: 0 0 0 0.2rem rgba(226, 221, 215, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: white;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(3.31rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(3.31rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
}

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

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

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #E2DDD7;
}

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

.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.75rem 1.5rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.18rem;
  padding-bottom: 0.18rem;
  margin-right: 1.5rem;
  font-size: 2rem;
  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: 2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  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 .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body {
  flex: 1 1 auto;
  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 + .list-group .list-group-item:first-child {
  border-top: 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-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;
}

.card-img {
  width: 100%;
}

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

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

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    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-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;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 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;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(226, 221, 215, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #E2DDD7;
  border-color: #E2DDD7;
}
.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: 2rem;
  line-height: 1.5;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.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;
}
.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #212529;
  background-color: #E2DDD7;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #cdc4b9;
}

.badge-secondary {
  color: #212529;
  background-color: #D3C4BA;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #bfa99b;
}

.badge-success {
  color: #fff;
  background-color: #00b900;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #008600;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #eeeeee;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d5d5d5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #767370;
  background-color: #f9f8f7;
  border-color: #f7f5f4;
}
.alert-primary hr {
  border-top-color: #ece8e5;
}
.alert-primary .alert-link {
  color: #5c5a57;
}

.alert-secondary {
  color: #6e6661;
  background-color: #f6f3f1;
  border-color: #f3eeec;
}
.alert-secondary hr {
  border-top-color: #e9e0dc;
}
.alert-secondary .alert-link {
  color: #534d49;
}

.alert-success {
  color: #006000;
  background-color: #ccf1cc;
  border-color: #b8ebb8;
}
.alert-success hr {
  border-top-color: #a4e5a4;
}
.alert-success .alert-link {
  color: #002d00;
}

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

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

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

.alert-light {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}
.alert-light hr {
  border-top-color: #ededed;
}
.alert-light .alert-link {
  color: #636363;
}

.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;
  font-size: 1.2rem;
  background-color: #e9ecef;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #E2DDD7;
  transition: width 0.6s ease;
}

.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: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:last-child {
  margin-bottom: 0;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #E2DDD7;
  border-color: #E2DDD7;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #767370;
  background-color: #f7f5f4;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #767370;
  background-color: #ece8e5;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #767370;
  border-color: #767370;
}

.list-group-item-secondary {
  color: #6e6661;
  background-color: #f3eeec;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #6e6661;
  background-color: #e9e0dc;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #6e6661;
  border-color: #6e6661;
}

.list-group-item-success {
  color: #006000;
  background-color: #b8ebb8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #006000;
  background-color: #a4e5a4;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #006000;
  border-color: #006000;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #7c7c7c;
  background-color: #fafafa;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7c7c7c;
  background-color: #ededed;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.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: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.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, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

.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);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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;
  border-bottom: 1px solid #e9ecef;
}
.modal-header .close {
  padding: 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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito Sans", 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: 1.4rem;
  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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito Sans", 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: 1.4rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0rem;
}
.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) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 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-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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 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-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) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  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-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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #000000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000000;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  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 {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: #E2DDD7 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d5d5d5 !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 #E9E9E9 !important;
}

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

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

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

.border-left {
  border-left: 1px solid #E9E9E9 !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: #E2DDD7 !important;
}

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.5em !important;
}

.rounded-top {
  border-top-left-radius: 0.5em !important;
  border-top-right-radius: 0.5em !important;
}

.rounded-right {
  border-top-right-radius: 0.5em !important;
  border-bottom-right-radius: 0.5em !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.5em !important;
  border-bottom-left-radius: 0.5em !important;
}

.rounded-left {
  border-top-left-radius: 0.5em !important;
  border-bottom-left-radius: 0.5em !important;
}

.rounded-circle {
  border-radius: 50% !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;
}

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

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

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

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

  .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;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

.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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.mh-100 {
  max-height: 100% !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.375rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 4.5rem !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.375rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5,
.px-5 {
  padding-left: 4.5rem !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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 4.5rem !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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-sm-5,
.px-sm-5 {
    padding-left: 4.5rem !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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-5,
.mx-md-5 {
    margin-left: 4.5rem !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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-md-5,
.px-md-5 {
    padding-left: 4.5rem !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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 4.5rem !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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-lg-5,
.px-lg-5 {
    padding-left: 4.5rem !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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 4.5rem !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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-xl-5,
.px-xl-5 {
    padding-left: 4.5rem !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;
  }
}
.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #d5d5d5 !important;
}

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

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

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

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

.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 #999;
    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 #ddd !important;
  }
}
/*
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.1, 0.9, 1);
  }
  40% {
    transform: scale3d(0.9, 1.1, 1);
  }
  50% {
    transform: scale3d(1.05, 0.95, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.02, 0.97, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.1, 0.9, 1);
  }
  40% {
    transform: scale3d(0.9, 1.1, 1);
  }
  50% {
    transform: scale3d(1.05, 0.95, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.02, 0.97, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icons/icons.eot");
  src: url("../fonts/icons/icons.eot#iefix") format("embedded-opentype"), url("../fonts/icons/icons.ttf") format("truetype"), url("../fonts/icons/icons.woff") format("woff"), url("../fonts/icons/icons.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-filter:before {
  content: "\e907";
}

.icon-shipping:before {
  content: "\e908";
}

.icon-cart:before {
  content: "\e909";
}

.icon-check:before {
  content: "\e90b";
}

.icon-customize:before {
  content: "\e910";
}

.icon-dutch-design:before {
  content: "\e912";
}

.icon-minus:before {
  content: "\e913";
}

.icon-play:before {
  content: "\e916";
}

.icon-plus:before {
  content: "\e917";
}

.icon-quality:before {
  content: "\e918";
}

.icon-search:before {
  content: "\e919";
}

.icon-tiktok:before {
  content: "\e91a";
}

.icon-user:before {
  content: "\e91b";
}

.icon-arrow-long-left:before {
  content: "\e900";
}

.icon-arrow-long-up:before {
  content: "\e903";
}

.icon-arrow-long-down:before {
  content: "\e905";
}

.icon-arrow-long-right:before {
  content: "\e906";
}

.icon-linkedin:before {
  content: "\e90a";
}

.icon-pinterest:before {
  content: "\e914";
}

.icon-youtube:before {
  content: "\e915";
}

.icon-trash:before {
  content: "\e911";
}

.icon-clock:before {
  content: "\e91f";
}

.icon-facebook:before {
  content: "\e921";
}

.icon-instagram:before {
  content: "\e922";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e90e";
}

.icon-arrow-up:before {
  content: "\e90f";
}

.icon-check-filled:before {
  content: "\e904";
}

.icon-whatsapp:before {
  content: "\e90d";
}

.icon-star:before {
  content: "\e90c";
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa.fa-pull-left, .fa.pull-left {
  margin-right: 0.3em;
}

.fa, .fa-stack {
  display: inline-block;
}

.fa-fw, .fa-li {
  text-align: center;
}

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa.fa-pull-right, .fa.pull-right {
  margin-left: 0.3em;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right, .pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before, .fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before, .fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
  content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158";
}

.fa-krw:before, .fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before, .fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before, .fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before, .fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before, .fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

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

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

/*
 *  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: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -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;
}

@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("~owl.carousel/src/img/owl.video.play.png") 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%;
}

#header {
  position: fixed;
  background: transparent;
  top: 0;
  width: 100%;
  z-index: 1010;
}
#header .top-nav {
  position: relative;
  background: #fff;
  z-index: 1010;
  height: 7rem;
}
#header .top-nav .navbar-brand {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
#header .top-nav .navbar-brand img {
  width: 100%;
  height: 7rem;
  max-width: 10rem;
}
@media (max-width: 991.98px) {
  #header .top-nav .navbar-brand img {
    max-width: 11rem;
    height: 5rem;
    margin-top: 1.7rem;
  }
}
#header .top-nav .contact {
  font-size: 1.2rem;
}
#header .top-nav .contact p {
  max-width: 42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 0.5rem;
}
@media (max-width: 991.98px) {
  #header .top-nav .search-col {
    padding-left: 0;
    padding-right: 0;
  }
}
#header .top-nav .search-form {
  position: relative;
  width: 100%;
  height: 4.7rem;
  transition: all 0.4s ease-out;
}
@media (max-width: 991.98px) {
  #header .top-nav .search-form {
    background: #fdfcfc;
    height: auto;
    padding: 1.25rem 2rem;
  }
}
#header .top-nav .search-form.show {
  opacity: 0;
}
@media (min-width: 992px) {
  #header .top-nav .search-form.show {
    opacity: 1;
  }
}
#header .top-nav .search-form input {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 2rem;
  padding-right: 5rem;
  background: #f1eeeb;
  border: 0px solid #fbf9f8;
  color: #989898;
  border-radius: 10rem;
  height: 4.5rem;
  width: 100%;
  outline: none;
}
#header .top-nav .search-form input::-webkit-input-placeholder {
  color: #989898;
}
#header .top-nav .search-form input::-moz-placeholder {
  color: #989898;
}
#header .top-nav .search-form input:-ms-input-placeholder {
  color: #989898;
}
#header .top-nav .search-form input:-moz-placeholder {
  color: #989898;
}
@media (max-width: 991.98px) {
  #header .top-nav .search-form input {
    position: relative;
  }
}
#header .top-nav .search-form button {
  top: 0;
  right: 0;
  position: absolute;
  width: 4.5rem;
  height: 4.5rem;
  z-index: 1;
  border: 0;
  background: 0;
  cursor: pointer;
  outline: none;
  font-size: 1.6rem;
  line-height: 3.5rem;
  color: #000;
}
@media (max-width: 991.98px) {
  #header .top-nav .search-form button {
    margin: 1.25rem 2.5rem;
  }
}
#header .top-nav .meta-menu {
  margin-top: 0.5rem;
}
#header .top-nav .meta-menu ul {
  padding: 0 0 0 0.4rem;
  margin: 0;
  height: 4rem;
  display: flex;
  flex-direction: row;
}
#header .top-nav .meta-menu ul li {
  align-self: center;
  margin-left: 3rem;
  list-style: none;
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: middle;
}
#header .top-nav .meta-menu ul li a {
  color: #000;
}
#header .top-nav .meta-menu ul li > a {
  padding-bottom: 1rem;
}
#header .top-nav .meta-menu ul li .dropdown-menu {
  left: -2rem;
  top: 95%;
}
#header .top-nav .meta-menu ul li .dropdown-menu ul {
  display: block;
  height: auto;
  padding: 0;
}
#header .top-nav .meta-menu ul li .dropdown-menu ul li {
  display: block;
  width: 100%;
  margin: 0;
}
#header .top-nav .meta-menu ul li .dropdown-menu ul li a {
  display: block;
  padding: 1rem 2rem;
  white-space: nowrap;
}
#header .top-nav .meta-menu ul li:first-child {
  margin-left: 0;
}
#header .top-nav .meta-menu ul li a {
  text-decoration: none;
}
#header .top-nav .meta-menu ul li a:after {
  margin-left: 1rem;
}
#header .top-nav .meta-menu ul li a i {
  font-size: 2.5rem;
}
@media (max-width: 991.98px) {
  #header .top-nav .meta-menu .menu-item {
    display: none;
  }
}

.cart-icon {
  position: relative;
}
.cart-icon .cart-count {
  top: -0.5rem;
  right: -0.5rem;
  position: absolute;
  background: #A4997D;
  border-radius: 100%;
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  .menu-item-has-children > a:after {
    border: 0;
    font-family: "icon";
    content: "\e901";
    height: auto;
    display: inline-block;
    font-size: 0.7rem;
    vertical-align: middle;
  }
  .menu-item-has-children .dropdown-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, transform, visibility;
    transform: translateY(25px);
    top: 100%;
    left: 0rem;
    display: block;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    min-width: 10rem;
    padding: 0;
    border: 1px solid #ececec;
    transition: all 0.2s ease-in-out;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .menu-item-has-children .dropdown-menu a {
    color: #000;
    font-size: 1.5rem;
    padding: 1.5rem 5rem;
    border-bottom: 1px solid #f0f0f0;
  }
  .menu-item-has-children .dropdown-menu a:hover, .menu-item-has-children .dropdown-menu a.active {
    background: #f9f9f9;
  }
  .menu-item-has-children .dropdown-menu a:last-child {
    border-bottom: 0;
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .menu-item-has-children .dropdown-menu {
    box-shadow: none;
    display: block;
    border: 0;
  }
  .menu-item-has-children .dropdown-menu a:before {
    content: " ";
    width: 0.8rem;
    height: 0.8rem;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    display: inline-block;
    margin: 0rem 1rem 0 0;
    transform: translateY(-0.3rem) rotate(45deg);
  }
}
@media (min-width: 768px) {
  .menu-item-has-children:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
  }
}

@media (max-width: 991.98px) {
  #header .navbar {
    height: 0;
    padding: 0 1.5rem;
  }
  #header .navbar .main-nav {
    position: fixed;
    top: 7rem;
    left: 0;
    right: 0;
    transform: translateX(-1000%);
    bottom: 0;
    background: #fff;
    transition: 0.3s all ease-in-out;
    z-index: 1011;
  }
  #header .navbar .main-nav.show {
    transform: translateX(0);
  }
  #header .navbar .main-nav h3 {
    padding: 2rem;
    text-transform: none;
    font-weight: bold;
    color: #E2DDD7;
    background: #fdfcfc;
  }
  #header .navbar .main-nav .navbar-nav {
    padding: 0rem 0 2rem 2rem;
  }
  #header .navbar .main-nav .navbar-nav li {
    margin-left: 0;
  }
  #header .navbar .main-nav .navbar-nav li .nav-link {
    color: #000000;
    padding: 1rem 1.5rem 1rem 0;
    font-size: 1.8rem;
    border-bottom: 1px solid #E9E9E9;
  }
  #header .navbar .main-nav .navbar-nav li .nav-link:after {
    display: none;
  }
  #header .navbar .main-nav .navbar-nav li .dropdown-menu {
    visibility: visible;
    opacity: 1;
    padding: 0;
  }
  #header .navbar .main-nav .navbar-nav li .dropdown-menu a {
    padding: 1rem 0;
    border-bottom: 1px solid #E9E9E9;
  }
  #header .navbar .main-nav .navbar-nav li .dropdown-menu a:before {
    display: none;
  }
  #header .navbar .main-nav .navbar-nav li .dropdown-menu a.active {
    color: #E2DDD7;
    font-weight: bold;
    background-position: center;
    background-repeat: no-repeat;
    background: none;
  }
  #header .navbar-brand {
    padding-left: 6rem;
  }
  #header .navbar-toggle {
    background: none;
    width: auto;
    outline: none;
    position: absolute;
    left: 10px;
    top: 10px;
    border: 0;
    z-index: 1;
    cursor: pointer;
  }
  #header .navbar-toggle .line {
    width: 27px;
    height: 1px;
    background-color: #000;
    display: block;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
  }
  #header .navbar-toggle.show .line:nth-child(2) {
    opacity: 0;
  }
  #header .navbar-toggle.show .line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  #header .navbar-toggle.show .line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  #header .overlay {
    transition: all 0.6s ease-in-out;
  }
  #header .overlay.show {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 992px) {
  #header .navbar {
    padding: 0;
    background: #fefefd;
    border-bottom: 1px solid #E9E9E9;
  }
  #header .navbar .container {
    display: block;
  }
  #header .navbar .main-nav {
    position: relative;
    display: flex;
  }
  #header .navbar .main-nav .navbar-nav {
    width: 100%;
    flex-direction: row;
  }
  #header .navbar .main-nav .navbar-nav li {
    text-align: center;
    margin-right: 6rem;
  }
  #header .navbar .main-nav .navbar-nav li .nav-link {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1.9rem 0;
    transition: all 0.2s ease-in-out;
    color: #000;
  }
  #header .navbar .main-nav .navbar-nav li .nav-link:hover > .dropdown-menu {
    display: block;
  }
  #header .navbar .main-nav .navbar-nav li .nav-link:focus, #header .navbar .main-nav .navbar-nav li .nav-link:hover, #header .navbar .main-nav .navbar-nav li .nav-link.active {
    background: #fff;
    color: #000;
  }
  #header .navbar .main-nav .navbar-nav li .nav-link:after {
    display: none;
  }
  #header .navbar-toggle {
    display: none;
  }
}

#breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000000;
}
#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
}
#breadcrumbs li a {
  color: #000000;
  text-decoration: none;
}
#breadcrumbs li a:hover {
  color: #E2DDD7;
}
#breadcrumbs .separator {
  vertical-align: middle;
  font-size: 1rem;
  margin: 0 1rem;
}
#breadcrumbs .separator span {
  vertical-align: middle;
}
#breadcrumbs strong {
  font-weight: 400;
  color: #000000;
}

.slider .slide {
  background-position: center !important;
  background-size: 100% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 45rem;
}
@media (max-width: 767.98px) {
  .slider .slide {
    height: 25rem;
  }
}
.slider .owl-dots,
.slider .owl-nav {
  display: none;
}

.page-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 2rem 0 0 0;
}
.page-header:after {
  content: "";
  background-image: url("../img/page-header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.page-header.overview:after {
  opacity: 1;
}
.page-header.overview #breadcrumbs {
  color: #D3C4BA;
}
.page-header.overview #breadcrumbs a {
  color: #D3C4BA;
}
.page-header.overview #breadcrumbs strong {
  color: #D3C4BA;
}
.page-header.overview h1 {
  color: #D3C4BA;
  margin-bottom: 0;
}
.page-header.single {
  padding-bottom: 0;
}

#wpadminbar .ab-top-menu .support-button {
  margin-left: 10px;
}

#wpadminbar .ab-top-menu .support-button a {
  background: red !important;
  color: white !important;
  height: 24px;
  line-height: 22px;
  margin-top: 4px;
  border-radius: 5px;
}

#wpadminbar #wp-admin-bar-updates {
  display: none;
}

#wpadminbar #wp-admin-bar-comments {
  display: none;
}

@font-face {
  font-family: "Monesta";
  src: url("../fonts/monesta/monesta.eot");
  src: url("../fonts/monesta/monesta.eot?#iefix") format("embedded-opentype"), url("../fonts/monesta/monesta.woff2") format("woff2"), url("../fonts/monesta/monesta.woff") format("woff"), url("../fonts/monesta/monesta.ttf") format("truetype"), url("../fonts/monesta/monesta.svg#Monesta") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#footer {
  padding: 0;
  color: #b3b3b3;
  background: #fff;
  border-top: 1px solid #E9E9E9;
}
#footer h3 {
  color: #101820;
  text-transform: none;
  font-size: 1.8rem;
  font-weight: 700;
}
#footer p {
  color: #707479;
}
#footer a {
  text-decoration: none;
  color: #707479;
}
#footer a:hover {
  color: #E2DDD7;
}
#footer .widget {
  padding: 4.5rem 0;
}
@media (max-width: 991.98px) {
  #footer .widget {
    padding: 2.5rem 0;
  }
}
#footer .newsletter {
  padding: 4.5rem 2rem;
  border-left: 1px solid #E9E9E9;
  height: 100%;
}
@media (max-width: 991.98px) {
  #footer .newsletter {
    padding: 2.5rem 0;
    border: 0;
  }
}
#footer ul {
  padding: 0;
  margin: 0;
}
#footer ul li.menu-item {
  list-style: none;
}
@media (max-width: 991.98px) {
  #footer ul li.menu-item {
    border-bottom: 1px solid gainsboro;
    padding: 0.5rem 0;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
  }
  #footer ul li.menu-item:after {
    content: "c";
    font-family: "cs-icons";
    font-size: 1rem;
    padding: 0.5rem 0;
  }
}
@media (max-width: 991.98px) {
  #footer ul li.menu-item:first-child {
    border-top: 1px solid gainsboro;
  }
}
#footer .copyright {
  background: #fff;
  color: #000;
  border-top: 1px solid #E9E9E9;
  padding: 2rem 0;
}
#footer .copyright img {
  max-width: 20rem;
}
#footer .copyright a {
  color: #000;
}

.btn {
  border-radius: 0;
  padding: 1rem 3rem;
  color: #fff;
  line-height: normal;
  font-size: 1.6rem;
  text-shadow: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  border: 0px !important;
  transition: all 0.2s ease-in-out;
  box-shadow: none !important;
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:focus, .btn:active {
  border: 0px !important;
  box-shadow: none !important;
}
.btn.btn-lg, .btn-group-lg > .btn {
  font-size: 1.7rem;
}
.btn.btn-primary {
  background: #E2DDD7;
  color: #000;
}
.btn.btn-primary:hover {
  background: #bfa99b;
}
.btn.btn-secondary {
  background: #000;
}
.btn.btn-secondary:hover {
  background: #cdc4b9;
}
.btn.btn-cart {
  border-radius: 0;
  height: 5rem;
  color: #000;
  background: #E2DDD7;
}
.btn.btn-cart:before {
  content: "\e909";
  font-family: "icon";
  margin-right: 2rem;
  font-size: 2rem;
  vertical-align: sub;
}
.btn.btn-cart:hover {
  background: #cdc4b9;
}
.btn.btn-grey {
  background: #b3b3b3;
}
.btn.btn-grey:hover {
  background: #999999;
}
.btn.btn-rounded {
  border-radius: 10rem !important;
}
.btn:disabled {
  background: #999;
}

input[type=button],
input[type=submit] {
  border-radius: 0;
  padding: 1.2rem 3rem;
  color: #fff;
  line-height: normal;
  font-size: 1.6rem;
  text-shadow: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  border: 0px !important;
  transition: all 0.2s ease-in-out;
  background: #D3C4BA;
  text-align: center;
  cursor: pointer;
}
input[type=button]:hover,
input[type=submit]:hover {
  background: #bfa99b;
}
input[type=button]:disabled,
input[type=submit]:disabled {
  background: #b3b3b3;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none !important;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.25;
}

#content {
  padding: 1.5rem 0;
}

.bg-grey {
  background: #E9E9E9;
}

@font-face {
  font-family: "Monesta";
  src: url("../fonts/monesta/monesta.eot");
  src: url("../fonts/monesta/monesta.eot?#iefix") format("embedded-opentype"), url("../fonts/monesta/monesta.woff2") format("woff2"), url("../fonts/monesta/monesta.woff") format("woff"), url("../fonts/monesta/monesta.ttf") format("truetype"), url("../fonts/monesta/monesta.svg#Monesta") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
input, select, textarea, button, .button {
  border: 0;
  padding: 0.4rem 1rem;
  background: #999;
  color: #535353;
  font-size: 1.5rem;
  border-radius: 0.5rem;
}

.wpcf7,
form {
  width: 100%;
}
.wpcf7 .form-control,
form .form-control {
  display: block;
  box-shadow: none;
  margin-bottom: 1.5rem;
  height: 6rem;
  width: 100%;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #87929D;
  border-radius: 0;
  padding: 0.8rem 1.5rem;
  color: #000;
  font-size: 1.6rem;
}
.wpcf7 .form-control::-webkit-input-placeholder,
form .form-control::-webkit-input-placeholder {
  color: #000;
}
.wpcf7 .form-control::-moz-placeholder,
form .form-control::-moz-placeholder {
  color: #000;
}
.wpcf7 .form-control:-ms-input-placeholder,
form .form-control:-ms-input-placeholder {
  color: #000;
}
.wpcf7 .form-control:-moz-placeholder,
form .form-control:-moz-placeholder {
  color: #000;
}

label {
  display: block;
}

.form-group {
  width: 100%;
}

.required {
  color: red;
}

textarea {
  height: 22.5rem;
}

div.wpcf7 .ajax-loader {
  display: none;
}

.container {
  max-width: 160rem;
  width: 100%;
}

.clearfix {
  clear: both;
}

.single-product-usps {
  margin: 2rem 0;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .single-product-usps {
    display: block;
  }
  .single-product-usps li {
    margin-bottom: 2rem;
  }
}
.single-product-usps li {
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.3;
  padding-left: 3.5rem;
  margin-right: 1rem;
  position: relative;
  color: #000 !important;
}
.single-product-usps li:last-child {
  margin-right: 0;
}
.single-product-usps li b {
  display: block;
}
.single-product-usps li:before {
  font-family: "icon";
  position: absolute;
  left: 0;
  width: 2rem;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 1;
}
.single-product-usps li.dutchdesign:before {
  content: "\e912";
  font-size: 2rem;
}
.single-product-usps li.quality:before {
  content: "\e918";
  font-size: 2.3rem;
}
.single-product-usps li.custom:before {
  content: "\e910";
  font-size: 2rem;
}

body.overflow-hidden {
  overflow: hidden;
}

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

.mollie-gateway-icon {
  float: left !important;
  margin-right: 10px !important;
}

.pl-table .col {
  overflow: hidden;
  text-overflow: ellipsis;
}
.pl-table .pl-thead .row,
.pl-table .pl-tbody .row {
  padding: 0;
  margin: 0 0 1rem;
}
.pl-table .pl-thead .col-12,
.pl-table .pl-thead .col-8,
.pl-table .pl-thead .col-4,
.pl-table .pl-thead .col,
.pl-table .pl-tbody .col-12,
.pl-table .pl-tbody .col-8,
.pl-table .pl-tbody .col-4,
.pl-table .pl-tbody .col {
  padding: 1rem 0 0;
}

.card {
  border-radius: 0.5em;
  padding: 3rem 3rem 1.5rem;
  border: 0;
  color: #D3C4BA;
}
.card .card-header {
  background: #fff;
  padding: 0 0 1rem;
  font-family: "Monesta";
  text-transform: uppercase;
  font-weight: 600;
}
.card .card-body {
  padding: 2rem 0;
}
.card .card-body ul {
  padding: 0;
}
.card .card-body ul li {
  list-style: none;
  margin-bottom: 1rem;
}
.card .card-body ul li:before {
  content: " ";
  display: inline-block;
  margin-right: 1rem;
  width: 2.5rem;
  vertical-align: middle;
  font-family: "icon";
}
.card .card-body ul li.whatsapp:before {
  font-size: 2.2rem;
  content: "\e90d";
}
.card .card-body ul li.call:before {
  font-size: 2.2rem;
  content: "\e908";
}
.card .card-body ul li.mail:before {
  font-size: 1.6rem;
  content: "\e906";
}
.card .card-footer {
  padding: 2rem 0 0;
  background: #fff;
}

* {
  outline: none;
}

html {
  font-size: 62.5%;
}
@media (max-width: 767.98px) {
  html {
    font-size: 56.5%;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 54.5%;
  }
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  padding-top: 13.3rem;
}
@media (max-width: 991.98px) {
  body {
    padding-top: 14rem;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 4rem;
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: 3rem;
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

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

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

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

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

h1 > em,
h2 > em,
h3 > em,
h4 > em {
  font-style: normal;
  color: #E2DDD7;
}

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

b,
strong {
  font-weight: 700;
}

a {
  transition: all 0.2s ease-in-out;
}

.text-red {
  color: red;
}

.text-green {
  color: #D3C4BA;
}

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

.model--title {
  font-weight: bold;
  margin-bottom: 2rem;
}

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

.font-primary {
  font-family: "Nunito Sans", sans-serif;
}

.font-secondary {
  font-family: "Monesta";
}

#post h1, #post .h1,
#post h2, #post .h2,
#post h3, #post .h3,
#post h4, #post .h4,
#post h5, #post .h5,
#post h6, #post .h6 {
  margin-bottom: 1rem;
}
#post ul {
  padding: 0;
  margin: 0 0 2rem 2rem;
}
#post p a {
  color: #E2DDD7;
  text-decoration: underline;
}

.page-numbers {
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.page-numbers li {
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500;
}
.page-numbers li .current {
  background: transparent !important;
  box-shadow: inset 0px 0px 0px 3px #252525;
  color: #252525 !important;
}
.page-numbers li .dots {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}
.page-numbers li .current,
.page-numbers li a {
  background: #252525;
  text-decoration: none;
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #fff;
}
.page-numbers li .current:hover,
.page-numbers li a:hover {
  background: #E2DDD7;
}
.page-numbers li .current.next, .page-numbers li .current.prev,
.page-numbers li a.next,
.page-numbers li a.prev {
  width: auto;
  padding: 0 1rem;
  color: #fff;
}

.socials {
  margin: 1rem 0 2rem;
  padding: 0;
}
.socials.left {
  text-align: left;
}
.socials.center {
  text-align: center;
}
.socials.right {
  text-align: right;
}
.socials li {
  list-style: none;
  display: inline-block;
}
.socials li a {
  line-height: 3.2rem;
  background: #252525;
  font-size: 1.6rem;
  color: #fff;
  width: 3rem;
  height: 3rem;
  text-align: center;
  display: block;
}
.socials li a:hover {
  background: #E2DDD7;
}

.share ul {
  margin: 3rem 0 0 0;
  padding: 0;
}
.share ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.share ul li h5 {
  font-weight: bold;
  font-size: 1.4rem;
  color: #666666;
  margin: 0 1rem 0 0;
}
.share ul li a {
  line-height: 2.7rem;
  font-size: 1.4rem;
  color: #666666;
  text-decoration: none;
  display: block;
}
.share ul li a i {
  margin-right: 0.3rem;
}
.share ul li a:hover {
  color: #E2DDD7;
}

.badge {
  border-radius: 10rem;
  font-weight: 700;
}
.badge.badge-sm {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}
.badge.badge-md {
  font-size: 1.4rem;
  padding: 0.9rem 1.4rem 0.8rem;
}
.badge.badge-lg {
  padding: 1.1rem 2rem;
  font-size: 1.7rem;
}
.badge.badge-primary {
  background: #fff;
  color: #000;
}
.badge.badge-orange {
  background: #f1840e;
  color: #fff;
}
.badge.badge-red {
  background: #ea3131;
  color: #fff;
}
.badge.badge-sale {
  background: #ea3131;
  color: #fff;
}

.wpcf7-form .wpcf7-not-valid {
  box-shadow: inset 0 0 0 0.2rem #f5c6cb;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1.4rem;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
  font-variation-settings: "wght" 400;
}
.wpcf7-form .wpcf7-response-output {
  margin: 2rem 0 0 !important;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb !important;
  font-size: 1.6rem;
}
.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-acceptance-missing {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.wpcf7-form .ajax-loader {
  display: none;
}

.tm-extra-product-options .tm-extra-product-options-fields .tmcp-field-wrap,
.tm-extra-product-options .tmcp-ul-wrap .tmcp-field-wrap {
  background: #fff;
  padding: 0.9rem 1rem !important;
  border-radius: 0.5rem;
}
.tm-extra-product-options .tm-extra-product-options-fields .tmcp-field-wrap.tc-active .amount,
.tm-extra-product-options .tm-extra-product-options-fields .tmcp-field-wrap.tc-active .tc-label.tm-label,
.tm-extra-product-options .tmcp-ul-wrap .tmcp-field-wrap.tc-active .amount,
.tm-extra-product-options .tmcp-ul-wrap .tmcp-field-wrap.tc-active .tc-label.tm-label {
  font-weight: 400 !important;
}
.tm-extra-product-options .tm-extra-product-options-fields .tmcp-field-wrap .tc-label,
.tm-extra-product-options .tmcp-ul-wrap .tmcp-field-wrap .tc-label {
  padding: 0 0 0 0.5em !important;
}
.tm-extra-product-options .tm-extra-product-options-fields label,
.tm-extra-product-options .tm-extra-product-options-fields .tm-epo-field-label,
.tm-extra-product-options .tmcp-ul-wrap label,
.tm-extra-product-options .tmcp-ul-wrap .tm-epo-field-label {
  font-weight: 400 !important;
  color: #000;
}
.tm-extra-product-options .tm-extra-product-options-fields .tc-price-wrap,
.tm-extra-product-options .tmcp-ul-wrap .tc-price-wrap {
  float: right;
}
.tm-extra-product-options .tm-extra-product-options-fields .tc-epo-element-product-holder .tc-epo-element-variable-reset-variations,
.tm-extra-product-options .tm-extra-product-options-fields .tc-epo-element-product-holder .product-price,
.tm-extra-product-options .tmcp-ul-wrap .tc-epo-element-product-holder .tc-epo-element-variable-reset-variations,
.tm-extra-product-options .tmcp-ul-wrap .tc-epo-element-product-holder .product-price {
  display: none !important;
}
.tm-extra-product-options .tm-extra-product-options-fields .tc-epo-element-product-holder .tc-epo-element-variations select,
.tm-extra-product-options .tmcp-ul-wrap .tc-epo-element-product-holder .tc-epo-element-variations select {
  width: 100%;
}

.tc-extra-product-options .cpf-type-select .tmcp-field-wrap label.fullwidth,
.tc-extra-product-options .cpf-type-select .tmcp-field-wrap label.fullwidth select {
  width: 70%;
}

.tc-associated-table-product .tc-associated-table-product-indent {
  padding-left: 0 !important;
}

.tc-associated-table-product .tc-associated-table-product-price::before {
  display: none;
}

.product-cat {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.product-cat a {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-cat a:hover .product-cat__thumb {
  transform: scale(1.02);
}
.product-cat__thumb {
  width: 100%;
  height: 42rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s ease-in-out;
}
.product-cat .woocommerce-loop-category__title {
  position: absolute;
  bottom: 2rem;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-size: 1.6rem;
  padding: 0.9rem 1.4rem 0.8rem;
  color: #000;
  background: #fff;
  border-radius: 10rem;
}
.product-cat .woocommerce-loop-category__title .count {
  display: none;
}

.grid {
  display: grid;
  row-gap: 1.5rem;
  gap: 1.5rem;
  padding: 0;
  list-style: none;
}
@media (max-width: 767.98px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 767.98px) {
  .grid .grid-item.large {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .grid .grid-item.large {
    grid-column: 3/span 2;
    grid-row: 2/4;
  }
}
@media (min-width: 992px) {
  .grid .grid-item.large {
    grid-column: 6/4;
    grid-row: 2/4;
  }
}

.products a {
  text-decoration: none;
}
.products a:hover .product-thumb {
  transform: scale(1.01);
}
.products .grid {
  padding: 0;
  list-style: none;
  margin: 0;
}
.products .grid .grid-item {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .products .grid .grid-item.large {
    min-height: 50rem;
  }
}
.products .grid .grid-item.large .product {
  overflow: hidden;
}
.products .grid .grid-item.large .product:hover .thumb {
  transform: scale(1.02);
}
.products .grid .grid-item.large .product .thumb {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
}
.products .grid .grid-item.large .product .content {
  position: relative;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 45%);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 3rem;
}
.products .grid .grid-item.large .product .content h2 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 100;
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .products .grid .grid-item.large .product .content h2 {
    font-size: 3rem;
  }
}
.products .grid .grid-item.large .product .content p {
  font-weight: 100;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 0;
}
.products .grid .product {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products .grid .product__title {
  text-transform: none;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 1.5rem 0;
  color: #000;
}
.products .grid .product__price {
  padding: 0 0 2rem;
  margin-top: auto;
  color: #000000 !important;
  font-size: 1.6rem;
  font-weight: 700;
}
.products .grid .product__price del {
  display: inline-block;
  margin-right: 1rem;
}
.products .grid .product__price del bdi {
  display: inline-block;
  color: #959595;
  font-size: 1.4rem;
}
.products .grid .product__price ins bdi {
  color: #5B896B !important;
  font-size: 1.6rem;
  font-weight: 700;
}
.products.related {
  position: relative;
}
.products.related .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}

.product-thumb-wrapper {
  width: 100%;
  overflow: hidden;
}

.product-thumb {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991.98px) {
  .product-thumb {
    height: 15rem;
    background-size: cover;
  }
}
.product-thumb.small {
  height: 10rem;
}
@media (max-width: 991.98px) {
  .product-thumb.small {
    height: 20rem;
  }
}

.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
  display: none;
  margin-bottom: 1rem;
}

.product-img .owl-stage {
  display: flex;
}
.product-img .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.product-img .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.product-img .flex-text {
  flex-grow: 1;
}
.product-img .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}

.product-img .slide {
  border-radius: 0.5em;
  background-color: #fff;
  text-align: center;
  padding: 2rem;
  width: 100%;
  align-items: center;
  display: flex;
}
.product-img .slide img {
  width: auto;
  margin: 0 auto;
}
.product-img .badge {
  position: absolute;
  top: 1rem;
  left: 2.5rem;
  z-index: 2;
}
.product-img .product-slider img {
  border-radius: 0.5rem;
}
.product-img .owl-thumbs {
  margin: 2rem 0 5rem;
}
.product-img .owl-thumbs .owl-thumb-item {
  padding: 0;
  width: 7rem;
  height: 7rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #E9E9E9;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.product-img .owl-thumbs .owl-thumb-item:focus, .product-img .owl-thumbs .owl-thumb-item.active {
  outline: none;
  border-color: #E2DDD7;
}

.up-sells .owl-stage-outer,
.up-sells .owl-stage,
.up-sells .owl-item,
.cross-sells .owl-stage-outer,
.cross-sells .owl-stage,
.cross-sells .owl-item,
.related .owl-stage-outer,
.related .owl-stage,
.related .owl-item,
.up-sells .owl-stage-outer,
.up-sells .owl-stage,
.up-sells .owl-item {
  opacity: 1;
  padding-left: 0 !important;
}
.up-sells .col-md-3,
.cross-sells .col-md-3,
.related .col-md-3,
.up-sells .col-md-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .up-sells .col-md-3,
.cross-sells .col-md-3,
.related .col-md-3,
.up-sells .col-md-3 {
    margin-bottom: 0 !important;
  }
}
.up-sells .hidden-variable-price,
.cross-sells .hidden-variable-price,
.related .hidden-variable-price,
.up-sells .hidden-variable-price {
  height: auto !important;
  font-size: 1.6rem !important;
  line-height: 1 !important;
  display: inline !important;
}

.up-sells {
  padding: 0;
}
@media (min-width: 992px) {
  .up-sells {
    background: gainsboro;
    border-radius: 0.5rem;
    padding: 1.5rem 2rem 0.1rem;
  }
}

.up-sells,
.crosssells-slider,
.product-slider {
  margin-bottom: 3rem;
}
.up-sells .owl-nav,
.crosssells-slider .owl-nav,
.product-slider .owl-nav {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin: 1rem auto 0;
  z-index: 1;
  text-align: right;
  position: relative;
}
.up-sells .owl-nav button.owl-prev,
.up-sells .owl-nav button.owl-next,
.crosssells-slider .owl-nav button.owl-prev,
.crosssells-slider .owl-nav button.owl-next,
.product-slider .owl-nav button.owl-prev,
.product-slider .owl-nav button.owl-next {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  font-size: 2rem;
  color: #000;
  border-radius: 0.5em;
  transition: all 0.2s ease-in-out;
}
.up-sells .owl-nav button.owl-prev:hover,
.up-sells .owl-nav button.owl-next:hover,
.crosssells-slider .owl-nav button.owl-prev:hover,
.crosssells-slider .owl-nav button.owl-next:hover,
.product-slider .owl-nav button.owl-prev:hover,
.product-slider .owl-nav button.owl-next:hover {
  background-color: #cccccc;
}
.up-sells .owl-nav button.owl-prev:focus,
.up-sells .owl-nav button.owl-next:focus,
.crosssells-slider .owl-nav button.owl-prev:focus,
.crosssells-slider .owl-nav button.owl-next:focus,
.product-slider .owl-nav button.owl-prev:focus,
.product-slider .owl-nav button.owl-next:focus {
  -webkit-appearance: none;
  outline: none;
}
.up-sells .owl-nav button.owl-prev,
.crosssells-slider .owl-nav button.owl-prev,
.product-slider .owl-nav button.owl-prev {
  margin-right: 1rem;
}

.crosssells-slider button.owl-prev,
.crosssells-slider button.owl-next {
  border: 1px solid #E9E9E9 !important;
}

.cross-sells {
  /*(1) owl-stage box*/
  /*(2) the direct div of each element in the owl carousel*/
}
.cross-sells .products .grid {
  grid-template-columns: repeat(3, 1fr);
}
.cross-sells .products .grid .product {
  border: 0;
}
.cross-sells .products .grid .product .product-thumb-wrapper {
  position: relative;
}
.cross-sells .products .grid .product .product-thumb-wrapper .add-to-cart {
  width: 4rem;
  height: 4rem;
  position: absolute;
  display: block;
  background: #E2DDD7;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.cross-sells .products .grid .product .product-thumb-wrapper .add-to-cart:before {
  content: "\e909";
  font-family: "icon";
  font-size: 2rem;
  text-align: center;
  line-height: 4rem;
  display: block;
}
.cross-sells .products .grid .product .product-thumb-wrapper .add-to-cart:hover {
  background: #cdc4b9;
}
.cross-sells .products .grid .product .product-thumb-wrapper .product-thumb {
  height: 13rem;
}
.cross-sells .products .grid .product__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cross-sells .products .grid .product__title {
  font-size: 1.4rem;
  font-weight: bold;
}
.cross-sells .products .grid .product__price {
  padding-bottom: 0;
}
.cross-sells .products .grid .product__price .price {
  font-size: 1.4rem;
}
.cross-sells .products .grid .product__price del {
  display: inline-block;
  margin-right: 1rem;
}
.cross-sells .products .grid .product__price del bdi {
  display: inline-block;
  color: #959595;
  font-size: 1.4rem;
}
.cross-sells .products .grid .product__price ins bdi {
  color: #5B896B !important;
  font-size: 1.4rem;
  font-weight: 700;
}
.cross-sells .owl-nav {
  padding-right: 1rem;
}
.cross-sells .owl-carousel .owl-stage {
  display: flex;
}
.cross-sells .owl-item {
  height: auto;
}

.product .product-desc .button {
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  color: #fff;
  line-height: normal;
  box-shadow: none !important;
  font-size: 1.6rem;
  text-shadow: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  border: 0px !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: inline-block;
  background: #D3C4BA;
}
.product .product-desc .button:hover {
  background: #bfa99b;
}

.bundle-sells .products ul {
  justify-content: center;
}
.bundle-sells .products ul li {
  position: relative;
  padding-left: 7rem;
  padding-right: 7rem;
}
.bundle-sells .products ul li:after {
  content: "o";
  font-family: "cs-icons";
  width: 3rem;
  height: 3rem;
  background: #fff;
  display: block;
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  color: #D3C4BA;
  font-size: 3rem;
  line-height: 3rem;
}
.bundle-sells .products ul li .woocommerce-Price-amount, .bundle-sells .products ul li .woocommerce-price-suffix {
  display: inline-block !important;
}
.bundle-sells .products ul li:last-child:after {
  display: none;
}
.bundle-sells .total {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.bundle-sells .total:before {
  content: " ";
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: rotate(45deg) translateX(-50%);
  background: #fff;
}
.bundle-sells .total .products ul {
  margin: 0;
}
.bundle-sells .total .products ul li {
  margin: 0;
  padding-left: 3rem;
  padding-right: 3rem;
}
.bundle-sells .total .products ul li:after {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  line-height: 2rem;
  right: -1rem;
}
.bundle-sells .total .products ul li .product .product-thumb {
  height: 5rem;
}
.bundle-sells .total .bundle__price {
  font-size: 1.8rem;
}
.bundle-sells .total .bundle__price__amount {
  color: #000000;
}
.bundle-sells .total .bundle__price__amount_incl {
  font-size: 1.2rem;
}

@media (max-width: 991.98px) {
  .products .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .products .row li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.single-product .price {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
}
.single-product .price small {
  font-size: 1.6rem;
  font-weight: 400;
  color: #9c9c9c;
}
.single-product .cart {
  display: flex;
}

.shipping-information {
  border: 1px solid #E9E9E9;
  display: flex;
  padding: 0.8rem 1.4rem;
  align-items: center;
}
.shipping-information .delivery:before {
  font-family: "icon";
  content: "\e908";
  font-size: 2.3rem;
  vertical-align: middle;
  margin-right: 1.5rem;
}
.shipping-information .delivery b {
  margin-right: 0.5rem;
}
.shipping-information .delivery-delay {
  text-decoration: underline;
  margin-left: auto;
}

.desc-anchors {
  list-style: none;
  padding: 0;
}
.desc-anchors li {
  border-bottom: 1px solid #E9E9E9;
}
.desc-anchors li a {
  padding: 0.8rem 0;
  display: flex;
  width: 100%;
  align-items: center;
}
.desc-anchors li a::after {
  font-family: "icon";
  content: "\e90e";
  font-size: 1rem;
  margin-left: auto;
  transition: all 0.2s ease-in-out;
}
.desc-anchors li a:hover {
  text-decoration: none !important;
}
.desc-anchors li a:hover:after {
  transform: translateX(0.2rem);
}
.desc-anchors li.stock {
  padding: 0.8rem 0;
}
.desc-anchors li.stock span {
  font-weight: bold;
  color: #1CAB55;
}
.desc-anchors li:first-child {
  border-top: 1px solid #E9E9E9;
}

.single-product .woo-variation-product-gallery {
  max-width: 100% !important;
  margin-bottom: 1.5rem !important;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-wrapper {
  min-height: auto !important;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
  display: none;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-slider .slick-list.draggable {
  cursor: pointer;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper {
  margin-top: 2rem;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider.slick-slider .slick-list {
  margin: 0 -5px;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider.slick-slider .slick-slide {
  margin: 0 5px;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider.slick-slider .slick-slide:hover .wvg-gallery-thumbnail-image, .single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider.slick-slider .slick-slide.current-thumbnail .wvg-gallery-thumbnail-image, .single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider.slick-slider .slick-slide.slick-current .wvg-gallery-thumbnail-image {
  border: 1px solid #000 !important;
  border-radius: 0;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider.slick-slider .slick-slide:hover .wvg-gallery-thumbnail-image img, .single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider.slick-slider .slick-slide.current-thumbnail .wvg-gallery-thumbnail-image img, .single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider.slick-slider .slick-slide.slick-current .wvg-gallery-thumbnail-image img {
  border-radius: 0;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider:not(.slick-slider) {
  margin: 0 -5px;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider:not(.slick-slider) .wvg-gallery-thumbnail-image {
  margin: 0 5px;
  border-radius: 0;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider:not(.slick-slider) .wvg-gallery-thumbnail-image img {
  border-radius: 0;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider:not(.slick-slider) .wvg-gallery-thumbnail-image:hover, .single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider:not(.slick-slider) .wvg-gallery-thumbnail-image.current-thumbnail {
  border: 1px solid #E9E9E9 !important;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-thumbnail-next-arrow,
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-thumbnail-prev-arrow {
  opacity: 1;
  visibility: visible;
  background: #fff;
  border: 1px solid #ddd;
  height: 50px;
  width: 50px;
  top: 50%;
  border-radius: 0rem;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  border: 1px solid #000;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-thumbnail-next-arrow:before,
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-thumbnail-prev-arrow:before {
  color: #000;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-thumbnail-next-arrow:hover,
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-thumbnail-prev-arrow:hover {
  background: #f5f5f5;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-thumbnail-next-arrow {
  right: 10px;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-thumbnail-prev-arrow {
  left: 10px;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image {
  opacity: 1;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image img {
  border-radius: 0;
}

.product-categories {
  list-style: none;
  padding: 0;
}
.product-categories > li {
  position: relative;
}
.product-categories > li.current-cat a {
  font-weight: 700;
}
.product-categories > li.current-cat ul.children {
  display: block;
}
.product-categories > li.current-cat-parent ul.children {
  display: block;
}
.product-categories > li.current-cat-parent ul.children .current-cat {
  font-weight: bold;
}
.product-categories > li > a {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.2rem 0;
  display: block;
  text-decoration: none;
}
.product-categories > li > a:after {
  position: absolute;
  content: "\e90e";
  font-family: "icon";
  right: 0;
  top: 1rem;
  font-size: 1rem;
  color: #9d9d9d;
}
.product-categories > li > .count {
  display: none;
}
.product-categories > li ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.product-categories > li ul.children li {
  border-bottom: 1px solid #E9E9E9;
  position: relative;
}
.product-categories > li ul.children li.current-cat a {
  color: #E2DDD7;
}
.product-categories > li ul.children li:first-child {
  border-top: 1px solid #E9E9E9;
}
.product-categories > li ul.children li:last-child {
  border-bottom: 0;
}
.product-categories > li ul.children li a {
  padding: 0.7rem 0;
  color: #000000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 80%;
}
.product-categories > li ul.children li a:hover {
  color: #E2DDD7;
}
.product-categories > li ul.children li a:after {
  position: absolute;
  content: "\e90e";
  font-family: "icon";
  right: 0;
  top: 1rem;
  font-size: 1rem;
  color: #E2DDD7;
}
.product-categories > li ul.children li .count {
  float: right;
  background: whitesmoke;
  border-radius: 100%;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.2rem;
  line-height: 2.5rem;
  position: absolute;
  right: 2rem;
  top: 0.5rem;
}

.woocommerce-filter {
  background: #fff;
  padding: 2rem;
  border-radius: 0.5em;
  margin-bottom: 2rem;
}
.woocommerce-filter .widget {
  margin-bottom: 5rem;
}
.woocommerce-filter .widget:last-of-type {
  margin-bottom: 0;
}
.woocommerce-filter .wc-layered-nav-term {
  position: relative;
}
.woocommerce-filter .wc-layered-nav-term .count {
  float: right;
  background: whitesmoke;
  border-radius: 100%;
  color: #000000;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.2rem;
  line-height: 2.5rem;
  position: absolute;
  right: -0.5rem;
  top: 0.5rem;
}

.widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.widget_layered_nav_filters ul li {
  float: left;
  padding: 0 5px 5px 0;
  list-style: none;
}
.widget_layered_nav_filters ul li a {
  padding: 0 6px 0 18px;
  background: #E2DDD7 url(../img/icon/close-white.svg);
  background-position: left 1rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-left: 2.5rem;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 0.5rem;
  float: left;
  text-decoration: none;
}
.widget_layered_nav_filters ul li a:hover {
  background-color: #cdc4b9;
}

.woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
}
.woocommerce-widget-layered-nav-list li {
  display: flex;
  margin-bottom: 1rem;
}
.woocommerce-widget-layered-nav-list li:last-child {
  margin-bottom: 0;
}
.woocommerce-widget-layered-nav-list li a {
  color: #000;
  text-decoration: none;
  font-size: 1.5rem;
}
.woocommerce-widget-layered-nav-list li a:before {
  content: " ";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: #E2DDD7;
  margin-right: 1rem;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  border-radius: 0.4rem;
  top: -0.2rem;
  position: relative;
}
.woocommerce-widget-layered-nav-list li a:hover:before {
  background: #253770;
}
.woocommerce-widget-layered-nav-list li .count {
  color: #999;
  margin-left: 0.5rem;
}
.woocommerce-widget-layered-nav-list li.chosen a {
  padding: 0 !important;
  border: 0 !important;
  color: #253770 !important;
}
.woocommerce-widget-layered-nav-list li.chosen a:before {
  background: #253770;
}

.widget_price_filter .button {
  color: #000 !important;
}

.filter-toggle {
  padding: 1rem 3rem 1rem 0;
  cursor: pointer;
  display: inline-block;
}
.filter-toggle:before {
  content: "\e907";
  font-family: "icon";
  margin-right: 10px;
}
.filter-toggle:hover, .filter-toggle:focus {
  outline: none;
}

.reset-filters {
  font-size: 1.3rem;
  margin-top: 1rem;
}
.reset-filters:hover {
  color: #E2DDD7;
}
.reset-filters:before {
  content: " ";
  width: 1.8rem;
  height: 1.3rem;
  background: url(../img/icon/trash-green.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2rem;
}

body.filter-sidebar-show {
  pointer-events: none;
  overflow: hidden;
}

.filter-sidebar {
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  bottom: 0;
  display: flex;
  left: 0;
  opacity: 0;
  place-content: center;
  place-items: center;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  place-content: flex-end;
  place-items: normal;
  z-index: 10000;
}
.filter-sidebar.show {
  opacity: 1;
  place-content: flex-end;
  place-items: normal;
}
.filter-sidebar.show .filter-sidebar--wrapper {
  transform: translateX(0);
}
.filter-sidebar--wrapper {
  background-color: #fff;
  border-radius: 0;
  max-height: unset;
  transform: translateX(100%);
  transition: all 0.3s ease;
  width: 38vw;
  height: 100vh;
  pointer-events: all;
}
@media (max-width: 991.98px) {
  .filter-sidebar--wrapper {
    width: 100%;
  }
}
.filter-sidebar .filter-toggle {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: none !important;
  margin: 3rem 0 2rem auto;
  padding: 1rem 0;
  display: flex;
}
.filter-sidebar .filter-toggle:before, .filter-sidebar .filter-toggle:after {
  position: absolute;
  content: " ";
  width: 2.5rem;
  height: 2px;
  left: 0;
  background-color: #000;
}
.filter-sidebar .filter-toggle:before {
  transform: rotate(45deg);
}
.filter-sidebar .filter-toggle:after {
  transform: rotate(-45deg);
}
.filter-sidebar h4 {
  font-weight: 700;
  font-size: 2.5rem;
  padding: 2rem 4rem;
  text-transform: none;
  margin-bottom: 0;
  color: #000;
  display: flex;
}
.filter-sidebar h4 .reset-filter {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: underline;
  color: #000;
  margin-left: auto;
}
.filter-sidebar .woocommerce-filter {
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #E9E9E9;
}
.filter-sidebar .woocommerce-filter:first-of-type {
  border-top: 1px solid #E9E9E9;
}
.filter-sidebar .woocommerce-filter .product-categories {
  margin-bottom: 0;
}
.filter-sidebar .woocommerce-filter .product-categories > li:last-child a {
  padding-bottom: 0;
}
.filter-sidebar .sidebar-widget {
  padding: 0 4rem;
}
.filter-sidebar .sidebar-widget .woocommerce-filter-title {
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 2.5rem 0;
  cursor: pointer;
  display: flex;
}
.filter-sidebar .sidebar-widget .woocommerce-filter-title:after {
  content: "\e901";
  font-family: "icon";
  font-size: 0.7rem;
  align-self: center;
  margin-left: auto;
  transition: all 0.2s ease-in-out;
}
.filter-sidebar .sidebar-widget .woocommerce-filter-title.active:after {
  transform: rotate(-180deg);
}
.filter-sidebar .sidebar-widget .widget-content {
  height: 0px;
  overflow: hidden;
  transition: height 300ms linear 0s;
}
.filter-sidebar .sidebar-widget .widget-content.active {
  padding: 0 0 2rem;
  overflow: visible;
  height: auto;
  transition: height 300ms linear 0s;
}

.product-tabs ul {
  padding-left: 2rem;
}
.product-tabs .nav-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0;
  display: block;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #eee8e3;
}
.product-tabs .nav-tabs .nav-item {
  display: inline-block;
  padding: 0;
  margin: 0;
  display: table-cell;
  text-align: center;
}
.product-tabs .nav-tabs .nav-item .nav-link {
  border: 0;
  padding: 1rem 2rem;
  display: block;
  font-weight: 600;
  color: #D3C4BA;
  text-decoration: none;
}
.product-tabs .nav-tabs .nav-item .nav-link:hover, .product-tabs .nav-tabs .nav-item .nav-link.active {
  background: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
.product-tabs .tab-content {
  background: #fff;
  padding: 2rem;
}
.product-tabs #product_specs ul li, .product-tabs .product_specs_mobile ul li, .product-tabs .blueprint_content ul li {
  list-style: none;
  margin-bottom: 1rem;
}
.product-tabs #product_specs ul li:before, .product-tabs .product_specs_mobile ul li:before, .product-tabs .blueprint_content ul li:before {
  color: #E2DDD7;
  font-family: "cs-icons";
  content: "f";
  left: -2rem;
  vertical-align: middle;
  position: relative;
}
.product-tabs #product_specs table.default-lengths, .product-tabs .product_specs_mobile table.default-lengths, .product-tabs .blueprint_content table.default-lengths {
  margin-bottom: 2.5rem;
}
.product-tabs #product_specs table.default-lengths tr:nth-child(odd), .product-tabs .product_specs_mobile table.default-lengths tr:nth-child(odd), .product-tabs .blueprint_content table.default-lengths tr:nth-child(odd) {
  background: none;
}
.product-tabs #product_specs table.default-lengths tr td, .product-tabs .product_specs_mobile table.default-lengths tr td, .product-tabs .blueprint_content table.default-lengths tr td {
  padding: 1rem 3rem;
}
.product-tabs #product_specs table tr:nth-child(odd), .product-tabs .product_specs_mobile table tr:nth-child(odd), .product-tabs .blueprint_content table tr:nth-child(odd) {
  background: #E9E9E9;
}
.product-tabs #product_video iframe {
  width: 100%;
  height: 60rem;
}
@media (max-width: 991.98px) {
  .product-tabs #product_video iframe {
    height: 30rem;
  }
}
.product-tabs #product_manual a {
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  color: #fff;
  line-height: normal;
  font-size: 1.6rem;
  text-shadow: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background: #D3C4BA;
  text-decoration: none;
  display: inline-block;
}
.product-tabs #product_manual a:hover {
  background: #bfa99b;
}
.product-tabs #product_color .color ul, .product-tabs .color_content .color ul {
  padding: 0;
  margin: 0 -1rem 1rem;
}
.product-tabs #product_color .color ul li, .product-tabs .color_content .color ul li {
  width: 20%;
  padding: 0 1rem;
  display: inline-block;
  list-style: none;
}
.product-tabs #product_color .color.polyester .color__block:before, .product-tabs #product_color .color.prisma .color__block:before, .product-tabs .color_content .color.polyester .color__block:before, .product-tabs .color_content .color.prisma .color__block:before {
  display: none;
}
.product-tabs #product_color .color.woodgrain .color__block:before, .product-tabs .color_content .color.woodgrain .color__block:before {
  background: url(../img/woodgrain-pattern.png);
  background-size: 100%;
}
.product-tabs #product_color .color.woodgrain .color__block:after, .product-tabs .color_content .color.woodgrain .color__block:after {
  display: none;
}
.product-tabs #product_color .color__block, .product-tabs .color_content .color__block {
  width: 100%;
  height: 15rem;
  position: relative;
}
.product-tabs #product_color .color__block:before, .product-tabs .color_content .color__block:before {
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: url(../img/coating-pattern.png);
  background-size: 180%;
  opacity: 0.2;
  z-index: 1;
}
.product-tabs #product_color .color__block:after, .product-tabs .color_content .color__block:after {
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(30deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.3) 100%);
}
.product-tabs #product_extrainformation ol {
  padding: 0;
  counter-reset: item;
  list-style-type: none;
  -moz-column-count: 2;
       column-count: 2;
}
.product-tabs #product_extrainformation ol li {
  display: block;
  margin-bottom: 1rem;
}
.product-tabs #product_extrainformation ol li:before {
  content: counter(item) "  ";
  counter-increment: item;
  background: #F7C8C9;
  font-weight: 700;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  display: inline-block;
  text-align: center;
}
.product-tabs .mobile-tab {
  padding: 2rem;
}
.product-tabs .mobile-content-small {
  max-height: 20rem;
  overflow: hidden;
}
.product-tabs .mobile-read-more {
  padding-top: 1rem;
}
.product-tabs .mobile-content {
  padding-bottom: 2rem;
}
.product-tabs #video_content .mobile-content-small {
  max-height: none;
}
.product-tabs #video_content .video-wrapper {
  height: 100%;
  width: 100%;
}
.product-tabs #video_content iframe {
  max-width: 100%;
  max-height: 30rem;
}

.product-tabs .mobile-content-small .color ul li,
.product-tabs .mobile-content .color ul li {
  white-space: nowrap;
  width: 48% !important;
}
.product-tabs .mobile-content-small .color ul li .color__block,
.product-tabs .mobile-content .color ul li .color__block {
  height: 10rem !important;
}
.product-tabs .mobile-tab .mobile-read-more {
  position: relative;
}
.product-tabs .mobile-tab .mobile-read-more:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 7rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  top: -7rem;
  z-index: 1;
}

#cookie-law-info-bar {
  border-radius: 0.5rem;
  width: 350px !important;
}
#cookie-law-info-bar h5 {
  text-transform: none;
}
#cookie-law-info-bar .cli-bar-message {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.6rem;
}
#cookie-law-info-bar .cli-plugin-button {
  border-radius: 10rem;
  padding: 1rem 1.4rem;
  color: #fff;
  line-height: normal;
  font-size: 1.4rem;
  text-shadow: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  border: 0px !important;
  transition: all 0.2s ease-in-out;
  box-shadow: none !important;
}
#cookie-law-info-bar .cli-plugin-button.wt-cli-accept-all-btn {
  background: #E2DDD7 !important;
}
#cookie-law-info-bar .cli-plugin-button.wt-cli-accept-all-btn:hover {
  background: #cdc4b9 !important;
}

.cli-modal .cli-modal-content {
  border-radius: 0.5rem;
}
.cli-modal .cli-modal-content h4 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}
.cli-modal .cli-modal-content .cli-privacy-content-text,
.cli-modal .cli-modal-content .wt-cli-cookie-description {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.6rem;
}
.cli-modal .cli-btn {
  border-radius: 10rem;
  padding: 1rem 1.4rem;
  color: #fff;
  line-height: normal;
  font-size: 1.4rem;
  text-shadow: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  border: 0px !important;
  transition: all 0.2s ease-in-out;
  box-shadow: none !important;
  background: #E2DDD7 !important;
}
.cli-modal .cli-btn:hover {
  background: #cdc4b9 !important;
}

.staffelkorting .staffelkorting-btn {
  background-color: #fff;
  border-radius: 0.5em;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  align-content: center;
  cursor: pointer;
  text-transform: none;
}
.staffelkorting .staffelkorting-btn span {
  background-color: #cb2727;
  color: #fff;
  border-radius: 0.5em;
  padding: 0.2rem 1rem;
  font-weight: 400;
  font-size: 1.4rem;
}
.staffelkorting .staffelkorting-btn span:after {
  font-family: "icon";
  content: "\e901";
  font-size: 0.6rem;
  margin-left: 0.7rem;
  vertical-align: middle;
}
.staffelkorting .card-header {
  border: 0;
}
.staffelkorting .card-body {
  padding-bottom: 0;
}
.staffelkorting .card-body .pl-table .row .col {
  border-bottom: 1px solid #E9E9E9;
  padding: 0.5rem 0;
}
.staffelkorting .card-body .pl-table .row:last-of-type .col {
  border-bottom: 0;
  padding-bottom: 0;
}
.staffelkorting .card-body .pl-table .pl-thead {
  font-weight: 700;
}

.social-media {
  margin: 1rem 0 2rem;
  padding: 0;
}
.social-media.left {
  text-align: left;
}
.social-media.center {
  text-align: center;
}
.social-media.right {
  text-align: right;
}
.social-media li {
  list-style: none;
  display: inline-block;
  margin-right: 1rem;
}
.social-media li:last-child {
  margin-right: 0rem;
}
.social-media li a {
  font-size: 1.7rem;
  border-radius: 100rem;
  width: 5rem;
  height: 5rem;
  line-height: 6rem;
  text-align: center;
  display: block;
  text-decoration: none !important;
}
@media (max-width: 991.98px) {
  .social-media li a {
    width: 40px;
    height: 40px;
    line-height: 48px;
    font-size: 1.7rem;
  }
}
.social-media li a i {
  color: #000;
}
.social-media li a:hover i {
  color: #E2DDD7;
}

.category-item {
  height: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.category-item--thumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s all ease-in-out;
  z-index: -1;
}
.category-item:hover .category-item--thumb {
  transform: scale(1.02);
}

.home-slider {
  background: #E9E9E9;
  padding: 1rem 0;
}
.home-slider .front-page-slider {
  width: 100%;
  height: 48rem;
}
@media (max-width: 991.98px) {
  .home-slider .front-page-slider {
    height: 40rem;
  }
}
.home-slider .front-page-slider .owl-item {
  margin-left: -1px;
  margin-right: 1px;
}
.home-slider .front-page-slider .slide {
  position: relative;
  width: 100%;
  height: 48rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .home-slider .front-page-slider .slide {
    height: 40rem;
  }
}
.home-slider .front-page-slider .slide .logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  max-width: 30rem;
}
.home-slider .front-page-slider .slide .slide-content {
  position: absolute;
  padding: 2rem;
  bottom: 2rem;
  left: 2rem;
  max-width: 45%;
  width: 100%;
  background: #fff;
  border-radius: 0.5rem;
}
@media (max-width: 991.98px) {
  .home-slider .front-page-slider .slide .slide-content {
    max-height: 90%;
    max-width: 90%;
    overflow: hidden;
  }
}
.home-slider .front-page-slider .slide .slide-content h2 {
  color: #E2DDD7;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
}
.home-slider .front-page-slider .slide .slide-content h3 {
  font-family: "Monesta";
  color: #E2DDD7;
}
.home-slider .front-page-slider .slide .slide-content .desc {
  overflow: hidden;
  line-height: 2rem;
  max-height: 10rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.home-slider .front-page-slider .slide .slide-content .product {
  width: auto;
  max-height: 20rem;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .home-slider .front-page-slider .slide .slide-content .product {
    max-height: 10rem;
  }
}
.home-slider .front-page-slider .slide .slide-content .more {
  position: relative;
  bottom: 0;
  margin: 2rem 0 0 0;
  display: block;
  font-size: 1.6rem;
}
.home-slider .front-page-slider .owl-nav {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: -6rem auto 0;
  z-index: 1;
  position: relative;
}
.home-slider .front-page-slider .owl-nav button.owl-prev,
.home-slider .front-page-slider .owl-nav button.owl-next {
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.home-slider .front-page-slider .owl-nav button.owl-prev:hover,
.home-slider .front-page-slider .owl-nav button.owl-next:hover {
  background: #000;
}
.home-slider .front-page-slider .owl-nav button.owl-prev:focus,
.home-slider .front-page-slider .owl-nav button.owl-next:focus {
  -webkit-appearance: none;
  outline: none;
}
.home-slider .front-page-slider .owl-nav button.owl-prev {
  margin-right: 1rem;
}
.home-slider .more {
  color: #E2DDD7;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 2rem;
  bottom: 2rem;
  position: absolute;
}
.home-slider .more:after {
  font-family: "cs-icons" !important;
  content: "c";
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.home-slider .owl-thumbs {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .home-slider .owl-thumbs {
    display: none;
  }
}
.home-slider .owl-thumbs .owl-thumb-item {
  width: 100%;
  height: 14.7rem;
  margin-bottom: 2rem;
  display: block;
  background-color: white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid white;
  outline: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.home-slider .owl-thumbs .owl-thumb-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.home-slider .owl-thumbs .owl-thumb-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.home-slider .owl-thumbs .owl-thumb-item .logo {
  width: 100%;
  max-width: 20rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}
.home-slider .owl-thumbs .owl-thumb-item .title {
  margin-top: 2rem;
  margin-left: 2rem;
  font-weight: 500;
  color: #000;
  font-size: 1.6rem;
  line-height: 2rem;
  max-width: 40%;
  font-family: "bitter";
}
.home-slider .owl-thumbs .owl-thumb-item .thumbnail {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 50%;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.home-slider .owl-thumbs .owl-thumb-item.active {
  border: 1px solid gray;
}

.categories-wrapper {
  background: #E9E9E9;
}
.categories-wrapper h2 {
  color: #272A29;
}
.categories-wrapper .category-container {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.categories-wrapper .category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.categories-wrapper .category-item .category-thumbnail-wrapper {
  height: 122px;
  width: 122px;
  overflow: hidden;
  border-radius: 10px;
  background-color: white;
}
.categories-wrapper .category-item .category-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
.categories-wrapper .category-item .category-title {
  padding: 1rem 0;
  color: black;
}
.categories-wrapper a:hover {
  text-decoration: none;
}
.categories-wrapper a:hover .category-thumbnail {
  transform: scale(1.2);
}

@media (min-width: 576px) {
  .front-page-slider .owl-nav {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .front-page-slider .owl-nav {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .front-page-slider .owl-nav {
    max-width: 960px;
  }
}
@media (max-width: 1200px) {
  .front-page-slider .owl-nav {
    max-width: 1140px;
  }
}
@media (min-width: 1201px) {
  .front-page-slider .owl-nav {
    max-width: 1280px;
  }
}
.product-cat {
  padding: 5rem 0;
}
.product-cat .grid-item a {
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
}
.product-cat .grid-item a h2 {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.product-cat .grid-item a:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.category-description {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.category-description p {
  font-size: 1.5rem;
}
.category-description h2, .category-description .h2 {
  font-size: 2rem;
}
.category-description h3, .category-description .h3 {
  font-size: 1.8rem;
}
.category-description h4, .category-description .h4 {
  font-size: 1.6rem;
}
.category-description h5, .category-description .h5 {
  font-size: 1.6rem;
}
.category-description h6, .category-description .h6 {
  font-size: 1.4rem;
}
.category-description h2, .category-description h3 {
  margin: 2rem 0 0;
}

.mobile-more-btn {
  display: none;
  color: #E2DDD7;
  font-size: 1.6rem;
}
@media (max-width: 991.98px) {
  .mobile-more-btn {
    display: block;
  }
}
.mobile-more-btn:after {
  content: "c";
  font-family: "cs-icons";
  font-size: 1rem;
  vertical-align: middle;
  margin-left: 0.5rem;
}

@media (max-width: 991.98px) {
  .mobile-more {
    position: fixed;
    top: 0;
    left: -100%;
    width: 90%;
    bottom: 0;
    background: #fff;
    z-index: 10000;
    overflow: scroll;
    padding: 9rem 2rem 2rem;
    transition: all 0.2s ease-in-out;
  }
  .mobile-more.active {
    left: 0;
    box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.5);
  }
  .mobile-more p {
    font-size: 1.8rem;
  }
  .mobile-more h2 {
    font-size: 3rem;
  }
  .mobile-more h3 {
    font-size: 2.8rem;
  }
  .mobile-more h4 {
    font-size: 2.5rem;
  }
  .mobile-more .title {
    background: #E2DDD7;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 2rem;
    color: #fff !important;
    font-size: 3rem;
  }
  .mobile-more .title:after {
    content: " ";
    position: absolute;
    top: 4rem;
    right: 2rem;
    width: 2rem;
    height: 0.3rem;
    background: #fff;
    transform: rotate(-45deg);
  }
  .mobile-more .title:before {
    content: " ";
    position: absolute;
    top: 4rem;
    right: 2rem;
    width: 2rem;
    height: 0.3rem;
    background: #fff;
    transform: rotate(45deg);
  }
}

.single .page-title {
  margin-top: 2rem;
}
.single .page-title h1 {
  font-family: "Monesta";
  margin-bottom: 0rem;
}

.form-tip {
  background: none;
  padding: 0;
  margin-bottom: 1rem;
  cursor: pointer;
  vertical-align: middle;
  color: #000;
}
.form-tip:active, .form-tip:focus {
  outline: none !important;
}

.form-tip span {
  display: inline-block;
  background: #000;
  border-radius: 100rem;
  width: 2rem;
  height: 2rem;
  outline: none;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
  padding: 0;
  margin-left: 0.5rem;
}

.archive article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  position: relative;
}
.archive article:last-of-type {
  border-bottom: 0px;
}

.archive article {
  margin-bottom: 30px;
}
.archive article h2 {
  margin: 0px 0 10px;
}
.archive article .date {
  text-align: right;
  display: block;
  margin-top: 10px;
}
.archive article a {
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
.archive article .butt {
  transition: 0.2s all ease-in-out;
}
.archive aside ul {
  padding: 0;
  margin: 0;
}
.archive aside ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
.archive aside ul li h3 {
  font-size: 15px !important;
}
.archive aside ul li h3 a {
  text-decoration: none;
  display: block !important;
  padding: 8px 0 !important;
}
.archive aside ul li:first-child {
  border-top: 1px solid #ccc;
}
.archive .share {
  margin-top: 20px;
}
.archive .share ul {
  padding: 0;
  margin: 0;
}
.archive .share ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.archive .share ul li a {
  color: #ccc;
}
.archive .share ul li a:hover {
  color: #f5282e;
}
.archive .share ul li a i {
  font-size: 30px;
}
.archive .pagination a.page-numbers:hover {
  text-decoration: none;
  background: #e6e6e6;
}
.archive .pagination .page-numbers {
  transition: 0.2s all ease-in-out;
  padding: 10px 15px;
  margin: 20px 0 40px 0;
  text-align: center;
  background: #f3f3f3;
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.archive .pagination .page-numbers:hover, .archive .pagination .page-numbers.current {
  background: #f5282e !important;
  color: #fff !important;
}

.page-template-about-page {
  background: #f5f5f5;
}
.page-template-about-page .page-header {
  height: 400px !important;
  margin-bottom: -200px;
}
.page-template-about-page .custom-heading {
  padding-left: 20px;
}
.page-template-about-page .custom-heading h5 {
  margin-bottom: 0;
}
.page-template-about-page .flexslider {
  margin: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.page-template-about-page .flexslider .flex-control-nav {
  display: none !important;
}

.woocommerce-account #content {
  padding: 5rem 0;
}

.hero {
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  height: 80rem;
  padding-bottom: 6rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .hero {
    height: 40rem;
  }
}
.hero:before {
  content: " ";
  position: absolute;
  top: 20%;
  left: 0;
  right: 20%;
  bottom: 0;
  background: linear-gradient(37deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 41.02%);
}
.hero__content {
  position: relative;
}
.hero__content h1 {
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 2rem;
}
.hero__content h1 i {
  color: #D3C4BA;
  font-style: normal;
}

.shoppable {
  position: relative;
  text-align: center;
}
.shoppable--title {
  text-align: center;
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 991.98px) {
  .shoppable--title {
    top: 0rem;
  }
}
.shoppable--title h3 {
  margin-top: 2rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.shoppable--title h3.light {
  color: #fff;
}
.shoppable--title .badge {
  background: #000;
  color: #fff;
}
@media (max-width: 991.98px) {
  .shoppable--title .badge {
    display: none;
  }
}
.shoppable--title .badge.light {
  background: #fff;
  color: #000;
}
.shoppable .btn {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4) !important;
}
@media (max-width: 991.98px) {
  .shoppable .btn {
    bottom: 2rem;
  }
}
.shoppable .mabel-siwc-img-wrapper .mb-siwc-tag {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 2px #fff;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  font-size: 23px;
  line-height: 38px;
  transition: all 0.2s ease-in-out;
}
.shoppable .mabel-siwc-img-wrapper .mb-siwc-tag:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.shoppable .mabel-siwc-img-wrapper .mb-siwc-tag i {
  color: #fff;
}
.shoppable .mabel-siwc-img-wrapper .mb-siwc-popup {
  border-radius: 0;
}
.shoppable .mabel-siwc-img-wrapper .mb-siwc-popup.mb-siwc-bottom {
  transform: translateY(5px);
}
.shoppable .mabel-siwc-img-wrapper .mb-siwc-popup.mb-siwc-top {
  transform: translateY(-5px);
}
.shoppable .mabel-siwc-img-wrapper .mb-siwc-popup .siwc-thumb-wrapper {
  width: 115px;
  border-radius: 0;
}
.shoppable .mabel-siwc-img-wrapper .mb-siwc-popup .siwc-inner-text {
  text-align: left;
}
.shoppable .mabel-siwc-img-wrapper .mb-siwc-popup .siwc-inner-text h1, .shoppable .mabel-siwc-img-wrapper .mb-siwc-popup .siwc-inner-text h2 {
  text-align: left;
}
.shoppable .mabel-siwc-img-wrapper .mb-siwc-popup .siwc-inner-text h1 {
  font-weight: 400;
}
.shoppable .mabel-siwc-img-wrapper .mb-siwc-popup .siwc-inner-text h2 {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  font-weight: 700;
}
.shoppable .mabel-siwc-img-wrapper .mb-siwc-popup .siwc-inner-text a {
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 12px 12px;
  border-radius: 0;
  border: 0;
  background-color: #000;
}
.shoppable .mabel-siwc-img-wrapper .mb-siwc-popup .siwc-inner-text a:hover {
  border: 0;
  background-color: #E2DDD7;
}

.featured-product {
  background-color: #f6f5f3;
  padding: 5rem 0;
}
.featured-product--image {
  width: 90%;
  padding-top: 110%;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .featured-product--image {
    display: none;
  }
}
.featured-product .woocommerce .products {
  max-width: 40%;
  min-width: 280px;
  margin: 0 auto;
}
.featured-product .woocommerce .products .grid {
  grid-template-columns: none;
}
.featured-product .woocommerce .products .grid .grid-item {
  margin-bottom: 0;
}
.featured-product .woocommerce .products .grid .grid-item .product {
  padding: 2rem;
  transition: all 0.2s ease-in-out;
}
.featured-product .woocommerce .products .grid .grid-item .product:hover {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
.featured-product .woocommerce .products .grid .grid-item .product__price {
  padding: 0;
}

.clear {
  clear: both;
}

.nobr {
  white-space: nowrap;
}

/* Text on primary colour bg */
/* Text on secondary colour bg */
/* Prices, In stock labels, sales flash */
/* Text on highlight colour bg */
/* Content BG - Tabs (active state) */
/* small, breadcrumbs etc */
/* Colours */
/* Price slider bar / layered nav UI */
/* Text on tertiary colour bg */
/* Price slider bg */
/* Contains base colours like $primary */
.woocommerce-pagination {
  margin-bottom: 2.5rem;
}
.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
}
.woocommerce-pagination ul li {
  border: 0 !important;
  padding: 0;
  margin: 0 0.2rem;
  float: left;
  width: 4rem;
  height: 4rem;
  display: inline-block;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  display: block;
  background: #fff;
  color: #000;
}
.woocommerce-pagination ul li .prev,
.woocommerce-pagination ul li .next {
  color: #000;
  box-shadow: inset 0 0 0 1px #000;
}
.woocommerce-pagination ul li .prev:hover,
.woocommerce-pagination ul li .next:hover {
  background-color: #000;
  color: #fff;
}
.woocommerce-pagination ul li span.current {
  background: #E2DDD7 !important;
  box-shadow: none;
  color: #000 !important;
}

/* Contains base colours like $primary */
.woocommerce-form-row span {
  display: block;
  width: 100%;
}
.woocommerce-form-row span.required {
  display: inline-block;
  width: auto;
}

.woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-address-fields__field-wrapper .form-row {
  margin: 0;
  margin-bottom: 1rem;
}

/* =Global styles/layout
-------------------------------------------------------------- */
.woocommerce-message,
.woocommerce-info {
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  margin-bottom: 1rem;
  border: 1px solid #E9E9E9;
  border-radius: 0;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-message a,
.woocommerce-info a {
  order: 2;
  padding: 1.4rem 3rem !important;
  color: #fff;
  line-height: normal;
  font-size: 1.5rem;
  text-shadow: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600 !important;
  border: 0px !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background: #000 !important;
  display: inline-block;
  border-radius: 0 !important;
}
@media (max-width: 991.98px) {
  .woocommerce-message a,
.woocommerce-info a {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
  text-decoration: none;
  background: #E2DDD7 !important;
}
.woocommerce-message li,
.woocommerce-info li {
  list-style: none outside;
  padding-left: 0;
  margin-left: 0;
}
.woocommerce-message.mollie-instructions,
.woocommerce-info.mollie-instructions {
  padding: 2rem 2rem 1rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.woocommerce-error {
  position: relative;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  border: 1px solid #fb7f88;
  border-radius: 0;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  color: #fb7f88;
}
.woocommerce-error a {
  line-height: normal;
  font-size: 1.5rem;
  text-shadow: none;
  color: #fb7f88;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600 !important;
  border: 0px !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .woocommerce-error a {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
}
.woocommerce-error a:hover {
  text-decoration: underline;
}
.woocommerce-error li {
  display: block;
  list-style: none outside;
  padding-left: 0;
  margin-left: 0;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  text-decoration: underline;
}

p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 0.5em 0;
  text-align: center;
  background: #E2DDD7;
  background: -moz-linear-gradient(center top, #E2DDD7 0%, #cdc4b9 100%);
  background: -moz-gradient(center top, #E2DDD7 0%, #cdc4b9 100%);
  border: 1px solid #cdc4b9;
  color: white;
  z-index: 99998;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.admin-bar p.demo_store {
  top: 28px;
}

/* =My account
-------------------------------------------------------------- */
.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-MyAccount-navigation {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.woocommerce-MyAccount-navigation ul {
  border: 1px solid #e1e1e1;
  border-radius: 0.5em;
  background: #fff;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #e1e1e1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a {
  border-left: 0.4rem solid #000;
  color: #000;
}
.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  display: block;
  padding: 1rem;
}

.woocommerce-MyAccount-content {
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.5em;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-content {
    flex: 0 0 78%;
    max-width: 78%;
    margin-left: 2%;
  }
}
.woocommerce-MyAccount-content fieldset {
  border: 1px solid #E9E9E9;
  padding: 0 2rem 2rem;
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-content fieldset legend {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: auto;
  font-size: 2rem;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single {
  border: 0;
  background: #E9E9E9;
}
.woocommerce-MyAccount-content .woocommerce-Address-title a {
  color: #000;
  font-weight: bold;
}

.show-password-input {
  display: none;
}

.woocommerce,
.woocommerce-page {
  /* =Product Page
  -------------------------------------------------------------- */
  /* Sale labels */
  /* Product loops */
  /* =Buttons
  -------------------------------------------------------------- */
  /* =Quantity inputs
  -------------------------------------------------------------- */
  /* =Reviews/comments
  -------------------------------------------------------------- */
  /* Star rating */
  /* =Tables
  -------------------------------------------------------------- */
  /* =Cart
  -------------------------------------------------------------- */
  /* =Cart Sidebar
  -------------------------------------------------------------- */
  /* =Cart Page
  -------------------------------------------------------------- */
  /* =Forms
  -------------------------------------------------------------- */
  /* =Checkout
  -------------------------------------------------------------- */
  /* Payment box - appears on checkout and page page */
  /* =Order Page
  -------------------------------------------------------------- */
  /* =Account Page
  -------------------------------------------------------------- */
  /* =Layered Nav Widget
  -------------------------------------------------------------- */
  /* =Price Filter Widget
  -------------------------------------------------------------- */
}
.woocommerce small.note,
.woocommerce-page small.note {
  display: block;
  color: #777;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #777;
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  color: #777;
}
.woocommerce div.product,
.woocommerce #content div.product,
.woocommerce-page div.product,
.woocommerce-page #content div.product {
  margin-bottom: 0;
  position: relative;
  /* Main product title */
  /* Stock */
  /* Product image and thumbnail */
  /* Summary div (contains title, price etc) */
  /* Social networking */
  /* Tabs on the product page */
  /* Cart button */
  /* add to cart forms */
}
.woocommerce div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce-page #content div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}
.woocommerce div.product .price,
.woocommerce div.product .product__price,
.woocommerce #content div.product .price,
.woocommerce #content div.product .product__price,
.woocommerce-page div.product .price,
.woocommerce-page div.product .product__price,
.woocommerce-page #content div.product .price,
.woocommerce-page #content div.product .product__price {
  line-height: 1;
}
.woocommerce div.product .price del,
.woocommerce div.product .product__price del,
.woocommerce #content div.product .price del,
.woocommerce #content div.product .product__price del,
.woocommerce-page div.product .price del,
.woocommerce-page div.product .product__price del,
.woocommerce-page #content div.product .price del,
.woocommerce-page #content div.product .product__price del {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.woocommerce div.product .price del:before,
.woocommerce div.product .product__price del:before,
.woocommerce #content div.product .price del:before,
.woocommerce #content div.product .product__price del:before,
.woocommerce-page div.product .price del:before,
.woocommerce-page div.product .product__price del:before,
.woocommerce-page #content div.product .price del:before,
.woocommerce-page #content div.product .product__price del:before {
  content: " ";
  width: 100%;
  height: 1px;
  background: #959595;
  position: absolute;
  top: 50%;
}
.woocommerce div.product .price ins,
.woocommerce div.product .product__price ins,
.woocommerce #content div.product .price ins,
.woocommerce #content div.product .product__price ins,
.woocommerce-page div.product .price ins,
.woocommerce-page div.product .product__price ins,
.woocommerce-page #content div.product .price ins,
.woocommerce-page #content div.product .product__price ins {
  display: inline-block;
  text-decoration: none;
}
.woocommerce div.product p.stock,
.woocommerce #content div.product p.stock,
.woocommerce-page div.product p.stock,
.woocommerce-page #content div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock,
.woocommerce #content div.product .stock,
.woocommerce-page div.product .stock,
.woocommerce-page #content div.product .stock {
  color: #000;
}
.woocommerce div.product .out-of-stock,
.woocommerce #content div.product .out-of-stock,
.woocommerce-page div.product .out-of-stock,
.woocommerce-page #content div.product .out-of-stock {
  color: red;
}
.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  transition: all ease-in-out 0.2s;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce #content div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.images div.thumbnails:after,
.woocommerce #content div.product div.images div.thumbnails:after,
.woocommerce-page div.product div.images div.thumbnails:after,
.woocommerce-page #content div.product div.images div.thumbnails:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce div.product div.images div.thumbnails a,
.woocommerce #content div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a,
.woocommerce-page #content div.product div.images div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
}
.woocommerce div.product div.images div.thumbnails a.last,
.woocommerce #content div.product div.images div.thumbnails a.last,
.woocommerce-page div.product div.images div.thumbnails a.last,
.woocommerce-page #content div.product div.images div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce div.product div.images div.thumbnails a.first,
.woocommerce #content div.product div.images div.thumbnails a.first,
.woocommerce-page div.product div.images div.thumbnails a.first,
.woocommerce-page #content div.product div.images div.thumbnails a.first {
  clear: both;
}
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
  float: right;
  width: 48%;
  margin-bottom: 2em;
}
.woocommerce div.product div.social,
.woocommerce #content div.product div.social,
.woocommerce-page div.product div.social,
.woocommerce-page #content div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span,
.woocommerce #content div.product div.social span,
.woocommerce-page div.product div.social span,
.woocommerce-page #content div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span,
.woocommerce #content div.product div.social span span,
.woocommerce-page div.product div.social span span,
.woocommerce-page #content div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets,
.woocommerce #content div.product div.social span .stButton .chicklets,
.woocommerce-page div.product div.social span .stButton .chicklets,
.woocommerce-page #content div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe,
.woocommerce #content div.product div.social iframe,
.woocommerce-page div.product div.social iframe,
.woocommerce-page #content div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #bfa99b;
  background: #D3C4BA;
  background: -moz-linear-gradient(center top, #D3C4BA 0%, #bfa99b 100%);
  background: -moz-gradient(center top, #D3C4BA 0%, #bfa99b 100%);
  display: inline-block;
  position: relative;
  z-index: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: bold;
  color: #2f2d2c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #4a4644;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after {
  box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
  border: 1px solid #bfa99b;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
  left: -6px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #bfa99b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
  right: -6px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #bfa99b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #bfa99b;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product p.cart,
.woocommerce #content div.product p.cart,
.woocommerce-page div.product p.cart,
.woocommerce-page #content div.product p.cart {
  margin-bottom: 2em;
}
.woocommerce div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce-page #content div.product form.cart {
  margin-bottom: 2em;
}
.woocommerce div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce div.product form.cart table,
.woocommerce #content div.product form.cart table,
.woocommerce-page div.product form.cart table,
.woocommerce-page #content div.product form.cart table {
  border-width: 0 0 1px 0;
}
.woocommerce div.product form.cart table td,
.woocommerce #content div.product form.cart table td,
.woocommerce-page div.product form.cart table td,
.woocommerce-page #content div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity,
.woocommerce #content div.product form.cart table div.quantity,
.woocommerce-page div.product form.cart table div.quantity,
.woocommerce-page #content div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock,
.woocommerce #content div.product form.cart table small.stock,
.woocommerce-page div.product form.cart table small.stock,
.woocommerce-page #content div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations label,
.woocommerce #content div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label {
  font-weight: 700;
  font-size: 1.5rem;
}
.woocommerce div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select {
  background: #fff;
  width: 100%;
  height: 5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/icon/arrow-down-black.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.2rem;
  border-radius: 0;
  border: 1px solid #E9E9E9;
}
.woocommerce div.product form.cart .button,
.woocommerce #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce div.product form.cart .group_table td.label,
.woocommerce #content div.product form.cart .group_table td.label,
.woocommerce-page div.product form.cart .group_table td.label,
.woocommerce-page #content div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td,
.woocommerce #content div.product form.cart .group_table td,
.woocommerce-page div.product form.cart .group_table td,
.woocommerce-page #content div.product form.cart .group_table td {
  vertical-align: top;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  min-height: 32px;
  min-width: 32px;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  line-height: 32px;
  top: 6px;
  left: 6px;
  margin: 0;
  border-radius: 20px;
  background: #f5f7f7;
  background: -moz-linear-gradient(center top, #f5f7f7 0%, #d7e2e2 100%);
  background: -moz-gradient(center top, #f5f7f7 0%, #d7e2e2 100%);
  text-shadow: 0 -1px 0 #d7e2e2;
  color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.woocommerce .products ul,
.woocommerce ul.products,
.woocommerce-page .products ul,
.woocommerce-page ul.products {
  padding: 0;
  list-style: none outside;
  clear: both;
}
.woocommerce .products ul:after,
.woocommerce ul.products:after,
.woocommerce-page .products ul:after,
.woocommerce-page ul.products:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li,
.woocommerce-page .products ul li,
.woocommerce-page ul.products li {
  list-style: none outside;
}
.woocommerce .related:after,
.woocommerce .upsells.products:after,
.woocommerce-page .related:after,
.woocommerce-page .upsells.products:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce .related ul.products,
.woocommerce .related ul,
.woocommerce .upsells.products ul.products,
.woocommerce .upsells.products ul,
.woocommerce-page .related ul.products,
.woocommerce-page .related ul,
.woocommerce-page .upsells.products ul.products,
.woocommerce-page .upsells.products ul {
  float: none;
}
.woocommerce .related ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul li.product {
  width: 48%;
}
.woocommerce .related ul.products li.product img,
.woocommerce .related ul li.product img,
.woocommerce .upsells.products ul.products li.product img,
.woocommerce .upsells.products ul li.product img,
.woocommerce-page .related ul.products li.product img,
.woocommerce-page .related ul li.product img,
.woocommerce-page .upsells.products ul.products li.product img,
.woocommerce-page .upsells.products ul li.product img {
  width: 100%;
  height: auto;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -6px -6px 0 0;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  transition: all ease-in-out 0.2s;
}
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.woocommerce ul.products li.product strong,
.woocommerce-page ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #d7e2e2;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  font-size: 0.67em;
  color: fade(#dddddd, 50%);
  margin: -2px 0 0 0;
}
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  background: none;
}
.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: fade(#dddddd, 50%);
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: both;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  vertical-align: top;
  width: auto;
  padding-right: 1.5rem;
  border: 1px solid #E9E9E9;
  border-radius: 0;
  width: 100%;
  color: #000;
  background: #fcfcfc url(../img/icon/arrow-down-black.svg) no-repeat;
  background-position: right 1rem center;
  background-size: 1.2rem;
  height: 4.8rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.woocommerce .woocommerce-ordering select::-webkit-input-placeholder,
.woocommerce-page .woocommerce-ordering select::-webkit-input-placeholder {
  color: #e9e2dd;
}
.woocommerce .woocommerce-ordering select::-moz-placeholder,
.woocommerce-page .woocommerce-ordering select::-moz-placeholder {
  color: #e9e2dd;
}
.woocommerce .woocommerce-ordering select:-ms-input-placeholder,
.woocommerce-page .woocommerce-ordering select:-ms-input-placeholder {
  color: #e9e2dd;
}
.woocommerce .woocommerce-ordering select:-moz-placeholder,
.woocommerce-page .woocommerce-ordering select:-moz-placeholder {
  color: #e9e2dd;
}
@media (max-width: 991.98px) {
  .woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
    width: 100%;
  }
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  color: #fff;
  line-height: normal;
  font-size: 1.6rem;
  text-shadow: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  border: 0px !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-transform: none;
  background: #D3C4BA;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover {
  color: #000;
  background: #E2DDD7;
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce #content input.button.loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce-page #content input.button.loading {
  color: #4a4644;
  border: 1px solid #D3C4BA;
}
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
.woocommerce #respond input#submit.loading:before,
.woocommerce #content input.button.loading:before,
.woocommerce-page a.button.loading:before,
.woocommerce-page button.button.loading:before,
.woocommerce-page input.button.loading:before,
.woocommerce-page #respond input#submit.loading:before,
.woocommerce-page #content input.button.loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce-page #content input.button.added:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 0.35em;
  right: -26px;
  text-indent: 0;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover {
  background: #D3C4BA;
  background: -moz-linear-gradient(center top, #D3C4BA 0%, #b59c8b 100%);
  background: -moz-gradient(center top, #D3C4BA 0%, #b59c8b 100%);
  text-decoration: none;
}
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page #content input.button:active {
  top: 1px;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
  background: #E2DDD7;
  background: -moz-linear-gradient(center top, #E2DDD7 0%, #cdc4b9 100%);
  background: -moz-gradient(center top, #E2DDD7 0%, #cdc4b9 100%);
  border-color: #b7ab9c;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover {
  background: #E2DDD7;
  background: -moz-linear-gradient(center top, #E2DDD7 0%, #c2b7ab 100%);
  background: -moz-gradient(center top, #E2DDD7 0%, #c2b7ab 100%);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart .button,
.woocommerce-page .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  padding-top: 0.5em;
  white-space: nowrap;
  display: inline-block;
}
.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
  position: relative;
  overflow: hidden;
  zoom: 1;
  /* Disable input[type=number] buttons until the world is ready */
  /* Hide buttons for opera */
}
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-inner-spin-button,
.woocommerce-page .quantity input::-webkit-outer-spin-button,
.woocommerce-page .quantity input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
  display: none;
}
.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  width: 6rem !important;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 1px solid #000;
  border-radius: 0;
  margin-right: 2rem;
}
.woocommerce .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce #content .quantity noindex:-o-prefocus,
.woocommerce #content .quantity input[type=number],
.woocommerce-page .quantity noindex:-o-prefocus,
.woocommerce-page .quantity input[type=number],
.woocommerce-page #content .quantity noindex:-o-prefocus,
.woocommerce-page #content .quantity input[type=number] {
  padding-right: 1.2em;
}
.woocommerce #reviews h2 small,
.woocommerce-page #reviews h2 small {
  float: right;
  color: #777;
  font-size: 15px;
  line-height: 21px;
  margin: 10px 0 0 0;
}
.woocommerce #reviews h2 small a,
.woocommerce-page #reviews h2 small a {
  text-decoration: none;
  color: #777;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond,
.woocommerce-page #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta,
.woocommerce-page #reviews #comments ol.commentlist li .meta {
  color: #777;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #D3C4BA;
  border: 1px solid #cdbcb1;
  margin: 0;
  line-height: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #cdbcb1;
  border-radius: 4px;
  padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments .commentlist > li:before,
.woocommerce-page #reviews #comments .commentlist > li:before {
  content: "";
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.4em;
  font-family: "star";
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  content: "sssss";
  color: #bfa99b;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}
.woocommerce #review_form #respond,
.woocommerce-page #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce #review_form #respond p,
.woocommerce-page #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
}
.woocommerce p.stars:after,
.woocommerce-page p.stars:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce p.stars span,
.woocommerce-page p.stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
}
.woocommerce p.stars span a,
.woocommerce-page p.stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}
.woocommerce p.stars span a.star-1,
.woocommerce-page p.stars span a.star-1 {
  width: 16px;
  z-index: 10;
}
.woocommerce p.stars span a.star-2,
.woocommerce-page p.stars span a.star-2 {
  width: 32px;
  z-index: 9;
}
.woocommerce p.stars span a.star-3,
.woocommerce-page p.stars span a.star-3 {
  width: 48px;
  z-index: 8;
}
.woocommerce p.stars span a.star-4,
.woocommerce-page p.stars span a.star-4 {
  width: 64px;
  z-index: 7;
}
.woocommerce p.stars span a.star-5,
.woocommerce-page p.stars span a.star-5 {
  width: 80px;
  z-index: 6;
}
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
  width: 150px;
  font-weight: bold;
  padding: 8px 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5em;
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5em;
}
.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  margin: 0px -1px 24px 0px;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  font-size: 1.4rem;
  border-radius: 5px;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  font-weight: bold;
  line-height: 18px;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  padding: 6px 0 6px 0;
  vertical-align: middle;
}
.woocommerce table.shop_table td small,
.woocommerce-page table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
  font-weight: bold;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 1.4rem;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce-page table.my_account_orders th,
.woocommerce-page table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button,
.woocommerce-page table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions,
.woocommerce-page table.my_account_orders .order-actions {
  text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce-page table.my_account_orders .order-actions .button {
  margin: 0.125em 0 0.125em 0.25em;
}
.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
  margin: 0.25em 0 0.5em;
  font-size: 0.8751em;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
  font-weight: bold;
  float: left;
  clear: left;
  margin: 0 0.25em 0 0;
  padding: 0;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
  margin: 0 0 0.25em 0;
}
.woocommerce td.product-name p.backorder_notification,
.woocommerce-page td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
  min-width: 80px;
}
.woocommerce td.product-quantity label,
.woocommerce-page td.product-quantity label {
  display: none;
}
.woocommerce table.cart,
.woocommerce #content table.cart,
.woocommerce-page table.cart,
.woocommerce-page #content table.cart {
  font-size: 1.4rem;
}
.woocommerce table.cart .product-quantity,
.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-quantity,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-quantity,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-quantity,
.woocommerce-page #content table.cart .product-thumbnail {
  min-width: 60px;
}
.woocommerce table.cart .product-price .amount,
.woocommerce #content table.cart .product-price .amount,
.woocommerce-page table.cart .product-price .amount,
.woocommerce-page #content table.cart .product-price .amount {
  padding-right: 10px;
}
.woocommerce table.cart .product-subtotal .amount,
.woocommerce #content table.cart .product-subtotal .amount,
.woocommerce-page table.cart .product-subtotal .amount,
.woocommerce-page #content table.cart .product-subtotal .amount {
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .woocommerce table.cart .product-name,
.woocommerce #content table.cart .product-name,
.woocommerce-page table.cart .product-name,
.woocommerce-page #content table.cart .product-name {
    font-size: 1.3rem;
  }
}
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
  width: 80px;
  height: auto;
  padding-right: 10px;
}
.woocommerce table.cart th,
.woocommerce table.cart td,
.woocommerce #content table.cart th,
.woocommerce #content table.cart td,
.woocommerce-page table.cart th,
.woocommerce-page table.cart td,
.woocommerce-page #content table.cart th,
.woocommerce-page #content table.cart td {
  vertical-align: middle;
}
.woocommerce table.cart input,
.woocommerce #content table.cart input,
.woocommerce-page table.cart input,
.woocommerce-page #content table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1em;
}
.woocommerce .cart .coupon,
.woocommerce-page .cart .coupon {
  background: #E9E9E9;
  padding: 2rem;
}
.woocommerce .cart .coupon label,
.woocommerce-page .cart .coupon label {
  font-weight: 700;
  margin: 0;
}
.woocommerce .cart .coupon p,
.woocommerce-page .cart .coupon p {
  font-size: 1.4rem;
}
.woocommerce .cart .coupon .form-control,
.woocommerce-page .cart .coupon .form-control {
  margin-bottom: 1rem;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.cart_list,
.woocommerce-page ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
  display: block;
  font-weight: bold;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce-page ul.product_list_widget li dl {
  margin: 0;
  font-size: 0.8751em;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
  float: left;
  clear: left;
  margin-right: 0.25em;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
  margin-bottom: 0.5em;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-page ul.cart_list li .star-rating,
.woocommerce-page ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
  border-top: 3px double #D3C4BA;
  padding: 4px 0 0;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%;
}
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  text-align: right;
  margin: 20px 0 0 0;
  clear: right;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce .cart_totals,
.woocommerce-page .cart_totals {
  font-size: 1.4rem;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder,
.woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row.form-row-third,
.woocommerce-page form .form-row.form-row-third {
  margin-right: 2% !important;
  width: 18% !important;
}
.woocommerce form .form-row.form-row-third.first,
.woocommerce-page form .form-row.form-row-third.first {
  width: 60% !important;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row label.hidden,
.woocommerce-page form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
  color: red;
  font-weight: bold;
  border: 0;
  text-decoration: none;
  font-size: 1rem;
}
.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  width: auto;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
  font-size: 1.6rem;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1em;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  height: 7.5em;
  line-height: 1.5em;
  display: block;
  box-shadow: none;
}
.woocommerce form .form-row.validate-required.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
  background-position: 95% center;
  background-repeat: no-repeat;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
  background-position: 95% center;
  background-repeat: no-repeat;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-single,
.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-drop,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid select,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-single,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-drop,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
  border-color: #fb7f88;
}
.woocommerce form .form-row ::-webkit-input-placeholder,
.woocommerce-page form .form-row ::-webkit-input-placeholder {
  line-height: 1em;
  padding-top: 2px;
}
.woocommerce form .form-row :-moz-placeholder,
.woocommerce-page form .form-row :-moz-placeholder {
  line-height: 1em;
  padding-top: 2px;
}
.woocommerce form .form-row :-ms-input-placeholder,
.woocommerce-page form .form-row :-ms-input-placeholder {
  line-height: 1em;
  padding-top: 2px;
}
.woocommerce ul#shipping_method,
.woocommerce-page ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
  margin: 0;
  padding: 0.25em 0 0.25em 22px;
  text-indent: -22px;
  list-style: none outside;
}
.woocommerce ul#shipping_method .amount,
.woocommerce-page ul#shipping_method .amount {
  font-weight: bold;
}
.woocommerce .checkout .col-2 h3,
.woocommerce-page .checkout .col-2 h3 {
  float: left;
  clear: none;
}
.woocommerce .checkout .col-2 .notes,
.woocommerce-page .checkout .col-2 .notes {
  clear: left;
}
.woocommerce .checkout .col-2 .form-row-first,
.woocommerce-page .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce .checkout div.shipping-address,
.woocommerce-page .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce .checkout #shiptobilling,
.woocommerce-page .checkout #shiptobilling {
  float: right;
  line-height: 1.62em;
  margin: 0 0 0 0;
  padding: 0;
}
.woocommerce .checkout #shiptobilling label,
.woocommerce-page .checkout #shiptobilling label {
  font-size: 0.6875em;
}
.woocommerce .checkout .shipping_address,
.woocommerce-page .checkout .shipping_address {
  clear: both;
}
.woocommerce .checkout .create-account .woocommerce-input-wrapper,
.woocommerce .checkout .create-account label,
.woocommerce-page .checkout .create-account .woocommerce-input-wrapper,
.woocommerce-page .checkout .create-account label {
  display: block;
  width: 100%;
}
.woocommerce .checkout .create-account,
.woocommerce .checkout #ship-to-different-address,
.woocommerce-page .checkout .create-account,
.woocommerce-page .checkout #ship-to-different-address {
  font-size: 1.6rem;
}
.woocommerce .checkout .create-account span,
.woocommerce .checkout #ship-to-different-address span,
.woocommerce-page .checkout .create-account span,
.woocommerce-page .checkout #ship-to-different-address span {
  margin-left: 1rem;
}
.woocommerce #payment,
.woocommerce-page #payment {
  border-radius: 5px;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  text-align: left;
  padding: 1em 0;
  margin: 0;
  list-style: none outside;
}
.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce #payment ul.payment_methods select,
.woocommerce-page #payment ul.payment_methods select {
  display: inline-block;
  max-width: 100%;
  height: 60px;
  padding: 7px 50px 7px 20px;
  line-height: 1.5;
  color: #979797;
  vertical-align: middle;
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat right 1.5rem center;
  background-size: 20px 9px;
  border: 1px solid #dadada;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
  padding: 1em 0;
}
.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  padding: 0 1em 0;
  text-align: right;
}
.woocommerce .payment_method_paypal img,
.woocommerce-page .payment_method_paypal img {
  max-height: 32px;
  float: right;
  padding-right: 20px;
}
.woocommerce .wc_payment_methods,
.woocommerce-page .wc_payment_methods {
  padding-left: 0;
  list-style: none;
  margin-bottom: 50px;
}
.woocommerce .wc_payment_methods .wc_payment_method,
.woocommerce-page .wc_payment_methods .wc_payment_method {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #ece6e1;
  border-radius: 6px;
  color: #979797;
}
.woocommerce .wc_payment_methods .wc_payment_method input[name=payment_method],
.woocommerce-page .wc_payment_methods .wc_payment_method input[name=payment_method] {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-left: 20px;
}
.woocommerce .wc_payment_methods .wc_payment_method > label,
.woocommerce-page .wc_payment_methods .wc_payment_method > label {
  line-height: 38px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  color: #979797;
  margin-bottom: 0;
  position: relative;
  padding: 16px 0;
  margin-left: 25px;
}
.woocommerce .wc_payment_methods .wc_payment_method .payment_box,
.woocommerce-page .wc_payment_methods .wc_payment_method .payment_box {
  flex: 0 0 100%;
  max-width: 100%;
  color: #979797;
  border-top: 1px solid #ece6e1;
  padding: 40px 60px;
  background: #fafafa;
}
.woocommerce .wc_payment_methods .wc_payment_method .payment_box p:last-child,
.woocommerce-page .wc_payment_methods .wc_payment_method .payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce .wc_payment_methods .wc_payment_method + .wc_payment_method,
.woocommerce-page .wc_payment_methods .wc_payment_method + .wc_payment_method {
  margin-top: 15px;
}
.woocommerce .place-order p,
.woocommerce-page .place-order p {
  color: #000;
}
.woocommerce .order_details,
.woocommerce-page .order_details {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
  display: block;
  margin: 0;
  line-height: 1em;
}
.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
  line-height: 1.5em;
  font-weight: 700;
  color: #000;
}
.woocommerce .order_details li:last-of-type,
.woocommerce-page .order_details li:last-of-type {
  border: none;
}
.woocommerce .order_details td,
.woocommerce-page .order_details td {
  width: 50%;
  padding: 0rem 1rem !important;
}
.woocommerce .order_details td.product-name,
.woocommerce-page .order_details td.product-name {
  padding-left: 0 !important;
}
.woocommerce .order_details th.product-total,
.woocommerce-page .order_details th.product-total {
  padding-left: 1rem !important;
}
.woocommerce .addresses .title:after,
.woocommerce-page .addresses .title:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce .addresses .title h3,
.woocommerce-page .addresses .title h3 {
  float: left;
}
.woocommerce .addresses .title .edit,
.woocommerce-page .addresses .title .edit {
  float: right;
}
.woocommerce ol.commentlist.notes li.note p.meta,
.woocommerce-page ol.commentlist.notes li.note p.meta {
  font-weight: bold;
  margin-bottom: 0;
}
.woocommerce ol.commentlist.notes li.note .description p:last-child,
.woocommerce-page ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.digital-downloads,
.woocommerce-page ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce ul.digital-downloads li,
.woocommerce-page ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 1.5em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAQUlEQVQIHWP8//8/AwgwMjLWgxlQAijeCGIyIQtiYxNUwAjUhWI0uilMMLvQJUB8kBzYCmyKYGJwN8AEYDphJgIAPtccffZCsOoAAAAASUVORK5CYII=) left no-repeat;
  /* download icon */
}
.woocommerce ul.digital-downloads li .count,
.woocommerce-page ul.digital-downloads li .count {
  float: right;
}
.woocommerce .widget_layered_nav ul,
.woocommerce-page .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li span {
  padding: 1px 0;
  float: left;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
  padding: 0 6px 0 18px;
  border: 1px solid #E2DDD7;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
  color: white;
  border-radius: 3px;
}
.woocommerce .widget_layered_nav ul small.count,
.woocommerce-page .widget_layered_nav ul small.count {
  float: right;
  margin-left: 6px;
  font-size: 1em;
  padding: 1px 0;
  color: #777;
}
.woocommerce .price_slider_wrapper .price_slider,
.woocommerce-page .price_slider_wrapper .price_slider {
  margin-bottom: 1em;
  background: #E9E9E9;
}
.woocommerce .price_slider_wrapper .price_slider_amount,
.woocommerce-page .price_slider_wrapper .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.woocommerce .price_slider_wrapper .price_slider_amount .button,
.woocommerce-page .price_slider_wrapper .price_slider_amount .button {
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
}
.woocommerce .price_slider_wrapper .price_slider_amount .button,
.woocommerce-page .price_slider_wrapper .price_slider_amount .button {
  float: left;
}
.woocommerce .price_slider_wrapper .price_slider_amount .button:hover,
.woocommerce-page .price_slider_wrapper .price_slider_amount .button:hover {
  background: #E2DDD7;
}
.woocommerce .price_slider_wrapper .ui-slider,
.woocommerce-page .price_slider_wrapper .ui-slider {
  position: relative;
  text-align: left;
}
.woocommerce .price_slider_wrapper .ui-slider .ui-slider-handle,
.woocommerce-page .price_slider_wrapper .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 0.9em;
  border-radius: 1em;
  border: 1px solid #6c5e4e;
  cursor: pointer;
  background: #000;
  outline: none;
  top: -0.3em;
}
.woocommerce .price_slider_wrapper .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.woocommerce .price_slider_wrapper .ui-slider .ui-slider-range,
.woocommerce-page .price_slider_wrapper .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: transparent;
  /* transparent png */
  border-radius: 1em;
}
.woocommerce .price_slider_wrapper .price_slider_wrapper .ui-widget-content,
.woocommerce-page .price_slider_wrapper .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background: #6a6a6a;
  background: -moz-linear-gradient(center top, #6a6a6a 0%, #b6b6b6 100%);
  background: -moz-gradient(center top, #6a6a6a 0%, #b6b6b6 100%);
}
.woocommerce .price_slider_wrapper .ui-slider-horizontal,
.woocommerce-page .price_slider_wrapper .ui-slider-horizontal {
  height: 0.3em;
}
.woocommerce .price_slider_wrapper .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min,
.woocommerce-page .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max,
.woocommerce-page .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.woocommerce .woocommerce-cart-form {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .woocommerce .woocommerce-cart-form .col-lg-1-5 {
    flex: 0 0 12%;
    max-width: 12%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.woocommerce .woocommerce-cart-form .pl-thead {
  font-weight: 700;
  border-radius: 0.5em;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-cart-form .pl-thead div {
  background-color: #E9E9E9;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.woocommerce .woocommerce-cart-form .pl-tbody .row {
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .product-thumbnail img {
  max-height: 15rem;
}
@media (max-width: 991.98px) {
  .woocommerce .woocommerce-cart-form .pl-tbody .row .product-thumbnail img {
    max-height: 3rem;
  }
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .product-name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
}
@media (max-width: 991.98px) {
  .woocommerce .woocommerce-cart-form .pl-tbody .row .product-name {
    margin-bottom: 1rem;
    align-self: flex-start;
  }
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .product-name a {
  color: #000;
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .product-name a:hover {
  text-decoration: underline;
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .product-name .tm-cart-edit-options {
  display: inline-block;
  border: 1px solid #E9E9E9;
  border-radius: 0.3rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  text-indent: -9999rem;
  background-image: url(../img/icon/edit.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.4rem;
  margin-left: 2rem;
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .product-name .tm-cart-edit-options:hover {
  background-image: url(../img/icon/edit.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E9E9E9;
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .product-name .tc-epo-metadata {
  display: grid;
  grid-gap: 0 1rem;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .product-name .tc-epo-metadata dt {
  font-weight: 400;
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .product-name .tc-epo-metadata dd {
  margin: 0;
  grid-column-start: 2;
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .product-name .tc-epo-metadata dd p {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .product-name .tc-epo-metadata dd .amount {
  font-size: 1.4rem;
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .woocommerce-Price-amount {
  font-size: 1.6rem;
  color: #000000 !important;
  font-weight: 400;
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .product-quantity .input-text {
  background: #fff;
  width: 6rem !important;
  margin: 0;
  color: #000;
}
@media (max-width: 991.98px) {
  .woocommerce .woocommerce-cart-form .pl-tbody .row .product-subtotal {
    align-self: flex-start;
  }
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .product-subtotal .amount {
  vertical-align: middle;
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .remove {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-left: 2rem;
  color: #000;
}
.woocommerce .woocommerce-cart-form .pl-tbody .row .remove:before {
  content: "\e911";
  font-family: "icon";
  font-size: 1.8rem;
}

.woocommerce .woocommerce-cart-form thead tr th {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 2rem;
}
.woocommerce .woocommerce-cart-form .cart_item td {
  border-bottom: 1px solid #E9E9E9;
}
.woocommerce .woocommerce-cart-form td {
  padding: 2rem 0 !important;
}
.woocommerce .woocommerce-cart-form td .quantity .lbatxt {
  display: none;
}
.woocommerce .woocommerce-cart-form td .quantity input.qty {
  width: auto;
}
.woocommerce .cross-sells {
  width: 100%;
}
.woocommerce .cross-sells .row {
  margin-bottom: 0;
}
.woocommerce .cross-sells .row .crosssells-slider {
  margin-bottom: 0;
}
.woocommerce .cart_totals {
  position: -webkit-sticky;
  position: sticky;
  top: 13rem;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  padding: 4rem;
  font-size: 1.6rem;
}
.woocommerce .cart_totals .shop_table .includes_tax {
  display: block;
}
.woocommerce .cart_totals .fee {
  display: none;
}
.woocommerce .coupon-wrapper {
  margin: 3rem 0;
  display: block;
  width: 100%;
  background: #fff;
  border: 0;
  box-shadow: 0px 0px 0 1px #E9E9E9;
  padding: 2rem 2rem 1.5rem;
}
.woocommerce .coupon-wrapper .coupon-toggle {
  display: block;
  text-decoration: none;
  font-weight: 700;
}
.woocommerce .coupon-wrapper .coupon-toggle:after {
  content: "\e901";
  font-family: "icon";
  float: right;
  font-size: 0.7rem;
  line-height: 2.5rem;
  transition: all 0.2s ease-in-out;
}
.woocommerce .coupon-wrapper .coupon-toggle[aria-expanded=true]:after {
  transform: rotate(-180deg);
}
.woocommerce .coupon-wrapper .card {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.single-product .cart .add-to-cart-container {
  display: flex;
  width: 100%;
}
.single-product .cart .btn {
  width: 100%;
  height: 5rem;
}
.single-product .cart button {
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.quantity {
  display: flex !important;
}
.quantity .input-text {
  display: inline-flex !important;
  box-shadow: none !important;
  background-color: #fff;
  border: 0;
}
.quantity .lbatxt {
  display: none !important;
}
.quantity .input-text {
  text-shadow: none !important;
  box-shadow: none !important;
  position: relative !important;
  width: 4rem !important;
  height: 5rem !important;
  text-align: center !important;
}

.shipping label {
  display: inline-block;
}
.shipping li {
  text-indent: 0 !important;
  padding: 0 !important;
  margin-bottom: 5px !important;
}
.shipping li input {
  margin-top: 5px;
  margin-right: 10px;
}
.shipping li input[type=radio] {
  align-self: flex-start;
  vertical-align: top;
}

.woocommerce-checkout dt {
  font-weight: normal !important;
}
.woocommerce-checkout dd {
  font-weight: bold;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  font-weight: normal !important;
  color: #D3C4BA;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  font-weight: bold;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping label {
  display: inline-block;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping li {
  text-indent: 0 !important;
  padding: 0 !important;
  display: flex;
  margin-bottom: 5px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping li input {
  margin-top: 5px;
  margin-right: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping li input[type=radio] {
  align-self: flex-start;
  vertical-align: top;
}

.cart_totals .woocommerce-shipping-destination {
  display: none;
}

.woocommerce-account {
  background-color: #fff;
}
.woocommerce-account .password-field {
  position: relative;
}
.woocommerce-account .password-field #password {
  padding-right: 50%;
}
.woocommerce-account .password-field .lost-password-link {
  position: absolute;
  bottom: 1.6rem;
  right: 1rem;
}

.woocommerce-checkout .bg-white {
  margin-bottom: 2rem;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  width: 100%;
}
.woocommerce-checkout .woocommerce-form-login {
  background: #fff;
  border-radius: 0.5rem;
}

.woocommerce-form-coupon .input-group {
  border: 1px solid #E9E9E9;
  height: 5rem;
  background: #fff;
}
.woocommerce-form-coupon .input-group input {
  height: 4.8rem;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  padding-left: 2rem;
  background-color: #fff;
}
.woocommerce-form-coupon .input-group .btn {
  margin-top: 0.2rem;
  margin-right: 0.2rem;
  height: 4.4rem;
  border-radius: 0;
}

.form-checkout {
  margin: 3rem 0;
  display: block;
  width: 100%;
  background: #fff;
  border: 0;
  box-shadow: 0px 0px 0 1px #E9E9E9;
  padding: 2rem 2rem 1.5rem;
}
.form-checkout .showlogin {
  margin-left: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #000;
  text-decoration: none;
}
.form-checkout .showlogin:hover {
  color: #fff;
  background-color: #000;
}

.form-checkout label,
.woocommerce-shipping-fields__field-wrapper label,
.woocommerce-additional-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper label {
  display: block;
  width: 100%;
  font-size: 1.4rem;
}
.form-checkout .woocommerce-input-wrapper,
.woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.form-checkout .input-text,
.woocommerce-shipping-fields__field-wrapper .input-text,
.woocommerce-additional-fields__field-wrapper .input-text,
.woocommerce-billing-fields__field-wrapper .input-text {
  height: 6rem;
  width: 100%;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #87929D;
  border-radius: 0;
  padding: 0.8rem 1.5rem;
  color: #000;
  font-size: 1.6rem;
}
.form-checkout .input-text::-webkit-input-placeholder,
.woocommerce-shipping-fields__field-wrapper .input-text::-webkit-input-placeholder,
.woocommerce-additional-fields__field-wrapper .input-text::-webkit-input-placeholder,
.woocommerce-billing-fields__field-wrapper .input-text::-webkit-input-placeholder {
  color: #000;
}
.form-checkout .input-text::-moz-placeholder,
.woocommerce-shipping-fields__field-wrapper .input-text::-moz-placeholder,
.woocommerce-additional-fields__field-wrapper .input-text::-moz-placeholder,
.woocommerce-billing-fields__field-wrapper .input-text::-moz-placeholder {
  color: #000;
}
.form-checkout .input-text:-ms-input-placeholder,
.woocommerce-shipping-fields__field-wrapper .input-text:-ms-input-placeholder,
.woocommerce-additional-fields__field-wrapper .input-text:-ms-input-placeholder,
.woocommerce-billing-fields__field-wrapper .input-text:-ms-input-placeholder {
  color: #000;
}
.form-checkout .input-text:-moz-placeholder,
.woocommerce-shipping-fields__field-wrapper .input-text:-moz-placeholder,
.woocommerce-additional-fields__field-wrapper .input-text:-moz-placeholder,
.woocommerce-billing-fields__field-wrapper .input-text:-moz-placeholder {
  color: #000;
}
.form-checkout .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-additional-fields__field-wrapper .form-row,
.woocommerce-billing-fields__field-wrapper .form-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 1.5rem;
  position: relative;
}
.form-checkout .form-row.form-row-first, .form-checkout .form-row.form-row-last,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-last,
.woocommerce-additional-fields__field-wrapper .form-row.form-row-first,
.woocommerce-additional-fields__field-wrapper .form-row.form-row-last,
.woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
  float: left;
  width: 50%;
}
.form-checkout .form-row.form-row-first,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
.woocommerce-additional-fields__field-wrapper .form-row.form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row.form-row-first {
  padding-right: 1rem;
}
.form-checkout .form-row.form-row-last,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-last,
.woocommerce-additional-fields__field-wrapper .form-row.form-row-last,
.woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
  padding-left: 1rem;
}
.form-checkout .form-row.form-row-last label,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-last label,
.woocommerce-additional-fields__field-wrapper .form-row.form-row-last label,
.woocommerce-billing-fields__field-wrapper .form-row.form-row-last label {
  left: 2.5rem;
}
.form-checkout .form-row.form-row-wide,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-wide,
.woocommerce-additional-fields__field-wrapper .form-row.form-row-wide,
.woocommerce-billing-fields__field-wrapper .form-row.form-row-wide {
  width: 100%;
}
.form-checkout .form-row label,
.woocommerce-shipping-fields__field-wrapper .form-row label,
.woocommerce-additional-fields__field-wrapper .form-row label,
.woocommerce-billing-fields__field-wrapper .form-row label {
  font-family: "Nunito Sans", sans-serif;
  position: absolute;
  top: 1.9rem;
  left: 1.5rem;
  transition: all 0.2s ease-in-out;
  margin: 0;
  font-size: 1.6rem;
}
.form-checkout .form-row label .required,
.woocommerce-shipping-fields__field-wrapper .form-row label .required,
.woocommerce-additional-fields__field-wrapper .form-row label .required,
.woocommerce-billing-fields__field-wrapper .form-row label .required {
  display: none;
}
.form-checkout .form-row label .optional,
.woocommerce-shipping-fields__field-wrapper .form-row label .optional,
.woocommerce-additional-fields__field-wrapper .form-row label .optional,
.woocommerce-billing-fields__field-wrapper .form-row label .optional {
  font-size: 1.4rem;
}
.form-checkout .form-row.-filled label, .form-checkout .form-row.-focus label,
.woocommerce-shipping-fields__field-wrapper .form-row.-filled label,
.woocommerce-shipping-fields__field-wrapper .form-row.-focus label,
.woocommerce-additional-fields__field-wrapper .form-row.-filled label,
.woocommerce-additional-fields__field-wrapper .form-row.-focus label,
.woocommerce-billing-fields__field-wrapper .form-row.-filled label,
.woocommerce-billing-fields__field-wrapper .form-row.-focus label {
  font-size: 1.2rem;
  top: 0.8rem;
  padding: 0;
}
.form-checkout .form-row.notes label,
.woocommerce-shipping-fields__field-wrapper .form-row.notes label,
.woocommerce-additional-fields__field-wrapper .form-row.notes label,
.woocommerce-billing-fields__field-wrapper .form-row.notes label {
  top: 1rem;
}

.select2-container .select2-selection--single {
  height: 6rem;
}

.select2-dropdown,
.select2-container--default .select2-selection--single {
  border: 1px solid gainsboro;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 6rem;
  padding-left: 1.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 6rem;
  right: 1.5rem;
}

form.cart table.thwepo-extra-options {
  width: 100%;
  margin-bottom: 1rem;
}
form.cart table.thwepo-extra-options tr td {
  padding: 1rem 0;
}
form.cart table.thwepo-extra-options tr td.label {
  max-width: 13rem;
  width: 20rem;
}
form.cart table.thwepo-extra-options tr td label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
}
form.cart table.thwepo-extra-options tr td input {
  background: #fff;
  width: 100%;
  height: 4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.receipt {
  background: #fff;
  position: relative;
  margin: 4rem 0 8rem;
}
.receipt:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 4rem;
  background: url(../img/receipt.svg);
  top: -4rem;
  left: 0;
}
.receipt:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 4rem;
  background: url(../img/receipt.svg);
  bottom: -4rem;
  left: 0;
  transform: rotate(180deg);
}

.receipt-beige {
  background: #f7efec;
  padding: 5rem;
  position: relative;
  margin: 4rem 0 8rem;
}
.receipt-beige:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 4rem;
  background: url(../img/receipt-beige.svg);
  top: -4rem;
  left: 0;
}
.receipt-beige:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 4rem;
  background: url(../img/receipt-beige.svg);
  bottom: -4rem;
  left: 0;
  transform: rotate(180deg);
}

.order-list .order {
  padding: 2rem;
  position: relative;
  margin: 2rem 1rem 3rem 0;
  display: inline-block;
  background: #f7efec;
}
.order-list .order:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2rem;
  background: url(../img/receipt-beige.svg);
  top: -2rem;
  left: 0;
}
.order-list .order:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2rem;
  background: url(../img/receipt-beige.svg);
  bottom: -2rem;
  left: 0;
  transform: rotate(180deg);
}
.order-list .order .view {
  text-decoration: underline;
  margin-top: 2rem;
  display: block;
}
