@charset "UTF-8";

/* THEME COLORS */

:root {
  --product-column: 200px;
  --image-column: 400px;
  --add-height: 200px;
  --neg-add-height: -200px;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #000000;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #de1367;
  --red: #de1528;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #000000;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #de1528;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 691px;
  --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,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

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

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

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

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

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

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

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: #000000;
  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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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,
.h3 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

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

.blockquote-footer::before {
  content: "\2014\A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #de1367;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 691px) {
  .container {
    max-width: 650px;
  }
}

@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: 691px) {
  .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: 1rem;
  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-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

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

.table-hover .table-primary:hover {
  background-color: #ababab;
}

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-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: #f6bdc3;
}

.table-hover .table-danger:hover {
  background-color: #f3a7af;
}

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

.table-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: 690.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: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #404040;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 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(2.25rem + 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.5;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.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: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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(1.8125rem + 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: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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(2.875rem + 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: #28a745;
}

.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(40, 167, 69, 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: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-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-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.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: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .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(40, 167, 69, 0.25);
}

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

.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(222, 21, 40, 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: #de1528;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #de1528;
  box-shadow: 0 0 0 0.2rem rgba(222, 21, 40, 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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #de1528;
}

.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: #de1528;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #f3808a;
}

.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: #ec3a4b;
}

.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(222, 21, 40, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #de1528;
}

.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(222, 21, 40, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 691px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    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: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 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: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 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: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #de1528;
  border-color: #de1528;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb1222;
  border-color: #af1120;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 21, 40, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #de1528;
  border-color: #de1528;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #af1120;
  border-color: #a40f1e;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 21, 40, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 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: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #000000;
  background-color: transparent;
  background-image: none;
  border-color: #000000;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #000000;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  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: 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: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #de1528;
  background-color: transparent;
  background-image: none;
  border-color: #de1528;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #de1528;
  border-color: #de1528;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 21, 40, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #de1528;
  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: #de1528;
  border-color: #de1528;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 21, 40, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  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: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000000;
  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;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  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: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  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 {
  top: 0;
  right: auto;
  left: 100%;
  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-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  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-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000000;
}

.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: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 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;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .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-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.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 > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  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: #000000;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #595959;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  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;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000000;
}

.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: #000000;
}

.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(0, 0, 0, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000000;
}

.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(0, 0, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  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.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #404040;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 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(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #404040;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #404040;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.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(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #000000;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #595959;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #000000;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #595959;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #000000;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #595959;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

.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.5rem 1rem;
}

.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.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler: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: 690.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 691px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;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);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.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:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.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-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 691px) {
  .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: 691px) {
  .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-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 691px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000000;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  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(0, 0, 0, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #000000;
}

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

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

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

.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: #de1528;
}

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

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

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

.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;
  border-radius: 0.3rem;
}

@media (min-width: 691px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}

.alert-primary hr {
  border-top-color: #ababab;
}

.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #730b15;
  background-color: #f8d0d4;
  border-color: #f6bdc3;
}

.alert-danger hr {
  border-top-color: #f3a7af;
}

.alert-danger .alert-link {
  color: #44070d;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  -webkit-animation: 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: #212529;
  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:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.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: #000000;
  border-color: #000000;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 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: black;
  background-color: #b8b8b8;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #730b15;
  background-color: #f6bdc3;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #730b15;
  background-color: #f3a7af;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #730b15;
  border-color: #730b15;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

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

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.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);
  border-radius: 0.3rem;
  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;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  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: 691px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

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

  .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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -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: 0.3rem 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: 0.3rem 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: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.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-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 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;
  cursor: pointer;
  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: #000000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-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: 691px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 691px) {
  .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;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-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: 691px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.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: 691px) {
  .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: #000000 !important;
}

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

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

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

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

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !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: #de1528 !important;
}

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

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

  .navbar {
    display: none;
  }

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

  .table {
    border-collapse: collapse !important;
  }

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

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

  .table-dark {
    color: inherit;
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("../../wp-content/themes/understrap/img/icons/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../../wp-content/themes/understrap/fonts/slick.eot");
  src: url("../../wp-content/themes/understrap/fonts/slick.eot@#iefix") format("embedded-opentype"), url("../../wp-content/themes/understrap/fonts/slick.woff") format("woff"), url("../../wp-content/themes/understrap/fonts/slick.ttf") format("truetype"), url("../../wp-content/themes/understrap/fonts/slick.svg#slick") format("svg");
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
  background: #1fb25a;
  display: none !important;
}

.cc-window.active {
  display: flex !important;
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
}

.cc-window.hide {
  -webkit-animation: fadeout 2s;
          animation: fadeout 2s;
  opacity: 0;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
  color: #fff;
}

.cc-window.cc-floating .cc-compliance {
  flex: 1;
}

.cc-window.cc-banner {
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  flex: 1;
  color: #fff;
}

.cc-banner .cc-message a {
  color: #fff;
}

.cc-banner .cc-message a:hover {
  color: #282828;
  text-decoration: underline;
}

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}

.cc-compliance .cc-btn {
  color: #fff;
  border-color: #fff;
}

.cc-compliance .cc-btn:hover {
  color: #282828;
  border-color: #282828;
}

.cc-compliance > .cc-btn {
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    flex: 1;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
    color: #fff;
  }

  .cc-window.cc-banner {
    align-items: unset;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

@media (max-width: 850px) {
  .cc-banner.cc-bottom {
    bottom: 61px;
  }
}

/* Checkout page */

.woocommerce-checkout #payment ul.payment_methods li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.woocommerce-checkout #payment ul.payment_methods li label .about_paypal,
.woocommerce-checkout #payment ul.payment_methods li label span,
.woocommerce-checkout #payment ul.payment_methods li label img {
  margin: 0 5px 0 0;
}

.woocommerce-checkout #payment ul.payment_methods li .payment_box {
  flex-basis: 100%;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received .checkout-title,
.woocommerce-checkout.woocommerce-page.woocommerce-order-received .payment-icons {
  display: none;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received .checkout-summary-mobile {
  display: none;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received .checkout-wrap {
  padding-top: 0 !important;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received .checkout-wrap h3 {
  display: block;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received .checkout-wrap .checkout-summary {
  display: none;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received .checkout-wrap .checkout-steps-wrap {
  flex: 0 0 100%;
}

.checkout .woocommerce-input-wrapper .custom-checkbox:before {
  content: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal .tax_label {
  display: none;
}

#shipping_method .tax_label {
  display: none;
}

.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions .nobr {
  display: none;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-failed {
  padding-top: 34px;
  font-family: "Fira Sans"; font-weight: 700;
  text-align: center;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-failed-actions {
  padding-top: 20px;
  padding-bottom: 100px;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-failed-actions .button {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background-color: #1fb25a;
  background-clip: padding-box;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 18.7px;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.smart2pay_payment_table .s2p-method-logo-name {
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 0 !important;
  display: grid;
  grid-template-columns: 65px auto;
}

.smart2pay_payment_table .s2p-method-logo-name div {
  display: none;
}

.smart2pay_payment_table .s2p-method-logo-name .s2p-method-name {
  height: 45px;
  line-height: 45px;
  font-family: "FiraSans-Light" !important;
  margin-left: 10px !important;
  margin-right: 0 !important;
  font-size: 16px !important;
  color: #282828 !important;
  text-align: left;
  display: none !important;
}

.smart2pay_payment_table .s2p-method-img {
  border: 0 !important;
  border-radius: 8px !important;
  padding: 0 !important;
  max-height: 45px;
  min-height: 45px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.smart2pay_payment_table .s2p-method-description,
.smart2pay_payment_table br {
  display: none;
}

.smart2pay_payment_table tr td {
  border-bottom: 0 !important;
}

.smart2pay_payment_table tr td input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
  border: none;
}

.smart2pay_payment_table tr td input[type=radio]::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #282828;
  transition: all 0.3s ease-in;
}

.smart2pay_payment_table tr td input[type=radio]:checked::before,
.smart2pay_payment_table tr td input[type=radio][checked=checked]:before {
  background-color: #1fb25a !important;
  border-color: #1fb25a !important;
}

.smart2pay_payment_table tr td label {
  margin-bottom: 0 !important;
}

.smart2pay_payment_table tr td:nth-of-type(2) {
  width: 100%;
}

.smart2pay_payment_table tr:first-of-type td {
  padding-top: 0;
}

.wc_payment_method.payment_method_stripe label img,
.payment_method_stripe_giropay label img,
.payment_method_stripe_sofort label img,
.payment_method_stripe_p24 label img {
  height: 25px !important;
}

.wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe .wc-credit-card-form.wc-payment-form label,
.payment_method_stripe_giropay .payment_box.payment_method_stripe .wc-credit-card-form.wc-payment-form label,
.payment_method_stripe_sofort .payment_box.payment_method_stripe .wc-credit-card-form.wc-payment-form label,
.payment_method_stripe_p24 .payment_box.payment_method_stripe .wc-credit-card-form.wc-payment-form label {
  display: none !important;
}

/* Cart */

.woocommerce-cart .basket-container {
  display: block;
  position: relative;
  z-index: 300;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease-in;
}

/* Basket */

.basket-list-content .woocommerce-mini-cart__total {
  display: none !important;
}

/* Landing page */

.landing_page-template-default .woocommerce-info {
  display: none;
}

.landing_page-template-default .country_to_state.country_select {
  border: 1px solid #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
  margin-bottom: 10px;
  padding-left: 9px;
}

.landing_page-template-default .shipping-details p {
  margin-bottom: 0;
}

.landing_page-template-default .button-wrap {
  text-align: center;
}

.landing_page-template-default .button-wrap .btn-primary {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background-color: #1fb25a;
  background-clip: padding-box;
  height: auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 18.7px;
  text-transform: uppercase;
}

.landing_page-template-default .woocommerce .checkout.woocommerce-checkout {
  border: 1px solid #ebebeb;
  padding: 16px;
}

.landing_page-template-default .woocommerce .checkout.woocommerce-checkout .woocommerce-account-fields,
.landing_page-template-default .woocommerce .checkout.woocommerce-checkout #billing_company_field,
.landing_page-template-default .woocommerce .checkout.woocommerce-checkout #billing_vat_id_field,
.landing_page-template-default .woocommerce .checkout.woocommerce-checkout #vat_id {
  display: none;
}

.landing_page-template-default .woocommerce .checkout.woocommerce-checkout #customer_details {
  width: 100%;
}

.landing_page-template-default .woocommerce .checkout.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
}

.landing_page-template-default .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  padding: 0;
  border: 0;
}

.landing_page-template-default .woocommerce .checkout.woocommerce-checkout #order_review {
  width: 100%;
}

.landing_page-template-default .woocommerce .checkout.woocommerce-checkout #payment {
  padding: 0;
  border: 0;
}

.landing_page-template-default .woocommerce .checkout.woocommerce-checkout .title-area {
  width: calc(100% + 34px);
  position: relative;
  left: -17px;
  margin-bottom: 10px;
}

.landing_page-template-default .woocommerce .checkout.woocommerce-checkout .shop_table {
  border: 0;
  padding: 0;
}

.landing_page-template-default .woocommerce .checkout.woocommerce-checkout .shop_table .footer .cart-subtotal {
  border-top: 0;
}

.landing_page-template-default .woocommerce .checkout.woocommerce-checkout .shop_table .header,
.landing_page-template-default .woocommerce .checkout.woocommerce-checkout .shop_table .body {
  display: none;
}

.landing_page-template-default .woocommerce .payment_box.hide {
  display: none !important;
}

.landing_page-template-default .woocommerce .payment_box.show {
  display: block !important;
}

/* My account */

.woocommerce-MyAccount-content #payment label {
  width: calc(100% - 40px);
}

.woocommerce-MyAccount-navigation .list-group a {
  text-decoration: none;
}

.woocommerce-MyAccount-navigation .list-group a:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  background-size: cover;
  position: relative;
  top: 4px;
}

.woocommerce-MyAccount-navigation .list-group a:nth-of-type(1):before {
  background-image: url("../../wp-content/themes/understrap/img/icons/account/control_pannel.svg");
}

.woocommerce-MyAccount-navigation .list-group a:nth-of-type(2):before {
  background-image: url("../../wp-content/themes/understrap/img/icons/account/favorites.svg");
}

.woocommerce-MyAccount-navigation .list-group a:nth-of-type(3):before {
  background-image: url("../../wp-content/themes/understrap/img/icons/account/orders.svg");
}

.woocommerce-MyAccount-navigation .list-group a:nth-of-type(4):before {
  background-image: url("../../wp-content/themes/understrap/img/icons/account/addresses.svg");
}

.woocommerce-MyAccount-navigation .list-group a:nth-of-type(5):before {
  background-image: url("../../wp-content/themes/understrap/img/icons/account/payment.svg");
}

.woocommerce-MyAccount-navigation .list-group a:nth-of-type(6):before {
  background-image: url("../../wp-content/themes/understrap/img/icons/account/account_details.svg");
}

.woocommerce-MyAccount-navigation .list-group a:nth-of-type(7):before {
  background-image: url("../../wp-content/themes/understrap/img/icons/account/logout.svg");
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column .woocommerce-column__title {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  margin: 0 0 15px 0;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields select,
.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields input {
  border: 1px solid #ebebeb;
  border-radius: 0;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper,
.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields #shipping_country_field .woocommerce-input-wrapper {
  display: block;
  font-size: 1rem;
  color: #282828;
  line-height: 24px;
  height: 39px;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper input,
.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields #shipping_country_field .woocommerce-input-wrapper input {
  border: 0;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper strong,
.woocommerce-account.woocommerce-edit-address .woocommerce-address-fields #shipping_country_field .woocommerce-input-wrapper strong {
  font-family: "FiraSans-Light";
  font-weight: 400;
}

.woocommerce-account .edit {
  width: auto;
}

@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column {
    max-width: 100%;
    width: 100%;
    padding: 0 0 30px 0 !important;
  }
}

/* Reset password */

.woocommerce form.woocommerce-ResetPassword {
  display: flex;
  flex-direction: column;
}

.woocommerce form.woocommerce-ResetPassword .form-row {
  display: flex;
  flex-direction: column;
  float: none;
}

.woocommerce form.woocommerce-ResetPassword .form-row .input-text {
  display: block;
  position: relative;
  z-index: 2;
  font-family: "FiraSans-Light";
  font-size: 1rem;
  line-height: 33px;
  padding: 0 0.375rem;
  width: 100%;
  height: 33px;
  color: #282828;
  background-color: #0000;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 0;
}

.woocommerce form.woocommerce-ResetPassword .form-row .show-password-input {
  top: 0;
}

/* Other */

.woocommerce {
  position: relative;
}

.woocommerce .woocommerce {
  position: relative;
}

.woocommerce .exclusive-offer {
  width: 50%;
  float: right;
  border: 1px solid #ebebeb;
  margin-bottom: 14px;
  /* width: 50%;
  position: absolute;
  top: 132px;
  right: 0;
  padding: 0;

  padding-top: 16px;
  border-bottom: 0;
   */
}

.woocommerce .exclusive-offer .offer-wrap {
  margin-bottom: 0;
}

.woocommerce .title-area {
  background-color: #282828;
  text-transform: uppercase;
  padding: 15px 16px;
  color: #fff;
  font-family: "Fira Sans"; font-weight: 700;
  margin: 0;
  font-size: 16px;
  line-height: 19px;
}

.woocommerce .checkout.woocommerce-checkout {
  display: table;
}

.woocommerce .checkout.woocommerce-checkout #customer_details {
  width: 50%;
  float: left;
}

.woocommerce .checkout.woocommerce-checkout #customer_details .col-1,
.woocommerce .checkout.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
}

.woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  background-color: #fbfbfb;
  border: 1px solid #ebebeb;
  border-top: 0;
  padding: 16px;
  margin-bottom: 16px;
}

.woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  background-color: #fbfbfb;
  border: 1px solid #ebebeb;
  border-top: 0;
  padding: 16px;
  margin-bottom: 16px;
}

.woocommerce .checkout.woocommerce-checkout #order_review_heading,
.woocommerce .checkout.woocommerce-checkout #order_review {
  width: 50%;
  float: right;
}

.woocommerce .checkout.woocommerce-checkout #payment {
  background: #fbfbfb;
  padding: 16px;
  border: 1px solid #ebebeb;
  border-top: 0;
  padding-top: 0;
  border-radius: 0;
}

.woocommerce .checkout.woocommerce-checkout #payment .title-area {
  width: calc(100% + 34px);
  position: relative;
  left: -17px;
  margin-bottom: 10px;
}

.woocommerce .checkout.woocommerce-checkout #payment .wc_payment_methods,
.woocommerce .checkout.woocommerce-checkout #payment .place-order {
  padding: 0;
}

.woocommerce .checkout.woocommerce-checkout #payment .place-order {
  margin-top: 10px;
}

.woocommerce .checkout.woocommerce-checkout #payment .payment_box {
  background: #ebebeb;
}

.woocommerce .checkout.woocommerce-checkout #payment .payment_box:before {
  border-color: #ebebeb;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce .checkout.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  line-height: 32px;
}

.woocommerce .checkout.woocommerce-checkout #payment .payment_method_cardinity #wc-cardinity-cc-form {
  margin-top: 0;
}

.woocommerce .checkout.woocommerce-checkout #payment .payment_method_cardinity #wc-cardinity-cc-form p {
  padding: 0;
  margin: 0;
}

.woocommerce .checkout.woocommerce-checkout #payment .payment_method_cardinity #wc-cardinity-cc-form input {
  border: 1px solid #282828;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
  margin-bottom: 10px;
  font-family: FiraSans-Light;
  font-size: 16px;
  color: #495057;
  margin-right: 0;
}

.woocommerce .checkout.woocommerce-checkout #payment .payment_method_cardinity #wc-cardinity-cc-form #cardinity-card-cvc {
  width: 100% !important;
}

.woocommerce .checkout.woocommerce-checkout #payment .payment_method_cardinity #wc-cardinity-cc-form #cardinity-card-expiry,
.woocommerce .checkout.woocommerce-checkout #payment .payment_method_cardinity #wc-cardinity-cc-form #cardinity-card-cvc {
  margin-bottom: 0 !important;
}

