/*@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
  url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'),
  url('../fonts/roboto-v29-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
  url('../fonts/roboto-v29-latin-500.woff2') format('woff2'),
  url('../fonts/roboto-v29-latin-500.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
  url('../fonts/roboto-v29-latin-700.woff2') format('woff2'),
  url('../fonts/roboto-v29-latin-700.woff') format('woff');
}*/
@font-face {
  font-family: 'bebas_neue_probold';
  src: local(""), url("../fonts/bebas_neue_pro_bold-webfont.woff2") format("woff2"), url("../fonts/bebas_neue_pro_bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'bebas_neue_proregular';
  src: local(""), url("../fonts/bebas_neue_pro_regular-webfont.woff2") format("woff2"), url("../fonts/bebas_neue_pro_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --primary: #068273;
  --secondary: #6c757d;
  --success: #13b502;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  --font-family-monospace: Menlo, Monaco, Consolas, monospace; }

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

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

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

body {
  margin: 0;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fcfbf7; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #068273;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #033932;
    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: Menlo, Monaco, Consolas, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fcfbf7;
  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; }

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

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

.table-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-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-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: #fcfbf7;
    border-color: #dee2e6 #dee2e6 #fcfbf7; }
  .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: #fcfbf7;
  background-color: #068273; }

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.33125rem;
  padding-bottom: 0.33125rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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.85714%; }

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

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

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

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

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

.sr-only, .screen-reader-text {
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.wrapper {
  padding: 0 0; }

#wrapper-hero {
  padding: 0px !important; }

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit; }

.wrapper#wrapper-sticky {
  border-bottom: 1px solid #dee2e6; }

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #e9ecef; }

.wp-caption {
  font-size: inherit; }

.wp-caption-text {
  font-size: inherit; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto; }

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px; }

.jumbotron {
  margin-bottom: 0px; }

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #16181b !important;
    text-decoration: none;
    background-color: #f8f9fa; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
    color: #fcfbf7 !important;
    text-decoration: none;
    background-color: #068273; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
    color: #6c757d !important;
    background-color: transparent; }

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

.navbar-dark .navbar-brand a {
  color: #fcfbf7; }
  .navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand a:focus {
    color: #fcfbf7; }

.navbar h1 {
  font-weight: 400; }

.ext_shop_dropdown_main_li {
  padding: 0;
  position: relative;
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  color: #068273;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  font-size: 24px; }
  .ext_shop_dropdown_main_li.open {
    color: #068273; }
  .ext_shop_dropdown_main_li:hover:after {
    width: 20px; }

.ext_shop_dropdown_li_a {
  padding: 0;
  position: relative;
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  font-size: 17px;
  color: #00140f;
  text-transform: uppercase;
  line-height: 1; }

.ext_lhs {
  line-height: 1.3; }

@media (max-width: 1023px) {
  .ext_lhsm {
    line-height: 1.3; } }

@media (min-width: 1024px) {
  .ext_lhsd {
    line-height: 1.3; } }

.ext_out_of_stock {
  color: #058273;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "bebas_neue_probold"; }

.h5__upper {
  text-transform: uppercase;
  margin-bottom: 0; }

.font-purple, .menu-Component .font-purple .alevel__0 {
  color: #9371f6; }

.ext_font_white, .menu-desktop-menu-container, #menu-desktop-menu .alevel__0, #menu_language_list .lang,
#menu_language_list .fll_link, #header_language_list .hll_link,
#header_language_list .lang,
#header_mobile_language_list .hll_link,
#header_mobile_language_list .lang {
  color: #FCFBF7; }

.ext_font_black, #menu-desktop-menu .alevel__1 {
  color: #00140f; }

.ext_font_size_16 {
  font-size: 16px;
  line-height: 16px; }

.ext_font_size_13 {
  font-size: 13px;
  line-height: 13px; }

.ext_md_menu_fs, .menu-desktop-menu-container, #menu-desktop-menu .alevel__0, #menu-desktop-menu .alevel__1, #menu_language_list .lang,
#menu_language_list .fll_link, .nav-Component {
  font-size: 18px;
  line-height: 18px; }
  @media (min-width: 1024px) and (max-width: 1040px) {
    .ext_md_menu_fs, .menu-desktop-menu-container, #menu-desktop-menu .alevel__0, #menu-desktop-menu .alevel__1, #menu_language_list .lang,
    #menu_language_list .fll_link, .nav-Component {
      font-size: 12px; } }
  @media (min-width: 1041px) and (max-width: 1100px) {
    .ext_md_menu_fs, .menu-desktop-menu-container, #menu-desktop-menu .alevel__0, #menu-desktop-menu .alevel__1, #menu_language_list .lang,
    #menu_language_list .fll_link, .nav-Component {
      font-size: 13px; } }
  @media (min-width: 1101px) and (max-width: 1370px) {
    .ext_md_menu_fs, .menu-desktop-menu-container, #menu-desktop-menu .alevel__0, #menu-desktop-menu .alevel__1, #menu_language_list .lang,
    #menu_language_list .fll_link, .nav-Component {
      font-size: 15px; } }
  @media (min-width: 1371px) and (max-width: 1460px) {
    .ext_md_menu_fs, .menu-desktop-menu-container, #menu-desktop-menu .alevel__0, #menu-desktop-menu .alevel__1, #menu_language_list .lang,
    #menu_language_list .fll_link, .nav-Component {
      font-size: 16px; } }

.ext_font_size_17 {
  font-size: 17px;
  line-height: 17px; }

.ext_font_size_18 {
  font-size: 18px;
  line-height: 18px; }

.ext_font_size_19 {
  font-size: 19px;
  line-height: 19px; }

.ext_font_size_20 {
  font-size: 20px;
  line-height: 20px; }

.ext_font_size_25, #header_language_list .hll_link,
#header_language_list .lang,
#header_mobile_language_list .hll_link,
#header_mobile_language_list .lang {
  font-size: 25px;
  line-height: 25px; }

.ext_font_regular, .menu-desktop-menu-container, #menu-desktop-menu .alevel__0, #menu-desktop-menu .alevel__1, #menu_language_list .lang,
#menu_language_list .fll_link, .nav-Component, #header_language_list .hll_link,
#header_language_list .lang,
#header_mobile_language_list .hll_link,
#header_mobile_language_list .lang, .xoo-wsc-header_menu .cart-trigger .count {
  position: relative;
  font-family: "bebas_neue_proregular";
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase; }

.ext_font_bold {
  position: relative;
  font-family: "bebas_neue_probold";
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase; }

.ext_breadcrumb_font {
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 0.8rem;
  color: #55706c; }

.ext_tr_all_03_in, .ext_menu_footer_item, #header_mobile_language_list, .menu__nav .cart-trigger, .nav-Component .search-toggle svg,
.nav-Component .woo-links a,
.nav-Component svg path,
.nav-Component .search-toggle span,
.nav-Component .search__toggle, .nav-Component.open-category-menu, .nav-Component.open-option-popup, .nav-Component.open .search-toggle svg,
.nav-Component.open .woo-links a,
.nav-Component.open svg path,
.nav-Component.open .search-toggle span, .nav-Component.open-search .search-toggle svg,
.nav-Component.open-search .woo-links a,
.nav-Component.open-search svg path,
.nav-Component.open-search .search-toggle span, .nav-Component.open-option-popup .search-toggle svg,
.nav-Component.open-option-popup .woo-links a,
.nav-Component.open-option-popup svg path,
.nav-Component.open-option-popup .search-toggle span, #main-menu-mobile .dropdown-menu {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.ext_tr_all_03_cub {
  -webkit-transition: all 0.3s cubic-bezier(1, 0.04, 1, 1);
  -o-transition: all 0.3s cubic-bezier(1, 0.04, 1, 1);
  transition: all 0.3s cubic-bezier(1, 0.04, 1, 1); }

.ext_tr_all_04_cub_smooth, #main-menu-mobile {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 0.33, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.33, 0.33, 0, 1);
  transition: all 0.4s cubic-bezier(0.33, 0.33, 0, 1); }

.ext_tr_color_03_cub, .cart-item .fa,
.cart-item span {
  -webkit-transition: color 0.3s cubic-bezier(1, 0.04, 1, 1);
  -o-transition: color 0.3s cubic-bezier(1, 0.04, 1, 1);
  transition: color 0.3s cubic-bezier(1, 0.04, 1, 1); }

.ext_tr_color_05_cub, .cart-item svg path {
  -webkit-transition: color 0.5s cubic-bezier(1, 0.04, 1, 1);
  -o-transition: color 0.5s cubic-bezier(1, 0.04, 1, 1);
  transition: color 0.5s cubic-bezier(1, 0.04, 1, 1); }

.ext_stroke_white, .nav-Component .search-toggle svg,
.nav-Component .woo-links a,
.nav-Component svg path,
.nav-Component .search-toggle span,
.nav-Component .search__toggle, .nav-Component.open .search-toggle svg,
.nav-Component.open .woo-links a,
.nav-Component.open svg path,
.nav-Component.open .search-toggle span, .nav-Component.open-search .search-toggle svg,
.nav-Component.open-search .woo-links a,
.nav-Component.open-search svg path,
.nav-Component.open-search .search-toggle span, .nav-Component.open-option-popup .search-toggle svg,
.nav-Component.open-option-popup .woo-links a,
.nav-Component.open-option-popup svg path,
.nav-Component.open-option-popup .search-toggle span, .nav-Component.open .search__toggle svg.close path, .nav-Component.open-search .search__toggle svg.close path, .nav-Component.open-option-popup .search__toggle svg.close path, .xoo-wsc-active .cart-item svg path {
  stroke: #FCFBF7; }

.ext_menu_a, #main-menu-mobile .nav-link, .menu__nav .cart-trigger-inner, .menu-Component .dropdown-menu li a,
.menu-Component .dropdown-menu .dropdown a {
  display: block;
  font-family: "bebas_neue_proregular";
  line-height: 1;
  font-size: 25px;
  font-weight: normal;
  padding: 12px 0;
  color: #FCFBF7;
  text-transform: uppercase; }

.ext_menu_a_leaf, #main-menu-mobile .level__2 > .dropdown-menu .nav-link,
#main-menu-mobile .level__2 > .dropdown-menu .dropdown-item {
  font-family: "bebas_neue_proregular";
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  padding: 6px 0;
  color: #FCFBF7;
  text-transform: unset; }

.ext_menu_ul, #main-menu-mobile, #main-menu-mobile .dropdown-menu, .menu-Component .navbar-nav, .menu-Component .dropdown-menu {
  max-width: 1080px;
  max-height: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: static;
  height: 100%;
  width: 100vw;
  color: #FCFBF7;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.ext_menu_li, #main-menu-mobile .nav-item, .menu-Component .dropdown-menu li,
.menu-Component .dropdown-menu .dropdown {
  border-bottom: solid 1px #FCFBF7;
  padding: 1px 0;
  line-height: 1;
  margin: 0 20px;
  display: block;
  position: static;
  color: #FCFBF7;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.ext_menu_li_leaf, #main-menu-mobile .level__2 > .dropdown-menu .nav-item {
  border-width: 0;
  margin: 0;
  padding: 2px 0 0 0;
  text-transform: unset; }

.ext_tog_i, .menu-Component .dropdown-toggle i,
.menu-Component .back > .dropdown-item i,
.menu-Component .alevel__2 i {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: -7px;
  width: 15px;
  height: 15px;
  z-index: 0; }

.ext_down_arrow, .ext_tog_i_before, .menu-Component .dropdown-toggle i:before,
.menu-Component .back > .dropdown-item i:before,
.menu-Component .alevel__2 i:before, #menu-desktop-menu > .menu-item.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../src/icons/Chevron_White.svg");
  background-size: 15px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }

.ext_menu_footer_item, #header_mobile_language_list, .menu__nav .cart-trigger {
  margin-left: 0;
  width: auto;
  position: absolute;
  bottom: 0;
  padding: 20px;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }
  .navbar__head_msg .ext_menu_footer_item, .navbar__head_msg #header_mobile_language_list, .navbar__head_msg .menu__nav .cart-trigger, .menu__nav .navbar__head_msg .cart-trigger {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px); }
  .navbar__head_msg .sticky .ext_menu_footer_item, .navbar__head_msg .sticky #header_mobile_language_list, .navbar__head_msg .sticky .menu__nav .cart-trigger, .menu__nav .navbar__head_msg .sticky .cart-trigger {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.ext_lh35, .xoo-wsc-qtybox {
  line-height: 35px; }