.woocommerce .checkout.woocommerce-checkout .shop_table {
  background-color: #fbfbfb;
  border-radius: 0;
  border: 1px solid #ebebeb;
  padding: 16px;
  border-top: 0;
  margin-bottom: 16px;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .header {
  display: grid;
  grid-template-columns: 1fr 60px;
  grid-gap: 10px;
  align-items: flex-start;
  font-family: "Fira Sans"; font-weight: 700;
  font-weight: normal;
  padding-bottom: 15px;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .header .product-total {
  text-align: right;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .body .cart_item {
  display: grid;
  grid-template-columns: 1fr 60px;
  grid-gap: 10px;
  align-items: flex-start;
  line-height: 32px;
  position: relative;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .body .cart_item .product-total {
  text-align: right;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .body .cart_item.bundled_table_item {
  padding-left: 10px;
  opacity: 0.7;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .body .cart_item.bundled_table_item .bundled_table_item_subtotal {
  display: none;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .body .cart_item .variation {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .body .cart_item .variation dt {
  display: none;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .body .cart_item .variation dd {
  margin: 0;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .body .cart_item .variation dd p {
  margin: 0;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .body .cart_item .variation dd .awdr_free_product_text {
  background: #fbfbfb;
  color: #282828;
  padding: 0;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .footer .cart-subtotal,
.woocommerce .checkout.woocommerce-checkout .shop_table .footer .fee {
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
  padding-top: 14px;
  display: grid;
  grid-template-columns: 1fr 60px;
  grid-gap: 10px;
  align-items: flex-start;
  line-height: 32px;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .footer .cart-subtotal div:last-of-type,
.woocommerce .checkout.woocommerce-checkout .shop_table .footer .fee div:last-of-type {
  text-align: right;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .footer #fees .fee {
  display: none;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .footer #fees .fee:first-of-type {
  display: grid;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .footer .order-total {
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
  padding-top: 14px;
  display: grid;
  grid-template-columns: 1fr 150px;
  grid-gap: 10px;
  align-items: flex-start;
  line-height: 32px;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .footer .order-total div:last-of-type {
  text-align: right;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .footer .order-total .includes_tax {
  display: block;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .footer .woocommerce-shipping-totals .title,
.woocommerce .checkout.woocommerce-checkout .shop_table .footer .woocommerce-shipping-totals li {
  line-height: 32px;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .footer .cart-discount {
  clear: both;
  float: left;
  width: 100%;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .footer .cart-discount div:first-of-type {
  float: left;
}

.woocommerce .checkout.woocommerce-checkout .shop_table .footer .cart-discount div:last-of-type {
  float: right;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 10px;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields h3 {
  background-color: #282828;
  text-transform: uppercase;
  padding: 15px 16px;
  color: #fff;
  font-family: "Fira Sans"; font-weight: 700;
  margin: 0;
  font-size: 16px;
  line-height: 19px;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  background-color: #fbfbfb;
  border: 1px solid #ebebeb;
  padding: 16px;
  margin-bottom: 16px;
  position: relative;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper #order_comments_field {
  padding: 0;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields #order_comments_field {
  margin-bottom: 0;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields textarea {
  width: 100%;
  font-size: 15px;
  padding-top: 12px;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields textarea:focus {
  border: 1px solid #ebebeb;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields label {
  position: absolute;
  z-index: 1;
  font-size: 10px;
  left: 24px;
  top: 17px;
  color: #515151;
  transition: opacity 0.6s ease-in;
  opacity: 0;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields label .optional {
  display: none;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields label.show {
  opacity: 1;
}

.woocommerce .checkout.woocommerce-checkout .shipping_address {
  margin-top: 10px;
  margin-bottom: 20px;
}

.woocommerce .checkout.woocommerce-checkout .shipping_address h3 {
  background-color: #282828;
  text-transform: uppercase;
  padding: 15px 16px;
  cursor: pointer;
  color: #fff;
  font-family: "Fira Sans"; font-weight: 700;
  margin: 0;
  font-size: 16px;
  line-height: 19px;
}

.woocommerce .checkout.woocommerce-checkout .shipping_address .woocommerce-shipping-fields__field-wrapper {
  padding: 16px;
  border: 1px solid #ebebeb;
  border-top: 0;
  border-radius: 0;
  display: table;
  width: 100%;
}

.woocommerce .checkout.woocommerce-checkout #billing_company_field,
.woocommerce .checkout.woocommerce-checkout #billing_vat_id_field {
  display: none;
}

.woocommerce .checkout.woocommerce-checkout #billing_company_field.show,
.woocommerce .checkout.woocommerce-checkout #billing_vat_id_field.show {
  display: block;
}

.woocommerce .checkout.woocommerce-checkout #vat_id_field,
.woocommerce .checkout.woocommerce-checkout #billing_address_2_field,
.woocommerce .checkout.woocommerce-checkout #shipping_address_2_field {
  display: none !important;
}

.woocommerce .checkout.woocommerce-checkout #billing_first_name_field,
.woocommerce .checkout.woocommerce-checkout #billing_last_name_field,
.woocommerce .checkout.woocommerce-checkout #billing_company_field,
.woocommerce .checkout.woocommerce-checkout #billing_country_field,
.woocommerce .checkout.woocommerce-checkout #billing_address_1_field,
.woocommerce .checkout.woocommerce-checkout #billing_address_2_field,
.woocommerce .checkout.woocommerce-checkout #billing_postcode_field,
.woocommerce .checkout.woocommerce-checkout #billing_city_field,
.woocommerce .checkout.woocommerce-checkout #billing_state_field,
.woocommerce .checkout.woocommerce-checkout #billing_phone_field,
.woocommerce .checkout.woocommerce-checkout #billing_email_field,
.woocommerce .checkout.woocommerce-checkout #shipping_first_name_field,
.woocommerce .checkout.woocommerce-checkout #shipping_last_name_field,
.woocommerce .checkout.woocommerce-checkout #shipping_company_field,
.woocommerce .checkout.woocommerce-checkout #shipping_country_field,
.woocommerce .checkout.woocommerce-checkout #shipping_address_1_field,
.woocommerce .checkout.woocommerce-checkout #shipping_address_2_field,
.woocommerce .checkout.woocommerce-checkout #shipping_postcode_field,
.woocommerce .checkout.woocommerce-checkout #shipping_city_field,
.woocommerce .checkout.woocommerce-checkout #shipping_house_number_field,
.woocommerce .checkout.woocommerce-checkout #shipping_state_field,
.woocommerce .checkout.woocommerce-checkout #shipping_phone_field,
.woocommerce .checkout.woocommerce-checkout #shipping_email_field,
.woocommerce .checkout.woocommerce-checkout #billing_state_field,
.woocommerce .checkout.woocommerce-checkout #billing_vat_id_field,
.woocommerce .checkout.woocommerce-checkout #billing_house_number_field {
  padding: 0;
  margin: 0;
  position: relative;
}

.woocommerce .checkout.woocommerce-checkout #billing_first_name_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #billing_last_name_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #billing_company_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #billing_address_1_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #billing_address_2_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #billing_postcode_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #billing_city_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #billing_state_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #billing_phone_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #billing_email_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #shipping_first_name_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #shipping_last_name_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #shipping_company_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #shipping_address_1_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #shipping_address_2_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #shipping_postcode_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #shipping_city_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #shipping_house_number_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #shipping_state_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #shipping_phone_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #shipping_email_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #billing_state_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #billing_vat_id_field .woocommerce-input-wrapper,
.woocommerce .checkout.woocommerce-checkout #billing_house_number_field .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce .checkout.woocommerce-checkout #billing_first_name_field label,
.woocommerce .checkout.woocommerce-checkout #billing_last_name_field label,
.woocommerce .checkout.woocommerce-checkout #billing_company_field label,
.woocommerce .checkout.woocommerce-checkout #billing_country_field label,
.woocommerce .checkout.woocommerce-checkout #billing_address_1_field label,
.woocommerce .checkout.woocommerce-checkout #billing_address_2_field label,
.woocommerce .checkout.woocommerce-checkout #billing_postcode_field label,
.woocommerce .checkout.woocommerce-checkout #billing_city_field label,
.woocommerce .checkout.woocommerce-checkout #billing_state_field label,
.woocommerce .checkout.woocommerce-checkout #billing_phone_field label,
.woocommerce .checkout.woocommerce-checkout #billing_email_field label,
.woocommerce .checkout.woocommerce-checkout #shipping_first_name_field label,
.woocommerce .checkout.woocommerce-checkout #shipping_last_name_field label,
.woocommerce .checkout.woocommerce-checkout #shipping_company_field label,
.woocommerce .checkout.woocommerce-checkout #shipping_country_field label,
.woocommerce .checkout.woocommerce-checkout #shipping_address_1_field label,
.woocommerce .checkout.woocommerce-checkout #shipping_address_2_field label,
.woocommerce .checkout.woocommerce-checkout #shipping_postcode_field label,
.woocommerce .checkout.woocommerce-checkout #shipping_city_field label,
.woocommerce .checkout.woocommerce-checkout #shipping_house_number_field label,
.woocommerce .checkout.woocommerce-checkout #shipping_state_field label,
.woocommerce .checkout.woocommerce-checkout #shipping_phone_field label,
.woocommerce .checkout.woocommerce-checkout #shipping_email_field label,
.woocommerce .checkout.woocommerce-checkout #billing_state_field label,
.woocommerce .checkout.woocommerce-checkout #billing_vat_id_field label,
.woocommerce .checkout.woocommerce-checkout #billing_house_number_field label {
  opacity: 0;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  left: 5px;
  top: -2px;
  color: #515151;
  transition: opacity 0.6s ease-in;
}

.woocommerce .checkout.woocommerce-checkout #billing_first_name_field label .required,
.woocommerce .checkout.woocommerce-checkout #billing_last_name_field label .required,
.woocommerce .checkout.woocommerce-checkout #billing_company_field label .required,
.woocommerce .checkout.woocommerce-checkout #billing_country_field label .required,
.woocommerce .checkout.woocommerce-checkout #billing_address_1_field label .required,
.woocommerce .checkout.woocommerce-checkout #billing_address_2_field label .required,
.woocommerce .checkout.woocommerce-checkout #billing_postcode_field label .required,
.woocommerce .checkout.woocommerce-checkout #billing_city_field label .required,
.woocommerce .checkout.woocommerce-checkout #billing_state_field label .required,
.woocommerce .checkout.woocommerce-checkout #billing_phone_field label .required,
.woocommerce .checkout.woocommerce-checkout #billing_email_field label .required,
.woocommerce .checkout.woocommerce-checkout #shipping_first_name_field label .required,
.woocommerce .checkout.woocommerce-checkout #shipping_last_name_field label .required,
.woocommerce .checkout.woocommerce-checkout #shipping_company_field label .required,
.woocommerce .checkout.woocommerce-checkout #shipping_country_field label .required,
.woocommerce .checkout.woocommerce-checkout #shipping_address_1_field label .required,
.woocommerce .checkout.woocommerce-checkout #shipping_address_2_field label .required,
.woocommerce .checkout.woocommerce-checkout #shipping_postcode_field label .required,
.woocommerce .checkout.woocommerce-checkout #shipping_city_field label .required,
.woocommerce .checkout.woocommerce-checkout #shipping_house_number_field label .required,
.woocommerce .checkout.woocommerce-checkout #shipping_state_field label .required,
.woocommerce .checkout.woocommerce-checkout #shipping_phone_field label .required,
.woocommerce .checkout.woocommerce-checkout #shipping_email_field label .required,
.woocommerce .checkout.woocommerce-checkout #billing_state_field label .required,
.woocommerce .checkout.woocommerce-checkout #billing_vat_id_field label .required,
.woocommerce .checkout.woocommerce-checkout #billing_house_number_field label .required {
  color: #515151;
}

.woocommerce .checkout.woocommerce-checkout #billing_first_name_field label .optional,
.woocommerce .checkout.woocommerce-checkout #billing_last_name_field label .optional,
.woocommerce .checkout.woocommerce-checkout #billing_company_field label .optional,
.woocommerce .checkout.woocommerce-checkout #billing_country_field label .optional,
.woocommerce .checkout.woocommerce-checkout #billing_address_1_field label .optional,
.woocommerce .checkout.woocommerce-checkout #billing_address_2_field label .optional,
.woocommerce .checkout.woocommerce-checkout #billing_postcode_field label .optional,
.woocommerce .checkout.woocommerce-checkout #billing_city_field label .optional,
.woocommerce .checkout.woocommerce-checkout #billing_state_field label .optional,
.woocommerce .checkout.woocommerce-checkout #billing_phone_field label .optional,
.woocommerce .checkout.woocommerce-checkout #billing_email_field label .optional,
.woocommerce .checkout.woocommerce-checkout #shipping_first_name_field label .optional,
.woocommerce .checkout.woocommerce-checkout #shipping_last_name_field label .optional,
.woocommerce .checkout.woocommerce-checkout #shipping_company_field label .optional,
.woocommerce .checkout.woocommerce-checkout #shipping_country_field label .optional,
.woocommerce .checkout.woocommerce-checkout #shipping_address_1_field label .optional,
.woocommerce .checkout.woocommerce-checkout #shipping_address_2_field label .optional,
.woocommerce .checkout.woocommerce-checkout #shipping_postcode_field label .optional,
.woocommerce .checkout.woocommerce-checkout #shipping_city_field label .optional,
.woocommerce .checkout.woocommerce-checkout #shipping_house_number_field label .optional,
.woocommerce .checkout.woocommerce-checkout #shipping_state_field label .optional,
.woocommerce .checkout.woocommerce-checkout #shipping_phone_field label .optional,
.woocommerce .checkout.woocommerce-checkout #shipping_email_field label .optional,
.woocommerce .checkout.woocommerce-checkout #billing_state_field label .optional,
.woocommerce .checkout.woocommerce-checkout #billing_vat_id_field label .optional,
.woocommerce .checkout.woocommerce-checkout #billing_house_number_field label .optional {
  display: none;
}

.woocommerce .checkout.woocommerce-checkout #billing_first_name_field label.show,
.woocommerce .checkout.woocommerce-checkout #billing_last_name_field label.show,
.woocommerce .checkout.woocommerce-checkout #billing_company_field label.show,
.woocommerce .checkout.woocommerce-checkout #billing_country_field label.show,
.woocommerce .checkout.woocommerce-checkout #billing_address_1_field label.show,
.woocommerce .checkout.woocommerce-checkout #billing_address_2_field label.show,
.woocommerce .checkout.woocommerce-checkout #billing_postcode_field label.show,
.woocommerce .checkout.woocommerce-checkout #billing_city_field label.show,
.woocommerce .checkout.woocommerce-checkout #billing_state_field label.show,
.woocommerce .checkout.woocommerce-checkout #billing_phone_field label.show,
.woocommerce .checkout.woocommerce-checkout #billing_email_field label.show,
.woocommerce .checkout.woocommerce-checkout #shipping_first_name_field label.show,
.woocommerce .checkout.woocommerce-checkout #shipping_last_name_field label.show,
.woocommerce .checkout.woocommerce-checkout #shipping_company_field label.show,
.woocommerce .checkout.woocommerce-checkout #shipping_country_field label.show,
.woocommerce .checkout.woocommerce-checkout #shipping_address_1_field label.show,
.woocommerce .checkout.woocommerce-checkout #shipping_address_2_field label.show,
.woocommerce .checkout.woocommerce-checkout #shipping_postcode_field label.show,
.woocommerce .checkout.woocommerce-checkout #shipping_city_field label.show,
.woocommerce .checkout.woocommerce-checkout #shipping_house_number_field label.show,
.woocommerce .checkout.woocommerce-checkout #shipping_state_field label.show,
.woocommerce .checkout.woocommerce-checkout #shipping_phone_field label.show,
.woocommerce .checkout.woocommerce-checkout #shipping_email_field label.show,
.woocommerce .checkout.woocommerce-checkout #billing_state_field label.show,
.woocommerce .checkout.woocommerce-checkout #billing_vat_id_field label.show,
.woocommerce .checkout.woocommerce-checkout #billing_house_number_field label.show {
  opacity: 1;
}

.woocommerce .checkout.woocommerce-checkout #billing_first_name_field input,
.woocommerce .checkout.woocommerce-checkout #billing_last_name_field input,
.woocommerce .checkout.woocommerce-checkout #billing_company_field input,
.woocommerce .checkout.woocommerce-checkout #billing_country_field input,
.woocommerce .checkout.woocommerce-checkout #billing_address_1_field input,
.woocommerce .checkout.woocommerce-checkout #billing_address_2_field input,
.woocommerce .checkout.woocommerce-checkout #billing_postcode_field input,
.woocommerce .checkout.woocommerce-checkout #billing_city_field input,
.woocommerce .checkout.woocommerce-checkout #billing_state_field input,
.woocommerce .checkout.woocommerce-checkout #billing_phone_field input,
.woocommerce .checkout.woocommerce-checkout #billing_email_field input,
.woocommerce .checkout.woocommerce-checkout #shipping_first_name_field input,
.woocommerce .checkout.woocommerce-checkout #shipping_last_name_field input,
.woocommerce .checkout.woocommerce-checkout #shipping_company_field input,
.woocommerce .checkout.woocommerce-checkout #shipping_country_field input,
.woocommerce .checkout.woocommerce-checkout #shipping_address_1_field input,
.woocommerce .checkout.woocommerce-checkout #shipping_address_2_field input,
.woocommerce .checkout.woocommerce-checkout #shipping_postcode_field input,
.woocommerce .checkout.woocommerce-checkout #shipping_city_field input,
.woocommerce .checkout.woocommerce-checkout #shipping_house_number_field input,
.woocommerce .checkout.woocommerce-checkout #shipping_state_field input,
.woocommerce .checkout.woocommerce-checkout #shipping_phone_field input,
.woocommerce .checkout.woocommerce-checkout #shipping_email_field input,
.woocommerce .checkout.woocommerce-checkout #billing_state_field input,
.woocommerce .checkout.woocommerce-checkout #billing_vat_id_field input,
.woocommerce .checkout.woocommerce-checkout #billing_house_number_field input {
  border: 1px solid #ebebeb;
  padding-top: 10px;
  padding-bottom: 5px;
  border-radius: 0;
  margin-bottom: 10px;
  height: 41px;
  font-size: 15px;
}

.woocommerce .checkout.woocommerce-checkout #billing_first_name_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #billing_last_name_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #billing_company_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #billing_country_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #billing_address_1_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #billing_address_2_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #billing_postcode_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #billing_city_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #billing_state_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #billing_phone_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #billing_email_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #shipping_first_name_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #shipping_last_name_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #shipping_company_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #shipping_country_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #shipping_address_1_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #shipping_address_2_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #shipping_postcode_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #shipping_city_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #shipping_house_number_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #shipping_state_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #shipping_phone_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #shipping_email_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #billing_state_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #billing_vat_id_field .select2-selection,
.woocommerce .checkout.woocommerce-checkout #billing_house_number_field .select2-selection {
  border: 1px solid #ebebeb;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 39px;
  height: 39px;
  border-radius: 0;
  margin-bottom: 10px;
}

.woocommerce .checkout.woocommerce-checkout #billing_first_name_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #billing_last_name_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #billing_company_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #billing_country_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #billing_address_1_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #billing_address_2_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #billing_postcode_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #billing_city_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #billing_state_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #billing_phone_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #billing_email_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #shipping_first_name_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #shipping_last_name_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #shipping_company_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #shipping_country_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #shipping_address_1_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #shipping_address_2_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #shipping_postcode_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #shipping_city_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #shipping_house_number_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #shipping_state_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #shipping_phone_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #shipping_email_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #billing_state_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #billing_vat_id_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout.woocommerce-checkout #billing_house_number_field .select2-selection .select2-selection__rendered {
  line-height: 39px;
}

.woocommerce .checkout.woocommerce-checkout #billing_first_name_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #billing_last_name_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #billing_company_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #billing_country_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #billing_address_1_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #billing_address_2_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #billing_postcode_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #billing_city_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #billing_state_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #billing_phone_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #billing_email_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #shipping_first_name_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #shipping_last_name_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #shipping_company_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #shipping_country_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #shipping_address_1_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #shipping_address_2_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #shipping_postcode_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #shipping_city_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #shipping_house_number_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #shipping_state_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #shipping_phone_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #shipping_email_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #billing_state_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #billing_vat_id_field .select2-selection .select2-selection__arrow,
.woocommerce .checkout.woocommerce-checkout #billing_house_number_field .select2-selection .select2-selection__arrow {
  line-height: 39px;
  height: 39px;
}

.woocommerce .checkout.woocommerce-checkout #shipping_state_field input {
  margin-bottom: 0;
}

.woocommerce .checkout.woocommerce-checkout #billing_postcode_field,
.woocommerce .checkout.woocommerce-checkout #shipping_postcode_field,
.woocommerce .checkout.woocommerce-checkout #billing_address_1_field,
.woocommerce .checkout.woocommerce-checkout #shipping_address_1_field {
  float: left;
  clear: none;
}

.woocommerce .checkout.woocommerce-checkout #billing_city_field,
.woocommerce .checkout.woocommerce-checkout #shipping_city_field,
.woocommerce .checkout.woocommerce-checkout #billing_house_number_field,
.woocommerce .checkout.woocommerce-checkout #shipping_house_number_field {
  float: right;
  clear: none;
}

.woocommerce .checkout.woocommerce-checkout #billing_address_1_field,
.woocommerce .checkout.woocommerce-checkout #shipping_address_1_field {
  width: calc(100% - 128px);
}

.woocommerce .checkout.woocommerce-checkout #billing_house_number_field,
.woocommerce .checkout.woocommerce-checkout #shipping_house_number_field {
  width: 118px;
}

.woocommerce .checkout.woocommerce-checkout #billing_first_name_field,
.woocommerce .checkout.woocommerce-checkout #billing_last_name_field,
.woocommerce .checkout.woocommerce-checkout #billing_postcode_field,
.woocommerce .checkout.woocommerce-checkout #billing_city_field,
.woocommerce .checkout.woocommerce-checkout #shipping_first_name_field,
.woocommerce .checkout.woocommerce-checkout #shipping_last_name_field,
.woocommerce .checkout.woocommerce-checkout #shipping_postcode_field,
.woocommerce .checkout.woocommerce-checkout #shipping_city_field {
  width: 49%;
}

.woocommerce .checkout.woocommerce-checkout #billing_email_field input,
.woocommerce .checkout.woocommerce-checkout #shipping_postcode_field input,
.woocommerce .checkout.woocommerce-checkout #shipping_city_field input {
  margin-bottom: 0;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-terms-and-conditions-link:hover,
.woocommerce .checkout.woocommerce-checkout .woocommerce-privacy-policy-link:hover {
  color: #282828;
  text-decoration: underline;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  display: none;
  margin-bottom: 16px;
  border-top-color: #1fb25a;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before {
  color: #1fb25a;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon:hover {
  color: #282828;
  text-decoration: underline;
}

.woocommerce #shipping_method li:before {
  display: none;
}

.woocommerce #place_order {
  line-height: 36px;
  color: #fff;
  background-color: #1fb25a;
  background-clip: padding-box;
  height: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 18.7px;
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  float: none;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .woocommerce .exclusive-offer {
    width: 100%;
  }

  .woocommerce .checkout.woocommerce-checkout #customer_details {
    width: 100%;
    padding-bottom: 16px;
    float: none;
  }

  .woocommerce .checkout.woocommerce-checkout #customer_details .col-1,
  .woocommerce .checkout.woocommerce-checkout #customer_details .col-2 {
    padding-right: 0;
  }

  .woocommerce .checkout.woocommerce-checkout #order_review_heading,
  .woocommerce .checkout.woocommerce-checkout #order_review {
    width: 100%;
    float: none;
  }

  .woocommerce .checkout.woocommerce-checkout #order_review_heading {
    display: inline-block;
    margin-top: 16px;
  }
}

@media (max-width: 425px) {
  .woocommerce .checkout.woocommerce-checkout table.shop_table th,
  .woocommerce .checkout.woocommerce-checkout table.shop_table td {
    padding: 8px;
    padding-right: 0;
  }
}

#woocommerce-wrapper {
  display: none;
}

.archive .woocommerce-message,
.page-template-home-wp .woocommerce-message,
.single-product .woocommerce-message {
  display: none !important;
}

.orderby.custom-select {
  font: normal 100%/1.6 "FiraSans-Light";
  font-size: 1rem;
  letter-spacing: -0.3px;
  cursor: pointer;
  border: 0;
}

.woocommerce-Price-currencySymbol,
.woocommerce-Price-amount.amount {
  display: inline !important;
}

.price .woocommerce-Price-amount.amount,
.price .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  font-family: "FiraSans-Light";
}

.tax-product_cat .product-segment-top,
.tax-product_cat .product-segment-heading,
.tax-product_cat .product-segment-layout {
  max-width: 1700px;
  margin: 0 auto;
}

.woocommerce-cart.woocommerce-page .status-publish {
  display: none;
}

.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
  padding-right: 34px;
}

.woocommerce ul#shipping_method .amount {
  float: right;
}

#shipping_vat_id_field {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

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

/**
 * Basic styles for links
 */

a {
  color: #282828;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
a:focus {
  color: #ebebeb;
  text-decoration: none;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

/**
 * Basic styles for lists
 */

ul {
  list-style: none;
  padding: 0;
}

ul li::before {
  content: "-";
  display: inline-block;
  padding-right: 12px;
}

/**
 * Basic styles for bold and strong
 */

b,
strong {
  font-family: "Fira Sans"; font-weight: 700;
  font-weight: normal;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.responsive.video {
  position: relative;
  padding: 56.25% 0 0 0;
}

.form-check-label {
  display: inline;
}

.form-control {
  font-family: "FiraSans-Light";
  font-size: 1rem;
  line-height: 1.3rem;
  color: #282828;
  border: 1px solid #ebebeb;
  border-radius: 0;
}

/* Other */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}

/* Icon Fonts */

@font-face {
  font-family: "icomoon";
  src: url("../../wp-content/themes/understrap/fonts/icomoon.eot@pfvdju");
  src: url("../../wp-content/themes/understrap/fonts/icomoon.eot@pfvdju#iefix") format("embedded-opentype"), url("../../wp-content/themes/understrap/fonts/icomoon.ttf@pfvdju") format("truetype"), url("../../wp-content/themes/understrap/fonts/icomoon.woff@pfvdju") format("woff"), url("../../wp-content/themes/understrap/fonts/icomoon.svg@pfvdju#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* FiraSans font family */

/* Normal */

@font-face {
  font-family: "FiraSans-Light";
  src: url("../../wp-content/themes/understrap/fonts/FiraSans-Light.eot");
  /* IE9 Compat Modes */
  src: url("../../wp-content/themes/understrap/fonts/FiraSans-Light.eot@#iefix") format("embedded-opentype"), url("../../wp-content/themes/understrap/fonts/FiraSans-Light.woff2") format("woff2"), url("../../wp-content/themes/understrap/fonts/FiraSans-Light.woff") format("woff"), url("../../wp-content/themes/understrap/fonts/FiraSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FiraSans-Medium";
  src: url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Medium.eot@#iefix") format("embedded-opentype"), url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Medium.woff2") format("woff2"), url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Medium.woff") format("woff"), url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FiraSansBold";
  src: url("../../wp-content/themes/understrap/fonts/FiraSans-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../wp-content/themes/understrap/fonts/FiraSans-Bold.eot@#iefix") format("embedded-opentype"), url("../../wp-content/themes/understrap/fonts/FiraSans-Bold.woff2") format("woff2"), url("../../wp-content/themes/understrap/fonts/FiraSans-Bold.woff") format("woff"), url("../../wp-content/themes/understrap/fonts/FiraSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FiraSans-Black";
  src: url("../../wp-content/themes/understrap/fonts/FiraSans-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../wp-content/themes/understrap/fonts/FiraSans-Bold.eot@#iefix") format("embedded-opentype"), url("../../wp-content/themes/understrap/fonts/FiraSans-Bold.woff2") format("woff2"), url("../../wp-content/themes/understrap/fonts/FiraSans-Bold.woff") format("woff"), url("../../wp-content/themes/understrap/fonts/FiraSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Extra Condensed */

@font-face {
  font-family: "FiraSansExtraCondensed-Light";
  src: url("../../wp-content/themes/understrap/fonts/FiraSans-Light.eot");
  /* IE9 Compat Modes */
  src: url("../../wp-content/themes/understrap/fonts/FiraSans-Light.eot@#iefix") format("embedded-opentype"), url("../../wp-content/themes/understrap/fonts/FiraSans-Light.woff2") format("woff2"), url("../../wp-content/themes/understrap/fonts/FiraSans-Light.woff") format("woff"), url("../../wp-content/themes/understrap/fonts/FiraSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FiraSansExtraCondensed-Medium";
  src: url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Medium.eot@#iefix") format("embedded-opentype"), url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Medium.woff2") format("woff2"), url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Medium.woff") format("woff"), url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FiraSansExtraCondensed-Bold";
  src: url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Bold.eot@#iefix") format("embedded-opentype"), url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Bold.woff2") format("woff2"), url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Bold.woff") format("woff"), url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FiraSansExtraCondensed-Black";
  src: url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Black.eot");
  /* IE9 Compat Modes */
  src: url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Black.eot@#iefix") format("embedded-opentype"), url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Black.woff2") format("woff2"), url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Black.woff") format("woff"), url("../../wp-content/themes/understrap/fonts/FiraSansExtraCondensed-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/**
 * Basic typography style for copy text
 */

body {
  color: #282828;
  font: normal 100%/1.6rem "Fira Sans";
  font-weight: 300;
}

h1 {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 40px;
  line-height: 43px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

h2 {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

h3 {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  margin: 0 0 15px 0;
}

h4 {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  color: #282828;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

h5 {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  color: #282828;
  margin: 0 0 15px 0;
}

h6 {
  font-family: "FiraSans-Light";
  font-size: 16px;
  line-height: 19px;
  color: #282828;
  margin: 0 0 15px 0;
}

.content-highlight-l {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.1rem;
}

.content-highlight-m {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.8rem;
}

.content-highlight-s {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.1rem;
}

@media screen and (max-width: 690px) {
  .content-highlight-l {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .content-highlight-m {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .content-highlight-s {
    font-size: 1.575rem;
    line-height: 1.8rem;
  }
}

.font-size-14 {
  font-size: 14px;
  line-height: 20px;
  color: #b8b8b8;
}

.font-size-16 {
  font-size: 16px;
  line-height: 22px;
}

.font-size-18 {
  font-size: 18px;
  line-height: 23px;
}

.font-size-21 {
  font-size: 21px;
  line-height: 24px;
}

.font-size-26 {
  font-size: 26px;
  line-height: 33px;
}

.font-size-30 {
  font-size: 30px;
  line-height: 33px;
}

.font-size-40 {
  font-size: 40px;
  line-height: 43px;
}

.font-size-50 {
  font-size: 50px;
  line-height: 53px;
}

.font-size-55 {
  font-size: 55px;
  line-height: 58px;
}

.font-size-70 {
  font-size: 70px;
  line-height: 73px;
}

/**
 * Clear inner floats
 */

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

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */

.container,
.container-1000 {
  max-width: 1700px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  /* 1 */
}

.container-1000 {
  max-width: 1000px;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h3bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Add style to active elements
 */

.active svg .line {
  fill: #282828;
  stroke: #282828;
  transition: all 0.3s ease-in-out;
}

/**
 * Add grey border
 */

.grey-border-top {
  border-top: 2px solid #ebebeb;
}

.grey-border-bt {
  border-bottom: 2px solid #ebebeb;
}

.grey-border-x {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

/**
 * Add padding/margin
 */

.content-wrap-1000 {
  width: 100%;
  max-width: 1000px;
}

.container-px {
  padding-right: 3rem;
  padding-left: 3rem;
}

.container-px-mobile-null {
  padding-right: 3rem;
  padding-left: 3rem;
}

.negative-margin-top {
  margin-top: -1.5rem;
}

/**
 * Set font style 
 */

.bold {
  font-family: "Fira Sans"; font-weight: 700;
  font-weight: normal;
}

.bold-cn {
  font-family: "Fira Sans"; font-weight: 700;
  font-weight: normal;
}

.bold-cn-125 {
  font-family: "Fira Sans"; font-weight: 700;
  font-weight: normal;
  font-size: 1.25rem;
}

.light {
  font-family: "FiraSans-Light";
  font-weight: normal;
}

.light-cn {
  font-family: "FiraSansExtraCondensed-Light";
  font-weight: normal;
}

.light-cn-125 {
  font-family: "FiraSansExtraCondensed-Light";
  font-weight: normal;
  font-size: 1.25rem;
}

.line-through {
  text-decoration: line-through;
}

.uppercase {
  text-transform: uppercase;
}

.transform-none {
  text-transform: none;
}

.root-font {
  font-size: 1rem;
}

/**
 * Add color
 */

.red {
  color: #de1528 !important;
}

.pink {
  color: #de1367 !important;
}

.green {
  color: #1fb25a !important;
}

.mid-grey {
  color: #4c4d4f;
}

.light-mid-grey {
  color: #b8b8b8;
}

.white {
  color: #fff !important;
}

/**
 * Add background-color
 */

.bg-pink {
  background-color: #de1367;
}

.bg-green {
  background-color: #1fb25a;
}

.bg-light-grey {
  background-color: #ebebeb;
}

/**
 * Add display
 */

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

.hide-mobile {
  display: inherit;
}

/**
 * Add absolute wrap 
 */

.center-wrap-y {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.center-wrap-x {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/**
 * Set overflow to hidden
 */

.overflow-hidden {
  overflow: hidden;
}

/**
 * Animate icons
 */

.vertical-line {
  transition: all 0.2s ease-in-out;
}

.arrow.animate {
  transform: rotate(90deg);
}

.vertical-line.animate {
  stroke: transparent;
}

/**
 * Spacing
 */

.spacer {
  display: block;
  height: 1px;
  margin: 0.75rem 0;
}

.spacer.low {
  margin: 0.75rem 0;
}

.spacer.high {
  margin: 1.5rem 0;
}

.divider {
  display: block;
}

.divider.low {
  margin: 1.5rem 0;
}

.divider.high {
  margin: 3rem 0;
}

@media screen and (max-width: 690px) {
  .container-px {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-px-mobile-null {
    padding-right: 0;
    padding-left: 0;
  }

  .hide-mobile {
    display: none !important;
  }

  .center-text-mobile {
    text-align: center;
  }
}

/* Default values */

[data-color-theme=color-theme-default] {
  --theme-primary: #de1528;
  --theme-primary-transparent: #DE15281a;
  --theme-secondary: #1fb25a;
  --theme-secondary-transparent: #1FB25A1a;
}

/* Color themes */

[data-color-theme=color-theme-01] {
  --theme-primary: #0076a3;
  --theme-primary-transparent: #0076A31A;
  --theme-secondary: #ff8d41;
  --theme-secondary-transparent: #FF8D411A;
}

[data-color-theme=color-theme-02] {
  --theme-primary: #000000;
  --theme-primary-transparent: #0000001A;
  --theme-secondary: #6e867c;
  --theme-secondary-transparent: #6E867C1A;
}

[data-color-theme=color-theme-03] {
  --theme-primary: #f26d7d;
  --theme-primary-transparent: #F26D7D1A;
  --theme-secondary: #cd4656;
  --theme-secondary-transparent: #CD46561A;
}

[data-color-theme=color-theme-04] {
  --theme-primary: #20729c;
  --theme-primary-transparent: #20729c1A;
  --theme-secondary: #264860;
  --theme-secondary-transparent: #2648601A;
}

[data-color-theme=color-theme-05] {
  --theme-primary: #e41e26;
  --theme-primary-transparent: #e41e261A;
  --theme-secondary: #f9aa1a;
  --theme-secondary-transparent: #f9aa1a1A;
}

[data-color-theme=color-theme-06] {
  --theme-primary: #17a94b;
  --theme-primary-transparent: #17a94b1A;
  --theme-secondary: #fdb71a;
  --theme-secondary-transparent: #fdb71a1A;
}

[data-color-theme=color-theme-07] {
  --theme-primary: #e44261;
  --theme-primary-transparent: #e442611A;
  --theme-secondary: #a4c13a;
  --theme-secondary-transparent: #a4c13a1A;
}

[data-color-theme=color-theme-08] {
  --theme-primary: #df0b67;
  --theme-primary-transparent: #df0b671A;
  --theme-secondary: #34c4a7;
  --theme-secondary-transparent: #34c4a71A;
}

[data-color-theme=color-theme-09] {
  --theme-primary: #ffa72b;
  --theme-primary-transparent: #ffa72b1A;
  --theme-secondary: #51bbb5;
  --theme-secondary-transparent: #51bbb51A;
}

[data-color-theme=color-theme-10] {
  --theme-primary: #169c8d;
  --theme-primary-transparent: #169c8d1A;
  --theme-secondary: #ec4d4e;
  --theme-secondary-transparent: #ec4d4e1A;
}

/* Utility classes */

.primary-color {
  color: var(--theme-primary) !important;
}

.primary-bg-color {
  background-color: var(--theme-primary) !important;
}

.primary-fill {
  fill: var(--theme-primary) !important;
}

.secondary-color {
  color: var(--theme-secondary) !important;
}

.secondary-bg-color {
  background-color: var(--theme-secondary) !important;
}

.primary-transparent-color {
  color: var(--theme-primary-transparent) !important;
}

.primary-transparent-bg-color {
  background-color: var(--theme-primary-transparent) !important;
}

.secondary-transparent-color {
  color: var(--theme-secondary-transparent) !important;
}

.secondary-transparent-bg-color {
  background-color: var(--theme-secondary-transparent) !important;
}

.return-link.primary-color .return-link-arrow {
  fill: var(--theme-primary) !important;
  stroke: var(--theme-primary) !important;
}

.slick-dots li.slick-active button::before {
  color: var(--theme-primary) !important;
}

.review-swiper-container-grid span.swiper-pagination-bullet-active {
  background: var(--theme-primary) !important;
}

.ingredients-grid-swiper .swiper-slide h5::after {
  background-color: var(--theme-primary) !important;
}

.custom-checkbox::before {
  background-color: var(--theme-secondary) !important;
}

.circle-colored .circle-tag,
.circle-colored .circle-tag,
.circle-colored .circle-tag {
  background-color: var(--theme-primary) !important;
  color: #fff;
}

.circle-colored.switch-color .circle-tag,
.circle-colored.switch-color .circle-tag,
.circle-colored.switch-color .circle-tag {
  background-color: var(--theme-primary) !important;
  color: #fff;
}

.circle-white .circle-text h2,
.circle-white .circle-text span {
  color: var(--theme-primary) !important;
}

.image-notice ul li::before {
  color: var(--theme-primary) !important;
}

.usage.content-block .content-section h3,
.usage.content-block .content-section h4,
.usage.content-block .content-section h5,
.usage.content-block .content-section p {
  color: #282828 !important;
}

.usage.content-block .content-section .usage-steps::before {
  background-color: var(--theme-primary) !important;
}

.banner-white h2,
.banner-white h3,
.banner-white p {
  color: var(--theme-primary) !important;
}

.banner-colored {
  background-color: var(--theme-secondary) !important;
}

.icon-primary-color.icon-check ul li::before,
.icon-primary-color.icon-dot ul li::before {
  color: var(--theme-primary) !important;
}

.icon-primary-color .icon-check.icon-element::before {
  color: var(--theme-primary) !important;
}

.icon-secondary-color.icon-check ul li::before,
.icon-secondary-color.icon-dot ul li::before {
  color: var(--theme-primary) !important;
}

.icon-secondary-color .icon-check.icon-element::before {
  color: var(--theme-primary) !important;
}

.product-description h2,
.product-description h3 {
  color: var(--theme-primary) !important;
}

.product-description h4,
.product-description h5,
.product-description h6 {
  color: #282828 !important;
}

.product-wrap .product-info .add-product-btn,
.product-wrap .product-info-mobile .add-product-btn {
  background-color: transparent !important;
}

.content-block {
  color: #282828 !important;
}

.content-block h1,
.content-block h2,
.content-block h3,
.content-block p {
  color: var(--theme-primary) !important;
}

.content-block.content-block h3,
.content-block.text-icons h3,
.content-block.icons-grid h3,
.content-block.two-two-grid-photo h3 {
  color: var(--theme-primary) !important;
}

.content-block.content-block p,
.content-block.text-icons p,
.content-block.icons-grid p,
.content-block.two-two-grid-photo p {
  color: #fff !important;
}

.content-block.text-icon-grid-swiper.block-swiper p {
  color: #282828 !important;
}

.content-block.bg-white,
.content-block.bg-light-grey,
.content-block.primary-transparent-bg-color,
.content-block .bg-white,
.content-block .bg-light-grey,
.content-block .primary-transparent-bg-color {
  color: #282828 !important;
}

.content-block.bg-white p,
.content-block.bg-light-grey p,
.content-block.primary-transparent-bg-color p,
.content-block .bg-white p,
.content-block .bg-light-grey p,
.content-block .primary-transparent-bg-color p {
  color: #282828 !important;
}

.content-block.bg-white h1,
.content-block.bg-white h2,
.content-block.bg-white h3,
.content-block.bg-light-grey h1,
.content-block.bg-light-grey h2,
.content-block.bg-light-grey h3,
.content-block.primary-transparent-bg-color h1,
.content-block.primary-transparent-bg-color h2,
.content-block.primary-transparent-bg-color h3,
.content-block .bg-white h1,
.content-block .bg-white h2,
.content-block .bg-white h3,
.content-block .bg-light-grey h1,
.content-block .bg-light-grey h2,
.content-block .bg-light-grey h3,
.content-block .primary-transparent-bg-color h1,
.content-block .primary-transparent-bg-color h2,
.content-block .primary-transparent-bg-color h3 {
  color: var(--theme-primary) !important;
}

.content-block.bg-white h4,
.content-block.bg-white h5,
.content-block.bg-white h6,
.content-block.bg-light-grey h4,
.content-block.bg-light-grey h5,
.content-block.bg-light-grey h6,
.content-block.primary-transparent-bg-color h4,
.content-block.primary-transparent-bg-color h5,
.content-block.primary-transparent-bg-color h6,
.content-block .bg-white h4,
.content-block .bg-white h5,
.content-block .bg-white h6,
.content-block .bg-light-grey h4,
.content-block .bg-light-grey h5,
.content-block .bg-light-grey h6,
.content-block .primary-transparent-bg-color h4,
.content-block .primary-transparent-bg-color h5,
.content-block .primary-transparent-bg-color h6 {
  color: #282828 !important;
}

.content-block .background-img {
  color: #fff !important;
}

.content-block .background-img h1,
.content-block .background-img h2,
.content-block .background-img h3 {
  color: var(--theme-primary) !important;
}

.content-block .background-img h4,
.content-block .background-img h5,
.content-block .background-img h6,
.content-block .background-img p {
  color: #fff !important;
}

.about-us .content-block h2,
.about-us .content-block h3 {
  color: var(--theme-primary) !important;
}

.about-us .content-block .primary-bg-color h2,
.about-us .content-block .primary-bg-color h3,
.about-us .content-block .secondary-bg-color h2,
.about-us .content-block .secondary-bg-color h3 {
  color: #fff !important;
}

.comments-title {
  color: var(--theme-primary) !important;
}

.floating-banner .add-product-btn {
  background-color: var(--theme-secondary) !important;
}

/* Hardcoded colors */

.woocommerce-info {
  border-top-color: #1fb25a;
}

.woocommerce-info::before {
  color: #1fb25a;
}

.opinions .ratings .star {
  fill: #1fb25a;
}

.opinions .ratings .empty-star .star {
  stroke: #1fb25a;
  stroke-width: 4px;
  fill: #fff;
}

.black-color {
  color: #282828;
}

.white-color {
  color: #fff;
}

/* Add "icon-[icon-name]" class to parent to append the icon tothe <li> elements */

/* Add class for color: "icon-white", "icon-primary-color", "icon-secondary-color" */

.icon-check.icon-element::before,
.icon-check ul li::before {
  content: "\E905" !important;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 10px;
  color: #fff;
}

.icon-white.icon-check ul li::before {
  color: #fff !important;
}

.icon-dark.icon-check ul li::before {
  color: #282828 !important;
}

.icon-dot ul li::before {
  font-family: "Arial";
  content: "\2022" !important;
  font-size: 20px;
  color: #282828;
  vertical-align: middle;
}

.icon-white.icon-dot ul li::before {
  color: #fff !important;
}

.black-notice {
  display: block;
  font-family: "FiraSansExtraCondensed-Medium";
  font-size: 14px;
  line-height: 2rem;
  text-align: center;
  height: 2rem;
  color: #1fb25a;
  background: #4c4d4f;
}

.black-notice a {
  color: #1fb25a;
}

.return-link {
  display: none;
  font-size: 1.125rem;
  line-height: 1rem;
  text-align: left;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.return-link .return-link-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.return-link .return-link-content .column-side {
  flex: 0 0 25px;
}

#navigation-bar {
  font-family: "Fira Sans"; font-weight: 700;
  height: 7rem;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 8px;
}

#navigation-bar > .row {
  height: 100%;
  justify-content: space-between;
}

.large-logo {
  padding-left: 0;
  padding-right: 1.5rem;
  margin-left: auto;
  max-width: 850px;
}

.large-logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.large-logo a img {
  height: 100%;
  width: 11rem;
}

.small-logo {
  display: none;
  width: 9rem;
  padding: 0;
}

.small-logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.info-bar {
  height: 3rem;
  margin: 0;
  justify-content: flex-end;
  align-items: center;
}

#contact-bar {
  font-family: "Fira Sans"; font-weight: 700;
  color: #4c4d4f;
  text-align: right;
  font-size: 1rem;
}

#contact-bar a {
  display: flex;
  align-items: center;
}

#contact-bar .icon {
  margin-right: 0.7rem;
}

#search-bar .form-control {
  font-family: "FiraSans-Light";
  flex-grow: 1;
  width: 100%;
  font-size: 0.9rem;
  line-height: 0.6rem;
  border-radius: 0;
  color: #282828;
  border-color: #4c4d4f;
}

#search-bar .form-control ::-moz-placeholder {
  color: #ebebeb;
}

#search-bar .form-control :-ms-input-placeholder {
  color: #ebebeb;
}

#search-bar .form-control ::placeholder {
  color: #ebebeb;
}

#icons-bar {
  font-family: "FiraSans-Light";
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #4c4d4f;
  font-size: 0.625rem;
  padding: 0;
}

#icons-bar > div,
#icons-bar > button {
  display: flex;
  align-items: center;
  text-align: right;
  padding-right: 0;
}

#icons-bar .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.header-slider .icon-container {
  text-align: right;
}

.menu-bar {
  height: 2rem;
  padding-top: 0.5rem;
}

.menu-bar ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  max-width: 1000px;
  margin-left: auto;
}

.menu-bar ul li {
  display: inline-block;
  position: relative;
  list-style: none;
}

.menu-bar ul li::before {
  content: none;
}

.menu-bar ul li a {
  font-family: "FiraSansExtraCondensed-Medium";
  font-size: 1.1rem;
  color: #282828;
  letter-spacing: 0.45px;
}

.menu-bar ul li::after {
  content: " ";
  display: block;
  position: absolute;
  height: 3px;
  background: #1fb25a;
  bottom: -16px;
  z-index: 100;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.menu-bar ul li.active::after,
.menu-bar ul li:hover::after {
  opacity: 1;
}

.navigation-grid .menu-link {
  cursor: pointer;
}

.navigation-grid .menu-link.cat-68 a {
  color: #de1528;
}

.navigation-grid .menu-link.extra-1121 a {
  text-transform: uppercase;
}

.header-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2.8rem;
  background-color: #ebebeb;
  font-family: "FiraSansExtraCondensed-Light";
  font-size: 14px;
  color: #282828;
  box-shadow: inset 0px 0.5px 0.1px 0.5px #d8dadff2, inset 0px -0.5px 0.1px 0.5px #d8dadff2;
}

.header-slider .slick-list {
  width: 100%;
}

.header-slider .slide {
  visibility: hidden;
}

.header-slider .slide .slider-flex {
  opacity: 0;
  transition: visibility 0.3s 0.4s ease-in;
}

.header-slider .slide .slider-flex:first-child {
  transition: visibility 0.4s 0.2s ease-in;
}

.header-slider.slick-initialized .slide {
  visibility: visible;
}

.header-slider.slick-initialized .slide .slider-flex {
  opacity: 1;
}

.header-slider span {
  display: inline-block;
  line-height: 2.8rem;
  padding-left: 10px;
}

.header-slider span p {
  display: inline;
  margin-bottom: 0;
}

.header-slider .slider-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.8rem;
}

.header-slider .icon-container,
.header-slider .icon {
  height: 2.8rem;
  width: 1rem;
}

.header-slider .icon-container img,
.header-slider .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  min-width: auto;
}

.header-slider b {
  font-family: "Fira Sans"; font-weight: 700;
}

.header-slider a {
  display: inline-block;
  text-decoration: underline;
}

.header-slider a:hover {
  color: #1fb25a;
}

#mobile-navigation-bar {
  display: none;
  width: 100%;
  height: 6.8rem;
  padding: 0;
  text-align: center;
  background-color: #fff;
}

#mobile-navigation-bar .logo-container {
  padding: 0.7rem 0;
  height: 4rem;
}

#mobile-navigation-bar .logo-container img {
  height: 100%;
  width: auto;
}

.floating-menu-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  height: 3.75rem;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 -1px 1px 0.4px #ebebeb;
}

.floating-menu-bar .row {
  height: 100%;
  align-items: center;
  justify-content: space-evenly;
}

.floating-menu-bar .row .icon-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.floating-menu-bar .row #hamburger-menu {
  cursor: pointer;
}

.floating-menu-bar .row #hamburger-menu svg {
  width: 1.4rem;
  height: 1.4rem;
}

.floating-menu-bar .row .basket-btn .cart_count {
  color: #828282;
  height: 1.25rem;
  width: 1.25rem;
  right: auto;
  padding-top: 0;
}

.floating-menu-bar .row .basket-btn .cart_count.active {
  color: #fff;
}

.floating-menu-bar .menu-icon.home-icon .line,
.floating-menu-bar .menu-icon.home-icon .circle,
.floating-menu-bar .menu-icon.hamburger-icon .line,
.floating-menu-bar .menu-icon.hamburger-icon .circle,
.floating-menu-bar .menu-icon.heart-icon .line,
.floating-menu-bar .menu-icon.heart-icon .circle,
.floating-menu-bar .menu-icon.basket-icon .line,
.floating-menu-bar .menu-icon.basket-icon .circle,
.floating-menu-bar .menu-icon.account-icon .line,
.floating-menu-bar .menu-icon.account-icon .circle {
  fill: #828282;
  stroke: #828282;
  stroke-width: 0;
}

.floating-menu-bar .menu-icon.home-icon .inner,
.floating-menu-bar .menu-icon.hamburger-icon .inner,
.floating-menu-bar .menu-icon.heart-icon .inner,
.floating-menu-bar .menu-icon.basket-icon .inner,
.floating-menu-bar .menu-icon.account-icon .inner {
  fill: #ffffff;
}

.floating-menu-bar .menu-icon.home-icon.active .line,
.floating-menu-bar .menu-icon.home-icon.active .circle,
.floating-menu-bar .menu-icon.hamburger-icon.active .line,
.floating-menu-bar .menu-icon.hamburger-icon.active .circle,
.floating-menu-bar .menu-icon.heart-icon.active .line,
.floating-menu-bar .menu-icon.heart-icon.active .circle,
.floating-menu-bar .menu-icon.basket-icon.active .line,
.floating-menu-bar .menu-icon.basket-icon.active .circle,
.floating-menu-bar .menu-icon.account-icon.active .line,
.floating-menu-bar .menu-icon.account-icon.active .circle {
  fill: #282828;
  stroke: #282828;
}

.floating-menu-bar .menu-icon.home-icon.active .inner,
.floating-menu-bar .menu-icon.hamburger-icon.active .inner,
.floating-menu-bar .menu-icon.heart-icon.active .inner,
.floating-menu-bar .menu-icon.basket-icon.active .inner,
.floating-menu-bar .menu-icon.account-icon.active .inner {
  fill: #282828;
}

.floating-menu-bar .menu-icon.hamburger-icon .line {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.97px;
}

.mobile-header-safari-fix {
  max-height: 108px;
}

.mobile-header-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2.8rem;
  background-color: #ebebeb;
  font-family: "FiraSans-Light";
  font-size: 14px;
  color: #282828;
  box-shadow: inset 0px 0.5px 0.1px 0.5px #d8dadff2, inset 0px -0.5px 0.1px 0.5px #d8dadff2;
}

.mobile-header-slider .slick-list {
  width: 100%;
}

.mobile-header-slider .slide {
  visibility: hidden;
}

.mobile-header-slider .slide .slider-flex {
  opacity: 0;
  transition: visibility 0.3s 0.4s ease-in;
}

.mobile-header-slider .slide .slider-flex:first-child {
  transition: visibility 0.4s 0.2s ease-in;
}

.mobile-header-slider.slick-initialized .slide {
  visibility: visible;
}

.mobile-header-slider.slick-initialized .slide .slider-flex {
  opacity: 1;
}

.mobile-header-slider span {
  display: inline-block;
  padding-left: 10px;
}

.mobile-header-slider span p {
  display: inline;
  margin-bottom: 0;
}

.mobile-header-slider .slider-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.8rem;
}

.mobile-header-slider .slider-flex .icon-container,
.mobile-header-slider .slider-flex .icon {
  height: 2.8rem;
  width: 1rem;
}

.mobile-header-slider .slider-flex .icon-container img,
.mobile-header-slider .slider-flex .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.mobile-header-slider a {
  display: inline-block;
  text-decoration: underline;
}

.mobile-header-slider a:hover {
  color: #1fb25a;
}

.header-checkout-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7rem;
  padding: 16px 0 8px 0;
  border-bottom: 1px solid #ebebeb;
}

.header-checkout-content .logo-container {
  flex: 0 0 200px;
  height: 100%;
}

.header-checkout-content .logo-container img {
  height: 100%;
  width: 11rem;
}

.header-checkout-content .safe-buy {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-right: auto;
  margin-left: 30px;
}

.header-checkout-content .safe-buy .icon {
  height: 30px;
  width: auto;
}

.header-checkout-content .safe-buy .icon img {
  max-width: none;
}

.header-checkout-content .safe-buy span {
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  padding-left: 15px;
}

.header-checkout-content .customer-service {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 15px;
}

.header-checkout-content .customer-service a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-checkout-content .customer-service .icon {
  height: 1.5rem;
  width: 1.5rem;
}

@media screen and (max-width: 1100px) {
  .navigation-grid {
    flex: 100%;
    max-width: 100%;
  }

  .info-bar {
    justify-content: space-between;
  }

  #search-bar {
    flex-basis: 30%;
    max-width: 30%;
  }

  .large-logo {
    display: none;
  }

  .small-logo {
    display: inline-block;
  }

  .small-logo a,
  .small-logo img {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  #navigation-bar,
  header .header-slider {
    display: none;
  }

  #mobile-navigation-bar,
  .floating-menu-bar {
    display: inline-block;
  }
}

@media screen and (max-width: 690px) {
  .black-notice .row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .return-link {
    display: inline-block;
  }
}

@media screen and (max-width: 400px) {
  .black-notice .row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-checkout-content .logo-container img {
    width: 8rem;
  }

  .header-checkout-content .safe-buy span {
    display: none;
  }

  .header-checkout-content .customer-service {
    font-size: 14px;
  }

  .header-checkout-content .customer-service .icon {
    height: 1.4rem;
    width: 1.4rem;
  }
}

.footer-contact-bar {
  height: 3.87rem;
  padding: 0 calc(3rem + 1.5rem);
  color: #fff;
  background-color: #1fb25a;
}

.footer-contact-bar .row {
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.footer-contact-bar .row :nth-child(1) > span {
  font-family: "Fira Sans";
  padding-left: 0.6rem;
}

.footer-contact-bar .row :nth-child(2) {
  font-family: "Fira Sans";
  height: 1.4rem;
}

.footer-contact-bar a {
  color: #fff;
}

.footer-info {
  background-color: #282828;
  color: #b8b8b8;
}

.trade-marks {
  height: 6rem;
  border-bottom: 1px solid #b8b8b8;
  font-size: 1rem;
  text-transform: uppercase;
}

.trade-marks .icon-container .logo {
  height: 4rem;
  width: 4rem;
}

.trade-marks .row {
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}

.trade-marks .row :nth-child(1) .logo {
  width: 3.5rem;
  height: 3.5rem;
}

.footer-sitemap {
  justify-content: space-between;
  align-items: baseline;
  padding-top: 1.5rem;
}

.footer-sitemap ul {
  list-style: none;
  padding: 0 0 0.6rem 0;
}

.footer-sitemap ul li {
  line-height: 1.5rem;
}

.footer-sitemap ul li::before {
  content: none;
}

.footer-sitemap ul li a {
  font-family: "Fira Sans";
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #b8b8b8;
}

.footer-sitemap p {
  font-family: "Fira Sans";
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #b8b8b8;
}

.extended-info span {
  font-family: "Fira Sans";
  font-size: 1rem;
  line-height: 1.3rem;
  color: #fff;
  text-transform: uppercase;
}

.accordion-info {
  display: none;
  width: 100%;
}

.accordion-info .accordion {
  margin: 0;
}

.accordion-info .accordion a.toggle {
  justify-content: space-between;
  display: flex;
  padding-bottom: 0.5rem;
}

.accordion-info .accordion a.toggle h5 {
  padding: 0;
  margin: 0;
}

.accordion-info .accordion span {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #fff;
  text-transform: uppercase;
}

.accordion-info .svg-container {
  display: inline-block;
}

.accordion-info .svg-container .plus-icon {
  height: 1.6rem;
  margin-top: -0.4rem;
  stroke: #b8b8b8;
}

.social-media-icons {
  justify-content: flex-end;
  align-items: center;
  padding: 1.5rem 0 1rem 0;
}

.social-media-icons :nth-child(4) {
  padding-right: 0;
}

.social-media-icons .icon-container {
  padding: 0 8px;
}

.trustpilot-icon {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1rem;
}

.trustpilot-icon .icon {
  width: auto;
  height: 2.5rem;
}

.email-form {
  justify-content: flex-end;
}

.email-form div {
  max-width: 12rem;
  padding: 0 0 1.5rem 0.1rem;
}

#email-input {
  font-family: "FiraSans-Light";
  font-size: 0.8rem;
  line-height: 36px;
  background-color: inherit;
  color: #ebebeb;
  border-color: #ebebeb;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.conditions {
  text-align: right;
}

.copyright {
  padding-bottom: 2.5rem;
}

.copyright a,
.copyright p {
  display: inline;
  font-family: "FiraSans-Light";
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #b8b8b8;
}

.footer-info .payment-logos {
  display: flex;
  justify-content: flex-start;
  align-self: center;
}

.footer-info .payment-logos img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 20px;
  width: auto;
  padding-right: 20px;
}

#footer.planding-page .floating-banner {
  bottom: 61px;
}

@media screen and (max-width: 960px) {
  .social-media-icons .icon-container {
    padding: 0 0.4rem;
  }
}

@media screen and (max-width: 850px) {
  .footer-info {
    padding-bottom: 3.4rem;
  }

  .footer-contact-bar {
    padding: 0 1.5rem;
  }

  .footer-contact-bar .row span {
    font-size: 1rem;
  }

  .footer-sitemap {
    padding-top: 2.5rem;
    flex-direction: column;
  }

  .footer-sitemap > div {
    flex-basis: auto;
    max-width: 100%;
    width: 100%;
  }

  .social-media-icons,
  .email-form,
  .conditions,
  .copyright,
  .trustpilot-icon {
    justify-content: left;
    text-align: left;
  }

  .social-media-icons .icon-container {
    padding: 0 0.4rem;
  }

  .extended-info,
  .trade-marks {
    display: none;
  }

  .footer-sitemap > div:nth-child(2) {
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 1rem;
  }

  .footer-sitemap p {
    padding: 0;
    margin: 0;
  }

  .accordion-info {
    display: inline-block;
  }
}

@media screen and (max-width: 690px) {
  .footer-info .payment-logos img {
    height: 13px;
    width: auto;
    padding-right: 10px;
  }
}

.menu-section {
  position: absolute;
  display: none;
  z-index: 9999;
  top: 7rem;
  background-color: #fff;
  max-width: 100%;
}

.menu-section .menu-content {
  display: none;
  opacity: 0;
  justify-content: center;
  text-align: left;
}

.menu-section .menu-content .menu-column {
  border-right: 1px solid #ebebeb;
}

.menu-section .menu-content .menu-column:last-of-type {
  border-right: 0;
}

.menu-section .menu-content > div {
  padding-left: 2.3rem;
  padding-right: 2.3rem;
}

.menu-section .menu-content a {
  display: block;
  font-family: "FiraSansExtraCondensed-Medium";
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.5px;
  color: #282828;
}

.menu-section .menu-content a:hover {
  text-decoration: underline;
}

.menu-section .menu-content ul {
  list-style: none;
  padding: 0;
}

.menu-section .menu-content ul li {
  line-height: 1rem;
}

.menu-section .menu-content ul li > a {
  font-family: "FiraSans-Light";
  font-size: 1rem;
  line-height: 2rem;
  text-transform: none;
  color: #282828;
  letter-spacing: -0.3px;
}

.menu-section .menu-content ul li > a:hover {
  text-decoration: underline;
}

.menu-section .menu-content ul li::before {
  content: none;
}

#mobile-menu {
  display: block;
  position: fixed;
  z-index: 1000;
  overflow-y: scroll;
  transform: translateY(-120vh);
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  background-color: #fff;
  transition: transform 0.45s ease-in-out;
}

#mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

#mobile-menu .menu-content.mobile .menu-item.cat-68 a .col span {
  color: #de1528;
}

#mobile-menu .menu-content.mobile .menu-item.extra-1121 span {
  text-transform: uppercase !important;
}

.menu-logo {
  height: 4rem;
  padding: 1rem 15px 1rem 15px;
}

.menu-logo .row {
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.menu-logo #search-btn {
  height: 100%;
  cursor: pointer;
}

.menu-logo #search-btn .icon {
  height: 100%;
  width: 22px;
  padding: 0;
}

.menu-logo .logo-container {
  width: 50%;
  height: 100%;
  max-height: 100%;
  padding: 0;
}

.menu-logo .icon {
  padding: 2px;
  outline: none;
  border: none;
  background: transparent;
}

.menu-logo img {
  height: 100%;
}

.menu-logo a {
  display: inline-block;
  height: 100%;
}

#mobile-search-bar {
  font-family: "FiraSans-Light";
  display: none;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  background: white;
  height: 4rem;
  padding: 1rem 15px 1rem 15px;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5000;
  transition: opacity 0.3s ease-in-out;
}

#mobile-search-bar .icon-container {
  outline: none;
  border: none;
  background: transparent;
  height: 100%;
}

#mobile-search-bar .icon-container .icon {
  height: 100%;
  width: 22px;
  padding: 0;
}

#mobile-search-bar .form-control,
#mobile-search-bar #close-search {
  display: inline-block;
  background: transparent;
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #282828;
  padding: 0;
}

#mobile-search-bar .form-control:-ms-input-placeholder {
  color: #28282880;
}

#mobile-search-bar .form-control::placeholder,
#mobile-search-bar .form-control::-ms-input-placeholder,
#mobile-search-bar .form-control:-ms-input-placeholder {
  color: #28282880;
}

#mobile-menu .menu-content ul.accordion {
  flex-direction: column;
  color: #282828;
}

#mobile-menu .menu-content ul.accordion > li {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #ebebeb;
}

#mobile-menu .menu-content ul.accordion > li:nth-child(9) {
  border-bottom: 0;
}

#mobile-menu .menu-content ul.accordion li::before {
  content: none;
}

#mobile-menu .menu-content a.toggle {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

#mobile-menu .menu-content .menu-item {
  padding: 0;
}

#mobile-menu .menu-content .menu-item .col {
  height: 3.5rem;
}

#mobile-menu .menu-content .menu-item .col div {
  display: inline-block;
}

#mobile-menu .menu-content .menu-item .col-auto {
  height: 3.5rem;
  margin-left: auto;
  text-align: right;
}

#mobile-menu .menu-content .menu-item span {
  display: inline-block;
  font-family: "FiraSansExtraCondensed-Medium";
  color: #282828;
  font-size: 1.1rem;
  line-height: 3.5rem;
  letter-spacing: 0.45px;
  margin: 0;
}

#mobile-menu .menu-content .menu-item span:hover,
#mobile-menu .menu-content .menu-item span:active {
  text-decoration: underline;
}

#mobile-menu .menu-content .menu-item .icon-container {
  display: flex;
  align-items: center;
  height: 3.5rem;
  padding-left: 15px;
}

#mobile-menu .menu-content .menu-item .icon-container .icon {
  height: 20px;
}

#mobile-menu .menu-content .menu-item .icon-container .arrow-icon {
  height: 12px;
}

#mobile-menu .menu-content .menu-item .svg-container {
  display: inline-block;
}

#mobile-menu .menu-content .menu-item .svg-container .plus-icon {
  height: 1.6rem;
  margin-top: 1rem;
  margin-right: -0.45rem;
  stroke: #b8b8b8;
}

#mobile-menu .menu-content .gray {
  background-color: #ebebeb;
}

#mobile-menu .menu-content ul.inner {
  padding-top: 0;
  padding-left: 3rem;
  margin: 0;
  width: 100%;
}

#mobile-menu .menu-content ul.inner ul {
  padding: 0;
}

#mobile-menu .menu-content ul.inner a {
  font-family: "FiraSans-Light";
  font-size: 1rem;
  line-height: 2.75rem;
  color: #282828;
}

@media screen and (max-width: 850px) {
  .menu-section {
    display: none !important;
  }
}

@media screen and (min-width: 850px) {
  #mobile-menu {
    display: none !important;
  }
}

/* Base */

.accordion .inner {
  padding: 1rem;
  overflow: hidden;
  display: none;
}

.accordion .toggle {
  display: block;
}

.accordion .toggle.show .inner {
  display: block;
}

/* Tabs-accordion */

.tabs-accordion .tabs-menu,
.tabs-accordion .accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tabs-accordion .tabs-menu > li,
.tabs-accordion .accordion > li {
  flex: 1 1 auto;
  text-align: center;
}

.tabs-accordion .tabs-menu > li.show,
.tabs-accordion .accordion > li.show {
  background-color: #fff;
}

.tabs-accordion .tabs-menu > li.show .toggle,
.tabs-accordion .accordion > li.show .toggle {
  color: #1fb25a;
}

.tabs-accordion .tabs-menu > li::before,
.tabs-accordion .accordion > li::before {
  content: none;
}

.tabs-accordion .tabs-menu .toggle,
.tabs-accordion .accordion .toggle {
  display: none;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.125rem;
  color: #282828;
  background-color: #ebebeb;
  text-align: center;
  text-transform: uppercase;
  height: 4rem;
  width: 100%;
  padding: 0 20px;
  align-items: center;
  cursor: pointer;
}

.tabs-accordion .tabs-menu .toggle .svg-container,
.tabs-accordion .accordion .toggle .svg-container {
  display: none;
  stroke: #282828;
  width: 1.8rem;
  height: 1.8rem;
}

.tabs-accordion .tabs-menu .toggle.show,
.tabs-accordion .accordion .toggle.show {
  color: #1fb25a;
  background-color: #fff;
}

.tabs-accordion .tabs-menu .toggle.show .svg-container,
.tabs-accordion .accordion .toggle.show .svg-container {
  stroke: #1fb25a;
}

.tabs-accordion .tabs-menu .toggle.show .svg-container .vertical-line.animate,
.tabs-accordion .accordion .toggle.show .svg-container .vertical-line.animate {
  transition: none;
}

.tabs-accordion .tabs-menu .inner,
.tabs-accordion .accordion .inner {
  display: none;
  text-align: left;
  background-color: #fff;
  padding: 1rem 30px;
}

.tabs-accordion .tabs-menu .inner.show,
.tabs-accordion .accordion .inner.show {
  display: block;
}