.ext_bt_1 {
  border-top: solid 1px #00140f; }

.ext_bp_1 {
  border-bottom: solid 1px #00140f; }

@media (max-width: 1023px) {
  .ext_xs_font_size_30 {
    font-size: 30px !important;
    line-height: 30px !important; } }

.ext_top_p1 {
  position: relative;
  top: 1px; }

.ext_field_style {
  margin-top: 22px;
  height: 42px;
  max-height: 66px; }

.h1__headline-white {
  font-family: "bebas_neue_probold";
  font-size: 96px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #fcfbf7; }

.h1__headline-black {
  font-family: "bebas_neue_probold";
  font-size: 96px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #00140f; }
  @media (max-width: 1023px) {
    .h1__headline-black {
      font-size: 60px; } }

.h2__headline-White {
  font-family: "bebas_neue_probold";
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #fcfbf7; }
  @media (max-width: 1023px) {
    .h2__headline-White {
      font-size: 48px; } }

.h2__headline-Black {
  font-family: "bebas_neue_probold";
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #00140f; }
  @media (max-width: 1023px) {
    .h2__headline-Black {
      font-size: 48px; } }

.h3__headline-White {
  font-family: "bebas_neue_probold";
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #fcfbf7;
  text-transform: uppercase; }

.h3__headline-Black {
  font-family: "bebas_neue_probold";
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #00140f;
  text-transform: uppercase; }

.h8__headline {
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #00140f; }

.h4__headline-White {
  font-family: "bebas_neue_probold";
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #fcfbf7; }

.h4__headline-Black {
  font-family: "bebas_neue_probold";
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #00140f; }

.h5__headline-White {
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #fcfbf7; }

.h5__headline-Black {
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #00140f; }

.h5__headline-Green {
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #068273; }

.description__white {
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #fcfbf7; }

.fs-18 {
  font-size: 18px; }

.fs-19 {
  font-size: 19px; }

.txt-up {
  text-transform: uppercase; }

.footer__white {
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #fcfbf7; }
  .footer__white a, .footer__white p {
    color: #fcfbf7; }
  .footer__white a:hover {
    color: #068273; }

.productName {
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #00140f; }

.productInfo {
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #55706c; }

.description {
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #55706c; }

.description__white {
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #fcfbf7; }

.h6__headline-White {
  font-family: "bebas_neue_proregular";
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #fcfbf7; }

.background__headline {
  left: -18px;
  opacity: 0.05;
  font-family: "bebas_neue_probold";
  font-size: 410px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 300px;
  letter-spacing: normal;
  color: #058273;
  text-transform: uppercase;
  max-width: 100%; }

@media only screen and (max-width: 1024px) {
  html #wpadminbar {
    display: none !important; } }

.xoo-wsc-basket {
  display: none; }

.top-video iframe {
  max-width: 100%;
  margin: auto;
  display: block; }

#woocommerce-wrapper {
  padding-top: 1.5rem; }

.woocommerce-breadcrumb {
  margin-bottom: 2rem; }
  @media (max-width: 1023px) {
    .woocommerce-breadcrumb {
      font-size: 0.9rem; } }

.woo-links a {
  margin-right: 40px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .woo-links a {
      margin-right: 1.2vw; } }

.woo-links.left-links a {
  margin-right: 0px;
  margin-left: 45px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .woo-links.left-links a {
      margin-right: 0;
      margin-left: 2vw; } }

.woo-links .shop-menu-menu {
  position: relative; }
  .woo-links .shop-menu-menu .menu-item {
    margin: 3px 0 6px 0;
    display: block; }
  .woo-links .shop-menu-menu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 26px; }

.woo-links .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s all ease-out;
  -o-transition: 0.1s all ease-out;
  transition: 0.1s all ease-out;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 0;
  list-style-type: none; }

.cart-trigger {
  position: relative;
  z-index: 10;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  margin: 0 0 0 12px; }
  .cart-trigger, .cart-trigger.count {
    color: #FCFBF7; }
  .cart-trigger .count {
    margin-top: 1px;
    margin-right: 0; }
    @media (min-width: 1024px) {
      .cart-trigger .count {
        margin-right: 2px; } }

.cart-trigger-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }

.cart-trigger-confirmation {
  width: 200px;
  text-align: center;
  position: absolute;
  top: 35px;
  right: 1px;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  background: #068273;
  -webkit-transition: 0.3s ease-in-out opacity;
  -o-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity; }
  .cart-trigger-confirmation.open {
    opacity: 1;
    visibility: visible; }
  .xoo-wsc-active .cart-trigger-confirmation {
    visibility: hidden !important;
    opacity: 0 !important; }
  .cart-trigger-confirmation:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #068273;
    position: absolute;
    top: -9px;
    right: 5px; }
  .cart-trigger-confirmation .image {
    float: left;
    width: auto;
    height: 50px;
    display: block;
    margin: 1px;
    background: #fcfbf7; }
  .cart-trigger-confirmation .title {
    padding: 0;
    margin-right: 0;
    color: #fff;
    line-height: 50px; }

.top-header {
  letter-spacing: normal;
  position: relative;
  overflow: hidden;
  background: #058273;
  height: 50px; }
  @media (min-width: 1024px) {
    .top-header {
      width: 100%;
      -webkit-transition: 0.1s all ease-out;
      -o-transition: 0.1s all ease-out;
      transition: 0.1s all ease-out;
      height: 30px; } }

.loaded .top-header .inner-header__center {
  opacity: 1; }

.loaded .bike__msg .inner-header__center {
  opacity: 1; }

.navbar__head_msg .top-header {
  display: block; }

#newsletter_signup {
  display: none;
  color: #fff;
  position: absolute;
  right: 57px;
  text-decoration: underline; }
  @media (min-width: 1280px) {
    #newsletter_signup {
      display: block; } }

.inner-header__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7px;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-family: "bebas_neue_proregular";
  max-width: 100%;
  opacity: 0;
  color: #fcfbf7;
  position: absolute;
  width: 100%;
  z-index: 10;
  margin: 0;
  text-align: center;
  line-height: 1.2; }
  @media (min-width: 1024px) {
    .inner-header__center {
      font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
      line-height: 1.5;
      text-transform: none;
      height: 30px; } }
  @media (min-width: 992px) {
    .inner-header__center .delivery-image {
      width: 100px;
      margin-right: 50px; }
      .inner-header__center .delivery-image img {
        max-width: 100px; } }
  .inner-header__center.womensday {
    background-color: #EE00EE; }
    @media (max-width: 1023px) {
      .inner-header__center.womensday {
        display: block;
        padding-top: 10px;
        font-size: .9rem;
        padding-left: 30px;
        padding-right: 30px; } }

.sticky .newsletter-signup {
  display: none !important; }

.autocomplete-suggestions::-webkit-scrollbar-track {
  border: 0;
  background-color: transparent; }

.autocomplete-suggestions::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
  height: 25px; }

.autocomplete-suggestions::-webkit-scrollbar-thumb {
  background-color: #068273; }

.autocomplete-suggestion {
  font-family: "bebas_neue_probold";
  text-transform: uppercase;
  font-size: 34px;
  font-weight: bold;
  color: #757575;
  padding-left: 5px;
  line-height: 1; }

.autocomplete-suggestions {
  margin-top: 10px;
  text-align: left;
  cursor: default;
  border-top: 0;
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 100000;
  max-height: 180px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent; }

.autocomplete-suggestion {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: pointer; }
  .autocomplete-suggestion b {
    font-weight: bold;
    color: #fcfbf7; }
    @media (max-width: 1023px) {
      .autocomplete-suggestion b {
        color: #068273; } }
  .autocomplete-suggestion.selected {
    color: #068273; }

@media (max-width: 1023px) {
  .inner-header__center .delivery-text h4 {
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-top: 6px; }
  .inner-header__center .delivery-image {
    margin-right: 30px; }
    .inner-header__center .delivery-image img {
      max-width: 60px; } }

.hero.mobile {
  background-color: #068273;
  position: relative;
  height: 407px;
  margin-bottom: 160px; }
  .hero.mobile .entry__header h1 {
    color: #fcfbf7; }
  .hero.mobile .entry__header .posted__on {
    color: #fcfbf7; }
  .hero.mobile .entry__header .button {
    display: block;
    width: 248px;
    height: 60px;
    font-family: "bebas_neue_probold";
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 2.5px;
    text-align: center;
    color: #fcfbf7;
    border: solid 1px #fcfbf7;
    padding: 18px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent; }
  .hero.mobile .header__image {
    position: relative;
    z-index: 1;
    width: 78vw;
    height: 467px;
    top: 100px;
    margin-left: auto;
    margin-right: 0; }
    .hero.mobile .header__image img {
      width: 78vw;
      height: 467px;
      -o-object-fit: cover;
         object-fit: cover;
      max-width: 100%; }
      @media (max-width: 1023px) {
        .hero.mobile .header__image img {
          padding: 0 !important; } }
  .hero.mobile .entry__header {
    position: absolute;
    top: 225px;
    z-index: 2;
    width: 60%;
    max-width: 60%;
    padding: 0 20px; }
  .hero.mobile .entry__meta {
    color: #fcfbf7;
    font-family: "bebas_neue_proregular";
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 20px; }
  .hero.mobile .screen__reader__blog {
    display: block;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 60px;
    position: relative;
    right: 4vw; }
    @media (max-width: 1023px) {
      .hero.mobile .screen__reader__blog {
        left: 0; } }
    .hero.mobile .screen__reader__blog svg, .hero.mobile .screen__reader__blog path {
      stroke: #00140f; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .hero.mobile .entry__header {
      padding: 0 50px; } }
  @media (min-width: 1024px) {
    .hero.mobile {
      background-color: #068273;
      height: 47.84722222vw;
      margin-bottom: 280px; }
      .hero.mobile .header__image {
        max-width: 1213px;
        height: 44.51vw;
        top: 170px;
        margin-left: 180px;
        margin-right: auto;
        width: unset; }
        .hero.mobile .header__image img {
          width: 1213px;
          height: 641px; }
      .hero.mobile .entry__header h1 {
        font-family: "bebas_neue_probold";
        font-size: 96px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: normal; }
      .hero.mobile .entry__header {
        top: 220px;
        width: 50%;
        max-width: 50%;
        padding: 0 50px; }
      .hero.mobile .screen__reader__blog {
        margin-left: 0;
        margin-right: auto;
        margin-top: 120px;
        left: -20px;
        /* correction needed due to rotation */
        right: 0; }
        .hero.mobile .screen__reader__blog svg, .hero.mobile .screen__reader__blog path {
          stroke: #00140f; } }
  @media (min-width: 1441px) {
    .hero.mobile .entry__header {
      left: 20%;
      max-width: 30%; }
    .hero.mobile .header__image {
      margin-left: auto !important;
      margin-right: 0 !important;
      max-width: 93vw !important;
      width: 100% !important;
      height: auto !important;
      padding: 0 56px; }
    .hero.mobile.desktop, .hero.mobile.mobile {
      height: unset;
      max-height: unset;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 170px; }
      .hero.mobile.desktop .header__image, .hero.mobile.mobile .header__image {
        width: 100%;
        max-width: 100%;
        padding-top: 50%;
        padding-bottom: 0;
        position: relative;
        height: 0;
        top: 0;
        margin-top: 170px;
        margin-bottom: -80px; }
        .hero.mobile.desktop .header__image img, .hero.mobile.mobile .header__image img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          padding: 0 56px; }
      .hero.mobile.desktop .entry__header, .hero.mobile.mobile .entry__header {
        top: 25%;
        left: 0; } }
  .hero.mobile.blog {
    background-color: #00140f;
    z-index: 0; }
    .hero.mobile.blog .screen__reader__blog {
      margin-top: 130px; }
      @media (max-width: 1023px) {
        .hero.mobile.blog .screen__reader__blog {
          display: none; } }
    .hero.mobile.blog .entry__header .button {
      width: 100%; }
    .hero.mobile.blog .entry__header {
      top: 100px;
      width: 100%;
      max-width: 100%; }
    @media (max-width: 1023px) {
      .hero.mobile.blog .header__image {
        min-height: 437px;
        overflow: visible;
        width: auto;
        top: 0; } }
    .hero.mobile.blog .header__image img {
      width: 100%; }
      @media (max-width: 1023px) {
        .hero.mobile.blog .header__image img {
          padding: 0; } }
    @media (min-width: 1024px) {
      .hero.mobile.blog .header__image {
        width: unset;
        overflow: hidden; }
        .hero.mobile.blog .header__image img {
          height: 50vw; }
      .hero.mobile.blog .entry__header {
        top: 220px;
        width: 60%;
        max-width: 60%;
        padding: 0 50px; }
        .hero.mobile.blog .entry__header .button {
          width: 248px; }
        .hero.mobile.blog .entry__header .entry__title {
          max-width: 100%; }
        .hero.mobile.blog .entry__header .description__white {
          max-width: 60%; } }
    @media (min-width: 1441px) {
      .hero.mobile.blog .entry__header {
        left: 0;
        max-width: 37%; } }
  .hero.mobile .screen__reader__blog {
    display: block; }
  @media (max-width: 1023px) {
    .hero.mobile.minimal {
      color: #FCFBF7;
      height: auto;
      margin-bottom: 0px; }
      .hero.mobile.minimal .entry__header {
        position: static;
        padding-top: 100px;
        padding-bottom: 0.5rem; }
      .hero.mobile.minimal .header__image {
        display: none;
        margin-bottom: 0; } }

@media (max-width: 1023px) {
  #index-wrapper {
    z-index: 1;
    position: relative; } }

.header__image_background {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%; }

.header__image_white {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  opacity: 0.5; }

.hero.desktop .entry__header {
  padding: 0 20px;
  max-width: 720px;
  margin: auto; }

.hero.desktop .header__image img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.hero.desktop .screen__reader__blog {
  display: none; }

.hero.desktop.single-blog .screen__reader__blog {
  margin-top: unset;
  position: absolute;
  bottom: -80px;
  left: 30px; }

.hero.single-blog, .hero.blog, .hero.regular {
  position: relative; }
  @media (min-width: 1024px) {
    .hero.single-blog .entry__header, .hero.blog .entry__header, .hero.regular .entry__header {
      top: 280px; }
    .hero.single-blog .button:hover, .hero.blog .button:hover, .hero.regular .button:hover {
      color: #00140f; }
      .hero.single-blog .button:hover:after, .hero.blog .button:hover:after, .hero.regular .button:hover:after {
        background-color: #fcfbf7; }
    .hero.single-blog .screen__reader__blog, .hero.blog .screen__reader__blog, .hero.regular .screen__reader__blog {
      margin-top: unset;
      position: absolute;
      bottom: -80px;
      left: 30px; } }

.hero.desktop {
  background-color: #00140f;
  position: relative;
  height: 407px;
  margin-bottom: 160px; }
  .hero.desktop .entry__header h1 {
    color: #fcfbf7; }
  .hero.desktop .entry__header .posted__on {
    color: #fcfbf7; }
  .hero.desktop .entry__header .button {
    display: block;
    width: 248px;
    height: 60px;
    font-family: "bebas_neue_probold";
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 2.5px;
    text-align: center;
    color: #fcfbf7;
    border: solid 1px #fcfbf7;
    padding: 18px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent; }
  .hero.desktop .header__image {
    position: relative;
    z-index: 1;
    width: 78vw;
    height: 467px;
    top: 100px;
    margin-left: auto;
    margin-right: 0; }
    .hero.desktop .header__image img {
      width: 78vw;
      height: 467px;
      -o-object-fit: cover;
         object-fit: cover;
      max-width: 100%; }
      @media (max-width: 1023px) {
        .hero.desktop .header__image img {
          padding: 0 !important; } }
  .hero.desktop .entry__header {
    position: absolute;
    top: 225px;
    z-index: 2;
    width: 60%;
    max-width: 60%;
    padding: 0 20px; }
  .hero.desktop .entry__meta {
    color: #fcfbf7;
    font-family: "bebas_neue_proregular";
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 20px; }
  .hero.desktop .screen__reader__blog {
    display: block;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 60px;
    position: relative;
    right: 4vw; }
    @media (max-width: 1023px) {
      .hero.desktop .screen__reader__blog {
        left: 0; } }
    .hero.desktop .screen__reader__blog svg, .hero.desktop .screen__reader__blog path {
      stroke: #00140f; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .hero.desktop .entry__header {
      padding: 0 50px; } }
  @media (min-width: 1024px) {
    .hero.desktop {
      background-color: #00140f;
      height: 47.84722222vw;
      margin-bottom: 280px; }
      .hero.desktop .header__image {
        max-width: 1213px;
        height: 44.51vw;
        top: 170px;
        margin-left: 180px;
        margin-right: auto;
        width: unset; }
        .hero.desktop .header__image img {
          width: 1213px;
          height: 641px; }
      .hero.desktop .entry__header h1 {
        font-family: "bebas_neue_probold";
        font-size: 96px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: normal; }
      .hero.desktop .entry__header {
        top: 220px;
        width: 50%;
        max-width: 50%;
        padding: 0 50px; }
      .hero.desktop .screen__reader__blog {
        margin-left: 0;
        margin-right: auto;
        margin-top: 120px;
        left: -20px;
        /* correction needed due to rotation */
        right: 0; }
        .hero.desktop .screen__reader__blog svg, .hero.desktop .screen__reader__blog path {
          stroke: #00140f; } }
  @media (min-width: 1441px) {
    .hero.desktop .entry__header {
      left: 20%;
      max-width: 30%; }
    .hero.desktop .header__image {
      margin-left: auto !important;
      margin-right: 0 !important;
      max-width: 93vw !important;
      width: 100% !important;
      height: auto !important;
      padding: 0 56px; }
    .hero.desktop.desktop, .hero.desktop.mobile {
      height: unset;
      max-height: unset;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 170px; }
      .hero.desktop.desktop .header__image, .hero.desktop.mobile .header__image {
        width: 100%;
        max-width: 100%;
        padding-top: 50%;
        padding-bottom: 0;
        position: relative;
        height: 0;
        top: 0;
        margin-top: 170px;
        margin-bottom: -80px; }
        .hero.desktop.desktop .header__image img, .hero.desktop.mobile .header__image img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          padding: 0 56px; }
      .hero.desktop.desktop .entry__header, .hero.desktop.mobile .entry__header {
        top: 25%;
        left: 0; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .hero.desktop.single-blog {
      height: 57.84722222vw;
      margin-bottom: 220px;
      max-height: 650px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .hero.desktop.single-blog .header__image img {
      max-height: 550px; } }
  @media (min-width: 1024px) {
    .hero.desktop.single-blog .entry__header {
      top: 132px; }
      .hero.desktop.single-blog .entry__header h1 {
        font-size: 70px; } }
  @media (min-width: 1441px) {
    .hero.desktop.single-blog .entry__header {
      top: 20%;
      max-width: 40%; }
      .hero.desktop.single-blog .entry__header h1 {
        font-size: 80px; } }

@media (max-width: 1023px) {
  .hero.single-blog {
    background-color: transparent;
    height: unset;
    margin-bottom: unset;
    top: 0; }
    .hero.single-blog .header__image {
      width: 100%;
      height: auto;
      top: unset;
      margin: unset; }
      .hero.single-blog .header__image img {
        width: 100%;
        height: 400px;
        top: unset;
        margin: unset; }
    .hero.single-blog .screen__reader__blog {
      display: none; }
    .hero.single-blog .entry__header {
      position: relative;
      top: unset;
      z-index: unset;
      max-width: 100%;
      width: 100%; }
      .hero.single-blog .entry__header h1, .hero.single-blog .entry__header .posted__on {
        color: #00140f; }
      .hero.single-blog .entry__header h1 {
        margin-bottom: 0; } }

.archive-title {
  font-family: "bebas_neue_probold";
  font-size: 96px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  text-transform: uppercase; }
  @media (max-width: 1023px) {
    .archive-title {
      font-size: 60px; } }

@media (min-width: 1024px) {
  .hero.desktop {
    top: 0; } }

.hero.desktop.single-dictionary {
  top: -80px;
  height: 40vh;
  margin-bottom: 0;
  margin-top: 5rem; }
  .hero.desktop.single-dictionary .entry__header {
    max-width: unset;
    top: 14vh;
    width: 100%; }
  @media (min-width: 1024px) {
    .hero.desktop.single-dictionary {
      height: 55vh;
      margin-top: 0;
      top: 0; } }

.full__hero .slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25); }

.full__hero .header__image {
  position: relative; }

.full__hero .entry__header {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 40px;
  padding: 0 20px; }
  @media (min-width: 1024px) {
    .full__hero .entry__header {
      bottom: 50px;
      width: 60%;
      padding: 0; } }

.full__hero .container {
  position: relative;
  max-width: unset; }

.full__hero .entry__title {
  color: #FCFBF7;
  font-size: 48px;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .full__hero .entry__title {
      font-size: 96px; } }

.menu-desktop-menu-container {
  display: none; }
  @media (min-width: 1024px) {
    .menu-desktop-menu-container {
      display: block; } }

#menu-desktop-menu {
  background-color: #00140f;
  padding: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Distribute space evenly between the items */
  list-style-type: none;
  /* Remove the default list styling */
  padding: 0;
  margin: 0; }
  #menu-desktop-menu .alevel__0,
  #menu-desktop-menu .alevel__1 {
    display: inline-block;
    text-decoration: none;
    line-height: 40px; }
  #menu-desktop-menu .alevel__0 {
    padding-left: 10px;
    padding-right: 10px; }
  #menu-desktop-menu .special_green .alevel__0 {
    background: #058273;
    line-height: 20px;
    margin-top: 10px;
    border-radius: 4px; }
  #menu-desktop-menu .special_purple .alevel__0 {
    background: #9371f6;
    line-height: 20px;
    margin-top: 10px;
    border-radius: 4px; }
  #menu-desktop-menu .alevel__1 {
    padding: 0px 18px;
    display: block;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    #menu-desktop-menu .alevel__1:hover {
      color: #058273; }
  #menu-desktop-menu .dropdown-toggle {
    padding-right: 16px; }
  #menu-desktop-menu > .menu-item {
    position: relative; }
    #menu-desktop-menu > .menu-item.menu-item-has-children > a::after {
      background-size: 13px;
      width: 13px;
      height: 13px;
      top: calc(50% - 4px);
      right: 0; }
    #menu-desktop-menu > .menu-item .dropdown-menu {
      display: block;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      z-index: -1;
      background-color: #FCFBF7;
      padding: 10px 0;
      margin: 0;
      width: 230px;
      list-style: none;
      -webkit-transition: visibility 0s, opacity 0.3s ease-in-out;
      -o-transition: visibility 0s, opacity 0.3s ease-in-out;
      transition: visibility 0s, opacity 0.3s ease-in-out;
      -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px); }
      #menu-desktop-menu > .menu-item .dropdown-menu .menu-item {
        display: block; }
    #menu-desktop-menu > .menu-item:hover .dropdown-menu {
      border-top: 6px #058273 solid;
      -webkit-box-shadow: 2px 2px 3px -3px rgba(0, 0, 0, 0.5);
              box-shadow: 2px 2px 3px -3px rgba(0, 0, 0, 0.5);
      z-index: 0;
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  @media (min-width: 1024px) and (max-width: 1350px) {
    #menu-desktop-menu .alevel__0 {
      padding-left: 6px;
      padding-right: 6px; }
    #menu-desktop-menu .dropdown-toggle {
      padding-right: 14px; }
    #menu-desktop-menu > .menu-item.menu-item-has-children > a::after {
      right: 0px; } }
  @media (min-width: 1024px) and (max-width: 1269px) {
    #menu-desktop-menu .dropdown-toggle {
      padding-right: 12px; } }
  @media (min-width: 1270px) {
    #menu-desktop-menu {
      padding: 0 0 0 30px; }
      #menu-desktop-menu .dropdown-toggle {
        padding-right: 20px; }
      #menu-desktop-menu > .menu-item.menu-item-has-children > a::after {
        right: 4px; } }

#shipping__head_msg .anim {
  opacity: 0; }
  #shipping__head_msg .anim.active {
    -webkit-animation: Opaque 0.5s ease forwards;
            animation: Opaque 0.5s ease forwards; }

.post-type-archive-product .background__headline,
.tax-product_cat .background__headline {
  position: fixed;
  top: 140px; }

#wrapper-navbar {
  background-color: #00140f;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  overflow: visible;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased; }
  .navbar__has_transition #wrapper-navbar {
    -webkit-transition: 0.1s background-color ease-in-out;
    -o-transition: 0.1s background-color ease-in-out;
    transition: 0.1s background-color ease-in-out; }
  @media (max-width: 1023px) {
    #wrapper-navbar {
      overflow: visible; }
      #wrapper-navbar .search-box {
        display: none; }
      #wrapper-navbar .single-product {
        width: 100%; } }
  .admin-bar.navbar__head_msg #wrapper-navbar {
    top: 0; }
  @media (min-width: 1024px) {
    .admin-bar #wrapper-navbar {
      top: 30px; } }
  .navbar__head_msg #wrapper-navbar {
    position: relative; }
  #wrapper-navbar.sticky {
    position: fixed;
    background-color: #00140f;
    width: 100%;
    z-index: 100;
    top: 0; }
    .navbar__head_msg #wrapper-navbar.sticky {
      top: -50px; }
      @media (min-width: 1024px) {
        .navbar__head_msg #wrapper-navbar.sticky {
          top: -30px; } }
    .admin-bar.navbar__head_msg #wrapper-navbar.sticky {
      top: 0; }
      @media (min-width: 1024px) {
        .admin-bar.navbar__head_msg #wrapper-navbar.sticky {
          top: 0; } }
    @media (min-width: 1024px) {
      .admin-bar #wrapper-navbar.sticky {
        top: 30px; } }
  @media (max-width: 1023px) {
    #wrapper-navbar.search-form-active {
      height: 100vh;
      background-color: #FCFBF7; } }

#main__site {
  margin-top: 5rem; }
  .blog #main__site,
  .author #main__site,
  .single-post #main__site,
  .page-template-about #main__site,
  .page-template-jobs #main__site,
  .page-template-myaccount #main__site,
  .page-template-frontpage #main__site,
  .page-template-register #main__site,
  .page-template-retailers #main__site,
  .page-template-bike-delivery #main__site,
  .single-dictionary #main__site,
  .page-template-stores #main__site,
  #main__site .single-store {
    margin-top: 0; }
  .page-template-dictionary #main__site {
    margin-top: 8rem; }
  @media (max-width: 1023px) {
    .single-product #main__site {
      margin-top: 2rem; } }
  @media (min-width: 1024px) {
    #main__site {
      margin-top: 8rem; }
      .error404 #main__site {
        margin-top: 5rem; } }
  .woocommerce-checkout #main__site {
    background: #fcfbf7;
    margin-top: 4rem; }
    @media (min-width: 1024px) {
      .woocommerce-checkout #main__site {
        margin-top: 0; } }