.tabs-accordion .tabs-menu li .toggle {
  display: flex;
  border-right: 2px #fff solid;
}

.tabs-accordion .tabs-menu li:nth-last-child(1) .toggle {
  border-right: none;
}

.tabs-accordion .accordion {
  flex-direction: column;
  align-items: flex-start;
}

.tabs-accordion .accordion li {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 690px) {
  .tabs-accordion .tabs-menu {
    display: none;
  }

  .tabs-accordion .accordion {
    display: block;
  }

  .tabs-accordion .accordion > li {
    flex: 1 1 auto;
  }

  .tabs-accordion .accordion > li .toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 15px 30px;
    border-bottom: 2px solid #fff;
  }

  .tabs-accordion .accordion > li .toggle .svg-container {
    display: block;
  }

  .tabs-accordion .accordion > li .toggle.show .inner {
    display: block;
  }

  .tabs-accordion .accordion > li:nth-last-child(1) .toggle {
    border-bottom: none;
  }
}

/* Block accordion */

.block-accordion .accordion {
  display: block;
}

.block-accordion .accordion > li.show {
  background-color: #fff;
}

.block-accordion .accordion > li.show .toggle {
  color: #1fb25a;
}

.block-accordion .accordion > li::before {
  content: none;
}

.block-accordion .accordion > li:nth-last-child(1) .toggle {
  border-bottom: none;
}

.block-accordion .accordion .toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 1.125rem;
  height: 4rem;
  width: 100%;
  padding: 15px 30px;
  color: #282828;
  background-color: #ebebeb;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

.block-accordion .accordion .toggle .svg-container {
  display: block;
  stroke: #282828;
  width: 1.8rem;
  height: 1.8rem;
}

.block-accordion .accordion .toggle.show {
  color: #1fb25a;
  background-color: #fff;
}

.block-accordion .accordion .toggle.show .svg-container {
  stroke: #1fb25a;
}

.block-accordion .accordion .toggle.show .svg-container .vertical-line.animate {
  transition: none;
}

.block-accordion .accordion .inner {
  display: none;
  text-align: left;
  background-color: #fff;
  padding: 1rem 30px;
}

.block-accordion .accordion .inner.show {
  display: block;
}

/* Single product */

.single-product .product-page .tabs-accordion .tab.inner h2,
.single-product .product-page .tabs-accordion .tab.inner h3,
.single-product .product-page .tabs-accordion .tab.inner h4,
.single-product .product-page .tabs-accordion .tab.inner h5,
.single-product .product-page .tabs-accordion .tab.inner h6 {
  display: none;
}

.single-product .product-page .tabs-accordion .tab.inner .warnings h2,
.single-product .product-page .tabs-accordion .tab.inner .warnings h3,
.single-product .product-page .tabs-accordion .tab.inner .warnings h4,
.single-product .product-page .tabs-accordion .tab.inner .warnings h5,
.single-product .product-page .tabs-accordion .tab.inner .warnings h6 {
  display: block;
}

.banner-circles .banner-wrap {
  height: 38rem;
  min-height: 350px;
}

.banner-circles .banner-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-circles .banner-wrap .circle-holder {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  justify-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  padding: 4rem 2rem;
}

.banner-circles .banner-wrap .circle-holder .circle {
  position: relative;
  grid-column: span 1;
}

.banner-circles .banner-wrap .circle-holder .circle:nth-child(2) {
  justify-self: flex-end;
}

.banner-circles .banner-wrap .circle-holder .circle:nth-child(3) {
  align-self: flex-end;
}

.banner-circles .banner-wrap .circle-holder .circle:nth-child(4) {
  align-self: flex-end;
  justify-self: flex-end;
}

.banner-circles .banner-wrap .circle-tag {
  background-color: #fff;
  height: 200px;
  width: 200px;
}

.banner-circles .banner-wrap .circle-txt-large {
  font-size: 25px;
  line-height: 30px;
}

.banner-circles .banner-wrap .circle-txt-small {
  display: block;
  font-family: "Raleway-Medium";
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.45rem;
}

@media screen and (max-width: 690px) {
  .banner-circles .banner-wrap {
    height: 80vw;
  }

  .banner-circles .banner-wrap .circle-holder {
    padding: 1rem;
  }

  .banner-circles .banner-wrap .circle-tag {
    height: 9rem;
    width: 9rem;
  }

  .banner-circles .banner-wrap .circle-txt-large {
    font-size: 24px;
    line-height: 28px;
  }

  .banner-circles .banner-wrap .circle-txt-small {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 550px) {
  .banner-circles .banner-wrap .circle-tag {
    height: 155px;
    width: 155px;
  }

  .banner-circles .banner-wrap .circle-txt-large {
    font-size: 20px;
    line-height: 25px;
  }

  .banner-circles .banner-wrap .circle-txt-small {
    font-size: 16px;
    line-height: 21px;
  }
}

@media screen and (max-width: 400px) {
  .banner-circles .banner-wrap .circle-tag {
    height: 128px;
    width: 128px;
  }

  .banner-circles .banner-wrap .circle-txt-large {
    font-size: 16px;
    line-height: 22px;
  }

  .banner-circles .banner-wrap .circle-txt-small {
    font-size: 15px;
    line-height: 20px;
  }
}

.basket-overlay {
  position: fixed;
  display: block;
  z-index: 150;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in;
}

.basket-overlay.active {
  opacity: 0.3;
  visibility: visible;
}

.basket-container {
  display: block;
  position: fixed;
  z-index: 300;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease-in;
}

.basket-container.active {
  opacity: 1;
  visibility: visible;
}

.basket-container .basket-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.basket-container .basket-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1rem;
  color: #fff;
  padding: 16px;
}

.basket-container .basket-notice .icon-container {
  display: inline-block;
  padding-right: 10px;
}

.basket-container .basket-list-wrap {
  overflow: auto;
  background-color: #ebebeb;
  padding: 16px;
}

.basket-container .basket-list-wrap .basket-item {
  display: grid;
  grid-template-columns: 60px 1fr -webkit-max-content -webkit-min-content;
  grid-template-columns: 60px 1fr max-content min-content;
  grid-gap: 10px;
  align-items: flex-start;
  padding-bottom: 10px;
}

.basket-container .basket-list-wrap .basket-item .quantity-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.basket-container .basket-list-wrap .basket-item .quantity-wrap .quantity-minus,
.basket-container .basket-list-wrap .basket-item .quantity-wrap .quantity-plus {
  cursor: pointer;
}

.basket-container .basket-list-wrap .basket-item .quantity-wrap .quantity-index {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #282828;
  margin: 0 5px;
}

.basket-container .basket-list-wrap .basket-item .quantity-wrap .quantity-index span {
  position: absolute;
  display: block;
  line-height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.basket-container .basket-list-wrap .basket-button-wrap {
  display: flex;
  max-width: 800px;
}

.basket-container .basket-list-wrap .basket-button-wrap .btn {
  line-height: 40px;
}

.basket-container .basket-list-wrap .basket-button-wrap .close-basket-btn {
  flex-basis: calc(35% - 10px);
  margin-right: 10px;
}

.basket-container .basket-list-wrap .basket-button-wrap .checkout-btn {
  flex-basis: calc(65% - 10px);
  margin-left: 10px;
  text-decoration: none;
  text-transform: none;
}

.basket-container .basket-sale {
  flex: auto;
  overflow: scroll;
  background-color: #fff;
  padding: 1rem;
}

.basket-container .basket-sale h6 {
  margin-bottom: 5px;
}

.basket-container .basket-sale .basket-sale-item {
  display: flex;
  padding: 8px 0;
}

.basket-container .basket-sale .basket-sale-item .basket-item-image {
  position: relative;
  flex-basis: calc(35% - 30px);
  max-width: 250px;
  margin-right: 30px;
}

.basket-container .basket-sale .basket-sale-item .basket-item-text {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
}

.basket-container .basket-sale .basket-sale-item .basket-item-text h6 {
  font-size: 18px;
  margin-bottom: 5px;
}

.basket-container .basket-sale .basket-sale-item .basket-item-text .basket-item-description {
  line-height: 1.3rem;
  color: #b8b8b8;
}

.basket-container .basket-sale .basket-sale-item .basket-item-text .price-discount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.basket-container .basket-sale .basket-sale-item .basket-item-text .basket-item-prices .price-small {
  flex: 0 0 50%;
}

.basket-container .basket-sale .basket-sale-item .basket-item-text .basket-item-prices .price-small span {
  font-size: 18px;
}

.basket-container .basket-sale .basket-sale-item .basket-item-text form {
  padding-top: 10px;
}

.basket-container .basket-sale .basket-sale-item a {
  text-decoration: none;
}

.basket-container .basket-item .basket-item-price .tax_label {
  display: none;
}

.basket-container .basket-item .quantity-index .quantity {
  width: 100%;
}

.basket-container .basket-item .quantity-index .quantity .input-text.qty {
  line-height: 25px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  width: 100%;
  -moz-appearance: textfield;
}

.basket-container .basket-item .quantity-index .quantity .input-text.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.basket-item-price-single-without_currency {
  display: none !important;
}

.basket-item-name a:hover {
  color: #282828;
  text-decoration: underline;
}

.basket-notice .preloader {
  max-height: 19px;
}

.basket-notice .ajax {
  margin-right: 3px;
}

.basket-list-content .preloader,
.basket-sale .preloader {
  max-height: 40px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.basket-content .basket-sale-item img {
  max-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .basket-container {
    width: 75%;
  }
}

@media screen and (max-width: 690px) {
  .basket-container {
    overflow: scroll;
    width: 100%;
    left: 0;
  }

  .basket-container .basket-content {
    height: auto;
  }

  .basket-container .basket-notice {
    padding: 10px;
  }

  .basket-container .basket-list-wrap .basket-button-wrap {
    flex-direction: column-reverse;
    max-width: 450px;
    margin: 0 auto;
  }

  .basket-container .basket-list-wrap .basket-button-wrap .close-basket-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    height: 42px;
    text-transform: none;
  }

  .basket-container .basket-list-wrap .basket-button-wrap .checkout-btn {
    width: 100%;
    margin-left: 0;
  }

  .basket-container .basket-sale {
    overflow: hidden;
    padding-bottom: 60px;
  }
}

button {
  outline: none;
  border: none;
  background: #0000;
  cursor: pointer;
}

.btn {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}

.btn:hover {
  color: #fff;
}

.buy-button .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.buy-button a.btn {
  text-decoration: none;
}

.read-more-btn,
.buy-product-btn,
.add-product-btn,
.subscribe-btn,
.close-basket-btn,
.checkout-btn,
.btn-delivery,
.submit-order-btn,
.large-btn,
.small-btn {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background-color: #1fb25a;
  background-clip: padding-box;
  height: auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 18.7px;
  text-decoration: none;
}

.add-product-btn {
  height: auto;
  border-radius: 21px;
  line-height: 40px;
  text-transform: uppercase;
}

.product-add-btn,
.blog-comment-section,
.comment-submit-form {
  text-transform: none;
}

.product-basket .add-product-btn {
  font-family: "Fira Sans"; font-weight: 700;
}

.submit-order-btn {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.basket-btn {
  position: relative;
  cursor: pointer;
}

.basket-btn .cart_count {
  position: absolute;
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
  color: #4c4d4f;
  width: 1.5rem;
  height: 1.5rem;
  padding-top: 2px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.basket-button-wrap .btn {
  width: 100%;
}

.close-basket-btn {
  font-family: "Fira Sans"; font-weight: 700;
  color: #282828;
  background-color: #fff;
}

.close-basket-btn:hover {
  color: #282828;
}

.remove-basket-item-btn {
  background: transparent;
  padding-top: 0;
}

.product-add-btn {
  text-align: center;
}

.product-add-btn .add-product-btn {
  width: 100%;
  height: auto;
  max-width: 9rem;
  font-size: 1rem;
  line-height: 2.5rem;
  margin: 0;
}

.voucher-btn,
.subscribe-btn {
  font-family: "Fira Sans"; font-weight: 700;
  letter-spacing: -0.3px;
  color: #282828;
  text-transform: uppercase;
  background-color: #b8b8b8;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  width: 100%;
  max-width: 8rem;
  min-width: 5rem;
  height: 38px;
}

.voucher-btn:hover,
.subscribe-btn:hover {
  color: #fff;
  background-color: #282828;
  border-color: #fff;
}

.voucher-btn {
  color: #1fb25a;
  background-color: transparent;
  border-color: #ebebeb;
  border-radius: 0;
  border-left-width: 0;
  max-width: none;
}

.voucher-btn:hover {
  color: #fff;
  background-color: #1fb25a;
  border-color: #1fb25a;
}

.sort-items-btn {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.large-btn {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 32px;
  line-height: 84px;
  text-transform: uppercase;
  height: auto;
  border-radius: 42px;
}

.small-btn {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  height: auto;
  border-radius: 21px;
}

@media screen and (max-width: 690px) {
  .add-product-btn {
    border-radius: 23.1px;
    text-transform: uppercase;
  }

  .large-btn {
    border-radius: 20px;
    font-size: 20px;
    line-height: 40px;
  }
}

.circle-tag {
  position: relative;
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 2.8rem;
  line-height: 3rem;
  color: #fff;
  border-radius: 50%;
  width: 7.8rem;
  height: 7.8rem;
}

.circle-tag .circle-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84%;
  text-align: center;
}

.circle-tag .circle-text .circle-txt-large {
  font-family: "Fira Sans"; font-weight: 700;
  text-align: center;
  margin: 0;
}

.circle-tag .circle-text .circle-txt-small {
  font-family: "FiraSans-Medium";
  letter-spacing: -1px;
  flex-direction: column;
}

.circle-tag .circle-text > span {
  display: block;
}

.circle-colored span,
.circle-colored span,
.circle-colored span {
  color: #ffffff;
}

.circle-red {
  position: absolute;
}

.circle-red .circle-tag {
  background-color: #de1528;
}

.circle-red .circle-txt-large {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.3rem;
}

.circle-red .circle-txt-small {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.circle-right {
  position: absolute;
  right: 1rem;
  top: -2rem;
  z-index: 100;
}

.circle-right.small-font .circle-txt-large,
.circle-right .circle-txt-large {
  text-align: center;
  font-size: 2.9rem;
  line-height: 3.1rem;
}

.circle-right .circle-txt-small {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.circle-left {
  position: absolute;
  left: 2rem;
  top: 2rem;
}

.circle-left .circle-txt-large {
  font-size: 3rem;
  line-height: 3.2rem;
}

.circle-left .circle-txt-small {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.banner-product-background .circle-colored.circle-right {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  margin-left: auto;
}

.banner-product-background .circle-colored.circle-right .circle-tag {
  width: 8rem;
  height: 8rem;
}

.banner-product-background .circle-colored.circle-right .circle-txt-large {
  font-size: 3rem;
  line-height: 3.2rem;
}

.banner-product-background .hide-mobile .circle-colored.circle-right {
  padding-right: 3rem;
}

.product-display-container .circle-colored.circle-right {
  right: 0;
}

.product-display-container .circle-colored.circle-right.small-font .circle-txt-large {
  font-size: 2.9rem;
  line-height: 3.1rem;
}

.product-display-container .circle-colored.circle-right .circle-txt-large {
  font-size: 2.9rem;
  line-height: 3.1rem;
}

.product-display-img .circle-colored.circle-right {
  top: 0;
  right: 2rem;
}

.product-display-gallery .circle-colored.circle-right {
  top: 2.5rem;
  right: 2.5rem;
}

.basket-sale-item .circle-colored.circle-right {
  top: 0;
  right: 0;
}

.basket-sale-item .circle-colored.circle-right .circle-tag {
  width: 3rem;
  height: 3rem;
}

.basket-sale-item .circle-colored.circle-right .circle-tag .circle-txt-large,
.basket-sale-item .circle-colored.circle-right .circle-tag .circle-txt-small {
  font-size: 1.1rem;
  line-height: 1.45rem;
}

.exclusive-offer .circle-colored.circle-right {
  top: 0;
  right: 0;
}

.exclusive-offer .circle-colored.circle-right .circle-tag {
  width: 4rem;
  height: 4rem;
}

.exclusive-offer .circle-colored.circle-right .circle-tag .circle-txt-large,
.exclusive-offer .circle-colored.circle-right .circle-tag .circle-txt-small {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.circle-red.circle-left {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0rem;
}

.circle-red.circle-left .circle-tag {
  height: 3rem;
  width: 3rem;
}

.circle-red.circle-left .circle-txt-large {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.3rem;
}

.circle-red.circle-left .circle-txt-small {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.product-display.product-display-mobile .circle-right {
  top: auto;
  bottom: 24%;
  right: 1.5rem;
}

.product-display.product-display-mobile .circle-right .circle-tag {
  width: 8.2rem;
  height: 8.2rem;
}

.product-display.product-display-mobile .circle-right .circle-txt-large {
  font-size: 4rem;
  line-height: 4.2rem;
}

.product-display.product-display-mobile .circle-right .circle-txt-small {
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.product-basket .circle-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.5rem;
}

.product-basket .circle-center .circle-tag {
  width: 3.5rem;
  height: 3.5rem;
}

.product-basket .circle-center .circle-tag .circle-txt-large,
.product-basket .circle-center .circle-tag .circle-txt-small {
  font-size: 1.25rem;
  line-height: 1.45rem;
}

@media screen and (max-width: 1000px) {
  .circle-colored.circle-right {
    right: 0;
    top: 0;
  }

  .product-display-gallery .circle-colored.circle-right {
    top: 1.5rem;
    right: 1.5rem;
  }
}

@media screen and (max-width: 690px) {
  .circle-colored.circle-right .circle-tag {
    width: 7rem;
    height: 7rem;
  }

  .circle-colored.circle-right .circle-tag .circle-txt-large {
    font-size: 2.6rem;
    line-height: 3rem;
  }

  .circle-colored.circle-right .circle-tag .circle-txt-small {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .product-display-container .circle-colored.circle-right.small-font .circle-txt-large {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .product-display-img .circle-colored.circle-right {
    top: 0;
    right: 0;
  }

  .banner-product-background .circle-colored.circle-right {
    padding: 1rem 2rem;
    margin-bottom: auto;
  }

  .banner-product-background .circle-colored.circle-right .circle-tag {
    width: 7rem;
    height: 7rem;
  }

  .banner-product-background .circle-colored.circle-right .circle-tag .circle-txt-large {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .banner-product-background .circle-colored.circle-right .circle-tag .circle-txt-small {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 400px) {
  .circle-colored.circle-right .circle-tag {
    width: 6.5rem;
    height: 6.5rem;
  }

  .circle-colored.circle-right .circle-tag .circle-txt-large {
    font-size: 2.1rem;
    line-height: 2.3rem;
  }

  .circle-colored.circle-right .circle-tag .circle-txt-small {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

.content-block {
  position: relative;
  word-break: break-word;
}

.content-block.content-single .content-section.background-img .bg-image {
  height: 500px;
  max-height: 500px;
}

.content-block.content-double {
  display: flex;
}

.content-block.content-double .content-section {
  flex: 1 1 50%;
  max-width: 50%;
}

.content-block.content-triple {
  display: flex;
}

.content-block.content-triple .content-section {
  flex: 1 1 33.33%;
  max-width: 33.33%;
}

.content-block.gap {
  grid-gap: 20px;
}

.content-block.buy-button {
  padding: 10px 0;
}

.content-block .content-section {
  position: relative;
}

.content-block .content-section.center-content .content-wrap {
  display: flex;
  align-items: center;
}

.content-block .content-section.center-content .bg-image {
  width: 100%;
}

.content-block .content-section.background-img .content-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  padding: 1.5rem;
}

.content-block .content-section.background-img.center-content .content-wrap {
  display: flex;
  align-items: center;
}

.content-block .content-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}

.content-block .content-image {
  display: flex;
  height: 100%;
}

.content-block .content-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.content-block .content-text p {
  margin: 0;
}

.content-block .bg-image {
  position: relative;
}

.content-block .bg-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.content-block a {
  text-decoration: underline;
}

.content-block .content-gallery {
  max-width: 100%;
}

.content-block .content-gallery.slick-slider.slick-dotted {
  margin-bottom: 20px;
}

.content-block .content-gallery .slick-slide {
  max-width: 100%;
}

.content-block .content-gallery .slick-slide .img-container {
  padding: 0 30px;
}

.content-block .content-gallery .slick-slide .img-container img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

.content-block .content-gallery .slick-dots {
  bottom: 0;
}

.content-block .content-gallery .slick-prev {
  left: 0;
  z-index: 3;
}

.content-block .content-gallery .slick-next {
  right: 0;
  z-index: 3;
}

.content-block.ajax-add_to_cart button.add-product-btn {
  border: 0;
  text-transform: none;
}

.content-block.ajax-add_to_cart button.add-product-btn:hover a {
  color: #fff;
}

@media screen and (max-width: 690px) {
  .content-block.content-double {
    flex-direction: column;
  }

  .content-block.content-double .content-section {
    flex: 1 1 auto;
    max-width: 100%;
  }

  .content-block.content-triple {
    flex-direction: column;
  }

  .content-block.content-triple .content-section {
    flex: 1 1 auto;
    max-width: 100%;
  }
}

img {
  font-size: 0.8rem;
  color: #282828;
}

.banner-wrap {
  position: relative;
  height: 700px;
}

.banner-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner-wrap .text-wrap {
  position: absolute;
  text-align: left;
  left: 3rem;
  right: 3rem;
  bottom: 3rem;
}

.banner-wrap .banner-title > span {
  display: block;
  font-family: "FiraSans-Light";
  font-size: 1.125rem;
  line-height: 1.4rem;
  color: #fff;
  margin-bottom: 10px;
}

.banner-wrap .ajax-add_to_cart {
  display: inline-block;
}

.banner-wrap .ajax-add_to_cart button {
  line-height: 36px;
  text-transform: unset;
}

.product-wrap {
  position: relative;
  display: grid;
  grid-template-rows: -webkit-min-content 3rem;
  grid-template-rows: min-content 3rem;
  grid-gap: 20px;
  letter-spacing: -0.1px;
}

.product-wrap a {
  z-index: 10;
  position: relative;
  display: inline-block;
  width: 100%;
}

.product-wrap a:hover {
  color: black;
}

.product-wrap .fav {
  cursor: pointer;
}

.product-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.product-wrap span {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1rem;
  line-height: 1.38rem;
}

.product-wrap .price {
  font-family: "FiraSans-Light";
}

.product-wrap .description-wrap span:nth-child(1) {
  display: block;
}

.product-wrap .product-info {
  display: none;
}

.product-wrap .product-info .row {
  justify-content: center;
  align-items: center;
}

.product-wrap .product-info .icon-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.product-wrap .product-info .svg-container,
.product-wrap .product-info .icon {
  height: 1.2rem;
}

.product-wrap .product-info .icon button {
  z-index: 100;
  position: absolute;
  top: -14px;
  left: -15px;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  background: transparent;
}

.product-wrap .product-info-mobile {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-wrap .product-info-mobile .svg-container {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  cursor: pointer;
}

.product-wrap .product-info-mobile .svg-container .icon,
.product-wrap .product-info-mobile .svg-container .icon svg {
  height: 1.5rem;
  width: 1.5rem;
}

.product-wrap .product-info-mobile .circle-left {
  z-index: 100;
  bottom: calc(3rem + 20px + 20px);
  left: 0;
}

.product-wrap .product-icon.heart-icon .line,
.product-wrap .product-icon.heart-icon .circle,
.product-wrap .product-icon.basket-icon .line,
.product-wrap .product-icon.basket-icon .circle,
.product-wrap .product-icon.account-icon .line,
.product-wrap .product-icon.account-icon .circle {
  fill: #828282;
  stroke: #828282;
}

.product-wrap .product-icon.heart-icon .inner,
.product-wrap .product-icon.basket-icon .inner,
.product-wrap .product-icon.account-icon .inner {
  fill: #ffffff;
}

.product-wrap .product-icon.heart-icon.active .line,
.product-wrap .product-icon.heart-icon.active .circle,
.product-wrap .product-icon.basket-icon.active .line,
.product-wrap .product-icon.basket-icon.active .circle,
.product-wrap .product-icon.account-icon.active .line,
.product-wrap .product-icon.account-icon.active .circle {
  fill: #282828;
  stroke: #282828;
}

.product-wrap .product-icon.heart-icon.active .inner,
.product-wrap .product-icon.basket-icon.active .inner,
.product-wrap .product-icon.account-icon.active .inner {
  fill: #282828;
}

.product-wrap .product-icon.heart-icon .line {
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

.product-wrap .fav.remove .product-icon.heart-icon .inner,
.product-wrap .fav.remove .product-icon.heart-icon .line {
  fill: #1fb25a;
  stroke: #1fb25a;
}

.product-wrap .fav.add .product-icon.heart-icon .inner {
  fill: #ffffff;
  stroke: #fff;
}

.product-wrap .fav.add .product-icon.heart-icon .line {
  fill: #828282;
  stroke: #828282;
}

.payment-icons .row {
  justify-content: center;
  align-items: center;
}

.payment-icons .row .icon {
  width: 64px;
  height: 32px;
}

.payment-icons .row .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.gradient-wrap {
  position: relative;
  height: 100%;
}

.gradient-wrap::after {
  content: " ";
  position: absolute;
  display: block;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0) 70%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.content-block .bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
}

.gradient-wrap-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.gradient-wrap-white img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block !important;
}

.gradient-wrap-white::after {
  content: " ";
  display: block;
  position: absolute;
  background-image: linear-gradient(270deg, #fff 0%, #fff 30%, #fffffff7 35%, #ffffffc7 40%, #ffffffa8 43%, #ffffff63 48%, #ffffff3d 50%, #0000 55%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.banner-product-background .gradient-wrap-white::after {
  background-image: linear-gradient(270deg, #fff 0%, #fff 33%, #ffffffde 48%, #ffffffa8 57%, #ffffff3d 62%, #0000 66%);
}

.show-more {
  display: block;
  position: relative;
  align-self: center;
  font-family: "FiraSans-Light";
  font-size: 1.5rem;
  background-color: #1fb25a;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 -3px 6px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease-in;
  width: 100%;
  height: 100%;
}

.show-more a {
  display: block;
  width: 100%;
  height: 100%;
}

.show-more .text-center {
  width: 90%;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.show-more h2 {
  font-size: 2.5rem;
  line-height: 2.125rem;
  margin: 0;
  padding: 0;
}

.show-more:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 0 -10px 30px rgba(0, 0, 0, 0.06);
}

.ad-wrap {
  position: relative;
  display: grid;
  grid-template-rows: -webkit-min-content -webkit-min-content;
  grid-template-rows: min-content min-content;
  grid-gap: 20px;
  letter-spacing: -0.1px;
}

.ad-wrap .gradient-wrap::after {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  margin-top: calc(var(--neg-add-height) * 0.9);
  height: calc(var(--add-height) * 0.9);
}

.ad-wrap a {
  position: relative;
  display: inline-block;
  width: 100%;
}

.ad-wrap a:hover {
  color: black;
}

.ad-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  width: 100%;
}

.ad-wrap .text-wrap {
  position: absolute;
  text-align: left;
  left: 1.3rem;
  right: 3rem;
  bottom: 1.3rem;
}

.ad-wrap h2 {
  font-size: 2.5rem;
  line-height: 2.2rem;
  color: black;
}

.ad-wrap span {
  font-size: 1rem;
  line-height: 1.38rem;
}

.ad-wrap span:nth-child(1) {
  display: block;
  font-family: "FiraSans-Light";
}

.single-banner .banner-title .title {
  font-size: 70px;
  line-height: 73px;
}

.double-banner {
  height: auto;
}

.double-banner > .banner-wrap,
.double-banner > .gif-simulator-swiper {
  height: 700px;
}

.double-banner > .banner-wrap img,
.double-banner > .gif-simulator-swiper img {
  height: 100%;
}

.double-banner .text-wrap {
  bottom: 1.5rem;
}

.double-banner .banner-title .title {
  font-size: 70px;
  line-height: 73px;
}

.double-banner-1 > .banner-wrap,
.double-banner-1 > .gif-simulator-swiper {
  padding-left: 0;
  padding-right: 0.75rem;
}

.double-banner-2 > .banner-wrap,
.double-banner-2 > .gif-simulator-swiper {
  padding-right: 0;
  padding-left: 0.75rem;
}

.image-slider::before,
.image-slider::after {
  content: " ";
  flex: 0 0 3rem;
}

.image-slider::-webkit-scrollbar {
  display: none;
}

.image-slider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: var(--image-column);
  overflow-x: auto;
  overflow-y: hidden;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-top: 2rem;
}

.image-slider > div {
  flex: 1 0 var(--image-column);
  max-width: var(--image-column);
  margin-right: 1.5rem;
}

.image-slider > div:nth-last-child(1) {
  margin-right: 0;
}

.image-slider .gif-simulator-swiper,
.image-slider .banner-wrap {
  height: 100%;
}

.image-slider .gif-simulator-swiper .gradient-wrap,
.image-slider .gif-simulator-swiper img,
.image-slider .banner-wrap .gradient-wrap,
.image-slider .banner-wrap img {
  height: 100%;
}

.image-slider .gif-simulator-swiper .text-wrap,
.image-slider .banner-wrap .text-wrap {
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
}

.image-slider .banner-title .title {
  font-size: 40px;
  line-height: 43px;
}

.icon,
.brand-icon,
.logo {
  display: inline-block;
}

.icon img,
.brand-icon img,
.logo img {
  display: block;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.icon {
  width: 1.25rem;
  height: 1.25rem;
}

.brand-icon {
  width: 2rem;
  height: 2rem;
}

.logo {
  width: 4rem;
  height: 4rem;
}

.svg-container {
  text-align: center;
}

.svg-container .icon {
  position: relative;
}

.svg-container .icon svg {
  z-index: 2;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  overflow: visible !important;
}

.svg-container .icon .fav,
.svg-container .icon a {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  overflow: visible !important;
}

.svg-container .icon .to-register {
  z-index: 3;
}

.arrow-down {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: transparent;
  text-indent: -9999px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  text-decoration: none;
  color: transparent;
  transform: rotate(-135deg);
  margin-left: 5px;
  margin-bottom: 3px;
}

.graph img {
  width: 100%;
}

/* Image square ratio */

.image-square-wrap {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 0;
  padding-top: 100%;
}

.image-square-wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

@media screen and (max-width: 690px) {
  .large-img .banner-wrap,
  .banner-wrap {
    height: 500px;
  }

  .large-img .banner-wrap .text-wrap,
  .banner-wrap .text-wrap {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }

  .single-banner .banner-title .title {
    font-size: 40px;
    line-height: 43px;
  }

  .double-banner .row {
    height: auto;
    display: block;
  }

  .double-banner .row .banner-title .title {
    font-size: 40px;
    line-height: 43px;
  }

  .double-banner-1 > .banner-wrap,
  .double-banner-2 > .banner-wrap,
  .double-banner-1 > .gif-simulator-swiper,
  .double-banner-2 > .gif-simulator-swiper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
    height: 500px;
  }

  .image-slider::before,
  .image-slider::after {
    content: " ";
    flex: 0 0 1.5rem;
  }

  .image-slider.show-mobile {
    grid-gap: 5px;
    grid-template-columns: repeat(10, calc(var(--image-column) - 5px)) calc(1.5rem / 2);
    grid-template-rows: calc(var(--image-column) - (1.5rem / 2));
  }

  .image-slider.vertical-slider {
    display: block;
    overflow: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-slider.vertical-slider::before,
  .image-slider.vertical-slider::after {
    content: none;
  }

  .image-slider.vertical-slider > .banner-wrap,
  .image-slider.vertical-slider > .gif-simulator-swiper {
    height: 500px;
    padding-bottom: 5px;
  }

  .image-slider.vertical-slider > div {
    max-width: 100%;
    margin-right: 0;
  }

  .image-slider .banner-title .title {
    font-size: 30px;
    line-height: 33px;
  }

  .product-wrap .product-info-mobile {
    display: block;
  }

  .product-display-mobile > h2 {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
  }

  .gradient-wrap-white {
    height: 100%;
  }

  .gradient-wrap-white img {
    -o-object-position: left;
       object-position: left;
  }

  .gradient-wrap-white.gradient-mobile-top::after {
    background-image: linear-gradient(180deg, #fff 0%, #fff 30%, #fffffff7 35%, #ffffffc7 40%, #ffffffa8 43%, #ffffff63 48%, #ffffff3d 50%, #0000 55%);
    height: 100%;
    width: 100%;
  }

  .gradient-wrap-white.gradient-mobile-bottom::after {
    background-image: linear-gradient(0deg, white 0%, white 15%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.027) 55%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    width: 100%;
  }

  .banner-product-background .gradient-wrap-white.gradient-mobile-bottom::after {
    background-image: linear-gradient(0deg, #fff 0%, #fffffff0 10%, #ffffff96 26%, #0000 40%);
  }
}

@media screen and (max-width: 420px) {
  .large-img .banner-wrap,
  .banner-wrap {
    height: 500px;
  }

  .double-banner-1 > .banner-wrap,
  .double-banner-2 > .banner-wrap,
  .double-banner-1 > .gif-simulator-swiper,
  .double-banner-2 > .gif-simulator-swiper {
    height: 500px;
  }

  .image-slider.vertical-slider > .banner-wrap,
  .image-slider.vertical-slider > .gif-simulator-swiper {
    height: 500px;
  }
}

/* Base */

.landing-banner {
  position: relative;
}

.landing-banner .content-wrap {
  position: relative;
}

.landing-banner h1 {
  font-size: 50px;
  line-height: 53px;
}

/* Landing banner: Text with background photo*/

.banner-text-background {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 500px;
}

@media screen and (max-width: 690px) {
  .banner-text-background {
    align-items: flex-start;
  }

  .banner-text-background img {
    padding-top: 4rem;
  }
}

/* Landing banner: Product info with background photo */

.banner-product-background .content-mobile {
  position: absolute;
  height: 100%;
  width: 100%;
}

.banner-product-background .content-mobile :nth-child(2),
.banner-product-background .content-mobile :nth-child(3),
.banner-product-background .content-mobile :nth-child(4) {
  display: none;
}

@media screen and (max-width: 690px) {
  .banner-product-background .gradient-wrap {
    position: relative;
  }

  .banner-product-background .gradient-wrap img {
    -o-object-position: left;
       object-position: left;
  }

  .banner-product-background .content-mobile {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 400px;
  }

  .banner-product-background .content-mobile :nth-child(2),
  .banner-product-background .content-mobile :nth-child(3) {
    display: flex;
  }

  .banner-product-background .content-mobile :nth-child(4) {
    display: block;
  }
}

/* Landing banner: Product info with product photo */

.banner-product-photo .content-mobile {
  display: none;
}

.banner-product-photo .content-wrap .product-display-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 690px) {
  .banner-product-photo .content-mobile {
    display: flex;
  }
}

/* Landing banner: Product info with gallery */

.banner-product-gallery .content-mobile {
  display: none;
}

.banner-product-gallery .content-wrap .product-display-img.product-display-gallery-img {
  padding: 0;
  font-size: 1rem;
}

.banner-product-gallery .content-wrap .product-display-img.product-display-gallery-img .gallery-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.banner-product-gallery .content-wrap .product-display-img.product-display-gallery-img .gallery-wrap .gallery-large-img {
  flex: 1 0 70%;
  position: relative;
}

.banner-product-gallery .content-wrap .product-display-img.product-display-gallery-img .gallery-wrap .gallery-large-img img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-product-gallery .content-wrap .product-display-img.product-display-gallery-img .gallery-wrap .gallery-small-img {
  position: relative;
  display: flex;
  max-height: 130px;
}

.banner-product-gallery .content-wrap .product-display-img.product-display-gallery-img .gallery-wrap .gallery-small-img .img-small {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  position: relative;
}

.banner-product-gallery .content-wrap .product-display-img.product-display-gallery-img .gallery-wrap .gallery-small-img .img-small img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.banner-product-gallery .content-wrap .product-display-img.product-display-gallery-img .product-display-txt.product-display-gallery-txt .support-number {
  position: relative;
  margin-left: auto;
}

.banner-product-gallery .content-wrap .product-display-img.product-display-gallery-img .product-display-txt.product-display-gallery-txt ul {
  padding-left: 3rem;
}

@media screen and (max-width: 690px) {
  .banner-product-gallery .content-wrap .product-display-img.product-display-gallery-img .gallery-wrap {
    position: relative;
  }

  .banner-product-gallery .content-wrap .product-display-img.product-display-gallery-img .gallery-wrap .gallery-large-img img {
    position: relative;
  }

  .banner-product-gallery .content-wrap .product-display-txt.product-display-gallery-txt .number {
    display: none;
  }

  .banner-product-gallery .content-wrap .product-display-txt.product-display-gallery-txt ul {
    padding-left: 30px;
  }

  .banner-product-gallery .content-mobile {
    display: flex;
  }
}

.product-swiper .product-swiper-container,
.product-swiper .just-seen-swiper-container {
  width: 100%;
  overflow: hidden;
  padding-top: 2rem;
}

.product-swiper .product-swiper-container .swiper-wrapper,
.product-swiper .just-seen-swiper-container .swiper-wrapper {
  width: 100%;
  padding-bottom: 1rem;
  align-items: flex-end;
}

.product-swiper .product-swiper-container .swiper-scrollbar,
.product-swiper .just-seen-swiper-container .swiper-scrollbar {
  width: calc(66.66% - 96px);
  margin: 2rem auto 10px;
  height: 4px;
  display: block;
  position: relative;
  left: inherit;
  bottom: inherit;
}

.product-swiper .product-swiper-container .swiper-slide,
.product-swiper .just-seen-swiper-container .swiper-slide {
  width: var(--product-column);
  height: initial;
}

.product-swiper .product-swiper-container .swiper-slide .product-wrap img,
.product-swiper .just-seen-swiper-container .swiper-slide .product-wrap img {
  max-height: 300px;
}

.product-swiper .product-swiper-container .show-more,
.product-swiper .just-seen-swiper-container .show-more {
  height: 70%;
}

.product-swiper .product-swiper-container .green-heart,
.product-swiper .just-seen-swiper-container .green-heart {
  display: none;
}

#just_seen_slider .preloader,
#lastSeenPage .preloader {
  max-height: 40px;
  margin: 0 auto;
  display: block;
}

.info-swiper-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.info-swiper-container {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  color: #fff;
}

.info-swiper-container .swiper-wrapper {
  justify-content: space-between;
}

.info-swiper-container .info-wrap {
  padding: 0;
  line-height: 1.3rem;
  text-align: center;
}

.info-swiper-container .info-wrap .icon-container {
  height: 100px;
}

.info-swiper-container .info-wrap .icon-container .icon {
  height: 100px;
  width: 100px;
  min-height: 100px;
  min-width: 100px;
}

.info-swiper-container .info-wrap .icon-container .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.info-swiper-container .info-wrap .icon-container .icon svg {
  fill: #fff;
  max-width: 100%;
  max-height: 100%;
}

.info-swiper-container .info-wrap .icon-container .icon svg path {
  fill: #fff;
}

.info-swiper-container .info-wrap .info-text {
  padding-top: 0.5rem;
}

.review-swiper-container-slider,
.review-swiper-container-grid {
  overflow: hidden;
  position: relative;
}

.review-swiper-container-slider .swiper-wrapper,
.review-swiper-container-grid .swiper-wrapper {
  height: auto;
  padding-bottom: 0;
}

.user-reviews .swiper-button-next,
.user-reviews .swiper-button-prev {
  color: #4c4d4f;
}

.user-reviews .swiper-button-next:after,
.user-reviews .swiper-button-prev:after {
  font-size: 1.5rem;
}

.user-reviews .swiper-button-prev {
  left: 35px;
}

.user-reviews .swiper-button-next {
  right: 35px;
}
@media screen and (max-width:1200px) {
  .user-reviews .swiper-button-prev {
    left: 5px;
  }
  .user-reviews .swiper-button-next {
    right: 5px;
  }
}
@media screen and (max-width:640px) {
  .user-reviews .swiper-button-prev {
    left: -20px;
  }
  .user-reviews .swiper-button-next {
    right: -20px;
  }
}
@media screen and (max-width:480px) {
  .swiper-container {
    width: 100%!important;
  }
  .user-reviews .swiper-button-prev {
    left: -35px;
  }
  .user-reviews .swiper-button-next {
    right: -35px;
  }
}

.user-reviews .swiper-pagination {
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);

}

.user-reviews .swiper-pagination-bullet {
  margin: 0 3px;
}

.user-reviews .swiper-pagination-bullet-active {
  background: #de1367;
}

.user-reviews .review-swiper-container-slider {
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

.review-box {
  text-align: left;
  background-color: #fff;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
}

.review-box .review-content1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.review-box .review-content .content-text {
  flex: 1 1 auto;
}

.review-box .review-content .content-text .review-name {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.review-box .review-content .content-text .review-text {
  font-size: 1rem;
  line-height: 1.3rem;
  padding-top: 1rem;
  margin-bottom: 0;
}

.review-box .review-content .content-image {
  margin-top: 1rem;
}

.review-box .review-content .content-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.swiper-container {
  width: 90%;
}

.ingredients-grid {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.ingredients-grid .swiper-wrapper {
  height: auto;
}

.ingredients-grid .swiper-slide {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: 100%;
}

.ingredients-grid .swiper-slide p {
  text-align: left;
  margin-top: 0.5rem;
}

.ingredients-grid .ingredient-item h5,
.ingredients-grid .swiper-slide h5 {
  position: relative;
}

.ingredients-grid .ingredient-item h5::after,
.ingredients-grid .swiper-slide h5::after {
  content: " ";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1px;
  text-align: center;
  background-color: #de1367;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%);
}

.ingredients-info {
  overflow: hidden;
  position: relative;
}

.ingredients-info .container {
  max-width: 1000px;
  margin-left: 0;
}

.ingredients-info .swiper-wrapper {
  height: auto;
}

.ingredients-info .swiper-slide {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: 100%;
}

/* Content grid swiper */

.content-grid-swiper {
  overflow: hidden;
}

.gif-simulator-swiper .gif-simulator-swiper-container {
  height: 100%;
}

.gif-simulator-swiper .swiper-wrapper {
  overflow: hidden;
}

.gif-simulator-swiper .swiper-slide {
  height: auto;
}

@media screen and (max-width: 690px) {
  .product-swiper .just-seen-swiper-container .swiper-scrollbar,
  .product-swiper .product-swiper-container .swiper-scrollbar {
    display: none;
  }

  .info-swiper-wrap {
    max-width: 100%;
    margin: 0;
  }

  .info-swiper-container .info-wrap {
    line-height: 1.4rem;
  }

  .info-swiper-container .info-wrap .icon-container .icon {
    width: 2.5rem;
  }

  .info-swiper-container .info-wrap .icon-container .icon svg {
    max-width: 100%;
    max-height: 100%;
  }

  .user-reviews .swiper-button-next,
  .user-reviews .swiper-button-prev {
    display: block;
  }

  .user-reviews .swiper-pagination {
    display: block;
  }

  .review-swiper-container-slider .swiper-wrapper,
  .review-swiper-container-grid .swiper-wrapper {
    padding-bottom: 0;
  }

  .review-swiper-container-slider .swiper-slide,
  .review-swiper-container-grid .swiper-slide {
    margin: 0 !important;
  }

  .review-swiper-container-slider .px-6,
  .review-swiper-container-grid .px-6 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .ingredients-grid .content-grid-swiper .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .ingredients-grid .content-grid-swiper .swiper-slide {
    height: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .ingredients-grid .content-grid-swiper .swiper-slide p {
    text-align: center;
  }
}

/* Grid Sliders */

.grid-swiper .swiper-wrap {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}

.grid-swiper .grid-swiper-container {
  overflow: hidden;
}

.grid-swiper .swiper-button-next,
.grid-swiper .swiper-button-prev {
  display: none;
  color: #4c4d4f;
  width: 15px;
  height: 1.5rem;
}

.grid-swiper .swiper-button-next:after,
.grid-swiper .swiper-button-prev:after {
  font-size: 1.5rem;
}

@media screen and (max-width: 690px) {
  .grid-swiper .swiper-button-next,
  .grid-swiper .swiper-button-prev {
    display: block;
  }

  .grid-swiper .swiper-button-next {
    right: 10px;
  }

  .grid-swiper .swiper-button-prev {
    left: 10px;
  }
}

.text-icon-grid-swiper .icon-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 1rem 0;
}

.text-icon-grid-swiper .icon-container .icon {
  height: 100%;
  max-height: 100%;
  width: auto;
}

.text-icon-grid-swiper .icon-container .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.text-icon-grid-swiper.faq-swiper .swiper-slide {
  text-align: center;
  color: #282828;
  height: auto;
}

.text-icon-grid-swiper.faq-swiper .swiper-slide .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 40px);
  padding: 20px;
}

.text-icon-grid-swiper.faq-swiper .swiper-slide .content-wrap p {
  line-height: 1.5rem;
  text-align: center;
  margin: 0;
}

.text-icon-grid-swiper.faq-swiper .swiper-slide .content-wrap .icon-container {
  height: 60px;
}

@media screen and (max-width: 690px) {
  .text-icon-grid-swiper.faq-swiper .swiper-slide {
    height: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.text-icon-grid-swiper.block-swiper .icon-container {
  height: 80px;
}

.text-icon-grid-swiper.block-swiper p {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-align: center;
}

.ingredients-grid-swiper .swiper-slide h5 {
  position: relative;
}

.ingredients-grid-swiper .swiper-slide h5::after {
  content: " ";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1px;
  text-align: center;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%);
}

.content-slider {
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  height: 2.8rem;
  background-color: transparent;
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1.125rem;
  color: #282828;
}

.content-slider span {
  display: inline-block;
  line-height: 1.3rem;
  padding-top: 2px;
  padding-left: 0;
}

.content-slider .slider-flex {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 2.8rem;
}

.slick-prev:before,
.slick-next:before {
  color: #4c4d4f;
  font-family: swiper-icons;
  font-size: 1.5rem;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.slick-prev:before {
  content: "prev";
}

.slick-next:before {
  content: "next";
}

.slick-slider .slick-dots li::before {
  content: none;
}

.custom-checkbox {
  position: relative;
  height: 22px;
  width: 20px;
  vertical-align: sub;
  cursor: pointer;
  padding: 0;
  border-radius: 2px;
  /* 	&:hover::before {
  	background: linear-gradient(to top, #909090, #909090);
  } */
  /* 	&:focus::before {
  	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  } */
}

.custom-checkbox::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: baseline;
  width: 22px;
  height: 22px;
  transition: all 0.3s ease-in;
}

.custom-checkbox:checked::before {
  background-color: #de1367;
}

.custom-checkbox:disabled {
  color: #b8b8b8;
  cursor: auto;
}

.custom-checkbox:disabled::before {
  box-shadow: none;
  background: #ddd;
}

.custom-checkbox:checked::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.woocommerce .woocommerce-checkout .input-checkbox,
.woocommerce .woocommerce-checkout .custom-checkbox,
.woocommerce .woocommerce-checkout .form-row .input-checkbox,
.woocommerce .woocommerce-checkout .input-radio,
.terms-conditions .input-checkbox,
.shipping_method,
.input-radio {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
  margin-right: 0;
  border: none;
}

.woocommerce .woocommerce-checkout .input-checkbox::before,
.woocommerce .woocommerce-checkout .custom-checkbox::before,
.woocommerce .woocommerce-checkout .form-row .input-checkbox::before,
.woocommerce .woocommerce-checkout .input-radio::before,
.terms-conditions .input-checkbox::before,
.shipping_method::before,
.input-radio::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #282828;
  transition: all 0.3s ease-in;
}

.woocommerce .woocommerce-checkout .input-checkbox:checked::before,
.woocommerce .woocommerce-checkout .custom-checkbox:checked::before,
.woocommerce .woocommerce-checkout .form-row .input-checkbox:checked::before,
.woocommerce .woocommerce-checkout .input-radio:checked::before,
.terms-conditions .input-checkbox:checked::before,
.shipping_method:checked::before,
.input-radio:checked::before {
  background-color: #1fb25a;
  border-color: #1fb25a;
}

.woocommerce .woocommerce-checkout .input-checkbox:disabled,
.woocommerce .woocommerce-checkout .custom-checkbox:disabled,
.woocommerce .woocommerce-checkout .form-row .input-checkbox:disabled,
.woocommerce .woocommerce-checkout .input-radio:disabled,
.terms-conditions .input-checkbox:disabled,
.shipping_method:disabled,
.input-radio:disabled {
  color: #b8b8b8;
  cursor: auto;
}

.woocommerce .woocommerce-checkout .input-checkbox:disabled::before,
.woocommerce .woocommerce-checkout .custom-checkbox:disabled::before,
.woocommerce .woocommerce-checkout .form-row .input-checkbox:disabled::before,
.woocommerce .woocommerce-checkout .input-radio:disabled::before,
.terms-conditions .input-checkbox:disabled::before,
.shipping_method:disabled::before,
.input-radio:disabled::before {
  box-shadow: none;
  background: #ddd;
}

.checkout-content .input-radio:checked::before {
  background-color: #1fb25a;
  border-color: #1fb25a;
}

.woocommerce .woocommerce-checkout .input-checkbox,
.woocommerce .woocommerce-checkout .custom-checkbox,
.woocommerce .woocommerce-checkout .form-row .input-checkbox,
.woocommerce .woocommerce-checkout .input-radio {
  vertical-align: baseline;
  text-align: left;
  opacity: 1;
}

#kl_newsletter_checkbox_field {
  padding: 0;
}

.countdown-container {
  position: relative;
  color: #282828;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

.countdown-container img {
  width: 100%;
}

.counter-grid {
  display: grid;
  grid-template-columns: 35px 35px 10px 35px 35px 10px 35px 35px;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-gap: 2px;
  justify-content: center;
  justify-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.counter-grid .digit {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1.4rem;
  line-height: normal;
  color: #282828;
  background: #ebebeb;
  padding: 1rem 0.7rem 0.7rem 0.7rem;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: 100%;
}

.counter-grid .colon-one,
.counter-grid .colon-two {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1.4rem;
  line-height: normal;
  color: #282828;
  padding: 1rem 0.4rem 0.7rem 0.4rem;
}

.counter-grid .hour-one {
  grid-column: 1/2;
  grid-row: 1/2;
}

.counter-grid .hour-two {
  grid-column: 2/3;
  grid-row: 1/2;
}

.counter-grid .colon-one {
  grid-column: 3/4;
  grid-row: 1/2;
}

.counter-grid .minute-one {
  grid-column: 4/5;
  grid-row: 1/2;
}

.counter-grid .minute-two {
  grid-column: 5/6;
  grid-row: 1/2;
}

.counter-grid .colon-two {
  grid-column: 6/7;
  grid-row: 1/2;
}

.counter-grid .second-one {
  grid-column: 7/8;
  grid-row: 1/2;
}

.counter-grid .second-two {
  grid-column: 8/9;
  grid-row: 1/2;
}

.offer-countdown .counter-grid {
  display: grid;
  grid-template-columns: 35px 35px 10px 35px 35px;
}

.offer-countdown .counter-grid .hour-one {
  grid-column: none;
}

.offer-countdown .counter-grid .hour-two {
  grid-column: none;
}

.offer-countdown .counter-grid .colon-one {
  grid-column: none;
}

.offer-countdown .counter-grid .minute-one {
  grid-column: 1/2;
}

.offer-countdown .counter-grid .minute-two {
  grid-column: 2/3;
}

.offer-countdown .counter-grid .colon-two {
  grid-column: 3/4;
}

.offer-countdown .counter-grid .second-one {
  grid-column: 4/5;
}

.offer-countdown .counter-grid .second-two {
  grid-column: 5/6;
}

.blog-item-wrap {
  position: relative;
  height: auto;
  width: 100%;
}

.blog-item-wrap .text-wrap h2 {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1.875rem;
  line-height: 2rem;
  color: black;
  text-transform: none;
  margin-bottom: 0.5rem;
}

.blog-item-wrap .text-wrap .date {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1rem;
  color: #1fb25a;
}

.blog-item-wrap .text-wrap .date::after {
  content: "";
  display: block;
  height: 1px;
  width: 3rem;
  background: #1fb25a;
}

.blog-item-wrap .text-wrap p {
  font-family: "FiraSans-Light";
  font-size: 1rem;
  color: #282828;
  margin: 0;
}

.blog-item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(300px, 400px);
  align-items: center;
}

.blog-content-left img,
.blog-content-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.image-window {
  position: relative;
  cursor: pointer;
  height: 100%;
}

.image-window .white-arrow {
  position: absolute;
  display: inline-block;
  left: -16px;
  top: 50%;
  transform: rotate(-45deg) translate(16px, -50%);
  width: 32px;
  height: 32px;
  background: #fff;
  text-indent: -9999px;
  text-decoration: none;
  color: transparent;
}

.blog-content-left,
.blog-content-right.switch-on {
  grid-column: 1/2;
}

.blog-content-left .white-arrow,
.blog-content-right.switch-on .white-arrow {
  left: auto;
  right: -16px;
  top: 50%;
  transform: rotate(-45deg) translate(16px, -50%);
}

.blog-content-right,
.blog-content-left.switch-on {
  grid-column: 2/3;
  grid-row: 1/2;
}

.text-window {
  padding-right: 25px;
}

.text-window.switch-on {
  padding-right: 0;
  padding-left: 25px;
}

@media screen and (max-width: 690px) {
  .blog-item-grid {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }

  .blog-content-right,
  .blog-content-left.switch-on {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .blog-content-left,
  .blog-content-left.switch-on {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .image-window .white-arrow {
    display: none;
  }

  .text-window,
  .text-window.switch-on {
    padding: 20px;
  }
}

.sort-options-wrap {
  position: absolute;
  display: block;
  z-index: 1000;
  visibility: hidden;
  top: 5rem;
  right: 3rem;
  background-color: #fff;
  transition: all 0.3s ease-in;
}

.sort-options-wrap .menu_order {
  cursor: pointer;
}

.sort-options-wrap ul {
  margin: 0;
  padding: 0 0 1.5rem 1.5rem;
}

.sort-options-wrap ul li::before {
  content: none;
}

.sort-options-wrap.active-menu {
  visibility: visible;
}

.filter-mobile,
.sort-mobile {
  position: absolute;
  display: none;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  line-height: 2.2rem;
  text-align: left;
  background-color: #fff;
}

.filter-mobile .filter span,
.sort-mobile .filter span {
  display: none;
}

.filter-mobile .filter ul span,
.sort-mobile .filter ul span {
  display: inline-block;
}

.filter-mobile .sort-options-wrap,
.sort-mobile .sort-options-wrap {
  visibility: visible;
  position: relative;
  top: auto;
  right: auto;
}

.filter-mobile .filter-mobile-bar,
.filter-mobile .sort-mobile-bar,
.sort-mobile .filter-mobile-bar,
.sort-mobile .sort-mobile-bar {
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  font-size: 1rem;
  border-bottom: 1px solid #ebebeb;
}

.filter-mobile .filter-mobile-bar > div,
.filter-mobile .sort-mobile-bar > div,
.sort-mobile .filter-mobile-bar > div,
.sort-mobile .sort-mobile-bar > div {
  padding-top: 4px;
  line-height: 2.5rem;
}

.filter-mobile .filter-mobile-bar .sort-mobile-btn,
.filter-mobile .filter-mobile-bar .filter-mobile-btn,
.filter-mobile .sort-mobile-bar .sort-mobile-btn,
.filter-mobile .sort-mobile-bar .filter-mobile-btn,
.sort-mobile .filter-mobile-bar .sort-mobile-btn,
.sort-mobile .filter-mobile-bar .filter-mobile-btn,
.sort-mobile .sort-mobile-bar .sort-mobile-btn,
.sort-mobile .sort-mobile-bar .filter-mobile-btn {
  cursor: pointer;
}

.filter-mobile .filter-mobile-bar .sort-mobile-btn:focus,
.filter-mobile .filter-mobile-bar .sort-mobile-btn:hover,
.filter-mobile .filter-mobile-bar .filter-mobile-btn:focus,
.filter-mobile .filter-mobile-bar .filter-mobile-btn:hover,
.filter-mobile .sort-mobile-bar .sort-mobile-btn:focus,
.filter-mobile .sort-mobile-bar .sort-mobile-btn:hover,
.filter-mobile .sort-mobile-bar .filter-mobile-btn:focus,
.filter-mobile .sort-mobile-bar .filter-mobile-btn:hover,
.sort-mobile .filter-mobile-bar .sort-mobile-btn:focus,
.sort-mobile .filter-mobile-bar .sort-mobile-btn:hover,
.sort-mobile .filter-mobile-bar .filter-mobile-btn:focus,
.sort-mobile .filter-mobile-bar .filter-mobile-btn:hover,
.sort-mobile .sort-mobile-bar .sort-mobile-btn:focus,
.sort-mobile .sort-mobile-bar .sort-mobile-btn:hover,
.sort-mobile .sort-mobile-bar .filter-mobile-btn:focus,
.sort-mobile .sort-mobile-bar .filter-mobile-btn:hover {
  color: #282828;
}

.filter-mobile ul,
.filter-mobile li,
.sort-mobile ul,
.sort-mobile li {
  margin: 0;
  padding: 0;
}

.filter-mobile ul a,
.filter-mobile li a,
.sort-mobile ul a,
.sort-mobile li a {
  cursor: pointer;
}

.filter-mobile li::before,
.sort-mobile li::before {
  content: none;
}

.filter-mobile.active-menu,
.sort-mobile.active-menu {
  display: block;
}

.floating-banner {
  position: fixed;
  display: none;
  z-index: 100;
  background-color: #fff;
  height: 3.2rem;
  bottom: 0;
  right: 0;
  left: 0;
  transition: transform 0.5s ease-in-out;
  transform: translateY(4rem);
}

.floating-banner .row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #1fb25ab3;
  height: 100%;
  padding: 0 20px;
}

.floating-banner .row div:nth-child(2) {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 2rem;
  line-height: 2.1rem;
}

.floating-banner .btn {
  padding: 0 18px;
  border-radius: 21px;
}

.floating-banner.active {
  transform: translateY(0);
}

.text-banner {
  text-align: center;
}

.text-banner h2,
.text-banner h3,
.text-banner p {
  padding: 0;
  margin: 0;
}

.text-banner.banner-white {
  background-color: #fff;
}

.text-banner.banner-colored h2,
.text-banner.banner-colored h3,
.text-banner.banner-colored p {
  color: #fff;
}

.text-banner p.big {
  font-family: "FiraSans-Light";
  font-size: 21px;
  line-height: 25px;
}

.text-banner p.small {
  font-family: "FiraSans-Light";
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
}

.product-display {
  position: relative;
}

.product-display .product-display-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.product-display .product-display-img {
  font-size: 1rem;
  text-align: center;
  padding: 1rem;
}

.product-display .product-display-img img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.product-display .product-display-img .product-tags {
  font-size: 12px;
  color: #b8b8b8;
  text-transform: uppercase;
}

.product-display .product-display-txt .product-txt-center {
  margin: auto 0;
  width: 100%;
  max-width: 100%;
}

.product-display .product-display-txt .product-txt-center h6 {
  color: #b8b8b8;
}

.product-display .product-display-txt .short_description {
  margin-bottom: 1rem;
}

.product-display .product-display-txt .short_description ul li {
  line-height: 1.7rem;
}

.product-display .product-display-txt h3 {
  margin: 1.5rem 0;
}

.product-display .product-display-action {
  align-items: center;
  max-width: 380px;
}

.product-display .product-display-action .product-basket {
  position: relative;
  background-color: #ebebeb;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  max-width: 380px;
}

.product-display .product-display-action .product-basket .product-basket-top {
  padding: 15px 15px 0 15px;
  color: #4c4d4f;
}

.product-display .product-display-action .product-basket .product-basket-top .basket-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-display .product-display-action .product-basket .product-basket-top .basket-price::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30%;
  background: #4c4d4f;
}

.product-display .product-display-action .product-basket .product-basket-mid {
  padding: 0 15px 15px 15px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.product-display .product-display-action .product-basket .product-basket-mid .icon {
  vertical-align: middle;
}

.product-display .product-display-action .product-basket .product-basket-mid .icon img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-display .product-display-action .product-basket .product-basket-mid span {
  line-height: 2rem;
  color: #4c4d4f;
}

.product-display .product-display-action .product-basket .product-basket-bottom {
  padding: 0 15px 20px 15px;
}

.product-display .product-display-action .product-basket .product-stock {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.product-display .product-display-action .product-basket .product-stock .in-stock,
.product-display .product-display-action .product-basket .product-stock .out-of-stock {
  font-size: 16px;
}

.product-display .product-display-action .product-basket .product-stock .in-stock::before,
.product-display .product-display-action .product-basket .product-stock .out-of-stock::before {
  padding-right: 12px;
}

.product-display .product-display-action .product-basket .grey-arrow {
  position: absolute;
  display: inline-block;
  left: -15px;
  top: 20px;
  transform: rotate(-45deg);
  width: 40px;
  height: 40px;
  background: #ebebeb;
  text-indent: -9999px;
  text-decoration: none;
  color: transparent;
}

.product-display .product-display-action .product-basket .price-old,
.product-display .product-display-action .product-basket .price-old span {
  text-align: left;
  height: auto;
  line-height: 20px;
}

.product-display .product-display-action .product-basket .payment-logos {
  justify-content: space-between;
  align-items: center;
}

.product-display .product-display-action .product-basket .payment-logos img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 50px;
  max-height: 30px;
  width: 100%;
}

.product-display .product-display-action .product-basket .payment-logos div:nth-child(1) img {
  max-width: 70px;
  max-height: 70px;
}

.product-display .product-display-action .product-basket .payment-logos div:nth-child(4) img {
  max-width: 30px;
  max-height: 60px;
}

.product-display .subtitle {
  font-size: 1rem;
  line-height: 1rem;
  color: #b8b8b8;
  margin-bottom: 0.5rem;
}

.product-display .icon-container {
  display: inline-block;
}

.product-display .icon-container .check-icon {
  fill: #ffffff;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.5rem;
}

.product-display .icon-container .like-icon {
  width: 0.75rem;
  height: 0.95rem;
}

.product-display .icon-container .like-icon svg {
  height: 0.75rem;
  width: auto;
}

.product-display .pricing {
  padding-top: 1rem;
}

.product-display .pricing > div {
  padding: 0;
}

.product-display .pricing > span {
  display: block;
}

.product-display .pricing .price-old {
  display: block;
}

.product-display .pricing .price-main {
  display: block;
}

.product-display .pricing .price-main span {
  display: inline-block;
  font-family: "Fira Sans"; font-weight: 700;
}

.product-display ul {
  padding-left: 30px;
}

.product-display ul li::before {
  content: none;
  margin-left: -28px;
}

.product-display .hide-desktop {
  display: none;
}

.product-display.product-display-mobile {
  display: none;
}

.product-display.background-img > .row {
  position: relative;
  height: 100%;
  justify-content: flex-end;
  padding-top: 2.5rem;
}

.product-display.background-img span.normal {
  font-size: 1.25rem;
  display: inline;
}

.product-display-colored {
  background-color: #ebebeb;
  color: #282828;
}

.product-display-colored .row {
  align-items: center;
  justify-content: center;
}

.product-display-colored .row .product-display-img {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  text-align: center;
}

.product-display-colored .row .product-display-img img {
  width: 100%;
  max-width: 400px;
}

.product-display-colored ul li {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.1rem;
}

.product-display-colored h2,
.product-display-colored h3 {
  color: #282828;
}

.product-display-colored h3 {
  text-transform: uppercase;
}

.product-display-colored .primary-fill {
  fill: #282828 !important;
}

.product-display-colored .circle-right {
  top: 0;
}

.product-display-slider {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.product-display-slider .slick-dots {
  bottom: -1rem;
}

.product-display-container {
  display: block;
  position: relative;
  padding-right: 5%;
  padding-left: 5%;
}

.product-display-container .slick-next {
  right: -20px;
}

.product-display-container .slick-prev {
  left: -20px;
}

@media screen and (max-width: 992px) {
  .product-display .product-display-wrap {
    justify-content: center;
  }

  .product-display .product-display-txt {
    justify-content: center;
  }

  .product-display .product-display-txt .product-txt-center {
    position: relative;
    top: 0;
    transform: none;
    width: auto;
  }

  .product-display .product-display-txt .product-txt-center h6 {
    text-align: center;
  }

  .product-display .product-display-action {
    justify-content: center;
  }

  .product-display .product-display-action .product-basket .grey-arrow {
    top: -15px;
    left: 20px;
  }
}

@media screen and (max-width: 690px) {
  .product-page,
  .product-page .product-display {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .product-display .row {
    justify-content: center;
  }

  .product-display .row h1,
  .product-display .row h2,
  .product-display .row .subtitle {
    text-align: center;
  }

  .product-display .row .subtitle {
    margin-bottom: 1rem;
  }

  .product-display .row .icon {
    height: 1rem;
    width: 1rem;
  }

  .product-display .row .hide-desktop {
    display: inline-block;
  }

  .product-display .row h3.light {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .product-display .row .ratings svg {
    height: 18px;
    width: 15px;
  }

  .product-display .row .product-display-img {
    padding: 0;
  }

  .product-display .row .product-dose-count {
    text-align: center;
  }

  .product-display .row .pricing .price-old,
  .product-display .row .pricing .price-main,
  .product-display .row .ajax-add_to_cart,
  .product-display .row .pricing-safe-buy,
  .product-display .row .pricing-buy,
  .product-display .row .price-small {
    text-align: center;
  }

  .product-display-colored .product-display-img {
    text-align: center;
  }

  .product-display-colored .product-display-img img {
    max-width: 450px;
  }

  .product-display-colored .circle-right {
    top: 0;
  }

  .product-display-colored form.cart {
    text-align: center;
  }

  .product-display-container {
    padding-right: 5%;
    padding-top: 10%;
    padding-left: 5%;
  }

  .product-display.product-display-mobile {
    display: block;
  }
}

.basket-item-price-single {
  display: none !important;
}

.order-summary .order-summary-head {
  color: #fff;
  background-color: #282828;
  padding: 10px 16px;
}

.order-summary .order-summary-list {
  padding: 20px 16px;
}

.order-summary .order-summary-list > div:nth-last-of-type(2) {
  padding-bottom: 15px;
}

.order-summary .order-summary-list .top-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: left;
  padding-bottom: 5px;
}

.order-summary .order-summary-list .top-row span:first-of-type {
  flex-basis: 120px;
  margin-right: auto;
}

.order-summary .order-summary-list .top-row span:nth-of-type(2) {
  flex-basis: 78px;
  text-align: center;
}

.order-summary .order-summary-list .top-row span:nth-of-type(3) {
  flex-basis: 70px;
  text-align: center;
}

.order-summary .order-summary-list .top-row span:nth-of-type(4) {
  flex: 0 0 60px;
  text-align: right;
}

.order-summary .order-summary-list .bottom-row {
  display: flex;
  align-items: center;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}

.order-summary .order-summary-list .bottom-row span {
  margin-left: auto;
}

.order-summary .order-summary-item {
  flex-basis: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  padding-bottom: 5px;
}

.order-summary .order-summary-item .summary-item-name {
  flex-basis: 120px;
  margin-right: auto;
}

.order-summary .order-summary-item .summary-item-price {
  flex-basis: 78px;
  text-align: center;
}

.order-summary .order-summary-item .quantity-index-plain {
  flex-basis: 70px;
  text-align: center;
}

.order-summary .order-summary-item .summary-total-price {
  flex: 0 0 60px;
  text-align: right;
}

.order-summary .order-summary-item .quantity-wrap {
  flex-basis: 70px;
  display: flex;
  text-align: right;
}

.order-summary .order-summary-item .quantity-wrap .quantity-minus,
.order-summary .order-summary-item .quantity-wrap .quantity-plus {
  cursor: pointer;
}

.order-summary .order-summary-item .quantity-wrap .quantity-index {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #282828;
  margin: 0 5px;
}

.order-summary .order-summary-item .quantity-wrap .quantity-index span {
  position: absolute;
  display: block;
  line-height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.order-summary .basket-item-price-single {
  display: flex !important;
  flex-basis: 78px;
  text-align: left;
  padding: 0 0.5rem;
}

.order-summary .basket-item-price-single .amount {
  width: 100%;
}

.opinions .comment-submit-form .add-product-btn {
  text-transform: none;
}

.opinions .opinion-single {
  border-bottom: 2px solid #ebebeb;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.opinions .opinion-single .date {
  font-size: 0.8rem;
  line-height: 1rem;
  color: #b8b8b8;
}

.opinions .ratings {
  display: flex;
  align-items: center;
}

.opinions .ratings .empty-star,
.opinions .ratings .full-star {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.search .product-segment-layout {
  grid-template-columns: auto;
}

.search .product-segment-heading {
  margin-bottom: 50px;
}

.search article.page,
.search article.landing_page {
  height: 250px;
  background: #1fb25a;
  color: #fff;
  position: relative;
}

.search article.page .entry-header,
.search article.landing_page .entry-header {
  position: relative;
  height: 100%;
}

.search article.page .entry-header .entry-title,
.search article.landing_page .entry-header .entry-title {
  text-align: center;
  color: #fff;
  height: 100%;
}

.search article.page .entry-header .entry-title a,
.search article.landing_page .entry-header .entry-title a {
  color: #fff;
  height: 100%;
  display: block;
  width: 100%;
}

.search article.page .entry-header .entry-title a span,
.search article.landing_page .entry-header .entry-title a span {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: block;
}

#error-404-wrapper .page-content {
  max-width: 1024px;
  padding-top: 200px;
  padding-bottom: 200px;
}

#error-404-wrapper .page-content h1 {
  color: #1fb25a;
  text-align: center;
}

#error-404-wrapper .page-content p {
  text-align: center;
  margin-bottom: 20px;
}

#error-404-wrapper .page-content #searchform {
  max-width: 500px;
  margin: 0 auto;
}

#error-404-wrapper .page-content #searchform .btn-primary {
  background-color: #1fb25a;
  border-color: #1fb25a;
}

@media (max-width: 767px) {
  #error-404-wrapper .page-content {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  #error-404-wrapper .page-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.must-log-in a {
  text-decoration: underline;
}

.ui-dialog.wcml-cart-dialog p {
  margin-bottom: 0;
}

.ui-dialog.wcml-cart-dialog .ui-dialog-buttonset {
  width: 100%;
}

.ui-dialog.wcml-cart-dialog .ui-dialog-buttonset button {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background-color: #1fb25a;
  background-clip: padding-box;
  height: auto;
  width: calc(50% - 8px);
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 18.7px;
  text-decoration: none;
  float: right;
}

.ui-dialog.wcml-cart-dialog .ui-dialog-buttonset button:first-of-type {
  float: left;
}

#page_loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999999;
  background: #fff;
  width: 100vw;
  height: 100%;
}

#page_loader img {
  max-width: 100px;
  height: auto;
  position: relative;
  top: calc(50vh - 25px);
  left: 50%;
  transform: translateX(-50%);
}

.clicked.input-radio:before {
  background-color: #1fb25a !important;
  border-color: #1fb25a !important;
}

.notclicked.input-radio:before {
  background-color: transparent !important;
  border-color: #282828 !important;
}

.page-template-about-us .about-logo img {
  width: 5.25rem;
  max-width: 5.25rem;
}

.page-template-about-us h1 {
  margin: 3rem auto;
  max-width: 790px;
  text-align: center;
}

.page-template-about-us h2,
.page-template-about-us h3 {
  font-family: "FiraSans-Light";
  font-weight: bold;
}

.page-template-about-us .image-content-left .content-section.left .content-wrap,
.page-template-about-us .image-content-right .content-section.right .content-wrap {
  height: 100%;
}

.page-template-about-us .image-content-left .content-section.left .content-wrap .content-image,
.page-template-about-us .image-content-right .content-section.right .content-wrap .content-image {
  height: 100%;
}

.page-template-about-us .image-content-left .content-section.left .content-wrap .content-image img,
.page-template-about-us .image-content-right .content-section.right .content-wrap .content-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-about-us .image-content-left .content-section.left.center-content .content-wrap .content-image,
.page-template-about-us .image-content-right .content-section.right.center-content .content-wrap .content-image {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-about-us .image-content-left .content-section.left.center-content .content-wrap .content-image img,
.page-template-about-us .image-content-right .content-section.right.center-content .content-wrap .content-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.about-us-top {
  display: none;
}

@media screen and (max-width: 850px) {
  .about-black-notice {
    display: none;
  }

  .about-us-top {
    display: block;
  }

  .about-us-top .return-link a:before {
    color: #282828;
  }
}

.blog-segment-layout {
  position: relative;
  display: grid;
  grid-template-columns: 180px auto;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-gap: 30px;
}

.blog-segment-heading {
  position: relative;
  justify-content: space-between;
}

.blog-segment-heading h1 {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  margin: 0 0 15px 0;
  color: #282828;
  text-transform: none;
}

.blog-segment-heading span {
  font-size: 1rem;
  letter-spacing: -0.3px;
  cursor: pointer;
}

.blog-segment-side {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.blog-segment-side h1,
.blog-segment-side h3 {
  display: block;
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #282828;
}

.blog-segment-side a {
  display: block;
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #282828;
}

.blog-segment-side a:hover {
  color: #ebebeb;
}

.blog-segment-side ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-segment-side ul .active {
  text-decoration: underline;
}

.blog-segment-side ul li {
  line-height: 1rem;
}

.blog-segment-side ul li > a {
  font-family: "FiraSans-Light";
  font-size: 1rem;
  line-height: 1.3rem;
  text-transform: none;
  color: #282828;
  letter-spacing: -0.3px;
}

.blog-segment-side ul li > a:hover {
  color: #ebebeb;
}

.blog-segment-side ul li img {
  max-width: 100%;
}

.blog-segment-side .blog-previews li {
  padding-bottom: 1rem;
}

#side-search-bar {
  position: relative;
  font-family: "FiraSans-Light";
  font-size: 1rem;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
}

#side-search-bar .icon-container {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  outline: none;
  border: none;
  background: transparent;
}

#side-search-bar .icon-container .icon {
  padding: 2px;
}

#side-search-bar .form-control,
#side-search-bar #close-search {
  display: inline-block;
  background: transparent;
  border: 1px solid #ebebeb;
  border-radius: 0;
  outline: none;
  font-size: 1rem;
  line-height: 1rem;
  color: #282828;
  text-decoration: none;
}

#side-search-bar .form-control::-moz-placeholder {
  color: #ebebeb;
}

#side-search-bar .form-control:-ms-input-placeholder {
  color: #ebebeb;
}

#side-search-bar .form-control::placeholder {
  color: #ebebeb;
}

.blog-categories {
  margin-top: 20px;
}

.blog-categories ul li {
  padding-bottom: 10px;
}

.blog-categories ul li::before {
  content: none !important;
}

.blog-previews {
  padding: 1rem 0;
  max-width: 100%;
}

.blog-previews:nth-child(2) {
  border-bottom: 2px solid #ebebeb;
}

.blog-previews ul li img {
  max-width: 165px;
  max-height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-previews ul li::before {
  content: none !important;
}

.blog-segment-main {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.blog-segment-main .preloader {
  max-height: 40px;
  margin: 0 auto;
}

.blog-segment-top {
  display: none;
}

@media screen and (max-width: 850px) {
  .blog-black-notice {
    display: none;
  }

  .blog-segment-layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    grid-gap: 10px;
  }

  .blog-segment-heading {
    display: none;
  }

  .blog-segment .blog-segment-top {
    display: block;
  }

  .blog-segment .blog-segment-top .return-link {
    display: block;
    position: relative;
    width: 100%;
    color: #282828;
  }

  .blog-segment .blog-segment-top .return-link .row {
    position: relative;
    justify-items: left;
    align-items: center;
  }

  .blog-segment .blog-segment-top .return-link a:before {
    color: #282828;
  }

  .blog-segment .blog-segment-top .categories-bar {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }

  .blog-segment .blog-segment-top .categories-bar .categories-slider::before,
  .blog-segment .blog-segment-top .categories-bar .categories-slider::after {
    content: " ";
  }

  .blog-segment .blog-segment-top .categories-bar .categories-slider::-webkit-scrollbar {
    display: none;
  }

  .blog-segment .blog-segment-top .categories-bar .categories-slider {
    display: grid;
    grid-gap: calc(1.5rem / 2);
    grid-template-columns: calc(1.5rem / 2) repeat(5, -webkit-max-content) calc(1.5rem / 2);
    grid-template-columns: calc(1.5rem / 2) repeat(5, max-content) calc(1.5rem / 2);
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: left;
    padding: 0;
    margin: 0;
  }

  .blog-segment .blog-segment-top .categories-bar .categories-slider li::before {
    content: none;
  }

  .blog-segment .blog-segment-top .categories-bar .categories-slider .active:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #282828;
  }

  .blog-segment-side {
    display: none;
  }
}

.blog-single .return-link-arrow {
  fill: #000000;
  stroke: #000000;
}

.blog-segment-top {
  display: none;
}

.blog-single .banner-wrap {
  height: 300px;
}

.blog-single .banner-wrap img {
  height: 300px;
}

.blog-intro > .row {
  justify-content: space-between;
}

.blog-intro > .row .product-wrap {
  grid-template-columns: minmax(230, 280px);
  justify-content: center;
}

.blog-intro > .row .product-wrap .cart {
  text-align: center;
}

.blog-intro > .row .product-wrap .circle-red.circle-left .circle-tag {
  height: 4rem;
  width: 4rem;
}

.blog-intro > .row .product-wrap .circle-red.circle-left .circle-tag .circle-txt-large {
  font-size: 1.5rem;
}

.blog-intro > .row .green-heart {
  display: none;
}

.blog-intro .description-wrap {
  justify-content: center;
  text-align: center;
}

.blog-intro .product-info-mobile {
  display: block;
}

.blog-intro .product-info-mobile .like-icon {
  display: none;
}

.blog-intro .product-info-mobile .icon-container.svg-container:nth-child(2) {
  display: none;
}

.blog-content ul,
.blog-content li {
  margin: 0;
  padding: 0;
}

.blog-single .product-display .circle-tag {
  background-color: #de1528;
}

.blog-images .banner-wrap {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.blog-images .banner-wrap img {
  height: 200px;
  max-height: 200px;
}

.comment-single {
  border-bottom: 2px solid #ebebeb;
}

.comment-single .comment-info-grid {
  display: grid;
  grid-template-columns: -webkit-min-content 250px;
  grid-template-columns: min-content 250px;
  grid-template-rows: 1.2rem 1.2rem;
  grid-gap: 4px;
}

.comment-single .comment-info-grid .icon-container {
  grid-column: 1/2;
  grid-row: 1/3;
}

.comment-single .comment-info-grid .comment-username {
  grid-column: 2/3;
  grid-row: 1/2;
}

.comment-single .comment-info-grid .comment-date-time {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 0.8rem;
  color: #b8b8b8;
}

.comment-single .add-product-btn {
  color: #282828;
  background-color: #ebebeb;
  width: 7rem;
}

.comment-submit-form .row {
  justify-content: center;
}

.comment-submit-form .form-group span:nth-child(1) {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1.55rem;
}

.comment-submit-form .form-group .form-control {
  border-radius: 0;
  margin-bottom: 3px;
  resize: none;
}

.comment-submit-form .add-product-btn {
  display: block;
  margin-left: auto;
}

.comment-notes span {
  font: normal 100%/1.6 "FiraSans-Light" !important;
}

.comment-list {
  border-top: 2px solid #ebebeb;
  padding-right: 2rem;
  padding-left: 2rem;
}

.comment-list .comment {
  list-style: none;
  border-bottom: 2px solid #ebebeb;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.comment-list .comment footer {
  position: relative;
}

.comment-list .comment footer img {
  border-radius: 100%;
}

.comment-list .comment footer .fn {
  color: #282828;
  font: normal 100%/1.6 "FiraSans-Light";
  position: absolute;
  left: 46px;
}

.comment-list .comment footer .fn a {
  color: #282828;
  font: normal 100%/1.6 "FiraSans-Light";
}

.comment-list .comment footer .says {
  display: none;
}

.comment-list .comment footer .comment-metadata a time {
  font-size: 0.8rem;
  color: #b8b8b8;
  position: absolute;
  left: 46px;
  top: 22px;
}

.comment-list .comment .comment-content {
  padding-top: 10px;
}

.comment-list .comment .reply {
  color: #282828;
  background-color: #ebebeb;
  width: 7rem;
  text-align: center;
  height: auto;
  border-radius: 21px;
  line-height: 40px;
  text-transform: uppercase;
}

.comment-list .comment .reply a {
  color: #282828;
}

.comment-list .comment .children .comment {
  list-style: none;
  border-top: 2px solid #ebebeb;
  border-bottom: 0;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 0;
}

@media (max-width: 690px) {
  .comment-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .comment-list .comment .children {
    padding-left: 1.5rem;
  }
}

.blog_pagination .pagination {
  display: table;
  margin: 0 auto;
  margin-top: 48px;
}

.blog_pagination .pagination .page-numbers {
  display: inline-block;
  border-top: 1px solid #d3ced2;
  border-bottom: 1px solid #d3ced2;
  border-right: 1px solid #d3ced2;
  padding: 0;
  margin: 0;
  float: left;
  font-weight: 400;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #282828;
}

.blog_pagination .pagination .page-numbers:first-of-type {
  border-left: 1px solid #d3ced2;
}

.blog_pagination .pagination .page-numbers.current {
  background: #ebe9eb;
  color: #8a7e88;
  font-family: "Fira Sans"; font-weight: 700;
  border-left: 0;
}

.blog_pagination .pagination .page-numbers:hover {
  background: #ebe9eb;
}

.comment-awaiting-moderation {
  position: relative;
  top: 8px;
  display: none;
}

.comment-reply-login {
  display: none;
}

.comment-submit-form .center {
  width: 100%;
  display: block;
  text-align: center;
}

.comment-submit-form #opinion_form {
  display: none;
}

.comment-submit-form .ratings .rate {
  cursor: pointer;
}

.comment-submit-form .ratings .rate.full .star {
  fill: #1fb25a;
}

#opinions .comment-submit-form a {
  text-decoration: underline;
}

#opinions .preloader {
  max-width: 40px;
  display: block;
  margin-bottom: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 850px) {
  .blog-black-notice {
    display: none;
  }

  .blog-single-top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
  }

  .blog-single-top .return-link {
    display: block;
    position: relative;
    width: 100%;
    color: #282828;
  }

  .blog-single-top .return-link .row {
    position: relative;
    justify-items: left;
    align-items: center;
  }

  .blog-single-top .return-link a:before {
    color: #282828;
  }
}

@media screen and (max-width: 690px) {
  .blog-intro > .row {
    justify-content: center;
  }

  .blog-intro .product-wrap {
    max-width: 400px;
    margin: 0 auto;
  }

  .blog-single .product-display h2.main-title,
  .blog-single .product-display p.subtitle,
  .blog-single .product-display .product-display-img {
    text-align: center;
  }

  .comment-submit-form .add-product-btn {
    display: block;
    margin: auto;
    width: 100%;
  }

  .blog-image-slider::before,
  .blog-image-slider::after {
    content: " ";
  }

  .blog-image-slider::-webkit-scrollbar {
    display: none;
  }

  .blog-image-slider {
    display: grid;
    grid-gap: calc(1.5rem / 2);
    grid-template-columns: calc(1.5rem / 2) repeat(3, calc(var(--image-column) - 2.5rem)) calc(1.5rem / 2);
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: left;
  }
}

.page-template-default .banner-wrap {
  height: 350px;
}

.page-template-default .page-title {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #282828;
}

.default-segment-heading {
  justify-content: space-between;
}

.default-segment-heading span {
  font-size: 1rem;
  letter-spacing: -0.3px;
  cursor: pointer;
}

.default-segment-top {
  display: none;
}

@media screen and (max-width: 850px) {
  .default-segment-heading {
    display: none;
  }

  .default-segment-top {
    display: block;
  }

  .default-segment-top .return-link {
    display: block;
    position: relative;
    width: 100%;
    color: #282828;
  }

  .default-segment-top .return-link .row {
    position: relative;
    justify-items: left;
    align-items: center;
  }

  .default-segment-top .return-link a:before {
    color: #282828;
  }
}

.offer-template-default h2,
.page-template-category h2,
.single-post h2 {
  font-size: 40px;
  line-height: 44px;
}

.offer-template-default .category-page-top,
.page-template-category .category-page-top,
.single-post .category-page-top {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 3rem;
}

.offer-template-default .category-page-top .content-title,
.page-template-category .category-page-top .content-title,
.single-post .category-page-top .content-title {
  color: #282828;
  text-transform: uppercase;
  padding: 1rem 0;
  margin: 0;
}

.offer-template-default .category-page-top .content-image img,
.page-template-category .category-page-top .content-image img,
.single-post .category-page-top .content-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 300px;
}

.offer-template-default .category-page-top .content-text,
.page-template-category .category-page-top .content-text,
.single-post .category-page-top .content-text {
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: #282828;
  padding-top: 1rem;
}

.offer-template-default .category-grid,
.page-template-category .category-grid,
.single-post .category-grid {
  padding-bottom: 3rem;
}

.offer-template-default .category-grid .content-title,
.offer-template-default .category-grid .content-text,
.page-template-category .category-grid .content-title,
.page-template-category .category-grid .content-text,
.single-post .category-grid .content-title,
.single-post .category-grid .content-text {
  text-align: center;
}

.offer-template-default .category-grid .content-products-grid,
.page-template-category .category-grid .content-products-grid,
.single-post .category-grid .content-products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 30px;
  align-items: flex-end;
}

.offer-template-default .category-grid .content-products-grid .product-wrap img,
.page-template-category .category-grid .content-products-grid .product-wrap img,
.single-post .category-grid .content-products-grid .product-wrap img {
  height: auto;
  max-height: 300px;
}

.offer-template-default .category-grid .content-products-grid .product-wrap .green-heart,
.page-template-category .category-grid .content-products-grid .product-wrap .green-heart,
.single-post .category-grid .content-products-grid .product-wrap .green-heart {
  display: none;
}

.single-post .text-product-block,
.single-post .product-block {
  margin-bottom: 30px;
}

.single-post .text-product-block .product-wrap .product-add-btn .add-product-btn,
.single-post .text-product-block .product-txt-center .product-add-btn .add-product-btn,
.single-post .product-block .product-wrap .product-add-btn .add-product-btn,
.single-post .product-block .product-txt-center .product-add-btn .add-product-btn {
  max-width: 200px;
}

.single-post .icon-check.icon-element::before,
.single-post .icon-check ul li::before {
  color: #de1528;
}

.single-landing_page .text-product-block .add-product-btn,
.single-landing_page .text-product-block .fake-add-product-btn,
.single-post .text-product-block .add-product-btn,
.single-post .text-product-block .fake-add-product-btn {
  position: relative;
  z-index: 10;
}

.single-landing_page .text-product-block .fake-add-product-btn,
.single-post .text-product-block .fake-add-product-btn {
  color: #fff;
  border: 1px solid transparent;
  border-radius: 21px;
  line-height: 40px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 0 25px;
  text-transform: uppercase;
}

.single-landing_page .icon-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.single-landing_page .icon-container span:nth-child(1) {
  display: block;
}

.single-landing_page .icon-container span:nth-child(2),
.single-landing_page .icon-container span:nth-child(3) {
  position: relative;
  top: 2px;
}

.single-landing_page .product-page.planding-page .return-link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 25px;
}