.open-quickview {
  overflow: hidden; }
  @media (min-width: 1024px) {
    .open-quickview {
      overflow: auto; } }
  .open-quickview .top-header {
    display: none; }
  .open-quickview .sticky {
    opacity: 0; }

.search-button {
  height: 20px;
  width: 20px; }
  @media (min-width: 1024px) {
    .search-button {
      margin-right: 90px; } }
  .search-button svg {
    color: black; }

#menu_language_list {
  width: 44px;
  height: 20px;
  overflow: visible;
  position: relative; }
  #menu_language_list .fll_ul {
    top: 1px;
    left: 0;
    width: 40px;
    padding: 0;
    list-style: none;
    position: relative;
    margin-bottom: 0; }
    @media (min-width: 1024px) and (max-width: 1100px) {
      #menu_language_list .fll_ul {
        width: 36px; } }
  #menu_language_list .fll_link {
    display: block;
    color: #00140f;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    padding: 0 8px;
    width: 100%; }
    #menu_language_list .fll_link:hover {
      color: #068273; }
  #menu_language_list .active-lang {
    cursor: pointer;
    position: relative;
    display: block; }
    #menu_language_list .active-lang .lang {
      color: #FCFBF7;
      padding: 0 8px; }
      @media (min-width: 1024px) and (max-width: 1100px) {
        #menu_language_list .active-lang .lang {
          top: -2px; } }
    #menu_language_list .active-lang:after {
      content: "";
      position: absolute;
      display: block;
      width: 16px;
      height: 16px;
      background-image: url(../src/icons/Icon_Language_Bright.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      top: 1px;
      right: -3px; }
  #menu_language_list .not-active {
    display: none;
    position: absolute;
    top: 30px;
    padding-bottom: 0;
    width: 100%; }
  #menu_language_list.active .active-lang {
    border-bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 8px; }
    #menu_language_list.active .active-lang .lang {
      padding: 0; }
  #menu_language_list.active .not-active {
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    min-height: 30px;
    background: #00140f; }
  #menu_language_list.active .fll_ul {
    padding-bottom: 40px;
    position: relative; }
    @media (min-width: 1024px) {
      #menu_language_list.active .fll_ul {
        position: absolute;
        background: #00140f; } }

.nav-Component {
  width: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  color: #00140f;
  text-transform: uppercase;
  padding: 15px;
  background-color: transparent;
  z-index: 13;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  /*  .my-account {
    display: block;
    background-size: 14px;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-image: url(../src/icons/Icon_Account_Bright.svg);
    background-size: 16px;
    margin: 0 $mobile_btn_margin_x2;
    position: relative;
    .my-account-text {
      display: none;
    }
    @include bp(desktop) {
      width: auto;
      padding-right: 20px;
      background-position: top right;
      text-align: right;
      margin: 0 $desktop_btn_margin_x2 0 $desktop_btn_margin;
      .my-account-text {
        display: block;
      }
    }
  }*/ }
  @media (min-width: 1024px) {
    .nav-Component {
      padding-top: 10px;
      padding-bottom: 6px; } }
  .nav-Component .container {
    position: relative; }
  .nav-Component.newsletter-active {
    padding-top: 55px; }
  .nav-Component.open-search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 1024px) {
      .nav-Component.open-search {
        background-color: #00140f;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in; }
        .nav-Component.open-search .menu_logo_bright {
          display: block; } }
  .nav-Component .search__box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    margin: 0px 6px; }
    @media (min-width: 1024px) {
      .nav-Component .search__box {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .nav-Component .language__links {
    display: none; }
    @media (min-width: 1024px) {
      .nav-Component .language__links {
        display: block;
        margin: 0 6px 0 auto; } }
    @media (min-width: 1251px) {
      .nav-Component .language__links {
        margin-right: 10px; } }
    @media (min-width: 1351px) {
      .nav-Component .language__links {
        margin-right: 18px; } }
  .nav-Component .menu_delivery_item {
    display: none; }
  @media (min-width: 1024px) {
    .nav-Component .menu_delivery_item {
      display: block;
      margin-left: 20px; }
      .nav-Component .menu_delivery_item a {
        height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        font-family: "bebas_neue_probold";
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: normal;
        color: #00140f;
        text-transform: uppercase; } }
  .nav-Component .menu_logo_bright {
    display: block; }
  .nav-Component .icon-bars span {
    background-color: #FCFBF7; }
  .nav-Component .search-toggle svg,
  .nav-Component .woo-links a,
  .nav-Component svg path,
  .nav-Component .search-toggle span,
  .nav-Component .search__toggle {
    color: #FCFBF7; }
  .nav-Component .icon__link {
    display: block;
    background-size: 14px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 18px;
    margin: 0 12px;
    position: relative; }
    .nav-Component .icon__link .icon__link_text {
      display: none; }
    @media (min-width: 1024px) {
      .nav-Component .icon__link {
        width: auto;
        padding-right: 23px;
        background-position: center right;
        text-align: right;
        margin: 0 6px 0 6px; }
        .nav-Component .icon__link .icon__link_text {
          display: block; } }
    @media (min-width: 1351px) {
      .nav-Component .icon__link {
        margin: 0 12px 0 12px; } }
    .nav-Component .icon__link.my-account {
      background-image: url(../src/icons/Icon_Login.svg); }
    .nav-Component .icon__link.csc {
      background-image: url(../src/icons/Icon_Cannabis_Social_Club.svg); }
      @media (max-width: 1023px) {
        .nav-Component .icon__link.csc {
          display: none; } }
  .nav-Component .navbar-toggler {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 6px 0 0; }
    @media (min-width: 1024px) {
      .nav-Component .navbar-toggler {
        display: none; } }
  .nav-Component.open-option-popup .navbar-toggler {
    display: none; }
  .nav-Component .logo__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    width: 120px;
    height: 36px;
    overflow: visible;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 1024px) {
      .nav-Component .logo__left {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        margin-right: 0;
        margin-left: 0; } }
    .nav-Component .logo__left svg {
      width: 190px; }
      .nav-Component .logo__left svg path, .nav-Component .logo__left svg g, .nav-Component .logo__left svg use, .nav-Component .logo__left svg mask {
        fill: #00140f; }
  .nav-Component.open-category-menu {
    background-color: #00140f; }
  .nav-Component.open-option-popup {
    background-color: transparent; }
    .nav-Component.open-option-popup .menu_logo_bright {
      display: block; }
  .nav-Component.open #header_language_list, .nav-Component.open-search #header_language_list, .nav-Component.open-option-popup #header_language_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .nav-Component.open .icon-bars span, .nav-Component.open-search .icon-bars span, .nav-Component.open-option-popup .icon-bars span {
    background-color: #FCFBF7; }
  .nav-Component.open .search-toggle svg,
  .nav-Component.open .woo-links a,
  .nav-Component.open svg path,
  .nav-Component.open .search-toggle span, .nav-Component.open-search .search-toggle svg,
  .nav-Component.open-search .woo-links a,
  .nav-Component.open-search svg path,
  .nav-Component.open-search .search-toggle span, .nav-Component.open-option-popup .search-toggle svg,
  .nav-Component.open-option-popup .woo-links a,
  .nav-Component.open-option-popup svg path,
  .nav-Component.open-option-popup .search-toggle span {
    color: #FCFBF7; }
  .nav-Component.open .open-search-btn, .nav-Component.open-search .open-search-btn, .nav-Component.open-option-popup .open-search-btn {
    background-image: url(../src/icons/Icon_Search_Bright_Open.svg); }
  .nav-Component.open .search-title, .nav-Component.open-search .search-title, .nav-Component.open-option-popup .search-title {
    color: #FCFBF7; }
  .nav-Component.open .search-toggle .close, .nav-Component.open-search .search-toggle .close, .nav-Component.open-option-popup .search-toggle .close {
    display: block; }
  .nav-Component.open .search__toggle svg path, .nav-Component.open-search .search__toggle svg path, .nav-Component.open-option-popup .search__toggle svg path {
    fill: #FCFBF7;
    stroke: transparent; }
  .nav-Component.open .search__toggle.active span, .nav-Component.open-search .search__toggle.active span, .nav-Component.open-option-popup .search__toggle.active span {
    color: #FCFBF7; }

.nav-container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%; }
  @media (min-width: 1024px) {
    .nav-container {
      padding: 0; } }
  @media (min-width: 1200px) {
    .nav-container {
      padding: 0 40px; } }

.search__toggle {
  cursor: pointer;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  cursor: pointer;
  margin: 0px 6px; }
  .search__toggle .open-search-btn {
    background-image: url(../src/icons/Icon_Search_Bright_Open.svg);
    background-size: 22px;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat; }
    .search__toggle .open-search-btn.hide {
      opacity: 0;
      width: 0; }
  .search__toggle .close {
    width: 20px;
    height: 14px;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
    background-image: url(../src/icons/Button_Delete_Bright.svg);
    background-size: 14px; }
  .search__toggle .search-title {
    margin-left: 10px;
    display: none; }
  .search__toggle .open {
    display: inline-block; }
  .search__toggle .close {
    display: none; }
  .search__toggle.open #header_language_list .hll_link,
  .search__toggle.open #header_language_list .lang, .search__toggle.open-search #header_language_list .hll_link,
  .search__toggle.open-search #header_language_list .lang {
    color: #FCFBF7; }
  .search__toggle.open #header_language_list .world_img_icon, .search__toggle.open-search #header_language_list .world_img_icon {
    background-image: url(../src/icons/Icon_Language_Bright.svg); }
  .search__toggle.active .open {
    display: none; }
  .search__toggle.active .close {
    display: inline-block; }

.xoo-wsc-total-sales {
  display: none; }

.xoo-wsc-active #trustbadge-container-98e3dadd90eb493088abdc5597a70810,
.menu-opened #trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
  display: none !important; }

.search-form-active {
  overflow: hidden !important;
  /* for search page */ }
  .search-form-active .page-header {
    display: none; }
  @media (max-width: 1023px) {
    .search-form-active .search__toggle .close {
      display: block; } }
  .search-form-active .search-overlay {
    opacity: 0.25; }

.woo-links {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }
  .woo-links a {
    -webkit-transition: 0.8s ease-in color;
    -o-transition: 0.8s ease-in color;
    transition: 0.8s ease-in color;
    padding-bottom: 4px;
    position: relative; }
    .woo-links a:hover:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #05c9e4;
      visibility: hidden;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: all .3s ease-in-out 0s;
      -o-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s; }

.xoo-wsc-basket {
  display: none !important; }

@media (min-width: 1024px) {
  #main-menu-mobile {
    display: none; } }

#mega-menu-mobile_primary .menu_image {
  max-height: 100px;
  display: block; }

#main-menu {
  display: none; }
  @media (min-width: 1024px) {
    #main-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

#header_language_list,
#header_mobile_language_list {
  overflow: visible; }
  @media (max-width: 1023px) {
    #header_language_list,
    #header_mobile_language_list {
      margin-right: 0; } }
  #header_language_list:hover,
  #header_mobile_language_list:hover {
    width: auto; }
    #header_language_list:hover .hll_li.not-active,
    #header_mobile_language_list:hover .hll_li.not-active {
      opacity: 1; }
  #header_language_list .hll_ul,
  #header_mobile_language_list .hll_ul {
    margin-right: 12px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding: 0;
    margin-bottom: 0;
    width: auto;
    border: 0;
    height: auto; }
  #header_language_list .hll_li,
  #header_mobile_language_list .hll_li {
    line-height: 1; }
    #header_language_list .hll_li .hll_link,
    #header_mobile_language_list .hll_li .hll_link {
      opacity: 1; }
    #header_language_list .hll_li.world_img,
    #header_mobile_language_list .hll_li.world_img {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      cursor: pointer; }
    #header_language_list .hll_li.active-lang,
    #header_mobile_language_list .hll_li.active-lang {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      cursor: pointer; }
      #header_language_list .hll_li.active-lang .lang,
      #header_mobile_language_list .hll_li.active-lang .lang {
        padding-left: 10px; }
    #header_language_list .hll_li.not-active,
    #header_mobile_language_list .hll_li.not-active {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      display: block;
      -webkit-transition: 0.1s all ease-out;
      -o-transition: 0.1s all ease-out;
      transition: 0.1s all ease-out; }
      #header_language_list .hll_li.not-active .hll_link,
      #header_mobile_language_list .hll_li.not-active .hll_link {
        opacity: 0.5; }
    #header_language_list .hll_li:hover .hll_link,
    #header_mobile_language_list .hll_li:hover .hll_link {
      opacity: 1; }
  #header_language_list .hll_link,
  #header_mobile_language_list .hll_link {
    -webkit-transition: 0.8s ease-in color;
    -o-transition: 0.8s ease-in color;
    transition: 0.8s ease-in color; }
  #header_language_list .lang,
  #header_mobile_language_list .lang {
    padding: 0 6px; }
  #header_language_list .hll_link,
  #header_language_list .lang,
  #header_mobile_language_list .hll_link,
  #header_mobile_language_list .lang {
    margin: 0px; }
  #header_language_list .world_img_icon,
  #header_mobile_language_list .world_img_icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../src/icons/Icon_Language_Bright.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }

#header_mobile_language_list {
  /*  margin-left: 0;
  width: auto;
    position: absolute;
    bottom: 0;
    padding: 20px;
    transform: translateY(0);

    .navbar__head_msg &{
      transform: translateY(-50px);
    }

    .navbar__head_msg .sticky &{
      transform: translateY(0);
    }*/ }
  #header_mobile_language_list .hll_ul {
    margin-right: 0px; }
  #header_mobile_language_list .hll_li {
    border-bottom-width: 0;
    max-width: 16.5%; }
    #header_mobile_language_list .hll_li.world_img {
      display: none; }
    #header_mobile_language_list .hll_li.active-lang {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      cursor: pointer; }
      #header_mobile_language_list .hll_li.active-lang .lang {
        padding-left: 0px; }
    #header_mobile_language_list .hll_li.not-active {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  #header_mobile_language_list .lang {
    line-height: 1; }
  #header_mobile_language_list .hll_link,
  #header_mobile_language_list .lang {
    color: #FCFBF7; }

.woocommerce-product-search button[type=submit] svg {
  height: 13px; }

.woocommerce-product-search input {
  width: 83%;
  border-radius: 0; }

.woocommerce-product-search button {
  background: transparent;
  border: 0; }

.search-overlay {
  -webkit-transition: 0.3s opacity ease-in;
  -o-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in; }

.search__page input {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0; }

@media (max-width: 1023px) {
  .search__page {
    background-color: transparent; }
    .search__page button[type=submit] {
      width: auto; }
    .search__page.active {
      z-index: 12;
      padding: 0 20px; } }
    @media (max-width: 1023px) and (max-width: 1023px) {
      .search__page.active {
        padding-top: 130px !important;
        top: 0 !important;
        padding-bottom: 40px; } }

@media (max-width: 1023px) {
      .search__page.active button[type="submit"] svg, .search__page.active button[type="submit"] g {
        stroke: #00140f; } }

.search__page form {
  position: relative;
  max-width: 1080px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 30px; }

.search__page button[type=submit] {
  right: -4px;
  width: auto;
  margin-top: 0;
  background: none;
  border: 0;
  position: absolute;
  z-index: 2;
  top: 40%; }

@media (max-width: 1023px) {
  .search__page input[type=text]::-webkit-input-placeholder {
    color: #FCFBF7; }
  .search__page input[type=text]::-moz-placeholder {
    color: #FCFBF7; }
  .search__page input[type=text]:-ms-input-placeholder {
    color: #FCFBF7; }
  .search__page input[type=text]::-ms-input-placeholder {
    color: #FCFBF7; }
  .search__page input[type=text]::placeholder {
    color: #FCFBF7; } }

.search__page input[type=text]::-webkit-input-placeholder {
  font-family: "bebas_neue_probold";
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #FCFBF7;
  opacity: 0.8; }

.search__page input[type=text]::-moz-placeholder {
  font-family: "bebas_neue_probold";
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #FCFBF7;
  opacity: 0.8; }

.search__page input[type=text]:-ms-input-placeholder {
  font-family: "bebas_neue_probold";
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #FCFBF7;
  opacity: 0.8; }

.search__page input[type=text]::-ms-input-placeholder {
  font-family: "bebas_neue_probold";
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #FCFBF7;
  opacity: 0.8; }

.search__page input[type=text]::placeholder {
  font-family: "bebas_neue_probold";
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #FCFBF7;
  opacity: 0.8; }
  @media (max-width: 1023px) {
    .search__page input[type=text]::-webkit-input-placeholder {
      opacity: 1;
      color: #00140f;
      text-transform: uppercase;
      font-size: 20px; }
    .search__page input[type=text]::-moz-placeholder {
      opacity: 1;
      color: #00140f;
      text-transform: uppercase;
      font-size: 20px; }
    .search__page input[type=text]:-ms-input-placeholder {
      opacity: 1;
      color: #00140f;
      text-transform: uppercase;
      font-size: 20px; }
    .search__page input[type=text]::-ms-input-placeholder {
      opacity: 1;
      color: #00140f;
      text-transform: uppercase;
      font-size: 20px; }
    .search__page input[type=text]::placeholder {
      opacity: 1;
      color: #00140f;
      text-transform: uppercase;
      font-size: 20px; } }

.search__page input[type=text] {
  width: 100%;
  padding-right: 74px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 12px;
  border: 0;
  background: transparent;
  border-bottom: solid 2px #f9f9f9;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "bebas_neue_probold";
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #FCFBF7; }
  @media (max-width: 1023px) {
    .search__page input[type=text] {
      color: #00140f;
      text-transform: uppercase;
      border-bottom: 1px solid #00140f;
      font-size: 20px; } }
  .search__page input[type=text]:focus {
    outline: 0; }
  .search__page input[type=text] ::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: "bebas_neue_probold";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #fcfbf7; }
  .search__page input[type=text] ::-moz-placeholder {
    text-transform: uppercase;
    font-family: "bebas_neue_probold";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #fcfbf7; }
  .search__page input[type=text] :-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "bebas_neue_probold";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #fcfbf7; }
  .search__page input[type=text] ::-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "bebas_neue_probold";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #fcfbf7; }
  .search__page input[type=text] ::placeholder {
    text-transform: uppercase;
    font-family: "bebas_neue_probold";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #fcfbf7; }
  .search__page input[type=text]:focus {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }

.search__page.active {
  top: 60px !important;
  position: fixed;
  z-index: 12;
  opacity: 1;
  height: auto;
  width: 100%; }
  @media (max-width: 1023px) {
    .search__page.active {
      background-color: #FCFBF7;
      top: 0 !important; } }
  @media (max-width: 1023px) {
    .search__page.active {
      height: 140vh; } }

@media (min-width: 1024px) {
  .search__page.active.auto-complete-active {
    height: 300px; } }

.search__page button[type="submit"] svg g {
  stroke: #00140f; }

.search__page input[type=text]::-webkit-input-placeholder {
  color: #00140f; }

.search__page input[type=text]::-moz-placeholder {
  color: #00140f; }

.search__page input[type=text]:-ms-input-placeholder {
  color: #00140f; }

.search__page input[type=text]::-ms-input-placeholder {
  color: #00140f; }

.search__page input[type=text]::placeholder {
  color: #00140f; }

.search__page input[type=text] {
  color: #00140f;
  border-color: #00140f;
  border-width: 1px; }

@media (min-width: 1024px) {
  .search__page .woocommerce-product-search {
    margin-top: 5rem; } }

.search__form {
  top: 0;
  position: relative;
  width: 0;
  background-color: #00140f;
  height: 0;
  -webkit-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
  opacity: 0;
  z-index: 1; }
  .search__form input {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0; }
  @media (max-width: 1023px) {
    .search__form {
      background-color: transparent; }
      .search__form button[type=submit] {
        width: auto; }
      .search__form.active {
        z-index: 12;
        padding: 0 20px; } }
    @media (max-width: 1023px) and (max-width: 1023px) {
      .search__form.active {
        padding-top: 130px !important;
        top: 0 !important;
        padding-bottom: 40px; } }
  @media (max-width: 1023px) {
        .search__form.active button[type="submit"] svg, .search__form.active button[type="submit"] g {
          stroke: #00140f; } }
  .search__form form {
    position: relative;
    max-width: 1080px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 30px; }
  .search__form button[type=submit] {
    right: -4px;
    width: auto;
    margin-top: 0;
    background: none;
    border: 0;
    position: absolute;
    z-index: 2;
    top: 40%; }
  @media (max-width: 1023px) {
    .search__form input[type=text]::-webkit-input-placeholder {
      color: #FCFBF7; }
    .search__form input[type=text]::-moz-placeholder {
      color: #FCFBF7; }
    .search__form input[type=text]:-ms-input-placeholder {
      color: #FCFBF7; }
    .search__form input[type=text]::-ms-input-placeholder {
      color: #FCFBF7; }
    .search__form input[type=text]::placeholder {
      color: #FCFBF7; } }
  .search__form input[type=text]::-webkit-input-placeholder {
    font-family: "bebas_neue_probold";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #FCFBF7;
    opacity: 0.8; }
  .search__form input[type=text]::-moz-placeholder {
    font-family: "bebas_neue_probold";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #FCFBF7;
    opacity: 0.8; }
  .search__form input[type=text]:-ms-input-placeholder {
    font-family: "bebas_neue_probold";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #FCFBF7;
    opacity: 0.8; }
  .search__form input[type=text]::-ms-input-placeholder {
    font-family: "bebas_neue_probold";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #FCFBF7;
    opacity: 0.8; }
  .search__form input[type=text]::placeholder {
    font-family: "bebas_neue_probold";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #FCFBF7;
    opacity: 0.8; }
    @media (max-width: 1023px) {
      .search__form input[type=text]::-webkit-input-placeholder {
        opacity: 1;
        color: #00140f;
        text-transform: uppercase;
        font-size: 20px; }
      .search__form input[type=text]::-moz-placeholder {
        opacity: 1;
        color: #00140f;
        text-transform: uppercase;
        font-size: 20px; }
      .search__form input[type=text]:-ms-input-placeholder {
        opacity: 1;
        color: #00140f;
        text-transform: uppercase;
        font-size: 20px; }
      .search__form input[type=text]::-ms-input-placeholder {
        opacity: 1;
        color: #00140f;
        text-transform: uppercase;
        font-size: 20px; }
      .search__form input[type=text]::placeholder {
        opacity: 1;
        color: #00140f;
        text-transform: uppercase;
        font-size: 20px; } }
  .search__form input[type=text] {
    width: 100%;
    padding-right: 74px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 12px;
    border: 0;
    background: transparent;
    border-bottom: solid 2px #f9f9f9;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "bebas_neue_probold";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #FCFBF7; }
    @media (max-width: 1023px) {
      .search__form input[type=text] {
        color: #00140f;
        text-transform: uppercase;
        border-bottom: 1px solid #00140f;
        font-size: 20px; } }
    .search__form input[type=text]:focus {
      outline: 0; }
    .search__form input[type=text] ::-webkit-input-placeholder {
      text-transform: uppercase;
      font-family: "bebas_neue_probold";
      font-size: 34px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.9;
      letter-spacing: normal;
      color: #fcfbf7; }
    .search__form input[type=text] ::-moz-placeholder {
      text-transform: uppercase;
      font-family: "bebas_neue_probold";
      font-size: 34px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.9;
      letter-spacing: normal;
      color: #fcfbf7; }
    .search__form input[type=text] :-ms-input-placeholder {
      text-transform: uppercase;
      font-family: "bebas_neue_probold";
      font-size: 34px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.9;
      letter-spacing: normal;
      color: #fcfbf7; }
    .search__form input[type=text] ::-ms-input-placeholder {
      text-transform: uppercase;
      font-family: "bebas_neue_probold";
      font-size: 34px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.9;
      letter-spacing: normal;
      color: #fcfbf7; }
    .search__form input[type=text] ::placeholder {
      text-transform: uppercase;
      font-family: "bebas_neue_probold";
      font-size: 34px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.9;
      letter-spacing: normal;
      color: #fcfbf7; }
    .search__form input[type=text]:focus {
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
  .search__form.active {
    top: 60px !important;
    position: fixed;
    z-index: 12;
    opacity: 1;
    height: auto;
    width: 100%; }
    @media (max-width: 1023px) {
      .search__form.active {
        background-color: #FCFBF7;
        top: 0 !important; } }
    @media (max-width: 1023px) {
      .search__form.active {
        height: 140vh; } }
  @media (min-width: 1024px) {
    .search__form.active.auto-complete-active {
      height: 300px; } }
  .search__form.active {
    top: 66px !important; }
    @media (min-width: 1024px) {
      .search__form.active {
        top: 60px !important; } }
    .navbar__head_msg .search__form.active {
      top: 116px !important; }
      @media (min-width: 1024px) {
        .navbar__head_msg .search__form.active {
          top: 90px !important; } }

.dropdown {
  /*
  .show, .hide {
    transform-origin: (50%, 0%);
  }

  .show {
    display: block;
    max-height: 99em;
    transform: scaleY(1);
    animation: showAnimation .5s ease-in-out;
    transition: max-height 1s ease-in-out;
  }

  .hide {
    max-height: 0;
    transform: scaleY(0);
    animation: hideAnimation .4s ease-out;
    transition: max-height .6s ease-out;
    }*/ }
  .dropdown a {
    text-decoration: none; }
  .dropdown [data-toggle="dropdown"] {
    position: relative;
    display: block; }
  .dropdown .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: #ffffff;
    top: 14px;
    right: 10px; }
    .dropdown .icon-arrow.open {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      -webkit-transition: -webkit-transform .6s;
      transition: -webkit-transform .6s;
      -o-transition: transform .6s;
      transition: transform .6s;
      transition: transform .6s, -webkit-transform .6s; }
    .dropdown .icon-arrow.close {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: -webkit-transform .6s;
      transition: -webkit-transform .6s;
      -o-transition: transform .6s;
      transition: transform .6s;
      transition: transform .6s, -webkit-transform .6s; }
    .dropdown .icon-arrow:before {
      content: '\25BC'; }

@keyframes showAnimation {
  0% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1/4);
            transform: scaleY(1/4); }
  60% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.04);
            transform: scaleY(1.04); }
  100% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.02);
            transform: scaleY(1.02); }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@-webkit-keyframes showAnimation {
  0% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1/4);
            transform: scaleY(1/4); }
  60% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.04);
            transform: scaleY(1.04); }
  100% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.02);
            transform: scaleY(1.02); }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes hideAnimation {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  60% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.02);
            transform: scaleY(1.02); }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0); } }

@-webkit-keyframes hideAnimation {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  60% {
    -webkit-transform: scaleY(0.98);
            transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.02);
            transform: scaleY(1.02); }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0); } }

.xoo-wsc-active .cart-item .fa, .xoo-wsc-active .cart-item span {
  color: #FCFBF7; }

.icon-shopping-cart {
  background-size: 17px;
  width: 17px;
  height: 17px;
  color: #FCFBF7;
  margin-right: 5px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-image: url(../src/icons/Icon_Bag_Bright.svg); }
  .icon-shopping-cart.active, .icon-shopping-cart:hover {
    background-image: url(../src/icons/Icon_Bag_Bright_Full.svg); }

.icon-bars {
  margin: 0;
  z-index: 103;
  top: 15px;
  zoom: 0.5;
  width: 60px;
  height: 35px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .icon-bars.active span {
    width: 65%; }

@-moz-document url-prefix() {
  .icon-bars {
    -moz-transform: scale(0.5); } }
  .icon-bars span {
    display: block;
    position: absolute;
    height: 2px;
    width: 53%;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    background-color: #00140f;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .icon-bars span:nth-child(1) {
    top: -2px;
    left: 22.5%;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center; }
  .icon-bars span:nth-child(2) {
    width: 85%;
    top: 13px;
    left: 3px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center; }
  .icon-bars span:nth-child(3) {
    top: 27px;
    left: 22.5%;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center; }
  .icon-bars.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    left: 0px; }
  .icon-bars.active span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .icon-bars.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 25.77px;
    left: 0; }

/* MENU COMPONENT*/
#main-menu-mobile {
  will-change: transform;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  #main-menu-mobile[data-lv="level__1"] {
    -webkit-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
            transform: translateX(-100vw); }
  #main-menu-mobile[data-lv="level__2"] {
    -webkit-transform: translateX(-200vw);
        -ms-transform: translateX(-200vw);
            transform: translateX(-200vw); }
  #main-menu-mobile .dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    max-height: unset;
    display: block;
    visibility: hidden;
    z-index: -1;
    overflow: visible; }
  #main-menu-mobile .nav-item.back > a {
    color: #058273; }
  #main-menu-mobile .nav-item.special_green .nav-link, #main-menu-mobile .nav-item.special_purple .nav-link, #main-menu-mobile .nav-item.special_orange .nav-link {
    color: inherit; }
  #main-menu-mobile .nav-item.special_purple {
    color: #9371f6; }
  #main-menu-mobile .nav-item.special_green {
    color: #058273; }
  #main-menu-mobile .nav-item.special_orange {
    color: #FF5100; }
  #main-menu-mobile .level__0 > .dropdown-menu,
  #main-menu-mobile .level__1 > .dropdown-menu,
  #main-menu-mobile .level__2 > .dropdown-menu {
    left: 100vw; }
  #main-menu-mobile .level__0.open > .dropdown-menu {
    display: block;
    visibility: visible;
    z-index: 200; }
  #main-menu-mobile .level__1.open > .dropdown-menu {
    display: block;
    visibility: visible;
    z-index: 200; }
  #main-menu-mobile .level__2 > .dropdown-menu {
    left: 0;
    position: static;
    width: auto;
    padding: 0 0 12px 0;
    visibility: visible;
    z-index: auto;
    display: none; }
    #main-menu-mobile .level__2 > .dropdown-menu.show {
      display: block;
      -webkit-animation: showAnimation .5s ease-in-out;
              animation: showAnimation .5s ease-in-out; }

/*
  .show, .hide {
    transform-origin: (50%, 0%);
  }

 .show {
    display: block;
    max-height: 99em;
    transform: scaleY(1);
    animation: showAnimation .5s ease-in-out;
    transition: max-height 1s ease-in-out;
  }

  .hide {
    max-height: 0;
    transform: scaleY(0);
    animation: hideAnimation .4s ease-out;
    transition: max-height .6s ease-out;
  }*/
#navbarNavDropdown {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

@-webkit-keyframes marrowfade {
  0% {
    -webkit-transform: translateX(0);
    opacity: 0.95; }
  100% {
    -webkit-transform: translateX(-4px);
    opacity: 0.85; } }

.menu__nav {
  position: relative;
  background: #00140f;
  z-index: 13;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  padding: 70px 0px 70px 0px; }
  .menu__nav .cart-trigger {
    right: 0; }
  .menu__nav .cart-trigger-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin: 0;
    width: auto;
    border: 0;
    height: auto;
    padding: 0; }

.menu-Component {
  position: fixed;
  height: 0;
  width: 0;
  z-index: -1;
  display: block; }
  @media (min-width: 1024px) {
    .menu-Component {
      display: none; } }
  .menu-Component .navbar-nav {
    position: relative; }
  .menu-Component .dropdown-header > .dropdown-toggle i {
    -webkit-animation: marrowfade 0.6s infinite alternate ease-in-out;
            animation: marrowfade 0.6s infinite alternate ease-in-out;
    right: 0; }
    .menu-Component .dropdown-header > .dropdown-toggle i:before {
      background-image: url(../src/icons/Chevron_WhiteDouble.svg);
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      top: calc(50% - 4px); }
  .menu-Component .back > .dropdown-item {
    position: relative;
    -webkit-animation: marrowfade 0.6s infinite alternate ease-in-out;
            animation: marrowfade 0.6s infinite alternate ease-in-out;
    margin-left: 13px; }
    .menu-Component .back > .dropdown-item i {
      right: auto;
      left: -20px;
      top: calc(50% - 6px); }
      .menu-Component .back > .dropdown-item i:before {
        background-image: url(../src/icons/Chevron_Green2.svg);
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
  .menu-Component .alevel__2 {
    position: relative; }
    .menu-Component .alevel__2 i {
      right: 0; }
      .menu-Component .alevel__2 i:before {
        background-image: url(../src/icons/Plus_White.svg); }
  .menu-Component .open > .alevel__2 i:before {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-image: url(../src/icons/Plus_WhiteMinus.svg); }
  .menu-Component .menu__back {
    cursor: pointer;
    display: none; }
    .menu-Component .menu__back.show {
      display: none; }
    .menu-Component .menu__back span, .menu-Component .menu__back svg {
      opacity: 0;
      -webkit-animation: fadeInRight .5s ease forwards;
              animation: fadeInRight .5s ease forwards;
      -webkit-animation-delay: .80s;
              animation-delay: .80s;
      color: #FCFBF7; }
    .menu-Component .menu__back span {
      margin-left: 10px;
      font-family: "bebas_neue_probold";
      font-size: 20px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.9;
      letter-spacing: normal;
      font-family: "bebas_neue_proregular";
      font-weight: normal;
      color: #FCFBF7;
      text-transform: uppercase; }
  .menu-Component .menu__search {
    margin-top: 5vh;
    display: block;
    width: 100%;
    display: none; }
    .menu-Component .menu__search form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      width: 100%;
      opacity: 0.5;
      border-bottom: 2px solid rgba(252, 251, 247, 0.5); }
    .menu-Component .menu__search input {
      background: transparent;
      border: 0;
      width: calc(100% - 40px);
      -webkit-appearance: searchfield;
      color: #fcfbf7; }
      .menu-Component .menu__search input::-webkit-input-placeholder {
        font-size: 34px !important;
        /* Chrome/Opera/Safari */
        font-family: "bebas_neue_probold";
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: normal;
        font-family: "bebas_neue_proregular";
        font-weight: normal;
        color: #fcfbf7;
        text-transform: uppercase; }
      .menu-Component .menu__search input::-moz-placeholder {
        font-size: 34px !important;
        /* Chrome/Opera/Safari */
        font-family: "bebas_neue_probold";
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: normal;
        font-family: "bebas_neue_proregular";
        font-weight: normal;
        color: #fcfbf7;
        text-transform: uppercase; }
      .menu-Component .menu__search input:-ms-input-placeholder {
        font-size: 34px !important;
        /* Chrome/Opera/Safari */
        font-family: "bebas_neue_probold";
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: normal;
        font-family: "bebas_neue_proregular";
        font-weight: normal;
        color: #fcfbf7;
        text-transform: uppercase; }
      .menu-Component .menu__search input::-ms-input-placeholder {
        font-size: 34px !important;
        /* Chrome/Opera/Safari */
        font-family: "bebas_neue_probold";
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: normal;
        font-family: "bebas_neue_proregular";
        font-weight: normal;
        color: #fcfbf7;
        text-transform: uppercase; }
      .menu-Component .menu__search input, .menu-Component .menu__search input::placeholder {
        font-size: 34px !important;
        /* Chrome/Opera/Safari */
        font-family: "bebas_neue_probold";
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: normal;
        font-family: "bebas_neue_proregular";
        font-weight: normal;
        color: #fcfbf7;
        text-transform: uppercase; }
    .menu-Component .menu__search input[type="submit"] {
      width: 20%; }
    .menu-Component .menu__search .close-p {
      display: none; }
    .menu-Component .menu__search .account-item {
      border-bottom: solid 1px #FCFBF7;
      padding-bottom: 12px;
      margin-bottom: 5px; }
      .menu-Component .menu__search .account-item a {
        font-family: "bebas_neue_probold";
        line-height: 1;
        font-size: 34px;
        font-weight: bold;
        padding: 0;
        color: #FCFBF7;
        text-transform: uppercase;
        cursor: pointer; }
        .menu-Component .menu__search .account-item a:hover {
          color: #058273; }
    .menu-Component .menu__search .woocommerce-product-search input[type="text"] {
      margin-bottom: 11px; }
    @media (max-width: 1023px) {
      .menu-Component .menu__search .woocommerce-product-search button[type=submit] {
        background-size: contain;
        width: 26px;
        height: 26px;
        top: 10px;
        position: relative;
        background-repeat: no-repeat;
        background-image: url(../src/icons/Icon_Search_White.svg); }
        .menu-Component .menu__search .woocommerce-product-search button[type=submit] svg {
          display: none; } }
  .menu-Component nav {
    position: relative;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    text-align: center; }
  .menu-Component ul ul {
    margin-top: 50px; }
  .menu-Component .dropdown-menu li.hide,
  .menu-Component .dropdown-menu .dropdown.hide {
    display: none; }
  .menu-Component .dropdown-menu li a.dropdown-toggle:after,
  .menu-Component .dropdown-menu .dropdown a.dropdown-toggle:after {
    top: 42%;
    right: 0; }
  .menu-Component.open {
    z-index: 13;
    width: 100%;
    height: 100vh;
    opacity: 1; }
    .menu-Component.open .collapse {
      display: block; }
    .menu-Component.open li .alevel__2_DISABLED {
      font-size: 0.9rem;
      text-transform: unset;
      font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
      line-height: 1.5;
      font-weight: 300; }

/* MENU COMPONENT*/
#main-menu > li:first-child .dropdown-toggle {
  font-size: 30px;
  padding-bottom: unset; }

#main-menu > li:first-child .dropdown-menu {
  padding-top: 0; }
  #main-menu > li:first-child .dropdown-menu a {
    opacity: 0.25; }

#main-menu > li:first-child .dropdown-item {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "bebas_neue_probold";
  line-height: 1; }
  #main-menu > li:first-child .dropdown-item:hover {
    color: #fcfbf7; }

#main-menu .alevel__0 + .dropdown-menu {
  padding-top: 10px; }

#main-menu .alevel__2 {
  padding-left: 15px; }
  #main-menu .alevel__2:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 1px;
    background: #5a5a5a;
    top: 45%;
    left: 0;
    z-index: 1000; }