.single-landing_page .product-page.planding-page.p_banner_image .return-link {
  top: 34px;
}

@media (max-width: 690px) {
  .single-landing_page .product-page.planding-page.p_banner_image .return-link {
    top: 0;
  }
}

@media (max-width: 850px) {
  .single-landing_page #footer.planding-page .floating-banner {
    display: block;
  }

  .single-landing_page #footer.planding-page .floating-banner .ajax-add_to_cart {
    height: 100%;
  }
}

.single-landing_page .woocommerce-notices-wrapper {
  display: none;
}

.single-landing_page .woocommerce-notices-wrapper:first-of-type {
  display: block;
}

.single-landing_page .support-number .phone {
  margin-left: 10px;
}

@media screen and (max-width: 800px) {
  .offer-template-default .category-grid .content-products-grid,
  .page-template-category .category-grid .content-products-grid,
  .single-post .category-grid .content-products-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 690px) {
  .offer-template-default .category-page-top .content-image,
  .page-template-category .category-page-top .content-image,
  .single-post .category-page-top .content-image {
    order: 1;
  }

  .offer-template-default .category-page-top .content-title,
  .page-template-category .category-page-top .content-title,
  .single-post .category-page-top .content-title {
    order: 2;
  }

  .offer-template-default .category-page-top .content-text,
  .page-template-category .category-page-top .content-text,
  .single-post .category-page-top .content-text {
    order: 3;
    padding-top: 0;
  }

  .offer-template-default .category-grid .content-products-grid,
  .page-template-category .category-grid .content-products-grid,
  .single-post .category-grid .content-products-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.single-post .category-grid {
  margin-top: 30px;
}

.checkout.woocommerce-checkout #billing_country_field,
.checkout.woocommerce-checkout #shipping_country_field {
  display: none;
}

.page-template-checkout-wp {
  /* Exclussive offer */
  /* Checkout coupon */
  /* Payment methods */
  /* Error message */
  /* Payment icons */
}

.page-template-checkout-wp .main-wrap a {
  text-decoration: underline;
}

.page-template-checkout-wp .main-wrap .ajax-add_to_cart a {
  text-decoration: none;
}

.page-template-checkout-wp .right_container {
  display: table;
  float: right;
  width: 50%;
}

@media (max-width: 767px) {
  .page-template-checkout-wp .right_container {
    width: 100%;
  }
}

.page-template-checkout-wp .checkout-title {
  text-align: center;
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 40px;
  line-height: 43px;
}

.page-template-checkout-wp .checkout.woocommerce-checkout .order-review-container {
  display: table;
  width: 100%;
}

.page-template-checkout-wp .checkout.woocommerce-checkout .order-review-container #order_review_heading,
.page-template-checkout-wp .checkout.woocommerce-checkout .order-review-container #order_review {
  width: 100%;
}

.page-template-checkout-wp .checkout.woocommerce-checkout .order-review-container #order_review_heading .cart_item .tax_label,
.page-template-checkout-wp .checkout.woocommerce-checkout .order-review-container #order_review .cart_item .tax_label {
  display: none;
}

@media (max-width: 767px) {
  .page-template-checkout-wp .checkout.woocommerce-checkout .order-review-container {
    width: 100%;
  }

  .page-template-checkout-wp .checkout.woocommerce-checkout .order-review-container #order_review_heading {
    margin-top: 0;
  }
}

.page-template-checkout-wp .exclusive-offer {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ebebeb;
}

.page-template-checkout-wp .exclusive-offer > h6 {
  color: #de1528;
  margin: 0;
  text-transform: uppercase;
}

.page-template-checkout-wp .exclusive-offer .preloader {
  display: block;
  margin: 0 auto;
  max-width: 40px;
}

.page-template-checkout-wp .exclusive-offer .offer-top {
  padding-top: 30px;
  background-color: #fbfbfb;
}

.page-template-checkout-wp .exclusive-offer .offer-countdown {
  padding-bottom: 20px;
}

.page-template-checkout-wp .exclusive-offer .offer-countdown span {
  display: block;
  text-transform: uppercase;
  margin: 0;
}

.page-template-checkout-wp .exclusive-offer .offer-countdown .countdown-container {
  margin: 0;
}

.page-template-checkout-wp .exclusive-offer .offer-wrap {
  display: flex;
  margin-bottom: 0px;
  padding: 16px;
  background-color: #1fb25a59;
}

.page-template-checkout-wp .exclusive-offer .offer-wrap .offer-image {
  flex: 0 1 auto;
  position: relative;
  max-width: 200px;
}

.page-template-checkout-wp .exclusive-offer .offer-wrap .offer-image img {
  width: 100%;
}

.page-template-checkout-wp .exclusive-offer .offer-wrap .offer-text {
  flex: 0 1 auto;
  align-self: center;
  text-align: left;
  padding-left: 25px;
}

.page-template-checkout-wp .exclusive-offer .offer-wrap .offer-text h6 {
  font-size: 20px;
  margin: 0;
}

.page-template-checkout-wp .exclusive-offer .offer-wrap .offer-text p {
  line-height: 1.4rem;
}

.page-template-checkout-wp .exclusive-offer .offer-wrap .offer-text .price-old,
.page-template-checkout-wp .exclusive-offer .offer-wrap .offer-text .price-main {
  display: inline-block;
  font-size: 18px;
}

.page-template-checkout-wp .checkout_coupon.woocommerce-form-coupon {
  display: block !important;
}

.page-template-checkout-wp .checkout_coupon.woocommerce-form-coupon {
  padding: 16px;
  margin: 16px 0;
  border-radius: 0;
  border: 1px solid #ebebeb;
  background-color: #fbfbfb;
}

.page-template-checkout-wp .checkout_coupon.woocommerce-form-coupon .form-row-first {
  background-color: #fff;
  width: 50%;
  padding: 0;
  margin-bottom: 0;
}

.page-template-checkout-wp .checkout_coupon.woocommerce-form-coupon .form-row-last {
  background-color: #fff;
  width: 50%;
  padding: 0;
  margin-bottom: 0;
}

.page-template-checkout-wp .checkout_coupon.woocommerce-form-coupon .form-row-last .button {
  font-family: "Fira Sans"; font-weight: 700;
  letter-spacing: -0.3px;
  text-align: center;
  color: #1fb25a;
  background-color: transparent;
  border: 1px solid #ebebeb;
  border-color: #ebebeb;
  border-radius: 0;
  width: 100%;
  max-width: none;
  padding: 12px 0 11px 0;
  margin-bottom: 0;
}

.page-template-checkout-wp .checkout_coupon.woocommerce-form-coupon #coupon_code {
  border: 1px solid #ebebeb;
  padding: 0 12px;
  border-radius: 0;
  border-right: 0;
  margin-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 41px;
  line-height: 41px;
}

.page-template-checkout-wp .woocommerce-checkout #payment .payment_methods li {
  display: flex;
  flex-wrap: wrap;
}

.page-template-checkout-wp .woocommerce-checkout #payment .payment_methods li .payment-box {
  flex: 0 1 100%;
}

.page-template-checkout-wp .woocommerce-error,
.page-template-checkout-wp .woocommerce-message {
  margin-bottom: 14px;
  /* position: absolute;
  top: -101px;
  right: 0;
  margin-bottom: 0;
  width: 100%; */
}

.page-template-checkout-wp .payment-icons {
  display: table;
  width: 50%;
  float: right;
  padding-top: 20px;
  padding-bottom: 30px;
}

.woocommerce form .woocommerce-account-fields .form-row {
  padding: 0;
}

.terms-conditions .woocommerce form .form-row label {
  line-height: 1.5rem;
}

@media screen and (max-width: 767px) {
  .page-template-checkout-wp .payment-icons {
    width: 100%;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 690px) {
  .page-template-checkout-wp h3 {
    text-align: center;
  }

  .page-template-checkout-wp .payment-icons {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .page-template-checkout-wp .woocommerce-account-fields {
    display: none !important;
  }

  .page-template-checkout-wp .exclusive-offer .offer-wrap {
    flex-direction: column;
    align-items: center;
  }

  .page-template-checkout-wp .exclusive-offer .offer-wrap .offer-text {
    text-align: center;
    padding: 0;
  }
}

/* Other */

#kl_newsletter_checkbox_field {
  display: block !important;
  opacity: 0;
  margin-top: 0px;
  margin-bottom: -30px;
  /* margin-top: 10px;
  margin-bottom:0; */
}

#kl_newsletter_checkbox_field .optional {
  display: none;
}

#kl_newsletter_checkbox_field label:before {
  display: none;
}

#kl_newsletter_checkbox_field input {
  z-index: 1;
}

#kl_newsletter_checkbox_field input:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #282828;
  transition: all 0.3s ease-in;
}

#kl_newsletter_checkbox_field input:checked::before {
  background-color: #1fb25a;
  border-color: #1fb25a;
}

.page-template-favorites-wp h1 {
  color: #000;
}

.page-template-favorites-wp .line-heart {
  fill: #000;
}

.page-template-favorites-wp .not-registred h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.page-template-favorites-wp .not-registred p {
  margin-bottom: 100px;
}

@media (max-width: 850px) {
  .page-template-favorites-wp .not-registred {
    display: block;
  }
}

.page-template-favorites-wp .btn.secondary-bg-color {
  line-height: 36px;
  color: #fff;
  background-clip: padding-box;
  height: auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 18.7px;
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.page-template-favorites-wp .product-info .btn.secondary-bg-color {
  background-color: transparent;
}

.favorites-segment-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-gap: 20px;
  align-items: flex-end;
}

.favorites-segment-layout .product-wrap img {
  height: auto;
  max-height: 300px;
}

.favorites-segment-layout .product-wrap .fav.remove .product-icon.heart-icon .line,
.favorites-segment-layout .product-wrap .fav.remove .product-icon.heart-icon .inner,
.favorites-segment-layout .product-wrap .fav.add .product-icon.heart-icon .line,
.favorites-segment-layout .product-wrap .fav.add .product-icon.heart-icon .inner {
  fill: #1fb25a;
  stroke: #1fb25a;
}

.favorites-segment-heading {
  flex-direction: column;
  justify-content: space-between;
}

.favorites-segment-heading span {
  font-size: 1rem;
  letter-spacing: -0.3px;
  cursor: pointer;
}

.favorites-segment-top {
  display: none;
}

#lastSeenPage .favorites-segment-layout,
.page-template-favorites-wp .favorites-segment-layout {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 960px) {
  #lastSeenPage .favorites-segment-layout,
  .page-template-favorites-wp .favorites-segment-layout {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 760px) {
  #lastSeenPage .favorites-segment-layout,
  .page-template-favorites-wp .favorites-segment-layout {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 560px) {
  #lastSeenPage .favorites-segment-layout,
  .page-template-favorites-wp .favorites-segment-layout {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 850px) {
  .favorites-segment-layout {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 850px) {
  .favorites-segment-heading {
    display: none;
  }

  .favorites-segment-top {
    display: block;
    border-bottom: 1px solid #ebebeb;
  }

  .favorites-segment-top .return-link {
    display: block;
    position: relative;
    width: 100%;
    color: #282828;
  }

  .favorites-segment-top .return-link .row {
    position: relative;
    justify-items: left;
    align-items: center;
  }

  .favorites-segment-top .return-link a:before {
    color: #282828;
  }

  .favorites-segment-top .filter-bar {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }

  .favorites-segment-top .filter-bar > div {
    padding-top: 4px;
    line-height: 2.5rem;
  }

  .favorites-segment-top .filter-bar > div:nth-child(1) {
    border-right: 1px solid #ebebeb;
  }
}

.page-template-home-wp h3 {
  font-family: "FiraSans-Medium";
}

.page-template-home-wp .certificates .row {
  height: 8rem;
  justify-content: center;
  align-items: center;
}

.page-template-home-wp .certificates .row > div {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  max-height: 5rem;
}

.page-template-home-wp .certificates .row img {
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}

.page-template-home-wp .text-expandable {
  border-top: 1px solid #ebebeb;
  color: #b8b8b8;
  cursor: pointer;
}

.page-template-home-wp .text-expandable .svg-container {
  display: block;
  cursor: pointer;
}

.page-template-home-wp .text-expandable .svg-container .plus-circle {
  height: 1.8rem;
  padding-bottom: 2px;
  stroke: #b8b8b8;
}

.page-template-home-wp .text-expandable .svg-container .plus-circle .vertical-line {
  transition: none;
}

.page-template-home-wp .text-expandable .svg-container.minus .vertical-line {
  transition: none;
  stroke: transparent;
}

.page-template-home-wp .text-expandable .hidden-text {
  display: none;
}

.page-template-home-wp .text-expandable .hidden-text.show {
  display: block;
}

.page-template-home-wp .text-expandable h4 {
  color: #282828;
}

.page-template-home-wp .image-slider .banner-title .title {
  font-size: 70px;
  line-height: 73px;
}

.page-template-home-wp .image-slider.vertical-slider .banner-title .title {
  font-size: 55px;
  line-height: 55px;
}

.page-template-home-wp .image-slider.slider-blog .banner-title .title {
  font-size: 30px;
  line-height: 33px;
}

@media screen and (max-width: 690px) {
  .page-template-home-wp .image-slider .banner-title .title {
    font-size: 40px;
    line-height: 43px;
  }

  .page-template-home-wp .image-slider.vertical-slider .banner-title .title {
    font-size: 40px;
    line-height: 43px;
  }

  .page-template-home-wp .image-slider.slider-blog .banner-title .title {
    font-size: 30px;
    line-height: 33px;
  }
}

.landing_page-template-default .product-display:nth-child(1) .product-display-wrap {
  padding-top: 4rem;
}

.landing_page-template-default #for_company {
  display: none;
}

.landing_page-template-default .woocommerce-checkout {
  background-color: #fbfbfb;
}

.landing_page-template-default .hide-shipping-on-landding {
  display: none !important;
}

.landing_page-template-default .wc_payment_method.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew {
  display: none !important;
}

.product-display-colored.background-img > .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.product-display-colored.background-img .bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.product-display-colored.background-img img {
  width: 100%;
}

.product-display-colored.background-img .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-gap: 10px;
  align-items: center;
}

.product-display-colored.background-img .product-grid .ul-left {
  grid-column: 1/2;
}

.product-display-colored.background-img .product-grid .product-display-img {
  grid-column: 2/3;
}

.product-display-colored.background-img .product-grid .grid-right {
  grid-column: 3/4;
}

.blank-text {
  text-align: center;
  background-color: #fff;
  line-height: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.blank-text p {
  margin: 0;
}

.banner-colored {
  text-align: center;
  color: #fff;
}

.banner-colored > span {
  display: block;
  padding: 1rem 0 0 0;
}

.order-form-wrap {
  position: relative;
}

.order-form-wrap .row {
  align-items: center;
}

.order-form-wrap .slider-center {
  margin: auto 0;
}

.order-form-wrap .slider-center .content-slider {
  max-width: 450px;
  height: auto;
}

.order-form-wrap .slider-center .content-slider .slider-flex {
  justify-content: center;
}

.order-form-wrap .countdown-progress-bar {
  max-width: 300px;
  width: 300px;
}

.order-form-wrap .countdown-progress-bar::after {
  content: " ";
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: #ebebeb;
}

.order-form-wrap .countdown-progress-bar::before {
  content: " ";
  position: absolute;
  display: block;
  z-index: 10;
  bottom: 0;
  width: 30%;
  height: 10px;
  border-radius: 5px;
  background-color: #de1528;
}

.order-form-wrap .gift .icon-container {
  width: 2.5rem;
}

.order-form-wrap .order-form .form-control,
.order-form-wrap .order-form .form-mr {
  margin-right: 3px;
}

.order-form-wrap .order-form .form-check {
  padding: 0.375rem 0.75rem 0.375rem 1.25rem;
}

.order-form-wrap .order-form .form-check-input {
  margin-top: 0;
  margin-right: 1rem;
}

.order-form-wrap .order-form span.bold {
  display: inline-block;
  font-size: 1.125rem;
  text-align: center;
  width: 100%;
}

.order-form-wrap .order-form .blank-form {
  display: flex;
  align-items: flex-start;
  background: none;
  background-color: transparent;
  border: none;
}

.order-form-wrap .order-form ul li::before {
  content: none !important;
}

.order-form-wrap .form-row.validate-required .woocommerce-form__label.checkbox .input-checkbox {
  position: relative;
  height: 22px;
  width: 20px;
  cursor: pointer;
  padding: 0;
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
}

.image-notice {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.7rem;
}

.image-notice .row {
  align-items: center;
}

.image-notice ul {
  line-height: 2rem;
}

.image-notice .txt-center {
  margin: auto 0;
  width: 100%;
  max-width: 100%;
}

.image-notice img {
  width: 100%;
}

.image-notice p {
  margin: 0;
}

.image-notice .portrait-image {
  overflow: hidden;
  height: 250px;
  width: 250px;
  max-height: 250px;
  margin: 0 auto;
  border-radius: 125px;
}

.image-notice .portrait-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.image-notice .ilustration {
  max-height: 350px;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}

.support-number {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.support-number svg {
  display: block;
}

.support-number span.bold {
  font-size: 1.125rem;
  line-height: 1.3rem;
}

@media screen and (max-width: 690px) {
  .landing_page-template-default .product-display:nth-child(1) .product-display-wrap {
    padding-top: 0;
  }

  .product-display.product-display-mobile {
    display: block;
  }

  .product-description.landing-page {
    text-align: center;
    line-height: 1.5rem;
  }

  .product-description.landing-page .center-wrap-y {
    position: relative;
    top: 0;
    transform: none;
  }

  .product-description.landing-page h2 {
    font-size: 1.875rem;
    line-height: 1.9rem;
  }

  .product-description.landing-page h3 {
    font-size: 1.25rem;
    line-height: 1.55rem;
  }

  .product-display .product-display-img.product-display-gallery-img .gallery-wrap {
    position: relative;
  }

  .product-display .product-display-txt.product-display-gallery-txt .number {
    display: none;
  }

  .product-display .product-display-txt.product-display-gallery-txt ul {
    padding-left: 30px;
  }

  .product-display-colored.background-img {
    height: 60rem;
  }

  .product-display-colored.background-img .product-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content);
    grid-gap: 10px;
  }

  .product-display-colored.background-img .product-grid .product-display-img {
    grid-row: 1/2;
    grid-column: 1/2;
  }

  .product-display-colored.background-img .product-grid .ul-left {
    grid-row: 2/3;
    grid-column: 1/2;
    text-align: right;
  }

  .product-display-colored.background-img .product-grid .ul-right {
    grid-row: 3/4;
    grid-column: 1/2;
  }

  .blank-text {
    font-size: 1.125rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .image-notice .txt-center {
    position: relative;
    top: 0;
    transform: none;
  }

  .support-number {
    position: relative;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background-color: rgba(255, 255, 255, 0.7);
  }
}

@media screen and (max-width: 690px) {
  .landing_page-template-default .floating-banner {
    display: block;
  }
}

#buy_form .woocommerce-privacy-policy-text a {
  text-decoration: underline;
}

.single-product .product-page {
  font-family: "FiraSans-Light";
  font-size: 1rem;
  line-height: 1.5rem;
  color: #282828;
}

.single-product .product-page :nth-child(2) .product-display-wrap {
  padding-top: 3rem;
}

@media screen and (max-width: 992px) {
  .single-product .product-page :nth-child(2) .product-display-wrap {
    padding-top: 0;
  }
}

.return-link.primary-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.7);
  color: #de1367;
}

.return-link.primary-color.relative {
  position: relative;
}

.return-link.primary-color .row {
  position: relative;
  justify-content: center;
  align-items: center;
}

.support-number {
  font-size: 1.125rem;
  line-height: 1.3rem;
}

.ratings svg {
  height: 18px;
  width: 15px;
  padding-bottom: 3px;
  margin-right: 0.3rem;
}

.product-description {
  text-align: left;
  line-height: 1.4rem;
}

.product-description span {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.product-description img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.product-description h6 {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Fira Sans"; font-weight: 700;
  font-weight: normal;
  margin: 0;
}

.product-description.landing-page {
  min-height: 300px;
  line-height: 1.3rem;
}

.product-description.landing-page > .row {
  min-height: 300px;
}

.product-description.landing-page h2 {
  text-transform: none;
  color: #de1367;
}

.usage .row {
  text-align: left;
}

.usage .usage-steps {
  text-align: center;
  font-size: 1rem;
}

.usage .usage-steps::before {
  content: " ";
  display: block;
  position: absolute;
  height: 120px;
  width: 1px;
  background-color: red;
}

.ingredients-info .row {
  align-items: center;
}

.ingredients-info img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
}

.ingredients-info .nutrients-slider {
  align-items: flex-start;
}

.ingredients-info ul {
  margin: 0;
}

.nutrients-table-wrap tr:nth-child(2) td:nth-child(1) {
  font-family: "Fira Sans"; font-weight: 700;
}

.nutrients-table-wrap tr td:nth-child(1) {
  padding-left: 10px;
  padding-right: 10px;
}

.nutrients-table-wrap tr:nth-child(even) td {
  background-color: #f0f0f0;
}

.nutrients-table-wrap tr td:nth-child(2) {
  padding-right: 10px;
  padding-left: 10px;
}