@-webkit-keyframes Opaque {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes Opaque {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInBottomToTop {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInBottomToTop {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }

.icon-bike,
.icon-pickup,
.icon-delivery,
.icon-bike-white {
  display: inline-block;
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
  float: left;
  margin-right: 6px; }

.icon-bike {
  background-image: url(../src/icons/bike.svg); }

.icon-bike-white {
  background-image: url(../src/icons/bike-white.svg); }

.icon-pickup {
  background-image: url(../src/icons/pickup.svg); }

.icon-delivery {
  width: 23px;
  height: 12px;
  float: none;
  display: inline-block;
  background-size: contain;
  background-image: url(../src/icons/Icon_Shipping_Bright.png); }

@media (max-width: 1023px) {
  .icon-delivery,
  .icon-bike-white {
    display: none; } }

.swiper_scrollbar {
  height: 8px;
  width: 100vw;
  bottom: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  position: absolute;
  z-index: 11; }

.swiper-scrollbar-drag {
  background: #058273;
  border-radius: 0; }

#psWhatsAppLink {
  position: fixed;
  z-index: 9999;
  top: auto;
  bottom: 20px;
  right: auto;
  left: 20px;
  width: 60px;
  height: 60px;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }
  #psWhatsAppLink.mobile {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.2s ease-in-out;
    -o-transition: visibility 0s, opacity 0.2s ease-in-out;
    transition: visibility 0s, opacity 0.2s ease-in-out; }
    #psWhatsAppLink.mobile.show {
      visibility: visible;
      opacity: 1; }

.site-footer {
  max-width: 1080px;
  margin: auto;
  padding: 0 20px; }
  @media (min-width: 1024px) {
    .site-footer {
      padding: 0; } }

#wrapper-footer {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #00140f; }
  @media (min-width: 1024px) {
    #wrapper-footer {
      padding-top: 90px;
      padding-bottom: 60px; } }
  @media only screen and (min-width: 1023px) and (max-width: 1240px) {
    #wrapper-footer {
      padding-left: 20px;
      padding-right: 20px; } }

.footer__copyright-Row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .footer__copyright-Row .copyright__left,
  .footer__copyright-Row .copyright__right {
    width: 50%; }
  @media (max-width: 1023px) {
    .footer__copyright-Row .copyright__left {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .footer__copyright-Row .copyright__right {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }
  @media (min-width: 1024px) {
    .footer__copyright-Row {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .footer__copyright-Row .copyright__left {
        width: 60%; }
      .footer__copyright-Row .copyright__right {
        width: 40%; } }

.copyright__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin-top: 0; }
  .copyright__right p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .copyright__right .logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
    .copyright__right .logo img {
      max-width: 115px; }
  @media (min-width: 1024px) {
    .copyright__right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      color: #fcfbf7;
      font-size: 16px;
      margin-top: 0; }
      .copyright__right p {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        margin-right: 60px; }
      .copyright__right .logo {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        position: relative;
        top: -7px; } }

.social__media-Row {
  position: relative; }
  .social__media-Row:before {
    position: absolute;
    top: 50%;
    height: 2px;
    background-color: white;
    width: 29%;
    content: "";
    left: 0; }
  .social__media-Row:after {
    position: absolute;
    top: 50%;
    height: 2px;
    background-color: white;
    width: 29%;
    content: "";
    right: 0; }
  .social__media-Row .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .social__media-Row .icons a {
      position: relative;
      margin: 0 10px;
      width: 45px;
      height: 45px; }
      .social__media-Row .icons a svg {
        width: 45px;
        height: 45px; }
  @media (min-width: 1024px) {
    .social__media-Row {
      position: relative; }
      .social__media-Row:before {
        position: absolute;
        top: 50%;
        height: 1px;
        background-color: white;
        width: 37%;
        content: "";
        left: 0; }
      .social__media-Row:after {
        position: absolute;
        top: 50%;
        height: 1px;
        background-color: white;
        width: 37%;
        content: "";
        right: 0; }
      .social__media-Row .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; }
        .social__media-Row .icons a {
          position: relative;
          margin: 0 25px;
          width: 60px;
          height: 60px; } }

.footer__address_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .footer__address_container h5, .footer__address_container .h5__upper {
    width: 100%; }

.footer__address_row {
  margin-top: 0;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-top: 1px rgba(5, 130, 115, 0.2) solid;
  border-bottom: 1px rgba(5, 130, 115, 0.2) solid; }
  @media (min-width: 1024px) {
    .footer__address_row {
      margin-top: 70px;
      margin-bottom: 42px;
      padding-top: 30px;
      padding-bottom: 20px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .footer__address_row .footer__address {
    width: 50%;
    margin-top: 10px; }
  .footer__address_row .footer__info_block {
    margin-top: 30px;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
    .footer__address_row .footer__info_block.size1of4 {
      width: 50%; }
      .footer__address_row .footer__info_block.size1of4 .footer__address {
        width: 100%; }
      @media (min-width: 1024px) {
        .footer__address_row .footer__info_block.size1of4 {
          margin-bottom: 20px;
          width: 25%; } }
    @media (min-width: 1024px) {
      .footer__address_row .footer__info_block {
        margin-bottom: 20px; }
        .footer__address_row .footer__info_block.size2of4 {
          width: 50%; }
          .footer__address_row .footer__info_block.size2of4 .footer__address {
            width: 50%; }
        .footer__address_row .footer__info_block.size3of4 {
          width: 75%; }
          .footer__address_row .footer__info_block.size3of4 .footer__address {
            width: 33.3%; }
        .footer__address_row .footer__info_block.size4of4 {
          width: 100%; }
          .footer__address_row .footer__info_block.size4of4 .footer__address {
            width: 25%; } }

.footer__info_row {
  margin-top: 0;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media (min-width: 1024px) {
    .footer__info_row {
      margin-top: 70px;
      margin-bottom: 80px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .footer__info_row h5, .footer__info_row .h5__upper {
    text-transform: uppercase;
    margin-bottom: 16px; }
  .footer__info_row .footer__info_block {
    margin-top: 20px;
    margin-left: 0;
    width: calc( 50% - 10px); }
    .footer__info_row .footer__info_block p {
      color: #fcfbf7; }
    .footer__info_row .footer__info_block.size-1 {
      margin-right: 5px; }
      .footer__info_row .footer__info_block.size-1:nth-child(odd) {
        margin-right: 0; }
    .footer__info_row .footer__info_block.size-2 {
      width: 100%;
      margin-right: 0; }
    @media (min-width: 1024px) {
      .footer__info_row .footer__info_block {
        margin-top: 70px; }
        .footer__info_row .footer__info_block.size-1 {
          width: calc(20% - 30px);
          margin-right: 0; }
          .footer__info_row .footer__info_block.size-1:nth-child(odd) {
            margin-right: unset; }
        .footer__info_row .footer__info_block form.newsletter {
          width: 100%; }
        .footer__info_row .footer__info_block.size-2 {
          width: 30%; } }

.footer__list {
  list-style: none;
  padding: 0; }

.copyright__right {
  color: #fcfbf7;
  font-size: 14px;
  font-weight: normal; }

.horizontal__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: 0;
  list-style: none; }
  .horizontal__menu .menu-item {
    width: 100%;
    text-align: left;
    margin-bottom: 5px; }
  .horizontal__menu .nav-link {
    color: #fcfbf7;
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 0.25rem 0; }
  @media (min-width: 1024px) {
    .horizontal__menu {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 0; }
      .horizontal__menu .menu-item {
        width: auto; }
      .horizontal__menu .nav-link {
        padding: 0; } }

#footer_language_list {
  position: relative; }
  #footer_language_list .fll_ul {
    padding: 0;
    list-style: none;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #fcfbf7; }
  #footer_language_list .fll_li {
    padding-bottom: 7px; }
  #footer_language_list .fll_link {
    display: block;
    color: #fcfbf7;
    font-size: 14px;
    font-weight: normal; }
    #footer_language_list .fll_link:hover {
      color: #068273; }
  #footer_language_list .active-lang {
    position: relative; }
    #footer_language_list .active-lang .lang {
      color: #fcfbf7; }
    #footer_language_list .active-lang:after {
      content: "";
      position: absolute;
      right: 0;
      top: 8px;
      background-image: url("../src/icons/Chevron_White.svg");
      background-size: 10px;
      width: 10px;
      height: 10px;
      background-repeat: no-repeat; }
  #footer_language_list .not-active {
    display: none;
    position: absolute;
    top: 35px;
    padding-bottom: 0;
    width: 100%; }
  #footer_language_list.active .active-lang {
    border-bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #fcfbf7; }
    #footer_language_list.active .active-lang:after {
      top: 4px;
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg); }
  #footer_language_list.active .not-active {
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    min-height: 30px; }
  #footer_language_list.active .fll_ul {
    padding-bottom: 45px;
    position: relative; }
    @media (min-width: 1024px) {
      #footer_language_list.active .fll_ul {
        position: absolute;
        width: 100%;
        background: #00140f; } }

.footer__address_p,
.footer__address_a {
  font-size: 0.9rem; }

.footer__address_p {
  padding-right: 6px;
  margin-bottom: 8px; }

.delivery-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .delivery-options .d-option {
    font-family: "bebas_neue_probold";
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    margin-right: 5px;
    padding-left: 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fcfbf7;
    line-height: 1;
    border-left: 2px solid #fcfbf7;
    width: auto;
    height: 30px; }
    @media (min-width: 350px) {
      .delivery-options .d-option {
        margin-right: 10px;
        padding-left: 10px; } }
    .delivery-options .d-option:first-child {
      padding-left: 0;
      border: 0; }
      .delivery-options .d-option:first-child img {
        height: 33px;
        -o-object-fit: contain;
           object-fit: contain; }

.payment-options {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .payment-options .p-option {
    margin-right: 10px;
    margin-bottom: 2px; }
    .payment-options .p-option img {
      height: 32px;
      width: auto;
      -o-object-fit: cover;
         object-fit: cover; }

.award_img {
  width: 110px;
  position: relative;
  top: -20px;
  left: -10px; }

@media (min-width: 1920px) {
  .site-footer {
    max-width: 80%; } }

input.form-control {
  width: 100%;
  padding: 10px 10px 10px 0;
  display: block;
  border: none;
  border-bottom: 1px solid #00140f;
  font-size: 0.9rem;
  color: #55706c;
  -webkit-transition: border 500ms ease-in-out;
  -o-transition: border 500ms ease-in-out;
  transition: border 500ms ease-in-out;
  background-color: transparent;
  font-size: 14px; }
  input.form-control:focus, input.form-control:hover {
    outline: none;
    border-bottom: 1px solid #00140f; }
  input.form-control::-webkit-input-placeholder {
    color: #55706c;
    font-size: 0.9rem; }
  input.form-control::-moz-placeholder {
    color: #55706c;
    font-size: 0.9rem; }
  input.form-control:-ms-input-placeholder {
    color: #55706c;
    font-size: 0.9rem; }
  input.form-control::-ms-input-placeholder {
    color: #55706c;
    font-size: 0.9rem; }
  input.form-control::placeholder {
    color: #55706c;
    font-size: 0.9rem; }

textarea.form-control {
  background-color: transparent;
  border: 1px solid #00140f;
  color: #55706c;
  padding: 20px;
  font-size: 14px;
  padding-left: 15px; }

textarea.form-control::-webkit-input-placeholder {
  color: #55706c !important;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 14px; }

.qty {
  width: 100%; }

/* general selct */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fcfbf7;
  width: 100%;
  height: 40px;
  border-bottom: solid 1px #fcfbf7; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-family: "bebas_neue_proregular";
  text-transform: uppercase;
  font-size: 20px;
  color: #fcfbf7;
  font-weight: normal;
  line-height: 0.8;
  padding: 0; }
  .select-styled:hover:after {
    top: 28%; }
  .select-styled:after {
    -webkit-transition: 400ms top ease-in;
    -o-transition: 400ms top ease-in;
    transition: 400ms top ease-in;
    content: "";
    background-image: url("../src/icons/Chevron_Dark.svg");
    top: 20%;
    background-size: 12px;
    background-repeat: no-repeat;
    width: 15px;
    height: 12px;
    position: absolute;
    right: 0; }
  .select-styled:hover {
    background-color: rgba(0, 0, 0, 0); }
  .select-styled:active, .select-styled.active {
    background-color: rgba(0, 0, 0, 0); }
    .select-styled:active:after, .select-styled.active:after {
      background-image: url("../src/icons/Chevron_Dark_Active.svg");
      border-color: transparent transparent #fcfbf7 transparent; }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 11;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fcfbf7;
  -webkit-box-shadow: #00140f 0.5px 0.5px 0.5px 0.5px;
          box-shadow: #00140f 0.5px 0.5px 0.5px 0.5px; }
  .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    color: #00140f;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in; }
    .select-options li:first-child {
      display: none; }
    @media (prefers-reduced-motion: reduce) {
      .select-options li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .select-options li:hover {
      color: #068273;
      background: #fcfbf7; }
    .select-options li[rel="hide"] {
      display: none; }

.checkout ul li {
  color: #AAAAAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #00140f;
  margin-top: 10px; }

.checkout ul li input[type=radio] {
  position: absolute;
  visibility: hidden; }

.checkout ul li label {
  z-index: 9;
  cursor: pointer;
  width: 100%;
  padding-left: 22px;
  margin-bottom: 0;
  color: #55706c;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 5px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }

.checkout ul li:hover label {
  color: #00140f; }

.checkout ul li:hover .check::before {
  opacity: 0.6; }

.checkout ul li .check {
  display: block;
  position: absolute;
  border: 1px solid #00140f;
  border-radius: 0;
  height: 12px;
  width: 12px;
  top: 3px;
  left: 0;
  -webkit-transition: border .25s linear;
  -o-transition: border .25s linear;
  transition: border .25s linear; }

.checkout ul li:hover .check:before {
  background: #00140f; }

.checkout ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0;
  height: 8px;
  width: 8px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  margin: auto;
  -webkit-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear; }

.checkout .shipping input[type=radio]:checked ~ .check {
  border: 1px solid #068273; }

.checkout .shipping input[type=radio]:checked ~ .check::before {
  background: #068273; }

.checkout .shipping input[type=radio]:checked ~ .check {
  border: 1px solid #068273; }

.checkout .shipping input[type=radio]:checked ~ .check::before {
  background: #068273; }

.checkout .shipping input[type=radio]:checked ~ label {
  color: #068273; }

.checkout .wc_payment_methods input[type=radio]:checked ~ .check {
  border: 1px solid #00140f; }

.checkout .wc_payment_methods input[type=radio]:checked ~ .check::before {
  background: #00140f; }

.checkout .wc_payment_methods input[type=radio]:checked ~ label {
  color: #00140f; }

input.type_radio {
  position: absolute;
  top: 3px;
  accent-color: #00140f; }
  input.type_radio + span {
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-left: 20px; }

input[type=checkbox] {
  position: absolute;
  opacity: 0; }
  input[type=checkbox] + span {
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-left: 20px; }
  input[type=checkbox] + span:before {
    content: "";
    right: 0;
    left: 0;
    top: 2px;
    position: absolute;
    background-image: url(../src/icons/Checkbox_Inactive.svg);
    background-position: center;
    width: 15px;
    height: 15px;
    background-size: contain;
    margin-bottom: 0;
    bottom: 1px; }
  input[type=checkbox] + span.white:before {
    background-image: url(../src/icons/Checkbox_Inactive_White.svg); }
  input[type=checkbox]:checked + span.white:before {
    background-image: url(../src/icons/Checkbox_Active_White.svg); }
  input[type=checkbox]:checked + span:before {
    background-image: url(../src/icons/Checkbox_Active.svg); }
  input[type=checkbox]:disabled + span {
    cursor: auto; }
  input[type=checkbox]:disabled + span:before {
    -webkit-box-shadow: none;
            box-shadow: none; }

.body-open {
  position: relative; }

.home .newsletter-banner {
  top: 100px; }

.search-overlay.active {
  opacity: 0.6; }
  .search-overlay.active:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 0; }

.newsletter-popup {
  display: none;
  opacity: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  position: fixed;
  background-color: #068273; }
  .newsletter-popup .newsletter .result {
    color: #fcfbf7; }
  .newsletter-popup.active {
    opacity: 1;
    position: fixed;
    bottom: 0;
    height: auto;
    z-index: 12;
    display: block; }
  .newsletter-popup .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 20px 20px 20px;
    max-width: 100%;
    margin: auto;
    position: relative; }
  .newsletter-popup .close {
    position: absolute;
    top: 30px;
    padding: 20px;
    right: 0;
    background-image: url("../src/icons/Button_Delete_Bright.svg");
    background-size: 12px;
    height: 12px;
    width: 12px;
    background-repeat: no-repeat; }
  .newsletter-popup h3 {
    text-transform: uppercase;
    font-size: 34px;
    font-family: "bebas_neue_probold"; }
  .newsletter-popup h3, .newsletter-popup p {
    color: #fcfbf7; }
  .newsletter-popup div.info {
    max-width: 360px; }

form.newsletter {
  width: 100%; }
  @media (min-width: 1024px) {
    form.newsletter {
      width: 340px; } }
  form.newsletter input[type=email] {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border: 0;
    background: transparent;
    border-bottom: solid 1px #f9f9f9;
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
    color: #fcfbf7;
    font-size: 0.9rem;
    width: 100%; }
  form.newsletter input[type=email]::-webkit-input-placeholder {
    color: #fcfbf7;
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial; }
  form.newsletter button {
    background: none;
    border: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0; }
  form.newsletter .email-field {
    width: 100%;
    position: relative; }
  form.newsletter label span {
    color: #fcfbf7;
    font-size: 14px; }
    form.newsletter label span a {
      color: #fcfbf7; }

.banner-popup-background {
  position: absolute;
  background-color: #d9d9d9;
  opacity: 0;
  height: 0; }
  .banner-popup-background.active {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1110;
    opacity: 0.6; }

.discount-slide-in .info {
  width: 100%;
  color: #fcfbf7;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem; }
  @media (min-width: 1024px) {
    .discount-slide-in .info {
      width: 33.3333%; } }

.discount-slide-in .code {
  width: 100%;
  height: 60px;
  text-align: center;
  padding: 20px 0;
  height: 60px;
  color: #fcfbf7;
  border: 1px solid #fcfbf7;
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: 2.5px; }
  @media (max-width: 1023px) {
    .discount-slide-in .code {
      margin-top: 20px; } }
  @media (min-width: 1024px) {
    .discount-slide-in .code {
      width: 31%; } }

.checkbox-slide-in a {
  color: #fcfbf7; }

.banner-popup {
  position: absolute;
  top: 10vh;
  opacity: 0;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: -1; }
  .banner-popup.active {
    top: 10vh;
    z-index: 1111;
    opacity: 1;
    position: fixed; }
    @media (max-width: 1023px) {
      .banner-popup.active {
        top: 0; } }
  .banner-popup .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    position: relative; }
  .banner-popup .image {
    width: 100%; }
  .banner-popup .newsletter-area {
    width: 100%;
    background-color: #00140f;
    padding: 16px 20px 66px 20px; }
    .banner-popup .newsletter-area h3 {
      text-transform: uppercase;
      line-height: normal;
      font-family: "bebas_neue_probold";
      font-size: 34px;
      color: #fcfbf7; }
  .banner-popup .newsletter-form {
    padding: 15px 20px 20px 20px;
    background-color: #068273;
    color: #fcfbf7; }
    .banner-popup .newsletter-form a {
      color: #fcfbf7; }
    .banner-popup .newsletter-form .result {
      color: #fcfbf7; }
  .banner-popup .close-area {
    z-index: 1;
    top: 0;
    right: 0;
    position: absolute; }
    .banner-popup .close-area .close {
      cursor: pointer;
      position: absolute;
      background-image: url(../src/icons/Button_Delete_Bright.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 15px;
      width: 15px;
      height: 15px;
      top: 30px;
      padding: 20px;
      right: 10px; }
    .banner-popup .close-area .bottom {
      color: #fcfbf7;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      position: absolute;
      top: 150px;
      width: 200px;
      height: 30px;
      right: -73px; }
  .banner-popup.discount-banner .newsletter-form h5, .banner-popup.discount-banner .newsletter-form .h5__upper {
    font-family: "bebas_neue_proregular";
    font-size: 20px;
    font-weight: normal; }
  .banner-popup.discount-banner .newsletter-form h3 {
    font-size: 48px;
    margin-bottom: 0; }
  .banner-popup.discount-banner .inner-newsletter .newsletter-area h3 {
    color: #fcfbf7;
    text-transform: uppercase;
    line-height: 0.9;
    font-size: 48px; }
  .banner-popup.discount-banner .inner-newsletter .newsletter-area h5, .banner-popup.discount-banner .inner-newsletter .newsletter-area .h5__upper {
    font-family: "bebas_neue_proregular";
    color: #fcfbf7;
    text-transform: uppercase;
    line-height: 0.9;
    font-size: 20px;
    margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .banner-popup {
      top: 170px;
      position: fixed;
      left: 50%;
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%);
      margin-left: auto;
      margin-right: auto;
      width: 1080px;
      height: 571px; }
      .banner-popup.discount-banner .inner-newsletter .newsletter-area h3 {
        color: #fcfbf7;
        text-transform: uppercase;
        line-height: 0.9;
        font-size: 96px; }
      .banner-popup .inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        margin-left: auto;
        margin-right: auto;
        max-width: 1080px; }
      .banner-popup .image {
        width: 55%; }
        .banner-popup .image img {
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          height: 571px; }
      .banner-popup .inner-newsletter {
        max-height: 571px;
        width: 45%;
        padding-right: 64px;
        background-color: #00140f; }
        .banner-popup .inner-newsletter .newsletter-area {
          padding: 30px 30px 66px 30px;
          height: 75%; }
          .banner-popup .inner-newsletter .newsletter-area h3 {
            font-size: 60px;
            line-height: 0.91; }
        .banner-popup .inner-newsletter .newsletter-form {
          height: 25%;
          padding: 45px 20px 20px 20px;
          background-color: #00140f; }
      .banner-popup .close-area {
        width: 64px;
        height: 100%;
        background-color: #068273; }
        .banner-popup .close-area .bottom {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          position: absolute;
          bottom: 90px;
          width: 200px;
          height: 30px;
          right: -65px;
          top: unset; } }

.close {
  cursor: pointer; }

@media (min-width: 1024px) {
  .newsletter-popup .close {
    position: relative;
    background-size: 18px;
    height: 18px;
    width: 18px;
    top: 40%;
    right: 20px; }
  .newsletter-popup .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 1080px;
    padding: 40px 0; } }

#dictionary .background__headline {
  display: none; }

@media (min-width: 1024px) {
  #dictionary .background__headline {
    z-index: -1;
    position: fixed;
    display: block;
    top: 180px;
    font-size: 330px; } }

.dictionary__autosuggest__list_suggestion, .dictionary__autosuggest__list.autocomplete-suggestions, .dictionary-sidebar input {
  border: 0;
  opacity: 0.5;
  font-family: "bebas_neue_probold";
  font-size: 34px;
  font-weight: bold;
  color: #00140f;
  width: 100%;
  max-width: 100%;
  line-height: 1;
  padding-bottom: 5px;
  padding-left: 0;
  background-color: transparent;
  text-transform: uppercase; }
  .dictionary__autosuggest__list_suggestion:focus, .dictionary__autosuggest__list.autocomplete-suggestions:focus, .dictionary-sidebar input:focus {
    opacity: 1; }
  @media (min-width: 1024px) {
    .dictionary__autosuggest__list_suggestion, .dictionary__autosuggest__list.autocomplete-suggestions, .dictionary-sidebar input {
      width: 100%;
      padding-right: 70px; } }

.dictionary__autosuggest__list.autocomplete-suggestions {
  width: 100%;
  -webkit-transform: translateY(-49px);
      -ms-transform: translateY(-49px);
          transform: translateY(-49px);
  padding: 0; }
  .dictionary__autosuggest__list.autocomplete-suggestions .autocomplete-suggestion {
    display: none;
    letter-spacing: 0;
    /*&:first-child{ //?
      display: block;
      padding: 0;
      color: $black;
    }*/ }

.show-on-scroll {
  opacity: 0;
  -webkit-transition: 2.5s all cubic-bezier(0.5, 0, 0, 1);
  -o-transition: 2.5s all cubic-bezier(0.5, 0, 0, 1);
  transition: 2.5s all cubic-bezier(0.5, 0, 0, 1); }

.is-visible {
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1) 0s;
  -o-transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1) 0s;
  transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1) 0s; }

section.dictionary {
  margin-top: -20px;
  position: relative;
  padding: 0; }
  @media (min-width: 1024px) {
    section.dictionary {
      margin-top: 95px; } }

.search-block {
  position: relative;
  margin-top: 0; }
  @media (min-width: 1024px) {
    .search-block {
      top: -0.8rem; } }
  .search-block .tt-highlight {
    color: #000; }
  .search-block .tt-open {
    display: none !important; }
  .search-block .tt-hint {
    opacity: 0.5 !important; }

.dictionary-sidebar {
  width: 100%;
  padding: 0; }
  .dictionary-sidebar h2, .dictionary-sidebar h4 {
    text-transform: uppercase;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .dictionary-sidebar h2, .dictionary-sidebar h4 {
        font-size: 40px; } }
    @media (min-width: 1024px) {
      .dictionary-sidebar h2, .dictionary-sidebar h4 {
        font-family: "bebas_neue_probold";
        font-size: 96px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: normal; } }
  .dictionary-sidebar .sidebar-inner {
    max-width: 720px; }
  .dictionary-sidebar .dictionary-search-form {
    position: relative;
    border-bottom: solid 1px #00140f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 600px; }
  .dictionary-sidebar input {
    padding-bottom: 0; }
    @media (max-width: 1023px) {
      .dictionary-sidebar input {
        font-size: 40px; } }
    @media (min-width: 1024px) {
      .dictionary-sidebar input {
        font-family: "bebas_neue_probold";
        font-size: 96px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: normal; } }
  .dictionary-sidebar input[type=text]::-webkit-input-placeholder {
    opacity: 0.5;
    /*
    font-family: $bebas-bold;
    font-size: 34px;
    font-weight: bold;*/
    color: #00140f;
    text-transform: uppercase; }
  .dictionary-sidebar .search-submit {
    margin-top: 16px;
    cursor: pointer;
    border: 0;
    position: absolute;
    right: 0;
    border: 0;
    background-color: transparent;
    background: transparent;
    background-repeat: no-repeat;
    width: 60px;
    height: 20px;
    background-image: url(../src/icons/Arrow_Dark.svg);
    background-size: contain; }
    @media (min-width: 1024px) {
      .dictionary-sidebar .search-submit {
        margin-top: 50px;
        width: 60px;
        height: 100%; } }

.grid-entry {
  margin: 10px 0 40px 0; }
  @media (min-width: 1024px) {
    .grid-entry {
      margin: 10px; } }
  .grid-entry.hidden {
    display: none; }

.grid__term_headline,
.grid__term_headmore,
.grid__letter_headline,
.grid__readmore {
  text-transform: uppercase;
  color: #000; }

.grid__term_headmore {
  display: none; }

.grid__thumb_img {
  width: 100%; }

.grid__letter_headline {
  font-size: 30px;
  padding: 20px 0 0 0; }
  @media (min-width: 1024px) {
    .grid__letter_headline {
      font-size: 88px;
      padding: 20px 0 0 4px; } }

.grid__term_headline {
  font-size: 40px; }

.grid__p {
  margin-bottom: 0; }

.grid__readmore {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
  font-family: "bebas_neue_probold"; }

.grid-letter {
  border-top: 1px #000 solid; }

@media (min-width: 1024px) {
  .grid-entry .grid__thumb,
  .grid-entry .grid__thumb_pic {
    position: relative;
    display: block; }
  .grid-entry .grid__thumb_pic:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(5, 130, 115, 0);
    left: 0;
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in; }
  .grid-entry .head .line {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 35%;
    opacity: 0;
    position: absolute;
    width: 166px;
    height: 1px;
    border-bottom: solid 1px #fcfbf7;
    display: block;
    margin: auto;
    width: 0;
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in; }
  .grid-entry .grid__term_headmore {
    position: absolute;
    display: block;
    opacity: 0;
    height: auto;
    text-align: center;
    width: 100%;
    font-size: 34px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: .9;
    letter-spacing: normal;
    color: #FCFBF7;
    text-transform: uppercase;
    top: 48%;
    -webkit-transition: opacity 400ms ease-in, top 400ms ease-in;
    -o-transition: opacity 400ms ease-in, top 400ms ease-in;
    transition: opacity 400ms ease-in, top 400ms ease-in; }
  .grid-entry:hover picture:before {
    background-color: rgba(5, 130, 115, 0.7); }
  .grid-entry:hover .line {
    width: 154px;
    opacity: 1;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .grid-entry:hover .grid__term_headmore {
    opacity: 1;
    top: 45%; } }

.grid__title {
  display: block;
  margin-bottom: 14px; }
  .grid__thumb + .grid__title {
    margin-top: 14px; }

.dictionary-list {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (min-width: 1024px) {
    .dictionary-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      grid-template-rows: 1fr 1fr 1fr;
      grid-auto-columns: 1fr 1fr 1fr;
      gap: 0;
      grid-auto-flow: row;
      grid-template-areas: ". . ." ". . ." ". . ."; } }
  @media (max-width: 1023px) {
    .dictionary-list {
      height: auto;
      margin-top: 55px; } }

.search-results h4 {
  text-transform: uppercase;
  font-family: "bebas_neue_probold";
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  color: #068273;
  padding-bottom: 10px;
  border-bottom: solid 1px #068273; }

.grouped-entries {
  margin-bottom: 50px; }
  .grouped-entries h4 {
    text-transform: uppercase;
    font-family: "bebas_neue_probold";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #068273;
    padding-bottom: 10px;
    border-bottom: solid 1px #068273; }
  .grouped-entries h5, .grouped-entries .h5__upper {
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #00140f;
    margin-bottom: 0;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease; }
  .grouped-entries svg {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative; }
  .grouped-entries .head {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer; }
    .grouped-entries .head .title {
      width: 78%; }
    .grouped-entries .head:hover h5, .grouped-entries .head:hover .h5__upper {
      color: #068273; }
    .grouped-entries .head:hover svg {
      left: 10px; }
      .grouped-entries .head:hover svg path {
        stroke: #068273; }
  .grouped-entries .meta {
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #55706c;
    margin-bottom: 20px;
    font-weight: bold; }
  .grouped-entries p {
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #55706c; }

.search-highlight {
  color: #068273; }

.return {
  text-transform: uppercase;
  font-family: "bebas_neue_proregular";
  font-size: 20px;
  line-height: 0.8;
  color: #00140f;
  cursor: pointer; }
  @media (min-width: 1024px) {
    .return {
      margin-top: 330px; } }
  .return span {
    color: #00140f;
    margin-left: 10px; }
  .return svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-bottom: 5px; }

.search-dictionary .grouped-entries h4 {
  display: none; }

.single-dictionary-list {
  height: auto; }
  @media (min-width: 1024px) {
    .single-dictionary-list {
      margin-bottom: 95px; }
      .single-dictionary-list .return {
        display: none; } }
  .single-dictionary-list .return {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.dictionary-sidebar .return {
  display: none; }
  @media (min-width: 1024px) {
    .dictionary-sidebar .return {
      display: block; } }

.sidebar-inner h2 {
  text-transform: uppercase; }

.type-dictionary .entry__content h2, .type-dictionary .entry__content h3, .type-dictionary .entry__content h4, .type-dictionary .entry__content h5, .type-dictionary .entry__content .h5__upper, .type-dictionary .entry__content h6 {
  font-family: "bebas_neue_probold";
  text-transform: uppercase;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1; }

.type-dictionary .entry__content h2 {
  font-size: 30px; }

.type-dictionary .entry__content h3 {
  font-size: 26px; }

body {
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  letter-spacing: -0.2px;
  overflow-x: hidden;
  visibility: hidden;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  opacity: 0; }
  body p, body li {
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
    color: #55706c; }
  body.loaded {
    visibility: visible;
    opacity: 1;
    overflow: visible; }

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important; }

h2, .h2 {
  font-family: "bebas_neue_probold";
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal; }
  @media (max-width: 1023px) {
    h2, .h2 {
      font-size: 48px; } }

h3 {
  font-family: "bebas_neue_probold";
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal; }

h4 {
  font-family: "bebas_neue_probold";
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal; }

h5, .h5__upper {
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal; }

h6 {
  font-family: "bebas_neue_proregular";
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal; }

p, li {
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal; }

@media (max-width: 1023px) {
  section {
    padding: 0 20px; } }

input:-webkit-autofill {
  -webkit-animation-delay: 1s;
  /* Safari support - any positive time runs instantly */
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

/* Remove chrome outline blue */
input:focus, textarea:focus, select:focus, button:focus {
  outline: none !important; }

textarea {
  border-radius: 0; }

:focus {
  outline: #fcfbf7 auto 0; }

input {
  background-color: transparent;
  border-radius: 0; }

button:focus {
  outline: 0; }

input.button {
  background-color: transparent; }

body.menu-opened {
  overflow: hidden; }
  @media (min-width: 1024px) {
    body.menu-opened {
      padding-right: 16.5px; } }

.mb40 {
  margin-bottom: 40px; }

img[data-lazy-src] {
  opacity: 0; }

img.lazyloaded {
  -webkit-transition: opacity .3s ease-in 0.2s;
  -o-transition: opacity .3s ease-in 0.2s;
  transition: opacity .3s ease-in 0.2s;
  opacity: 1; }

.blockUI.blockOverlay {
  opacity: 0.2 !important; }

@media (min-width: 1920px) {
  .container {
    max-width: 1688px; }
    .page-template-stores .container,
    .page-template-about .container {
      max-width: 1280px; } }

.button {
  display: block;
  width: 248px;
  height: 60px;
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 2.5px;
  text-align: center;
  color: #058273;
  border: solid 1px #058273;
  padding: 18px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent;
  position: relative; }
  .button:hover {
    color: #fcfbf7; }
    @media (min-width: 1024px) {
      .button:hover:after {
        background-color: #058273;
        height: 100%; } }
  @media (min-width: 1024px) {
    .button:after {
      width: 100%;
      height: 0;
      right: 0;
      bottom: 0;
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; } }

.button.outline {
  display: block;
  width: 248px;
  height: 60px;
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 2.5px;
  text-align: center;
  color: #00140f;
  border: solid 1px #00140f;
  padding: 18px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent; }
  .button.outline:hover {
    color: #00140f;
    background-color: #FCFBF7; }
  .button.outline:after {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }

.button.white, .button.white_v2, .button.dark, .button.orange {
  position: relative; }
  @media (min-width: 1024px) {
    .button.white:after, .button.white_v2:after, .button.dark:after, .button.orange:after {
      width: 100%;
      height: 0;
      right: 0;
      bottom: 0;
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .button.white:hover:after, .button.white_v2:hover:after, .button.dark:hover:after, .button.orange:hover:after {
      background-color: #00140f;
      height: 100%; } }

.button.white {
  display: block;
  width: 248px;
  height: 60px;
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 2.5px;
  text-align: center;
  color: #FCFBF7;
  border: solid 1px #FCFBF7;
  padding: 18px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent; }
  .button.white:hover {
    color: #00140f;
    background-color: #FCFBF7; }

.button.dark {
  display: block;
  width: 248px;
  height: 60px;
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 2.5px;
  text-align: center;
  color: #00140f;
  border: solid 1px #00140f;
  padding: 18px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent;
  position: relative; }
  @media (min-width: 1024px) {
    .button.dark:hover {
      color: #FCFBF7;
      border-color: #00140f; }
      .button.dark:hover:after {
        background-color: #00140f;
        height: 100%; }
    .button.dark:after {
      width: 100%;
      height: 0;
      right: 0;
      bottom: 0;
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; } }

.button.orange {
  display: block;
  width: 248px;
  height: 60px;
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 2.5px;
  text-align: center;
  color: #FF5100;
  border: solid 1px #FF5100;
  padding: 18px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent; }
  .button.orange:hover {
    color: #FF5100; }

.button.white_v2 {
  display: block;
  width: 248px;
  height: 60px;
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 2.5px;
  text-align: center;
  color: #fcfbf7;
  border: solid 1px #fcfbf7;
  padding: 18px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent;
  padding: 18px 18px; }
  .button.white_v2:hover {
    color: #fcfbf7; }

.button.dark_v2 {
  display: block;
  width: 248px;
  height: 60px;
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 2.5px;
  text-align: center;
  color: #00140f;
  border: solid 1px #00140f;
  padding: 18px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent; }
  .button.dark_v2:hover {
    color: #fcfbf7; }
    .button.dark_v2:hover:after {
      background: #00140f; }

.button.w__100 {
  width: 100%; }

@media (max-width: 1023px) {
  .button.white_mobile {
    display: block;
    width: 248px;
    height: 60px;
    font-family: "bebas_neue_probold";
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 2.5px;
    text-align: center;
    color: #fcfbf7;
    border: solid 1px #fcfbf7;
    padding: 18px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent;
    position: relative; }
  .button.dark_mobile {
    display: block;
    width: 248px;
    height: 60px;
    font-family: "bebas_neue_probold";
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 2.5px;
    text-align: center;
    color: #00140f;
    border: solid 1px #00140f;
    padding: 18px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent; } }

a:hover {
  text-decoration: none; }

.cursor-prev {
  cursor: url(../src/icons/cursor-left.svg) 16 16, auto;
  /*Rest browsers*/ }

.screen__reader__blog {
  -webkit-transition: 500ms ease-in opacity;
  -o-transition: 500ms ease-in opacity;
  transition: 500ms ease-in opacity; }

.is-hidden {
  -webkit-transition: 500ms ease-in opacity;
  -o-transition: 500ms ease-in opacity;
  transition: 500ms ease-in opacity;
  opacity: 0; }

.cursor-next {
  cursor: url(../src/icons/cursor-right.svg) 16 16, auto;
  /*Rest browsers*/ }

.page {
  position: relative; }

.background__headline {
  overflow: hidden; }

@media (max-width: 1023px) {
  .return-to-shop .wc-backward {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0; } }

.woocommerce-notices-wrapper {
  max-width: 1080px;
  display: block;
  margin: 0 auto; }
  .woocommerce-notices-wrapper .woocommerce-message .button {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0; }
  @media (max-width: 1023px) {
    .woocommerce-notices-wrapper .woocommerce-message,
    .woocommerce-notices-wrapper .woocommerce-error {
      padding-top: 100px;
      padding-left: 0;
      padding-bottom: 20px;
      padding-right: 20px; } }

.page-template-default .wrapper {
  position: relative; }

.page-template-default.woocommerce-page article {
  margin-top: 0;
  margin-bottom: 0; }

.page-template-default article {
  margin-bottom: 5rem; }

.page-template-default h1, .page-template-default h2, .page-template-default h3, .page-template-default h4 {
  color: #00140f;
  text-transform: uppercase; }

@media (max-width: 1023px) {
  .page-template-default h3 {
    font-size: 30px; } }

.page-template-default .entry-title {
  display: none; }

.page-template-default .email-confirmation-template {
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center; }

.page-template-default h1 {
  font-family: "bebas_neue_probold";
  font-size: 96px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #00140f;
  text-transform: uppercase; }

.page-template-default .button {
  margin: auto; }

.wt-cli-ckyes-brand-logo {
  opacity: 0; }

#cookie-law-info-bar {
  z-index: 99999;
  padding: 40px 0px;
  background-color: #00140f !important; }
  @media (max-width: 1023px) {
    #cookie-law-info-bar {
      padding: 20px 20px;
      padding-top: 30px; } }
  #cookie-law-info-bar > span {
    width: 100%;
    display: block;
    overflow: auto; }
    @media (min-width: 1024px) {
      #cookie-law-info-bar > span {
        max-width: 1140px;
        margin: 0 auto;
        padding: 20px 2.5%; } }
  #cookie-law-info-bar .cookie-title,
  #cookie-law-info-bar .cookie-text,
  #cookie-law-info-bar .cookie-buttons {
    width: 100%;
    margin-bottom: 6px; }
    @media (min-width: 1024px) {
      #cookie-law-info-bar .cookie-title,
      #cookie-law-info-bar .cookie-text,
      #cookie-law-info-bar .cookie-buttons {
        float: left;
        margin: 0; } }
  #cookie-law-info-bar .cookie-title {
    font-family: "bebas_neue_probold";
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    text-transform: uppercase;
    display: block;
    text-align: left;
    color: #fcfbf7;
    font-size: 34px; }
    @media (min-width: 1024px) {
      #cookie-law-info-bar .cookie-title {
        width: 15%; } }
  #cookie-law-info-bar .cookie-text {
    font-size: 0.9rem;
    color: #fcfbf7;
    text-align: left; }
    @media (min-width: 1024px) {
      #cookie-law-info-bar .cookie-text {
        width: 62%;
        padding: 0 5% 0 2%; } }
  @media (min-width: 1024px) {
    #cookie-law-info-bar .cookie-buttons {
      width: 23%;
      padding: 0; } }
  #cookie-law-info-bar .cli-plugin-main-link {
    height: auto;
    font-family: "bebas_neue_probold";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 2.5px;
    text-align: center;
    color: #fcfbf7 !important;
    border-width: none;
    padding: 8px 18px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent;
    text-decoration: none; }
  #cookie-law-info-bar .cli-plugin-button {
    display: block;
    width: 248px;
    height: 60px;
    font-family: "bebas_neue_probold";
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 2.5px;
    text-align: center;
    color: #fcfbf7;
    border: solid 1px #fcfbf7;
    padding: 18px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-left: 0;
    height: 40px;
    z-index: 1;
    background-color: transparent !important;
    text-decoration: none;
    color: #fcfbf7 !important; }
    @media (max-width: 1023px) {
      #cookie-law-info-bar .cli-plugin-button {
        width: 100%; } }

#wholesale-registration .field-wrapper {
  margin-bottom: 10px !important; }

#wholesale-registration .row-container {
  height: auto !important; }

@media (min-width: 1024px) {
  #wholesale-registration .background__headline {
    top: 10.3%; } }

#wholesale-registration .button.dark {
  width: auto; }
  @media (max-width: 1023px) {
    #wholesale-registration .button.dark {
      width: 100%; } }

@media (min-width: 1920px) {
  .bestsellers .container {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  article:nth-of-type(odd) .post__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    article:nth-of-type(odd) .post__image a {
      margin-left: auto !important; } }

@media (max-width: 1023px) {
  .bestsellers-container {
    max-width: 100vw; } }

.woocommerce-checkout .payment_method_powercash_sofort img,
.woocommerce-checkout .payment_method_payabl_hosted img {
  max-width: 50px; }

.xoo-wsc-freeship {
  margin-bottom: 10px; }
  .xoo-wsc-freeship .freeship__desc {
    color: #FCFBF7;
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
    font-weight: normal; }
  .xoo-wsc-freeship .freeship__condition {
    width: 100%;
    position: relative;
    background: #EDEDED;
    height: 15px;
    line-height: 15px;
    font-size: 80%; }
  .xoo-wsc-freeship .freeship__percent_hint {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    line-height: inherit;
    color: #FCFBF7;
    background: #058273;
    text-align: center;
    font-weight: bold;
    -webkit-transition: width 250ms ease;
    -o-transition: width 250ms ease;
    transition: width 250ms ease; }
    @media (prefers-reduced-motion: reduce) {
      .xoo-wsc-freeship .freeship__percent_hint {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

.xoo-custom-icon {
  cursor: pointer;
  position: static;
  z-index: 18;
  display: block;
  width: 18px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 18px;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }
  .xoo-custom-icon.xoo-wsc-close {
    background-image: url("../src/icons/Button_Delete_Bright.svg"); }
  .xoo-custom-icon.xoo-wsc-account {
    margin-left: auto;
    background-image: url("../src/icons/Icon_Account_Bright.svg"); }
  .xoo-custom-icon.icon-shopping-cart {
    margin: 0; }

@media (max-width: 1023px) {
  .xoo-wsc-footer-content .xoo-wsc-tools {
    padding: 0; } }

.xoo-wsc-total-sales {
  display: none !important; }

@-webkit-keyframes xoo-wsc-spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes xoo-wsc-spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.xoo-wsc-icon-atc {
  margin-left: 5px; }

.xoo-wsc-icon-atc.xoo-wsc-active {
  display: inline-block;
  -webkit-animation: xoo-wsc-spin 575ms infinite linear;
  animation: xoo-wsc-spin 575ms infinite linear; }

.xoo-wsc-updating {
  text-align: center;
  z-index: 1; }

.xoo-wsc-updating .xoo-wsc-icon-spinner2 {
  position: absolute;
  -webkit-animation: xoo-wsc-spin 575ms infinite linear;
  animation: xoo-wsc-spin 575ms infinite linear;
  display: inline-block;
  font-size: 30px;
  z-index: 1;
  color: #000000;
  top: 45%; }

.xoo-wsc-uopac,
.xoo-wsc-updating, .xoo-wsc-block-cart {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute; }

.xoo-wsc-block-cart {
  z-index: 1;
  display: none; }

.xoo-wsc-uopac {
  background-color: #f0f0f0;
  opacity: .7; }

body.xoo-wsc-active, html.xoo-wsc-activee {
  overflow: hidden; }

.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-opac {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  bottom: 0;
  background-color: #ffffff;
  z-index: 12;
  opacity: 0; }

.xoo-wsc-header_menu {
  padding: 23px 30px 23px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%; }
  @media (min-width: 1024px) {
    .xoo-wsc-header_menu {
      padding: 28px 30px 22px 30px; } }
  .xoo-wsc-header_menu .cart-trigger {
    margin: 0 0 0 20px; }
    .xoo-wsc-header_menu .cart-trigger .count {
      line-height: 16px;
      font-size: 16px;
      margin-top: 3px;
      margin-right: 6px; }

.xoo-wsc-container {
  margin-top: 0;
  padding-top: 0;
  position: fixed;
  z-index: 100;
  background-color: #ffffff;
  max-width: 95%;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  width: calc(100vw - 48px);
  right: -100vw; }
  .navbar__head_msg #wrapper-navbar:not(.sticky) + #main__site .xoo-wsc-container {
    margin-top: 50px; }
    @media (min-width: 1024px) {
      .navbar__head_msg #wrapper-navbar:not(.sticky) + #main__site .xoo-wsc-container {
        margin-top: 30px; } }
  @media (min-width: 1024px) {
    .xoo-wsc-container {
      width: 385px;
      right: -385px;
      z-index: 12; } }
  .xoo-wsc-container .woocommerce-mini-cart__buttons {
    margin-bottom: 0; }
  .xoo-wsc-container span.amount {
    font-size: 15px; }
  .xoo-wsc-modal.xoo-wsc-active .xoo-wsc-container {
    right: 0; }

.xoo-wsc-header {
  padding: 0;
  position: relative;
  font-weight: 400; }
  @media (max-width: 1023px) {
    .xoo-wsc-header {
      padding: 0; } }

.xoo-wsc-basket {
  padding: 10px;
  border-radius: 14px;
  margin: 10px;
  -webkit-box-shadow: 0 1px 4px 0;
          box-shadow: 0 1px 4px 0;
  z-index: 999999;
  cursor: pointer;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s; }

.xoo-wsc-items-count {
  border-radius: 50%;
  position: absolute;
  top: -15px;
  font-size: 13px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  overflow: hidden; }

.xoo-wsc-body {
  height: auto !important;
  overflow-y: auto;
  position: relative; }
  @media (max-width: 1023px) {
    .xoo-wsc-body:after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      pointer-events: none;
      height: 50%;
      background: transparent;
      -webkit-transition: height 300ms;
      -o-transition: height 300ms;
      transition: height 300ms; }
    .xoo-wsc-body.extra-items:after {
      background: -webkit-gradient(linear, left bottom, left top, from(#00140f), to(rgba(0, 20, 15, 0)));
      background: -o-linear-gradient(bottom, #00140f 0%, rgba(0, 20, 15, 0) 100%);
      background: linear-gradient(0deg, #00140f 0%, rgba(0, 20, 15, 0) 100%); }
    .xoo-wsc-body.opened:after {
      height: 0; } }

.xoo-wsc-product {
  padding: 16px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0;
  border-bottom: 1px solid #fcfbf7;
  width: auto; }
  .xoo-wsc-product:first-child {
    border-top: 1px solid #fcfbf7; }
  .xoo-wsc-product:after {
    content: " ";
    clear: both;
    display: block; }
  .xoo-wsc-product.xoo-wsc-bundled-child {
    border: 0; }
  .xoo-wsc-product.xoo-wsc-bundled-child {
    border: 0; }
  .xoo-wsc-product.xoo-wsc-is-child {
    padding-top: 10px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0; }

.xoo-wsc-img-col {
  width: 70px;
  float: none;
  text-align: center; }
  .xoo-wsc-img-col img {
    width: 70px;
    height: 88px;
    -o-object-fit: cover;
       object-fit: cover; }
  .xoo-wsc-img-col a {
    pointer-events: none; }

a.xoo-wsc-remove {
  float: none;
  padding: 0; }

.xoo-wsc-sum-col {
  margin: 0;
  padding: 0;
  width: calc(100% - 71px);
  color: #FCFBF7;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .xoo-wsc-sum-col .xoo-wsc-sum-subcol {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 8px; }
    .xoo-wsc-sum-col .xoo-wsc-sum-subcol.xoo-subcol-1 {
      width: 66%;
      text-align: left; }
      .xoo-wsc-sum-col .xoo-wsc-sum-subcol.xoo-subcol-1 a {
        color: #FCFBF7; }
    .xoo-wsc-sum-col .xoo-wsc-sum-subcol.xoo-subcol-2 {
      width: 34%;
      padding-right: 0;
      text-align: right; }
  .xoo-wsc-sum-col a {
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
    font-size: 0.9rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    display: block; }
  .xoo-wsc-sum-col .variation {
    overflow: auto;
    font-size: 12px;
    margin: 5px 0; }
    .xoo-wsc-sum-col .variation dt {
      display: none;
      margin: 0 3px 0 0;
      float: none; }
    .xoo-wsc-sum-col .variation dd {
      padding-top: 4px;
      width: 100%;
      display: inline-block;
      margin: 0 5px 0 0;
      float: none; }

a.xoo-wsc-pname {
  word-wrap: break-word;
  display: block;
  width: 100%; }

.xoo-wsc-price {
  margin: 3px 0; }

span.xoo-wsc-minus,
span.xoo-wsc-plus {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  float: left;
  width: 21px; }

.xoo-wsc-footer {
  width: 100%;
  text-align: center;
  display: inline-block; }

span.xoo-wsc-minus {
  border-right-width: 1px;
  border-right-style: solid; }

span.xoo-wsc-plus {
  border-left-width: 1px;
  border-left-style: solid; }

.xoo-wsc-psrow {
  margin: 0;
  height: auto;
  line-height: 1; }
  .xoo-wsc-psrow > div,
  .xoo-wsc-psrow > span {
    line-height: 1.2;
    vertical-align: top; }

.xoo-wsc-attributes {
  color: #eff5f1; }

/*.xoo-wsc-psrow {
  display: flex;
  flex-flow: column wrap;
  height: auto;

  margin-top: 7px;
  height: 37px;
  line-height: 35px;
  display: block
}*/
.xoo-wsc-qtybox {
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
  font-weight: 700;
  float: none;
  height: inherit;
  margin-right: auto !important;
  margin-left: 0;
  max-width: 60px; }

input[type=number].xoo-wsc-qty {
  border: 0 !important;
  text-align: center;
  display: inline-block;
  max-width: 30px;
  float: left;
  height: 100%;
  line-height: 100%;
  padding: 0; }

.xoo-wsc-ptotal {
  float: none; }

.xoo-wsc-footer {
  position: absolute;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #eeeeee;
  padding: 10px 30px; }
  @media (min-width: 1024px) {
    .xoo-wsc-footer {
      padding: 0 30px; } }

.xoo-wsc-content,
.cart-toggle-extra-items {
  position: relative;
  padding: 0 30px; }

.xoo-wsc-mgn {
  margin: 10px 0;
  display: block; }

input.xoo-wsc-qty::-webkit-inner-spin-button,
input.xoo-wsc-qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.xoo-wsc-ecnt {
  color: #FCFBF7;
  font-size: 20px;
  display: block;
  text-align: center;
  padding: 0;
  font-family: "bebas_neue_probold"; }
  .xoo-wsc-ecnt .shop-link {
    color: #068273;
    text-transform: uppercase; }
    .xoo-wsc-ecnt .shop-link, .xoo-wsc-ecnt .shop-link:hover {
      text-decoration: none; }

.xoo-wsc-shiptxt {
  padding: 0 15px;
  display: block;
  font-size: 13px; }

.xoo-wsc-sc-cont {
  cursor: pointer; }

.xoo-wsc-sc-icon {
  margin-right: 3px; }

.xoo-wsc-notice-box {
  left: 0;
  right: 0;
  bottom: 50px;
  position: fixed;
  z-index: 100000; }

.xoo-wsc-notice-box > div {
  display: table;
  margin: 0 auto;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px; }

.xoo-wsc-notice ul.woocommerce-error a.button {
  display: none; }

.xoo-wsc-notice ul.woocommerce-error {
  margin: 0; }

/** Related Products **/
.xoo-wsc-rp-cont {
  border-bottom: 2px solid #eeeeee; }

.xoo-wsc-rp-title {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  font-family: sans-serif; }

.xoo-wsc-sp-title {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.xoo-wsc-related-products span.price {
  display: table;
  margin-bottom: 3px;
  font-size: 0.9rem; }

li.xoo-wsc-rp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eeeeee;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  padding: 0 7px; }

.xoo-wsc-rp-right-area {
  margin-left: 15px; }

.xoo-wsc-rp-right-area > * {
  font-size: 0.9rem;
  display: table; }

.xoo-wsc-related-products .lSAction > a {
  background-size: 50%;
  background-repeat: no-repeat; }

.xoo-wsc-coupon-container {
  padding: 0 15px;
  margin: 3px 0; }

a.xoo-wsc-coupon-trigger {
  cursor: pointer;
  display: none; }

a.xoo-wsc-coupon-trigger.active {
  display: block; }

.xoo-wsc-coupon {
  display: none;
  padding: 3px; }

.xoo-wsc-coupon.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.xoo-wsc-coupon-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  cursor: pointer;
  padding: 0 15px; }

#xoo-wsc-coupon-code {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

ul.xoo-wsc-applied-coupons {
  list-style-type: none;
  margin: 3px 0;
  display: table; }

ul.xoo-wsc-applied-coupons li {
  display: table;
  float: left;
  padding: 2px 7px;
  background-color: #dff0d8;
  border-radius: 10%;
  margin-right: 10px;
  color: #3c763d;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px; }

ul.xoo-wsc-applied-coupons li:after {
  content: "\e909";
  margin-left: 6px;
  font-family: Woo-Side-Cart !important;
  font-size: 8px;
  vertical-align: middle;
  color: green; }

.xoo-wsc-tool:after {
  content: "";
  clear: both;
  display: table; }

.xoo-wsc-tools-value {
  float: right; }
  .xoo-wsc-tools-value .tax_label {
    display: inline; }

.xoo-wsc-tools {
  padding: 0;
  font-weight: normal; }

.xoo-wsc-tool {
  margin: 2px 0;
  width: 100%; }

.xoo-wsc-tools-value .amount {
  font-size: 15px; }

.xoo-wsc-coupon-submit.active:after {
  content: "\e97b";
  font-family: Woo-Side-Cart !important;
  -webkit-animation: xoo-wsc-spin 575ms infinite linear;
  animation: xoo-wsc-spin 575ms infinite linear;
  font-size: 18px; }

.xoo-wsc-coupon-submit.active {
  font-size: 0; }

#goToCartBtn {
  height: 61px;
  line-height: 61px;
  margin: 0 30px 30px 30px;
  position: relative;
  color: #fcfbf7;
  background-color: #058273;
  display: block;
  width: auto;
  text-align: center;
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    #goToCartBtn:hover {
      color: #fcfbf7;
      border-color: #058273; }
      #goToCartBtn:hover:after {
        background-color: #058273;
        height: 100%; }
    #goToCartBtn:after {
      width: 100%;
      height: 0;
      right: 0;
      bottom: 0;
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; } }

span.xoo-wsc-total-sales {
  text-transform: uppercase;
  border: 1px solid #333333;
  padding: 2px 10px;
  display: block;
  margin-bottom: 4px;
  border-radius: 10px;
  font-size: 11px; }

.xoo-wsc-empty-cart img {
  display: table;
  margin: 50px auto 10px; }

.xoo-wsc-notification-bar {
  background-color: #DFF0D8;
  color: #3C763D;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  font-weight: 400;
  font-size: 15px;
  padding: 13px 15px;
  display: none !important;
  opacity: 0; }

.xoo-wsc-notification-bar > span {
  margin-right: 5px; }

.xoo-wsc-undo-item {
  float: right;
  text-decoration: underline;
  cursor: pointer; }

.xoo-wsc-modal .variation:last-of-type {
  display: none; }

.xoo-wsc-modal .variation:first-of-type {
  display: block; }

a.added_to_cart {
  display: none; }

.xoo-wsc-rp-right-area a.button {
  font-size: 0.9rem;
  float: left; }

.xoo-wsc-rp-left-area img {
  max-width: 75px;
  height: auto; }

img.xoo-wsc-sc-icon {
  width: 18px;
  height: 18px;
  display: inline;
  vertical-align: middle; }

@media only screen and (max-width: 600px) {
  .xoo-wsc-active .xoo-wsc-basket {
    display: none; } }

body .xoo-wsc-fly-animating {
  opacity: 1;
  position: absolute !important;
  height: 150px;
  width: 150px;
  z-index: 100; }

.xoo-wsc-basket-hidden {
  display: none !important; }

.xoo-wsc-is-child .xoo-wsc-img-col img {
  max-width: 50px;
  margin-left: 0;
  float: right; }

.xoo-wsc-is-child .xoo-wsc-total-sales {
  display: none; }

/*.xoo-wsc-remove {
  background-image: url(../src/icons/Button_Delete_Bright.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 10px;
  top: 20px; // in one line with title
  z-index: 2;
}*/
.xoo-wsc-is-parent {
  padding-bottom: 0; }

.xoo-wsc-header {
  border-bottom: 0; }

.xoo-wsc-price {
  display: none; }

.xoo-wsc-tools-label {
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial; }

.xoo-wsc-tools-value {
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial; }

.xoo-wsc-total .xoo-wsc-tools-label,
.xoo-wsc-total .xoo-wsc-tools-value,
.xoo-wsc-total .amount {
  font-weight: bold !important; }

@media (max-width: 1023px) {
  .cart-toggle-extra-items {
    margin-bottom: 20px; } }

.xoo-wsc-footer {
  border: 0; }

.xoo-wsc-footer-a {
  margin-bottom: 25px; }
  .xoo-wsc-footer-a span {
    color: #FCFBF7; }

.xoo-wsc-coupon-container, .xoo-wsc-shiptxt, .xoo-wsc-footer a.xoo-wsc-chkt, .xoo-wsc-footer a.xoo-wsc-cont {
  display: none; }

@media (max-width: 1023px) {
  .xoo-wsc-modal.xoo-wsc-active {
    z-index: 1111111111; } }

@media (max-width: 1023px) {
  .xoo-wsc-active .nav-Component {
    z-index: 1; } }

@media (max-width: 1023px) {
  .xoo-wsc-active .top-header {
    z-index: 1; } }

.xoo-wsc-tools,
.xoo-wsc-footer-b {
  display: block; }

.xoo-wsc-updating {
  opacity: 0; }

input[type='number'].xoo-wsc-qty, .variation {
  color: #fcfbf7 !important;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem;
  background-color: transparent; }

input[type=number].xoo-wsc-qty {
  height: 35px; }

input[type='number'].xoo-wsc-qty::-webkit-input-placeholder {
  color: #fcfbf7 !important;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem; }

input[type='number'].xoo-wsc-qty::-moz-placeholder {
  color: #fcfbf7 !important;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem; }

input[type='number'].xoo-wsc-qty:-ms-input-placeholder {
  color: #fcfbf7 !important;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem; }

input[type='number'].xoo-wsc-qty::-ms-input-placeholder {
  color: #fcfbf7 !important;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem; }

input[type='number'].xoo-wsc-qty::placeholder {
  color: #fcfbf7 !important;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem; }

.xoo-wsc-ptotal,
.xoo-wsc-qtybox {
  width: 100%;
  border: 0;
  border-color: transparent; }
  .xoo-wsc-ptotal .tax_label,
  .xoo-wsc-qtybox .tax_label {
    display: block; }

.xoo-wsc-chng {
  border: 0;
  border-color: transparent; }

.xoo-wsc-container,
.xoo-wsc-header,
.xoo-wsc-body,
.xoo-wsc-footer {
  background-color: #00140f; }
  .xoo-wsc-container .variation,
  .xoo-wsc-header .variation,
  .xoo-wsc-body .variation,
  .xoo-wsc-footer .variation {
    text-align: right; }
    .xoo-wsc-container .variation dd,
    .xoo-wsc-header .variation dd,
    .xoo-wsc-body .variation dd,
    .xoo-wsc-footer .variation dd {
      margin: 0; }
  .xoo-wsc-container span.amount,
  .xoo-wsc-header span.amount,
  .xoo-wsc-body span.amount,
  .xoo-wsc-footer span.amount {
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
    font-weight: normal; }
  .xoo-wsc-container .xoo-wsc-minus,
  .xoo-wsc-header .xoo-wsc-minus,
  .xoo-wsc-body .xoo-wsc-minus,
  .xoo-wsc-footer .xoo-wsc-minus {
    color: transparent;
    background-image: url("../src/icons/Minus_White.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    width: 15px;
    background-position: center;
    padding-left: 6px;
    padding-right: 6px; }
  .xoo-wsc-container .xoo-wsc-plus,
  .xoo-wsc-header .xoo-wsc-plus,
  .xoo-wsc-body .xoo-wsc-plus,
  .xoo-wsc-footer .xoo-wsc-plus {
    color: transparent;
    background-image: url("../src/icons/Add_White.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    width: 15px;
    background-position: center;
    padding-left: 6px;
    padding-right: 6px; }

.ekko-lightbox {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-right: 0 !important; }

.ekko-lightbox-container {
  position: relative; }

.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%; }

.ekko-lightbox iframe {
  width: 100%;
  height: 100%; }

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  color: #fff;
  font-size: 30px;
  z-index: 1; }

.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1; }

.ekko-lightbox-nav-overlay a > :focus {
  outline: none; }

.ekko-lightbox-nav-overlay a span {
  padding: 0 30px; }

.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right; }

.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none; }

.ekko-lightbox-nav-overlay a:focus {
  outline: none; }

.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden; }

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none; }

.ekko-lightbox .modal-dialog {
  display: none; }

.ekko-lightbox .modal-footer {
  text-align: left; }

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center; }

.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: a 2s infinite ease-in-out;
          animation: a 2s infinite ease-in-out; }

.ekko-lightbox-loader > div > div:last-child {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333; }

@-webkit-keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