.nutrients-table-wrap td {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ingredients-info-slider {
  padding-left: 3rem;
  padding-right: 3rem;
}

.ingredients-info-slider .ingredients-item {
  display: grid;
  align-items: center;
  grid-gap: 20px;
}

.ingredients-info-slider .ingredients-item.left {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "textItem imageItem";
}

.ingredients-info-slider .ingredients-item.right {
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "imageItem textItem";
}

.ingredients-info-slider .ingredients-item .ingredients-item-text {
  grid-area: textItem;
}

.ingredients-info-slider .ingredients-item .ingredients-item-image {
  grid-area: imageItem;
}

.ingredients-info-slider .ingredients-item .ingredients-item-image img {
  max-height: 200px;
  -o-object-position: left;
     object-position: left;
}

.benefits {
  background-color: #de1367;
  color: #fff;
  margin: 0 auto;
}

.benefits .benefits-grid {
  display: grid;
  grid-template-columns: 1fr 0.2fr 1fr;
  grid-template-rows: -webkit-min-content -webkit-min-content;
  grid-template-rows: min-content min-content;
  grid-gap: 1rem;
}

.benefits .pros-title {
  grid-column: 1/2;
  grid-row: 1/2;
  justify-self: center;
}

.benefits .cons-title {
  grid-column: 3/4;
  grid-row: 1/2;
  justify-self: center;
}

.benefits .pros {
  grid-column: 1/2;
  grid-row: 2/3;
}

.benefits .pros ul {
  padding-left: 30px;
}

.benefits .pros p::before,
.benefits .pros li::before {
  content: "+ ";
  margin-left: -21px;
}

.benefits .cons {
  grid-column: 3/4;
  grid-row: 2/3;
}

.benefits .cons ul {
  padding-left: 30px;
}

.benefits .cons p::before,
.benefits .cons li::before {
  content: "- ";
  margin-left: -21px;
}

.benefits .svg-container {
  display: inline-block;
}

.benefits .svg-container .plus-circle,
.benefits .svg-container .minus-circle {
  height: 2.2rem;
  padding-bottom: 2px;
  stroke: white;
}

.benefits ul {
  font-family: "Fira Sans"; font-weight: 700;
  line-height: 1.7rem;
  margin: 0;
}

.product-page .slick-dots li {
  margin: 0;
}

.product-page .slick-dots li button:before {
  font-size: 8px;
}

.product-page .slick-dots li.slick-active button:before {
  color: #de1367;
}

.product-page .slick-prev {
  left: -10px;
}

.product-page .slick-next {
  right: -10px;
}

.product-page .slick-prev:before,
.product-page .slick-next:before {
  color: #4c4d4f;
  font-family: swiper-icons;
  font-size: 1.5rem;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.product-page .slick-prev:before {
  content: "prev";
}

.product-page .slick-next:before {
  content: "next";
}

.cost-calculator h2,
.happy-customers h2,
.time-of-use h2 {
  text-align: center;
}

.cost-calculator h2 {
  font-size: 26px;
}

.price-small,
.price-small span {
  font-size: 16px;
  line-height: 24px;
}

.price-large,
.price-large span {
  font-size: 40px;
  line-height: 52px;
}

@media screen and (max-width: 850px) {
  .product-page .return-link {
    display: inline-block;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 690px) {
  .return-link {
    display: inline-block;
  }

  .usage .usage-steps {
    justify-content: center;
    text-align: center;
    font-size: 1rem;
  }

  .usage .usage-steps::before {
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 1px;
  }

  .nutrients-table span:nth-child(1),
  .nutrients-table span:nth-child(4),
  .nutrients-table span:nth-child(7) {
    font-weight: 300 !important;
  }

  .ingredients-info-slider::before,
  .ingredients-info-slider::after {
    content: " ";
  }

  .ingredients-info-slider::-webkit-scrollbar {
    display: none;
  }

  .ingredients-info-slider {
    display: grid;
    grid-gap: calc(1.5rem / 2);
    grid-template-columns: calc(1.5rem / 2) 0.7fr 0.3fr calc(1.5rem / 2);
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: left;
    padding: 0;
  }

  .ingredients-info-slider p {
    margin: 0;
  }

  .ingredients-info-slider .ingredients-item,
  .ingredients-info-slider .ingredients-item.left,
  .ingredients-info-slider .ingredients-item.right {
    grid-template-columns: 1fr;
    grid-template-rows: 200px auto;
    grid-template-areas: "imageItem" "textItem";
    align-items: center;
  }

  .ingredients-info-slider .ingredients-item.text-only {
    grid-template-rows: auto;
    grid-gap: 0;
  }

  .ingredients-info-slider .ingredients-item-text,
  .ingredients-info-slider .ingredients-item-image {
    height: 100%;
  }

  .nutrients-slider::before,
  .nutrients-slider::after {
    content: " ";
  }

  .nutrients-slider::-webkit-scrollbar {
    display: none;
  }

  .nutrients-slider {
    display: grid;
    grid-gap: calc(1.5rem / 2);
    grid-template-columns: calc(1.5rem / 2) minmax(390px, calc(var(--image-column) - 2.5rem)) calc(var(--image-column) - 2.5rem) calc(1.5rem / 2);
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: left;
  }

  .nutrients-table-wrap {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .nutrients-warning {
    grid-column: 3/4;
    grid-row: 1/2;
  }

  .nutrients-footnote {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .benefits .benefits-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, -webkit-min-content);
    grid-template-rows: repeat(4, min-content);
  }

  .benefits .pros-title {
    grid-column: 1/2;
    grid-row: 1/2;
    justify-self: center;
  }

  .benefits .pros-title span {
    display: block;
  }

  .benefits .pros {
    grid-column: 1/2;
    grid-row: 2/3;
    justify-self: center;
    width: 100%;
  }

  .benefits .cons-title {
    grid-column: 1/2;
    grid-row: 3/4;
    justify-self: center;
  }

  .benefits .cons-title span {
    display: block;
  }

  .benefits .cons {
    grid-column: 1/2;
    grid-row: 4/5;
    justify-self: center;
    width: 100%;
  }

  .benefits .svg-container {
    display: block;
  }
}

.product-segment-heading {
  position: relative;
  justify-content: space-between;
}

.product-segment-heading h1 {
  color: #282828;
}

.product-segment-heading span {
  font-size: 1rem;
  letter-spacing: -0.3px;
  cursor: pointer;
}

.product-segment-top {
  display: none;
}

.product-segment-layout {
  position: relative;
  display: grid;
  grid-template-columns: 200px auto;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-gap: 30px;
}

.product-segment-layout .product-segment-side {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.product-segment-layout .product-segment-side .active {
  text-decoration: underline;
}

.product-segment-layout .product-segment-side > div {
  padding: 1rem 0;
}

.product-segment-layout .product-segment-side > div:nth-child(1),
.product-segment-layout .product-segment-side > div:nth-child(2),
.product-segment-layout .product-segment-side > div:nth-child(3) {
  border-bottom: 2px solid #ebebeb;
}

.product-segment-layout .product-segment-side li::before {
  content: none;
}

.product-segment-layout .product-segment-side a {
  display: block;
  font-family: "Fira Sans"; font-weight: 700;
  font-size: 1rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #282828;
}

.product-segment-layout .product-segment-side a:hover {
  color: #ebebeb;
}

.product-segment-layout .product-segment-side ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-segment-layout .product-segment-side ul li {
  line-height: 1rem;
}

.product-segment-layout .product-segment-side ul li > a {
  font-family: "FiraSans-Light";
  font-size: 1rem;
  line-height: 2rem;
  text-transform: none;
  color: #282828;
  letter-spacing: -0.3px;
}

.product-segment-layout .product-segment-side ul li > a:hover {
  color: #ebebeb;
}

.product-segment-layout .product-segment-side .filter .active {
  text-decoration: none;
}

.product-segment-layout .product-segment-side .filter .active span {
  text-decoration: underline;
}

.product-segment-layout .product-segment-side .filter .active span.prod_count {
  text-decoration: none;
}

.product-segment-layout .product-segment-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: 30px;
  align-items: flex-end;
}

.product-segment-layout .product-segment-main .green-heart {
  display: none;
}

.product-segment-layout .product-segment-main img {
  max-height: 250px;
}

.product-segment-layout .woocommerce-pagination {
  grid-column: 1/3;
}

.product-segment-layout .woocommerce-pagination ul {
  border: 0;
}

.product-segment-layout .woocommerce-pagination ul li {
  width: 50px;
  height: 50px;
  border: 0;
}

.product-segment-layout .woocommerce-pagination ul li:before {
  content: "";
  display: none;
}

.product-segment-layout .woocommerce-pagination ul li span,
.product-segment-layout .woocommerce-pagination ul li a {
  padding: 0;
  width: 100%;
  height: 50px;
  line-height: 34px !important;
  color: #282828;
}

.product-segment-layout .woocommerce-pagination ul li span.current {
  font-family: "Fira Sans"; font-weight: 700;
  background: transparent;
  color: #282828;
}

.tax-product_cat .product-segment-main {
  position: relative;
}

.tax-product_cat .product-segment-main .preloader {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.tax-product_cat .woocommerce-pagination.hide {
  display: none;
}

@media screen and (max-width: 1300px) {
  .product-segment-layout .product-segment-main {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1100px) {
  .product-segment-layout .product-segment-main {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 850px) {
  .product-segment-heading {
    display: none;
  }

  .product-segment-top {
    display: block;
  }

  .product-segment-top .return-link {
    display: block;
    position: relative;
    width: 100%;
    color: #282828;
  }

  .product-segment-top .return-link a {
    width: 20px;
  }

  .product-segment-top .return-link a:before {
    color: #282828;
  }

  .product-segment-top .filter-bar {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }

  .product-segment-top .filter-bar > div:nth-child(1),
  .product-segment-top .filter-bar > div:nth-child(2) {
    padding-top: 4px;
    line-height: 2.5rem;
  }

  .product-segment-top .filter-bar > div:nth-child(1) {
    border-right: 1px solid #ebebeb;
  }

  .product-segment-top .filter-bar .filter-mobile-btn:focus,
  .product-segment-top .filter-bar .filter-mobile-btn:hover {
    color: #282828;
  }

  .product-segment-layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
  }

  .product-segment-layout .product-segment-main {
    grid-template-columns: 1fr 1fr;
    padding-top: 20px;
  }

  .product-segment-layout .product-segment-side {
    display: none;
  }

  .product-segment-layout .woocommerce-pagination {
    grid-column: 1/2;
  }
}

@media screen and (max-width: 420px) {
  .product-segment-layout .woocommerce-pagination ul li {
    width: 37px;
    height: 37px;
  }

  .product-segment-layout .woocommerce-pagination ul li span,
  .product-segment-layout .woocommerce-pagination ul li a {
    height: 37px;
    line-height: 19px !important;
  }
}

.thank-you-text {
  text-align: center;
}

.thank-you-text h3 {
  margin-bottom: 30px;
}

.thank-you-gift {
  position: relative;
  margin: 60px auto 70px auto;
}

.thank-you-gift .gift-message {
  position: relative;
  color: #fff;
  background-color: #1fb25a;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

.thank-you-gift .gift-message .download-link {
  position: relative;
  display: inline-block;
  z-index: 10;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px;
  text-decoration: none;
}

.thank-you-gift .gift-message img {
  position: absolute;
  left: -130px;
  height: 200px;
  width: 200px;
  top: -25%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.order-info {
  display: flex;
}

.order-info .order-summary {
  flex: 0 0 60%;
}

.order-info .order-summary .order-summary-list .bottom-row {
  display: block;
  text-align: right;
}

.order-info .order-summary .order-summary-list .order-summary-item.child {
  opacity: 0.7;
}

.order-info .order-summary .order-summary-list .order-summary-item.child .summary-item-name {
  flex-basis: 300px;
  padding-left: 10px;
}

@media (max-width: 930px) {
  .order-info .order-summary .order-summary-list .order-summary-item.child .summary-item-name {
    flex-basis: 200px;
  }
}

.order-info .order-address {
  flex: 0 0 calc(40% - 30px);
  padding-left: 40px;
  padding-top: 15px;
}

.order-info .order-address span {
  display: block;
  font-size: 16px;
  line-height: 25px;
}

.order-info .order-address .bill-address {
  margin-bottom: 20px;
}

@media screen and (max-width: 690px) {
  .thank-you-page {
    margin-bottom: 80px;
  }

  .thank-you-gift {
    margin-bottom: 300px;
  }

  .thank-you-gift .gift-message img {
    top: auto;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
    -o-object-position: center;
       object-position: center;
  }

  .order-info {
    flex-direction: column;
    padding: 0;
  }

  .order-info .order-summary-list {
    font-size: 14px;
  }

  .order-info .order-address {
    text-align: center;
    padding-left: 0;
  }

  .order-info .order-address .bill-address {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .order-info .order-summary .order-summary-list {
    padding: 20px 0;
  }
}

.woocommerce-account,
.page-template-registration {
  /* Edit address */
}

.woocommerce-account .main-wrap a,
.page-template-registration .main-wrap a {
  text-decoration: underline;
}

.woocommerce-account h1.page-title,
.page-template-registration h1.page-title {
  font-size: 40px;
  line-height: 43px;
  color: #282828;
}

.woocommerce-account h2,
.page-template-registration h2 {
  color: #282828;
}

.woocommerce-account .woocommerce-MyAccount-navigation .list-group-item,
.page-template-registration .woocommerce-MyAccount-navigation .list-group-item {
  border: 1px solid #ebebeb;
  border-radius: 0;
}

.woocommerce-account .btn.btn-outline-primary,
.page-template-registration .btn.btn-outline-primary {
  text-decoration: none;
  font-family: "Fira Sans"; font-weight: 700;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background-color: #1fb25a;
  background-clip: padding-box;
  height: auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 18.7px;
}

.woocommerce-account form.woocommerce-form,
.page-template-registration form.woocommerce-form {
  border: 1px solid #ebebeb;
  border-radius: 0;
}

.woocommerce-account form.woocommerce-form .input-text,
.page-template-registration form.woocommerce-form .input-text {
  display: block;
  position: relative;
  z-index: 2;
  font-family: "FiraSans-Light";
  font-size: 1rem;
  line-height: 33px;
  padding: 0 0.375rem;
  width: 100%;
  height: 33px;
  color: #282828;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 0;
}

.woocommerce-account form.woocommerce-form .woocommerce-form__label-for-checkbox,
.page-template-registration form.woocommerce-form .woocommerce-form__label-for-checkbox {
  margin-left: 20px;
}

.woocommerce-account form.woocommerce-form.woocommerce-form-login label,
.woocommerce-account form.woocommerce-form.woocommerce-form-login .input-text,
.page-template-registration form.woocommerce-form.woocommerce-form-login label,
.page-template-registration form.woocommerce-form.woocommerce-form-login .input-text {
  width: 100%;
}

.woocommerce-account form.woocommerce-form.woocommerce-form-login .password-input,
.page-template-registration form.woocommerce-form.woocommerce-form-login .password-input {
  width: 100%;
}

.woocommerce-account form.woocommerce-form.woocommerce-form-login .password-input .show-password-input,
.page-template-registration form.woocommerce-form.woocommerce-form-login .password-input .show-password-input {
  top: 5px;
}

.woocommerce-account form.woocommerce-form.woocommerce-form-login .password-input #password,
.page-template-registration form.woocommerce-form.woocommerce-form-login .password-input #password {
  width: 100%;
}

.woocommerce-account form.woocommerce-form.woocommerce-form-login .woocommerce-LostPassword.lost_password,
.page-template-registration form.woocommerce-form.woocommerce-form-login .woocommerce-LostPassword.lost_password {
  margin-bottom: 0;
}

.woocommerce-account mark,
.page-template-registration mark {
  background-color: transparent;
  font-family: "Fira Sans"; font-weight: 700;
}

.woocommerce-account .woocommerce-table,
.page-template-registration .woocommerce-table {
  border: 1px solid #ebebeb;
  border-radius: 0 !important;
  border-spacing: 0;
}

.woocommerce-account .woocommerce-table thead,
.page-template-registration .woocommerce-table thead {
  background: #ebebeb;
  font-family: "Fira Sans"; font-weight: 700;
  border-radius: 0;
}

.woocommerce-account .woocommerce-table thead .woocommerce-orders-table__header-order-actions,
.page-template-registration .woocommerce-table thead .woocommerce-orders-table__header-order-actions {
  text-align: right;
}

.woocommerce-account .woocommerce-table .woocommerce-orders-table__cell-order-actions,
.page-template-registration .woocommerce-table .woocommerce-orders-table__cell-order-actions {
  text-align: right;
}

.woocommerce-account .woocommerce-table .woocommerce-orders-table__cell-order-actions .btn,
.page-template-registration .woocommerce-table .woocommerce-orders-table__cell-order-actions .btn {
  display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-orders-table {
  border: 1px solid #ebebeb;
  border-radius: 0;
  border-spacing: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-orders-table thead {
  background: #ebebeb;
  font-family: "Fira Sans"; font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead .woocommerce-orders-table__header-order-actions,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-orders-table thead .woocommerce-orders-table__header-order-actions {
  text-align: right;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
  text-align: right;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .btn,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .btn {
  display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
  color: #282828;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot {
  background: #ebebeb;
  font-family: "Fira Sans"; font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tr td:last-of-type,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-table--order-details tr td:last-of-type {
  text-align: right;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead th:last-of-type,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-table--order-details thead th:last-of-type {
  text-align: right;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column {
  max-width: 50%;
  width: 50%;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column .woocommerce-column__title,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column .woocommerce-column__title {
  color: #282828;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column:first-of-type,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column:first-of-type {
  padding-left: 0;
  padding-right: 7px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column:last-of-type,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column:last-of-type {
  padding-left: 7px;
  padding-right: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column address,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column address {
  border: 1px solid #ebebeb;
  border-radius: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .edit,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .edit {
  position: absolute;
  font-family: "Fira Sans"; font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background-color: #1fb25a;
  background-clip: padding-box;
  height: auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 90px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 18.7px;
  bottom: 15px;
  right: 13px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-EditAccountForm input {
  display: block;
  position: relative;
  z-index: 2;
  font-family: "FiraSans-Light";
  font-size: 1rem;
  line-height: 33px;
  padding: 0 0.375rem;
  width: 100%;
  height: 33px;
  color: #282828;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset label,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset input,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset label,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset input {
  width: 100%;
  max-width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .password-input,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .password-input {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .password-input .show-password-input,
.page-template-registration .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .password-input .show-password-input {
  top: 5px;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content,
  .page-template-registration .woocommerce-MyAccount-content {
    margin-top: 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number,
  .page-template-registration .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number {
    background: #ebebeb;
    font-family: "Fira Sans"; font-weight: 700;
  }
}

.woocommerce-account .woocommerce-address-fields .form-row label,
.woocommerce-account .woocommerce-address-fields .form-row span,
.page-template-registration .woocommerce-address-fields .form-row label,
.page-template-registration .woocommerce-address-fields .form-row span {
  flex: 1 1 100%;
  max-width: 100%;
}

.woocommerce-account .woocommerce-address-fields .form-row input,
.woocommerce-account .woocommerce-address-fields .form-row select,
.page-template-registration .woocommerce-address-fields .form-row input,
.page-template-registration .woocommerce-address-fields .form-row select {
  display: block;
  font-size: 1rem;
  color: #495057;
  line-height: 39px;
  height: 39px;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Woocommerce message */

.woocommerce-message .btn.btn-outline-primary {
  font-family: "FiraSans-Light";
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background-color: #1fb25a;
  background-clip: padding-box;
  height: auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 18.7px;
}

.woocommerce-message:before {
  top: 50%;
  transform: translateY(-50%);
}

.page-template-registration #customer_login {
  margin-left: 0;
}

.page-template-registration .default-segment-heading h1.page-title {
  padding-left: 15px !important;
}

.page-template-registration .woocommerce-notices-wrapper {
  width: 100%;
  padding: 0 15px;
}

/* All */

[lang=hr] .woocommerce .checkout.woocommerce-checkout #billing_country_field,
[lang=hr] .woocommerce .checkout.woocommerce-checkout #shipping_country_field,
[lang=de-DE] .woocommerce .checkout.woocommerce-checkout #billing_country_field,
[lang=de-DE] .woocommerce .checkout.woocommerce-checkout #shipping_country_field,
[lang=pl-PL] .woocommerce .checkout.woocommerce-checkout #billing_country_field,
[lang=pl-PL] .woocommerce .checkout.woocommerce-checkout #shipping_country_field,
[lang=hu-HU] .woocommerce .checkout.woocommerce-checkout #billing_country_field,
[lang=hu-HU] .woocommerce .checkout.woocommerce-checkout #shipping_country_field,
[lang=sk-SK] .woocommerce .checkout.woocommerce-checkout #billing_country_field,
[lang=sk-SK] .woocommerce .checkout.woocommerce-checkout #shipping_country_field,
[lang=cs-CZ] .woocommerce .checkout.woocommerce-checkout #billing_country_field,
[lang=cs-CZ] .woocommerce .checkout.woocommerce-checkout #shipping_country_field,
[lang=it-IT] .woocommerce .checkout.woocommerce-checkout #billing_country_field,
[lang=it-IT] .woocommerce .checkout.woocommerce-checkout #shipping_country_field,
[lang=sl-SI] .woocommerce .checkout.woocommerce-checkout #billing_country_field,
[lang=sl-SI] .woocommerce .checkout.woocommerce-checkout #shipping_country_field,
[lang=es-ES] .woocommerce .checkout.woocommerce-checkout #billing_country_field,
[lang=es-ES] .woocommerce .checkout.woocommerce-checkout #shipping_country_field,
[lang=en-US] .woocommerce .checkout.woocommerce-checkout #billing_country_field,
[lang=en-US] .woocommerce .checkout.woocommerce-checkout #shipping_country_field {
  border: 1px solid #ebebeb;
  padding: 8px 12px;
  border-radius: 0;
  margin-bottom: 10px;
  background-color: #fff;
}

[lang=hr] .woocommerce .checkout.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper strong,
[lang=hr] .woocommerce .checkout.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper strong,
[lang=de-DE] .woocommerce .checkout.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper strong,
[lang=de-DE] .woocommerce .checkout.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper strong,
[lang=pl-PL] .woocommerce .checkout.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper strong,
[lang=pl-PL] .woocommerce .checkout.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper strong,
[lang=hu-HU] .woocommerce .checkout.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper strong,
[lang=hu-HU] .woocommerce .checkout.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper strong,
[lang=sk-SK] .woocommerce .checkout.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper strong,
[lang=sk-SK] .woocommerce .checkout.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper strong,
[lang=cs-CZ] .woocommerce .checkout.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper strong,
[lang=cs-CZ] .woocommerce .checkout.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper strong,
[lang=it-IT] .woocommerce .checkout.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper strong,
[lang=it-IT] .woocommerce .checkout.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper strong,
[lang=sl-SI] .woocommerce .checkout.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper strong,
[lang=sl-SI] .woocommerce .checkout.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper strong,
[lang=es-ES] .woocommerce .checkout.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper strong,
[lang=es-ES] .woocommerce .checkout.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper strong,
[lang=en-US] .woocommerce .checkout.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper strong,
[lang=en-US] .woocommerce .checkout.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper strong {
  font-family: "FiraSans-Light";
  font-weight: 400;
}

[lang=hr] .woocommerce .checkout.woocommerce-checkout #shipping_city_field input,
[lang=hr] .woocommerce .checkout.woocommerce-checkout #shipping_postcode_field input,
[lang=hu-HU] .woocommerce .checkout.woocommerce-checkout #shipping_city_field input,
[lang=hu-HU] .woocommerce .checkout.woocommerce-checkout #shipping_postcode_field input,
[lang=en-US] .woocommerce .checkout.woocommerce-checkout #shipping_city_field input,
[lang=en-US] .woocommerce .checkout.woocommerce-checkout #shipping_postcode_field input,
[lang=it-IT] .woocommerce .checkout.woocommerce-checkout #shipping_city_field input,
[lang=it-IT] .woocommerce .checkout.woocommerce-checkout #shipping_postcode_field input,
[lang=es-ES] .woocommerce .checkout.woocommerce-checkout #shipping_city_field input,
[lang=es-ES] .woocommerce .checkout.woocommerce-checkout #shipping_postcode_field input {
  margin-bottom: 10px;
}

[lang=hr] .woocommerce .checkout.woocommerce-checkout #shipping_state_field,
[lang=hu-HU] .woocommerce .checkout.woocommerce-checkout #shipping_state_field,
[lang=en-US] .woocommerce .checkout.woocommerce-checkout #shipping_state_field,
[lang=it-IT] .woocommerce .checkout.woocommerce-checkout #shipping_state_field,
[lang=es-ES] .woocommerce .checkout.woocommerce-checkout #shipping_state_field {
  padding-top: 0;
}

[lang=hr] .woocommerce .checkout.woocommerce-checkout #shipping_state_field .selection,
[lang=hr] .woocommerce .checkout.woocommerce-checkout #shipping_state_field .select2-selection,
[lang=hu-HU] .woocommerce .checkout.woocommerce-checkout #shipping_state_field .selection,
[lang=hu-HU] .woocommerce .checkout.woocommerce-checkout #shipping_state_field .select2-selection,
[lang=en-US] .woocommerce .checkout.woocommerce-checkout #shipping_state_field .selection,
[lang=en-US] .woocommerce .checkout.woocommerce-checkout #shipping_state_field .select2-selection,
[lang=it-IT] .woocommerce .checkout.woocommerce-checkout #shipping_state_field .selection,
[lang=it-IT] .woocommerce .checkout.woocommerce-checkout #shipping_state_field .select2-selection,
[lang=es-ES] .woocommerce .checkout.woocommerce-checkout #shipping_state_field .selection,
[lang=es-ES] .woocommerce .checkout.woocommerce-checkout #shipping_state_field .select2-selection {
  margin-bottom: 0px;
}

/* CZ */

[lang=cs-CZ] .menu-link {
  cursor: pointer;
}

[lang=cs-CZ] .menu-link.cat-759 a {
  color: #de1528;
}

[lang=cs-CZ] #mobile-menu .menu-content.mobile .menu-item.cat-759 a .col span {
  color: #de1528;
}

[lang=cs-CZ] .price-large,
[lang=cs-CZ] .price-large span {
  font-size: 32px;
}

/* DE */

[lang=de-DE] .menu-link {
  cursor: pointer;
}

[lang=de-DE] .menu-link.cat-761 a {
  color: #de1528;
}

[lang=de-DE] #mobile-menu .menu-content.mobile .menu-item.cat-761 a .col span {
  color: #de1528;
}

/* IT */

[lang=it-IT] .woocommerce .checkout.woocommerce-checkout #shipping_state_field label {
  top: 8px;
  z-index: 1;
}

/* EN */

[lang=en-US] .woocommerce .checkout.woocommerce-checkout #billing_state_field input,
[lang=en-US] .woocommerce .checkout.woocommerce-checkout #shipping_state_field input {
  padding: 10px 12px;
}

[lang=en-US] .woocommerce .checkout.woocommerce-checkout #billing_address_1_field,
[lang=en-US] .woocommerce .checkout.woocommerce-checkout #shipping_address_1_field {
  float: right;
  clear: none;
}

[lang=en-US] .woocommerce .checkout.woocommerce-checkout #billing_house_number_field,
[lang=en-US] .woocommerce .checkout.woocommerce-checkout #shipping_house_number_field {
  float: left;
  clear: none;
}

[lang=en-US] .menu-link {
  cursor: pointer;
}

[lang=en-US] .menu-link.cat-760 a {
  color: #de1528;
}

[lang=en-US] #mobile-menu .menu-content.mobile .menu-item.cat-760 a .col span {
  color: #de1528;
}

/* ES */

[lang=es-ES] .menu-link {
  cursor: pointer;
}

[lang=es-ES] .menu-link.cat-767 a {
  color: #de1528;
}

[lang=es-ES] #mobile-menu .menu-content.mobile .menu-item.cat-767 a .col span {
  color: #de1528;
}

/* HU */

[lang=hu-HU] .menu-link {
  cursor: pointer;
}

[lang=hu-HU] .menu-link.cat-762 a {
  color: #de1528;
}

[lang=hu-HU] #mobile-menu .menu-content.mobile .menu-item.cat-762 a .col span {
  color: #de1528;
}

[lang=hu-HU] .woocommerce .checkout.woocommerce-checkout .shop_table .footer .cart-subtotal,
[lang=hu-HU] .woocommerce .checkout.woocommerce-checkout .shop_table .footer .fee,
[lang=hu-HU] .woocommerce .checkout.woocommerce-checkout .shop_table .body .cart_item {
  grid-template-columns: 1fr 80px;
}

[lang=hu-HU] .woocommerce .checkout.woocommerce-checkout .shop_table .footer .order-total {
  grid-template-columns: 1fr 170px;
}

[lang=hu-HU] .price-large,
[lang=hu-HU] .price-large span {
  font-size: 24px;
}

[lang=hu-HU] .woocommerce form .form-row-first,
[lang=hu-HU] .woocommerce-page form #shipping_first_name_field {
  float: left;
}

[lang=hu-HU] .woocommerce form .form-row-first,
[lang=hu-HU] .woocommerce-page form #shipping_last_name_field {
  float: right;
  clear: none;
}

[lang=hu-HU] #billing_first_name_field {
  float: left;
}

[lang=hu-HU] #billing_last_name_field {
  float: right;
}

[lang=hu-HU] .woocommerce .checkout.woocommerce-checkout #shipping_city_field input,
[lang=hu-HU] .woocommerce .checkout.woocommerce-checkout #shipping_postcode_field input {
  margin-bottom: 10px;
}

/* HR */

[lang=hr] .menu-link {
  cursor: pointer;
}

[lang=hr] .menu-link.cat-758 a {
  color: #de1528;
}

[lang=hr] #mobile-menu .menu-content.mobile .menu-item.cat-758 a .col span {
  color: #de1528;
}

[lang=hr] .woocommerce .checkout.woocommerce-checkout #billing_state_field input,
[lang=hr] .woocommerce .checkout.woocommerce-checkout #shipping_state_field input {
  padding: 10px 12px;
}

[lang=hr] .woocommerce .checkout.woocommerce-checkout #billing_state_field input {
  margin-bottom: 10px;
}

[lang=hr] .woocommerce .checkout.woocommerce-checkout #shipping_postcode_field input,
[lang=hr] .woocommerce .checkout.woocommerce-checkout #shipping_city_field input {
  margin-bottom: 10px;
}

[lang=hr] .woocommerce .checkout.woocommerce-checkout #billing_country_field {
  border: 1px solid #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
  margin-bottom: 10px;
  background-color: #fff;
}

[lang=hr] .price-large,
[lang=hr] .price-large span {
  font-size: 32px;
}

/* IT */

[lang=it-IT] .menu-link {
  cursor: pointer;
}

[lang=it-IT] .menu-link.cat-763 a {
  color: #de1528;
}

[lang=it-IT] #mobile-menu .menu-content.mobile .menu-item.cat-763 a .col span {
  color: #de1528;
}

/* PL */

[lang=pl-PL] .menu-link {
  cursor: pointer;
}

[lang=pl-PL] .menu-link.cat-764 a {
  color: #de1528;
}

[lang=pl-PL] #mobile-menu .menu-content.mobile .menu-item.cat-764 a .col span {
  color: #de1528;
}

[lang=pl-PL] .price-large,
[lang=pl-PL] .price-large span {
  font-size: 32px;
}

[lang=pl-PL] .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input,
[lang=pl-PL] .woocommerce-billing-fields .form-row .woocommerce-input-wrapper select {
  font-size: 14px;
  line-height: 19px;
}

/* SK */

[lang=sk-SK] .menu-link {
  cursor: pointer;
}

[lang=sk-SK] .menu-link.cat-766 a {
  color: #de1528;
}

[lang=sk-SK] #mobile-menu .menu-content.mobile .menu-item.cat-766 a .col span {
  color: #de1528;
}

/* PT */

[lang=pt-pt] .menu-link {
  cursor: pointer;
}

[lang=pt-pt] .menu-link.cat-765 a {
  color: #de1528;
}

[lang=pt-pt] #mobile-menu .menu-content.mobile .menu-item.cat-765 a .col span {
  color: #de1528;
}

/* FR */

[lang=fr-FR] .menu-link {
  cursor: pointer;
}

[lang=fr-FR] .menu-link.cat-7478 a {
  color: #de1528;
}

[lang=fr-FR] #mobile-menu .menu-content.mobile .menu-item.cat-7478 a .col span {
  color: #de1528;
}

.single-landing_page .woocommerce .checkout.woocommerce-checkout #customer_details {
  padding-bottom: 5px;
}

.single-landing_page .woocommerce .checkout.woocommerce-checkout #customer_details .col-2 {
  padding-right: 0;
}

.single-landing_page .woocommerce .checkout.woocommerce-checkout #customer_details .shipping_address .title-area {
  margin-top: 5px;
}

.single-landing_page .woocommerce .checkout.woocommerce-checkout #customer_details .shipping_address .woocommerce-shipping-fields__field-wrapper {
  border: 0;
  padding: 16px 0;
}

.single-landing_page .woocommerce .checkout.woocommerce-checkout .shop_table .header {
  display: none;
}

.single-landing_page .woocommerce .checkout.woocommerce-checkout .shop_table .cart-subtotal {
  border-top: 0;
}

.single-landing_page .woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  border: 0;
  padding: 0;
}

.single-landing_page .woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper #order_comments_field {
  padding: 0;
}

.single-landing_page .woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper label {
  top: 2px;
  left: 9px;
}

#vat_id_field {
  display: none !important;
}

.form-control, .light, .header-slider {
    font-family: 'Fira Sans', sans-serif !important;
    font-weight: 300;
}

.menu-bar ul li a {
    font-family: 'Fira Sans';
    font-weight: 700;
}

.leadform {
    padding: 20px;
    max-width: 550px;
    text-align: center;
    background: #fcfcfc;
    border: 1px solid #acacac;
}

button#leadformsave {
    cursor: pointer;
    margin-top: 7px;
    background: #ff7200;
    display: block;
    width: 100%;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    margin: 5px auto 0;
    width: fit-content;
    width: -moz-fit-contetn;
    margin-top: 15px;
}

.odebrano {
    font-size: 18px;
    font-weight: 700;
    color: green;
    display: none;
}

input.leadformtel {
    padding: 15px;
    font-size: 25px;
    width: 100%;
    max-width: 300px;
}

.leadform h3 {
    margin-bottom: 15px;
    font-size: 19px;
}

input.form-control, input.leadformtel {
    border: 1px solid gray !important;
    border-radius: 0 !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
}
.marg-auto {
  margin: auto;
}
.height-100 {
  height: 100%;
}
.copyright {
  text-align: center;
}
select {
  padding: 15px;
                                  font-size: 25px;
                                  border: 1px solid gray;
                                  width: 100%;
                                  max-width: 300px;
                                  text-align: center;
                                  margin-bottom: 20px;
}
::-webkit-input-placeholder { /* Chrome */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
}
::placeholder {
  color: #000;
}