@charset "UTF-8";
/*@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, .category-header + .bapf_sfilter .bapf_body {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container, .category-header + .bapf_sfilter .bapf_body {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container, .category-header + .bapf_sfilter .bapf_body {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container, .category-header + .bapf_sfilter .bapf_body {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container, .category-header + .bapf_sfilter .bapf_body {
      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, .category-header + .bapf_sfilter .navbar > .bapf_body,
  .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; }

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

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

.bg__dark {
  background-color: #00140f; }

.txt-white {
  color: #FCFBF7; }

.txt-gray-text, .txt-gray-link {
  color: rgba(252, 251, 247, 0.5) !important; }

.txt-gray-link:hover {
  color: #FCFBF7 !important; }

.txt-gray2-text {
  color: #5a5a5a !important; }

.txt-gray3-text {
  color: #bdc1bd !important; }

.txt-crossed {
  text-decoration: line-through; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

@media (min-width: 1024px) {
  .text-md-right {
    text-align: right; } }

@media (min-width: 1024px) {
  .text-md-left {
    text-align: left; } }

.text-nodec {
  text-decoration: none !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-inline {
  display: inline !important; }

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

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

.md__break {
  display: none; }
  @media (min-width: 1024px) {
    .md__break {
      display: block;
      width: 1px;
      height: 1px;
      color: transparent; } }

.fb__100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.m__0-auto {
  margin: 0 auto; }

.no-after:after {
  content: none !important;
  background: none !important;
  position: static !important;
  z-index: -1 !important;
  width: 0 !important;
  height: 0 !important; }

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

.br50 {
  border-radius: 50%; }

.p6 {
  padding: 6px; }

/* spacing */
.mb-100 {
  margin-bottom: 45px; }

.mt-100 {
  margin-top: 45px; }

@media (min-width: 1024px) {
  .mb-100 {
    margin-bottom: 100px; }
  .mt-100 {
    margin-top: 100px; } }

h1, h2, h3, h4, h5, .h5__upper, h6 {
  break-after: avoid;
  /* modern syntax */
  -webkit-column-break-after: avoid;
  /* Safari/Chrome */
  -moz-column-break-after: avoid;
  /* Firefox */ }

/* Group heading + paragraph together */
h2,
h2 + p,
h3,
h3 + p,
h4,
h4 + p, h5, .h5__upper,
h5 + p,
.h5__upper + p,
h6,
h6 + p {
  break-inside: avoid;
  page-break-inside: avoid;
  /* print */
  -webkit-column-break-inside: avoid;
  /* Chrome/Safari */
  -moz-column-break-inside: avoid;
  /* Firefox */ }

p {
  -webkit-column-break-after: auto;
     -moz-column-break-after: auto;
          break-after: auto;
  /* default, can break after */ }

.ext_shop_dropdown_main_li, .wholesale_category_filter .bapf_body > ul > 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, .wholesale_category_filter .bapf_body > ul > li.open {
    color: #068273; }
  .ext_shop_dropdown_main_li:hover:after, .wholesale_category_filter .bapf_body > ul > li:hover:after {
    width: 20px; }

.ext_shop_dropdown_li_a, .wholesale_category_filter .bapf_body ul ul label {
  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, .woocommerce-checkout .ts input[type=checkbox] + span, .woocommerce-checkout .woocommerce-privacy-policy-text p {
    line-height: 1.3; } }

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

.ext_out_of_stock, .stock.out-of-stock,
.out-of-stock-grid {
  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, .woo-variation-swatches .radio-variable-items-wrapper .variable-item-radio-value-wrapper, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .variable-item-radio-value-wrapper, .woocommerce-cart .woocommerce-cart-page .cart-collaterals .cart-subtotal,
.woocommerce-cart .woocommerce-cart-page .cart-collaterals .order-total {
  color: #00140f; }

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

.ext_font_size_13, .bapf_sfilter.bapf_hideckbox ul li a,
.bapf_sfilter.bapf_hideckbox ul li label {
  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, .bapf_head h3, .woo-variation-swatches .radio-variable-items-wrapper .variable-item-radio-value-wrapper, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .variable-item-radio-value-wrapper, .woocommerce-cart .woocommerce-cart-page .cart-collaterals .cart-subtotal,
.woocommerce-cart .woocommerce-cart-page .cart-collaterals .order-total {
  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, .argmc-wrapper.orientation-horizontal .argmc-tab-item .argmc-tab-number, .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, .woo-variation-swatches .radio-variable-items-wrapper .variable-item-radio-value-wrapper, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .variable-item-radio-value-wrapper, .woocommerce-cart .woocommerce-cart-page .cart-collaterals .cart-subtotal,
.woocommerce-cart .woocommerce-cart-page .cart-collaterals .order-total {
  position: relative;
  font-family: "bebas_neue_probold";
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase; }

.ext_breadcrumb_font, .argmc-wrapper.orientation-horizontal .argmc-tab-text {
  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, .txt-gray-text, .txt-gray-link, .txt-gray2-text, .txt-gray3-text, .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, #search-wrapper .column a:hover .line, .select2-container--default .select2-selection--single .select2-selection__arrow:after, .background-menu.active, .products-grid .option-popup .product__details:after {
  -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, .job-form-block .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, .full__hero .category-header + .bapf_sfilter .bapf_body, .category-header + .bapf_sfilter .full__hero .bapf_body {
  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, .nav-Component .category-header + .bapf_sfilter .bapf_body, .category-header + .bapf_sfilter .nav-Component .bapf_body {
    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%; } }

.faq {
  margin-top: 30px;
  position: relative; }
  @media (min-width: 1024px) {
    .faq {
      margin-top: 95px; } }

#faq .background__headline {
  top: 180px;
  font-size: 330px; }

.faq-top-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; }
  .faq-top-row .page-title {
    width: 100%;
    margin-bottom: 1rem; }
    .faq-top-row .page-title h2 {
      text-transform: uppercase; }
    @media (min-width: 1024px) {
      .faq-top-row .page-title {
        width: 31.48148%;
        margin-right: 30px;
        margin-bottom: 70px; } }
  .faq-top-row .page-description {
    width: 100%;
    margin-bottom: 4rem;
    padding-right: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (min-width: 1024px) {
      .faq-top-row .page-description {
        width: 48.51852%; } }

.block.collapse {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 1.5s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 1.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 1.5s cubic-bezier(0, 1, 0, 1); }
  .block.collapse.show {
    max-height: 99em;
    -webkit-transition: max-height 1.5s ease-in-out;
    -o-transition: max-height 1.5s ease-in-out;
    transition: max-height 1.5s ease-in-out; }

.toggle-button {
  padding-left: 0;
  padding-bottom: 10px;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  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;
  padding-right: 20px;
  position: relative;
  border-bottom: 1px solid #00140f; }
  .toggle-button.active:after {
    background-image: url("../src/icons/Chevron_Aqua.svg"); }
  .toggle-button.active, .toggle-button:hover {
    color: #068273;
    border-bottom: 1px solid #068273; }
  .toggle-button:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    background-repeat: no-repeat;
    background-size: 8px;
    background-image: url("../src/icons/Chevron_Dark.svg");
    width: 8px;
    height: 13px; }

.faq-item {
  margin-bottom: 15px; }

.faq-block {
  margin-bottom: 45px; }

.block__content {
  margin-top: 35px;
  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; }

.faq-blocks {
  width: 100%; }

.faq-block {
  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; }

.category-block {
  margin-bottom: 50px; }

.category-block, .faq-items {
  width: 100%; }

@media (min-width: 1024px) {
  .faq-block {
    margin-bottom: 90px; }
  .faq-item {
    margin-bottom: 40px; }
  .toggle-button:after {
    top: 7px; }
  .faq-block .category-block {
    width: 31.48148%;
    margin-right: 30px;
    text-transform: uppercase; }
  .faq-block .faq-items {
    width: 48.51852%; } }

@media (max-width: 1023px) {
  .search #wrapper-navbar .search__form {
    padding-top: 0; } }

@media (max-width: 1023px) {
  .search__form button[type=submit] {
    top: 35%; } }

#search-wrapper {
  padding: 0 20px; }
  @media (min-width: 1024px) {
    #search-wrapper {
      padding: 0; } }
  #search-wrapper #main {
    width: 100%; }
  @media (max-width: 1023px) {
    #search-wrapper .page-header .search__form {
      margin-top: 0;
      margin-bottom: 0;
      padding: 0; }
      #search-wrapper .page-header .search__form form {
        padding-top: 0;
        padding-bottom: 0; }
      #search-wrapper .page-header .search__form button[type="submit"] {
        top: 0; } }
  #search-wrapper .page-header {
    width: 100%;
    margin-bottom: 55px; }
    #search-wrapper .page-header .search__form {
      width: 100%;
      opacity: 1;
      background-color: transparent;
      height: auto; }
      #search-wrapper .page-header .search__form input[type=text] {
        padding-right: 70px;
        color: #00140f;
        border-bottom: solid 1px #00140f;
        text-transform: uppercase; }
      #search-wrapper .page-header .search__form svg g {
        stroke: #00140f; }
      #search-wrapper .page-header .search__form input[type=text]::-webkit-input-placeholder {
        color: #00140f; }
      #search-wrapper .page-header .search__form input[type=text]::-moz-placeholder {
        color: #00140f; }
      #search-wrapper .page-header .search__form input[type=text]:-ms-input-placeholder {
        color: #00140f; }
      #search-wrapper .page-header .search__form input[type=text]::-ms-input-placeholder {
        color: #00140f; }
      #search-wrapper .page-header .search__form input[type=text]::placeholder {
        color: #00140f; }
  #search-wrapper .group-title {
    color: #55706c;
    margin-bottom: 15px; }
  #search-wrapper .column {
    margin-bottom: 25px; }
    @media only screen and (max-width: 1024px) {
      #search-wrapper .column {
        width: calc( 50% - 5px); }
        #search-wrapper .column:nth-child(odd) {
          margin-right: 10px; } }
    @media (min-width: 1024px) {
      #search-wrapper .column {
        width: 155px;
        margin: 10px 15px; } }
    #search-wrapper .column img {
      width: 155px;
      height: 194px;
      -o-object-fit: cover;
         object-fit: cover; }
    #search-wrapper .column a {
      position: relative;
      height: auto;
      width: 100%;
      display: block; }
      #search-wrapper .column a span {
        font-family: "bebas_neue_probold";
        height: 0;
        display: none;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        line-height: 0.8;
        letter-spacing: normal;
        color: #fcfbf7;
        text-transform: uppercase; }
        #search-wrapper .column a span:before {
          border-top: 1px solid white;
          position: absolute;
          left: -5px;
          width: 50%;
          margin: 0 auto;
          content: "";
          right: -5px;
          top: -10px; }
      #search-wrapper .column a:hover span {
        height: auto;
        display: block;
        position: absolute;
        top: 50%;
        color: white; }
      #search-wrapper .column a:hover:before {
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(5, 130, 115, 0.9)), to(rgba(5, 130, 115, 0.9)));
        background-image: -o-linear-gradient(left, rgba(5, 130, 115, 0.9), rgba(5, 130, 115, 0.9));
        background-image: linear-gradient(to right, rgba(5, 130, 115, 0.9), rgba(5, 130, 115, 0.9));
        left: 0; }
      #search-wrapper .column a:hover .line {
        opacity: 1; }
    @media (min-width: 1024px) {
      #search-wrapper .column:last-child {
        margin-right: 0;
        margin-left: 15px; }
      #search-wrapper .column:first-child {
        margin-left: 0;
        margin-right: 15px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1320px) {
      #search-wrapper .column:nth-child(5) {
        margin-left: 15px;
        margin-right: 0; }
      #search-wrapper .column:nth-child(6) {
        margin-left: 0;
        margin-right: 15px; }
      #search-wrapper .column:nth-child(10) {
        margin-left: 15px;
        margin-right: 0; }
      #search-wrapper .column:nth-child(11) {
        margin-left: 0;
        margin-right: 15px; } }
    @media only screen and (min-width: 1320px) {
      #search-wrapper .column:nth-child(6) {
        margin-left: 15px;
        margin-right: 0; }
      #search-wrapper .column:nth-child(7) {
        margin-left: 0;
        margin-right: 15px; }
      #search-wrapper .column:nth-child(11) {
        margin-left: 15px;
        margin-right: 0; }
      #search-wrapper .column:nth-child(12) {
        margin-left: 0;
        margin-right: 0; } }
  #search-wrapper .products, #search-wrapper .posts {
    margin-bottom: 90px; }
  #search-wrapper .products, #search-wrapper .posts {
    max-width: 1080px;
    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; }
    #search-wrapper .products .post-content .title, #search-wrapper .posts .post-content .title {
      margin-top: 15px;
      font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
      color: #00140f;
      font-size: 0.9rem;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5; }
    #search-wrapper .products .product-content .f-row, #search-wrapper .posts .product-content .f-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;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #search-wrapper .products .product-content .product__info .product-title, #search-wrapper .posts .product-content .product__info .product-title {
      margin-bottom: 8px;
      margin-top: 15px;
      font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
      color: #00140f;
      font-size: 0.9rem;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1; }
    #search-wrapper .products .product-content .product__info .price, #search-wrapper .products .product-content .product__info .product-type, #search-wrapper .posts .product-content .product__info .price, #search-wrapper .posts .product-content .product__info .product-type {
      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; }

@media (min-width: 1920px) {
  #search-wrapper .group-title {
    margin-left: 180px; }
  #search-wrapper .products, #search-wrapper .posts {
    max-width: 1920px;
    margin-left: 180px;
    margin-right: 180px; } }

@media (max-width: 1023px) {
  .categories {
    margin-top: 20px; } }

@media screen and (min-width: 981px) {
  body.berocket_ajax_filters_sidebar_active {
    margin-left: 0px; } }

.bapf_sfilter {
  margin-bottom: 0; }
  .bapf_sfilter li.checked, .bapf_sfilter li.checked:hover {
    background-color: #00140f; }

.sorter h3 {
  display: none; }

.bapf_head h3 {
  text-transform: uppercase; }

.w100 {
  width: 100%; }

.flex-content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-content-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#berocket-ajax-filters-sidebar {
  background: #eff5f1; }
  #berocket-ajax-filters-sidebar.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #berocket-ajax-filters-sidebar > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  #berocket-ajax-filters-sidebar .bapf_reset {
    width: 100%; }

.bapf_sfilter.bapf_hideckbox ul {
  font-size: 0; }
  .bapf_sfilter.bapf_hideckbox ul li {
    display: inline-block;
    margin: 2px !important;
    padding: 0 !important;
    border-radius: 18px;
    border: 1px #00140f solid;
    overflow: hidden; }
    .bapf_sfilter.bapf_hideckbox ul li label {
      color: #00140f; }
    .bapf_sfilter.bapf_hideckbox ul li a,
    .bapf_sfilter.bapf_hideckbox ul li label {
      color: #00140f;
      display: block !important;
      margin-bottom: 0;
      padding: 8px 10px !important;
      text-transform: lowercase; }
    .bapf_sfilter.bapf_hideckbox ul li.checked label {
      background: #00140f; }
    .bapf_sfilter.bapf_hideckbox ul li.checked a, .bapf_sfilter.bapf_hideckbox ul li.checked a:hover,
    .bapf_sfilter.bapf_hideckbox ul li.checked label,
    .bapf_sfilter.bapf_hideckbox ul li.checked label:hover {
      color: #FCFBF7; }

.archive .woocommerce-ordering::after,
.berocket_ajax_filters_sidebar_toggle::after,
.braapf_unselect::after {
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

body.menu-opened .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_mobile, body.xoo-wsc-active .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_mobile {
  z-index: 1; }

.berocket_ajax_filters_toggle span {
  width: 23px;
  height: 23px;
  left: -10px;
  top: -1px;
  z-index: 10; }

.inline__filter_container {
  padding: 10px 0; }
  @media (max-width: 1023px) {
    .inline__filter_container {
      margin-top: 4px; } }
  .inline__filter_container .inline__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1024px) {
      .inline__filter_container .inline__filter {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .inline__filter_container .inline__filter .filter,
    .inline__filter_container .inline__filter .sort {
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%; }
    .inline__filter_container .inline__filter .count {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .inline__filter_container .inline__filter .filter,
    .inline__filter_container .inline__filter .sort,
    .inline__filter_container .inline__filter .count {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-bottom: 6px; }
      @media (min-width: 1024px) {
        .inline__filter_container .inline__filter .filter,
        .inline__filter_container .inline__filter .sort,
        .inline__filter_container .inline__filter .count {
          margin-bottom: 0;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          -ms-flex-negative: 1;
              flex-shrink: 1; } }
    .inline__filter_container .inline__filter .filter {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .inline__filter_container .inline__filter .count {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .inline__filter_container .inline__filter .sort {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      @media (min-width: 1024px) {
        .inline__filter_container .inline__filter .sort {
          margin: 0 3px 0 6px; } }
  .inline__filter_container .berocket_aapf_widget_selected_area ul li {
    margin-left: 0px !important;
    margin-right: 0px !important; }
    .inline__filter_container .berocket_aapf_widget_selected_area ul li a {
      margin: 3px !important; }

.sort .bapf_body {
  position: relative; }
  .sort .bapf_body:after {
    content: "";
    position: absolute;
    display: block;
    right: 16px;
    top: 50%;
    background-image: url(../src/icons/Chevron_Dark.svg);
    background-size: 10px;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    background-repeat: no-repeat; }

.sort .sorter select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 6px 36px 6px 16px;
  line-height: 27px;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .sort .sorter select:focus {
    outline: 2px solid #eff5f1; }

.count a[data-taxonomy="orderby"] {
  display: none; }

.bapf_sfa_mt_hide .bapf_sfa_taxonomy span {
  display: none; }

.archive .woocommerce-ordering {
  position: relative;
  background-color: #eff5f1;
  border-radius: 100px; }

#berocket-ajax-filters-sidebar-close {
  color: #00140f;
  line-height: 17px; }

.berocket_ajax_filters_sidebar_main {
  margin: 0;
  display: block !important; }

.berocket_ajax_filters_sidebar_toggle,
.braapf_unselect,
.braapf_unselect_all,
.sorter select {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #55706c;
  background-color: #eff5f1;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  cursor: pointer;
  padding: 6px 36px 6px 16px !important; }

.braapf_unselect,
.braapf_unselect_all,
.sorter select {
  border: 1px #00140f solid;
  border-radius: 100px;
  background: transparent;
  color: #00140f;
  font-weight: 400; }

.brapf_sidefl_right {
  margin: 0 24px 21px 0 !important; }

.berocket_ajax_filters_sidebar_toggle {
  height: auto;
  padding: 1px 16px 5px 36px !important;
  width: 100% !important;
  border: 1px #058273 solid;
  background-color: #058273;
  color: #FCFBF7; }
  @media (min-width: 1024px) {
    .berocket_ajax_filters_sidebar_toggle {
      margin: 14px 0;
      width: 148px !important; } }
  #main .berocket_ajax_filters_sidebar_toggle {
    display: none !important; }
  #main .category-header .berocket_ajax_filters_sidebar_toggle {
    display: inline-block !important; }
  .berocket_ajax_filters_sidebar_toggle, .berocket_ajax_filters_sidebar_toggle:hover {
    color: #FCFBF7; }

.berocket_ajax_filters_sidebar_toggle span i,
.berocket_ajax_filters_sidebar_toggle span i:after,
.berocket_ajax_filters_sidebar_toggle span i:before,
.brapf_sidebar_float_mobile span i,
.brapf_sidebar_float_mobile span i:after,
.brapf_sidebar_float_mobile span i:before {
  background: #FCFBF7 !important; }

.brapf_sidebar_float_mobile .berocket_ajax_filters_sidebar_toggle {
  background-color: #058273;
  color: #FCFBF7;
  padding: 10px 26px 12px 36px !important; }

.bapf_sfa_mt_hide .bapf_sfa_taxonomy,
.bapf_sfa_mt_hide .bapf_sfa_unall {
  display: inline-block;
  margin: 0;
  padding: 0; }

.bapf_sfa_mt_hide .braapf_unselect::after {
  content: "";
  position: absolute;
  display: block;
  right: 16px;
  top: 50%;
  background-image: url("../src/icons/Close_Gray.svg");
  background-size: 10px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat; }

.bapf_sfa_mt_hide .braapf_unselect_all {
  padding-right: 16px !important; }

.bapf_sfa_mt_hide .bapf_sfa_taxonomy ul {
  padding: 0px;
  margin: 0px; }

.bapf_sfilter.bapf_button_berocket .bapf_button {
  font-size: 12px; }
  .bapf_sfilter.bapf_button_berocket .bapf_button, .bapf_sfilter.bapf_button_berocket .bapf_button:hover {
    background-color: #058273; }

.container.giftset_cont, .category-header + .bapf_sfilter .giftset_cont.bapf_body {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
  margin-top: 1.5rem; }
  .bestsellers-container + .container.giftset_cont, .category-header + .bapf_sfilter .bestsellers-container + .giftset_cont.bapf_body {
    margin-top: 0rem; }
  .container.giftset_cont .entry__title, .category-header + .bapf_sfilter .giftset_cont.bapf_body .entry__title {
    font-family: "bebas_neue_probold";
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    font-family: "bebas_neue_proregular", system;
    font-weight: 700;
    color: #FCFBF7;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .container.giftset_cont .entry__title, .category-header + .bapf_sfilter .giftset_cont.bapf_body .entry__title {
        font-size: 48px; } }
    @media (max-width: 1023px) {
      .container.giftset_cont .entry__title, .category-header + .bapf_sfilter .giftset_cont.bapf_body .entry__title {
        font-size: 20px; } }

.giftset_link {
  text-decoration: none; }

.row.giftset_row {
  padding-top: 20px;
  padding-bottom: 15px; }

.giftset__span {
  display: block;
  float: right;
  font-family: "bebas_neue_probold", system; }

.product__category {
  max-width: 100%;
  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; }
  .product__category .h3__headline-Black {
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .product__category .h3__headline-Black {
        margin-bottom: 10px; } }
  .product__category .description {
    margin-bottom: 25px; }
    @media (max-width: 1023px) {
      .product__category .description {
        margin-bottom: 0; }
        .product__category .description p {
          margin-bottom: 0; } }

.product__category-products {
  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; }

.product__category-product {
  width: 50%; }

.background__headline {
  display: none; }

.product__category-Component {
  position: relative; }

.show-on-scroll {
  opacity: 0;
  -webkit-transition: 1.5s all ease-in;
  -o-transition: 1.5s all ease-in;
  transition: 1.5s all ease-in; }

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

.category-header {
  margin-top: 4rem;
  margin-bottom: 2rem; }
  .category-header .top-categories {
    border-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .category-header .h1__headline {
    text-transform: uppercase;
    line-height: 1; }
  .category-header .bestsellers-container {
    padding-top: 2rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FCFBF7), to(#058273));
    background-image: -o-linear-gradient(top, #FCFBF7 0%, #058273 100%);
    background-image: linear-gradient(to bottom, #FCFBF7 0%, #058273 100%);
    background-repeat: repeat-x; }
    @media (max-width: 1023px) {
      .category-header .bestsellers-container {
        max-width: 100vw;
        margin-left: -20px;
        margin-right: -20px; } }
  .category-header .bestsellers {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .category-header .bestsellers .h3__headline-White {
      color: #00140f; }

@media (max-width: 1023px) {
  .product__category {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .product__category-content {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-top: 30px; }
  .product__category__wrapper {
    padding-top: 32vw;
    margin-top: 25px;
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .product__category-mainImage {
    width: calc( 100vw - 78px);
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px; }
  .productName {
    margin-top: 15px;
    display: block; }
  .Model-Left .product-Left, .Model-Right .product-Left {
    position: absolute;
    top: 0;
    z-index: 1; }
  .Model-Left .product-Right, .Model-Right .product-Right {
    position: absolute;
    bottom: 0;
    z-index: 1; }
    .Model-Left .product-Right a picture, .Model-Right .product-Right a picture {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .product__category-product {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .product__category-product a {
      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;
      width: 100%; }
      .product__category-product a picture {
        background-color: #fcfbf7; }
      .product__category-product a img {
        max-width: calc( 50vw - 30px);
        width: calc( 50vw - 30px); }
      .product__category-product a .product__info {
        padding: 0 0;
        width: 50%; }
        .product__category-product a .product__info span.productSubtitle, .product__category-product a .product__info span.productCategory, .product__category-product a .product__info span.productBrand {
          display: none !important; }
        .product__category-product a .product__info span.woocommerce-loop-product__title {
          display: inline-block;
          width: 100%; }
        .product__category-product a .product__info span {
          display: inline-block; }
          .product__category-product a .product__info span.line {
            display: none; }
          .product__category-product a .product__info span.productCategory, .product__category-product a .product__info span.productBrand, .product__category-product a .product__info span.price-block {
            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; }
          .product__category-product a .product__info span.price-block {
            color: #068273; }
          .product__category-product a .product__info span.productBrand, .product__category-product a .product__info span.price-block {
            display: inline-block; }
          .product__category-product a .product__info span.woocommerce-loop-product__title {
            color: #00140f;
            text-transform: uppercase;
            font-family: "bebas_neue_probold";
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 0.9;
            letter-spacing: normal;
            line-height: 0.9;
            padding-right: 10px; }
    .product__category-product.product-Right .product__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .product__category-product.product-Right a img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .productLine {
    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; }
    .productLine .productInfo {
      width: 50%; }
      .productLine .productInfo:last-child {
        text-align: right; }
  .product__category-Component {
    margin-bottom: -20px; }
    .product__category-Component .product__category-content {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
    .product__category-Component .product__category-mainImage img {
      width: 100%; }
    .product__category-Component .product__category-products {
      margin-top: 20px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .product__category-Component .product__category-more {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
      .product__category-Component .product__category-more .button {
        color: #00140f;
        border: solid 1px #00140f; }
  .product__category-more {
    margin-top: 25px; }
    .product__category-more a.button {
      width: 100%; } }

@media (min-width: 1024px) {
  .product__category-Component {
    margin-bottom: 50px; }
  .product__category-product {
    overflow: hidden; }
    .product__category-product .productSubtitle {
      position: relative;
      top: 15%;
      font-size: 20px;
      font-family: "bebas_neue_proregular";
      display: block;
      color: #fcfbf7;
      width: 100%;
      text-align: center;
      text-transform: uppercase; }
    .product__category-product .product__info {
      position: absolute;
      height: 100%;
      opacity: 1;
      width: 100%;
      top: 0; }
    .product__category-product .productCategory {
      position: absolute;
      display: block;
      top: 20px;
      left: 20px;
      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;
      letter-spacing: normal;
      color: #fcfbf7;
      opacity: 0;
      -webkit-transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1);
      -o-transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1);
      transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1); }
    .product__category-product .productBrand {
      position: absolute;
      left: 20px;
      bottom: 15px;
      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;
      letter-spacing: normal;
      color: #fcfbf7;
      -webkit-transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1);
      -o-transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1);
      transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1);
      opacity: 0; }
    .product__category-product .price-block {
      position: absolute;
      bottom: 0px;
      opacity: 0;
      right: 5px; }
      .product__category-product .price-block .price {
        padding: 0 20px;
        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: #fcfbf7; }
    .product__category-product .line {
      top: 40%;
      -webkit-transform: translate(-50%, -40%);
          -ms-transform: translate(-50%, -40%);
              transform: translate(-50%, -40%);
      left: 50%;
      opacity: 0;
      position: absolute;
      width: 166px;
      height: 1px;
      border-bottom: solid 1px #fcfbf7;
      display: block;
      margin: auto;
      width: 50px; }
    .product__category-product .woocommerce-loop-product__title {
      top: 60%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      position: absolute;
      text-align: center;
      font-family: "bebas_neue_probold";
      font-size: 34px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.9;
      letter-spacing: normal;
      display: block;
      width: 100%;
      color: #fcfbf7;
      text-transform: uppercase;
      padding: 0 40px;
      opacity: 0;
      line-height: 0.9;
      min-height: 100px; }
    .product__category-product a:before {
      -webkit-transition: all 0.2s cubic-bezier(1, 0.07, 0.58, 1);
      -o-transition: all 0.2s cubic-bezier(1, 0.07, 0.58, 1);
      transition: all 0.2s cubic-bezier(1, 0.07, 0.58, 1);
      content: "";
      position: absolute;
      bottom: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(5, 130, 115, 0.9)), to(rgba(5, 130, 115, 0.9)));
      background-image: -o-linear-gradient(left, rgba(5, 130, 115, 0.9), rgba(5, 130, 115, 0.9));
      background-image: linear-gradient(to right, rgba(5, 130, 115, 0.9), rgba(5, 130, 115, 0.9));
      left: 0;
      opacity: 0; }
    .product__category-product:hover a:before {
      -webkit-transition: all 0.6s cubic-bezier(1, 0.07, 0.58, 1);
      -o-transition: all 0.6s cubic-bezier(1, 0.07, 0.58, 1);
      transition: all 0.6s cubic-bezier(1, 0.07, 0.58, 1);
      opacity: 1; }
    .product__category-product:hover .line {
      width: 154px;
      -webkit-transition: width 0.5s ease-in, opacity 0.5s cubic-bezier(1, 0.07, 0.58, 1);
      -o-transition: width 0.5s ease-in, opacity 0.5s cubic-bezier(1, 0.07, 0.58, 1);
      transition: width 0.5s ease-in, opacity 0.5s cubic-bezier(1, 0.07, 0.58, 1);
      opacity: 1;
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .product__category-product:hover .product__info {
      position: absolute;
      height: 100%;
      opacity: 1;
      width: 100%;
      top: 0; }
    .product__category-product:hover .woocommerce-loop-product__title {
      -webkit-transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1), top 0.8s cubic-bezier(1, 0.07, 0.58, 1);
      -o-transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1), top 0.8s cubic-bezier(1, 0.07, 0.58, 1);
      transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1), top 0.8s cubic-bezier(1, 0.07, 0.58, 1);
      opacity: 1;
      top: 56%; }
    .product__category-product:hover .price-block {
      -webkit-transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1);
      -o-transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1);
      transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1);
      opacity: 1;
      height: 14px;
      bottom: 20px; }
    .product__category-product:hover .productCategory {
      -webkit-transition-delay: 0.1s;
           -o-transition-delay: 0.1s;
              transition-delay: 0.1s;
      opacity: 1;
      -webkit-transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1);
      -o-transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1);
      transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1); }
    .product__category-product:hover .productBrand {
      -webkit-transition-delay: 0.1s;
           -o-transition-delay: 0.1s;
              transition-delay: 0.1s;
      opacity: 1;
      -webkit-transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1);
      -o-transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1);
      transition: opacity 1s cubic-bezier(1, 0.07, 0.58, 1); }
  .product__category-Component .product__category-content {
    max-width: calc(368px - 30px);
    margin-right: 30px;
    height: 100%; }
  .categories {
    margin-bottom: 20px; }
  .Model-Left .product__category-more {
    right: calc( 340px - 248px);
    left: auto;
    bottom: 50px; }
  .Model-Right .product-Left {
    left: 0;
    top: 56px; }
  .Model-Right .product-Right {
    top: 33%;
    right: 15px; }
  .Model-Right .product__category-content {
    margin-right: 0;
    margin-left: 200px; }
  .Model-Right .product__category-mainImage {
    margin-left: 34%;
    right: 5px; }
  .Model-Right .product__category-more {
    left: calc( 340px - 248px);
    right: auto;
    bottom: 50px; }
  .background__headline {
    display: block; }
  .product__category-more {
    position: absolute;
    bottom: 0;
    right: calc( 340px - 248px);
    left: auto;
    z-index: 2; }
  .background__headline {
    z-index: -1;
    position: absolute;
    top: 32.5%; }
  .product__category {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    margin: auto;
    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; }
    .product__category .productInfo, .product__category .productPrice, .product__category .productName {
      display: none; }
  .product__category-product {
    width: 340px;
    position: absolute;
    height: 425px;
    background-color: #fcfbf7; }
  .product-Left {
    left: 0;
    top: 240px;
    z-index: 1; }
  .product-Right {
    top: 56px;
    right: 0; }
  .product__category-mainImage {
    width: 525px;
    height: 653px; } }

@media (min-width: 1920px) {
  .product__category {
    max-width: 80%; }
  .product__category-product {
    width: 23vw;
    height: 29.5vw; }
    .product__category-product img {
      height: 100%;
      width: 100%; }
  .product__category-mainImage {
    width: 36vw;
    height: auto;
    left: 50px;
    position: relative; }
    .product__category-mainImage img {
      height: auto;
      width: 100%; }
  .product__category.Model-Right .product__category-content {
    margin-left: 32%; } }

.products-grid .top-products .tp-divider {
  width: 60%;
  margin: 0 auto;
  border-top: 1px #058273 solid; }
  @media (min-width: 1024px) {
    .products-grid .top-products .tp-divider {
      display: block; } }

@media (max-width: 1023px) {
  .products-grid .top-products .type-product:last-child {
    border-bottom-width: 0; } }

@media (max-width: 1023px) {
  .yit-wcan-container .products .type-product:first-child {
    border-top-width: 0; } }

@-webkit-keyframes pulse {
  0% {
    background-color: rgba(165, 165, 165, 0.5); }
  50% {
    background-color: rgba(165, 165, 165, 0.8); }
  100% {
    background-color: rgba(165, 165, 165, 0.5); } }

@keyframes pulse {
  0% {
    background-color: rgba(165, 165, 165, 0.5); }
  50% {
    background-color: rgba(165, 165, 165, 0.8); }
  100% {
    background-color: rgba(165, 165, 165, 0.5); } }

@-webkit-keyframes goUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes goUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.cta__title {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  max-width: 80%;
  display: block;
  margin: auto; }

.cta {
  padding-top: 30px;
  padding-bottom: 100px; }
  .cta .top__line.line {
    width: 50px;
    opacity: 0;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .cta .inview .top__line {
    opacity: 1;
    -webkit-transition: width 600ms cubic-bezier(1, 0.07, 0.58, 1), opacity 500ms cubic-bezier(1, 0.07, 0.58, 1);
    -o-transition: width 600ms cubic-bezier(1, 0.07, 0.58, 1), opacity 500ms cubic-bezier(1, 0.07, 0.58, 1);
    transition: width 600ms cubic-bezier(1, 0.07, 0.58, 1), opacity 500ms cubic-bezier(1, 0.07, 0.58, 1);
    width: 166px; }
    @media (max-width: 1023px) {
      .cta .inview .top__line {
        width: 88px; } }

.cta .line {
  width: 166px;
  height: 1px;
  border-bottom: solid 1px #fcfbf7;
  display: block;
  margin: auto; }

.cta .top__line {
  margin-bottom: 30px; }

.cta .bottom__line {
  margin-top: 30px; }

@media (max-width: 1023px) {
  .cta .container, .cta .category-header + .bapf_sfilter .bapf_body, .category-header + .bapf_sfilter .cta .bapf_body {
    padding: 0; }
  .cta .line {
    width: 88px; }
  .cta__title {
    font-family: "bebas_neue_probold";
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    width: 100%;
    max-width: 100%; }
  .bg__gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfbf7), to(#058273));
    background-image: -o-linear-gradient(top, #fcfbf7, #058273);
    background-image: linear-gradient(to bottom, #fcfbf7, #058273);
    background-position: bottom;
    background-size: 100% 50%;
    background-repeat: no-repeat; } }

@media (min-width: 1024px) {
  .bg__gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfbf7), to(#058273));
    background-image: -o-linear-gradient(top, #fcfbf7, #058273);
    background-image: linear-gradient(to bottom, #fcfbf7, #058273);
    background-position: bottom;
    background-size: 100% 50%;
    background-repeat: no-repeat; } }

/*.onsale{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 48px;
  text-align: center;
  background: $th-orange;
  color: $th-white;
  font-family: $bebas-bold;
  margin-left: auto;
  &.onblack{
    background: $th-black;
  }
  &.single-onsale{
    @include bp(desktop){
      right: 50%;
    }
    @include bp(uhd){
      right: auto;
      left: 710px;
    }
  }
}*/
.prod_sticker_loop {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }

.prod_sticker_container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }
  @media (min-width: 1024px) {
    .prod_sticker_container {
      right: 50%; } }
  @media (min-width: 1920px) {
    .prod_sticker_container {
      right: calc(50% + 74px); } }

.prod_sticker_img {
  display: block;
  width: 60px !important;
  height: 60px !important; }

.prod_sticker {
  float: right;
  margin-left: 4px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 48px; }
  .prod_sticker.small {
    margin-left: -4px; }
    :not(.small) + .prod_sticker.small {
      margin-right: -2px; }
  .prod_sticker.single-onsale, .prod_sticker.onsale {
    display: block;
    text-align: center;
    background: #FF5100;
    color: #FCFBF7;
    font-family: "bebas_neue_probold"; }

.journal .hover-Image {
  width: 100%;
  padding: 0 10%;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  height: 0; }
  @media (max-width: 1023px) {
    .journal .hover-Image {
      display: none; } }
  .journal .hover-Image .date {
    opacity: 0;
    font-size: 20px;
    font-family: "bebas_neue_proregular";
    color: #fcfbf7;
    text-transform: uppercase; }
  .journal .hover-Image h4 {
    opacity: 0;
    position: relative;
    margin-bottom: 2px;
    text-align: center;
    line-height: 0.9;
    text-transform: uppercase; }
    .journal .hover-Image h4:after {
      content: "";
      border-top: 2px solid #fcfbf7;
      width: 100px;
      position: absolute;
      top: -15px;
      opacity: 0;
      -webkit-transform: translate(-50%, -40%);
          -ms-transform: translate(-50%, -40%);
              transform: translate(-50%, -40%);
      left: 50%; }

@media (max-width: 1023px) {
  .journal .product-Right a picture {
    margin-left: 50%; }
  .journal .product__category-product a img {
    height: 168px;
    -o-object-fit: cover;
       object-fit: cover; } }

.journal .product__category__wrapper a:hover .hover-Image {
  opacity: 1;
  z-index: 1; }

.journal .product__category__wrapper a:hover .date {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(1, 0.07, 0.58, 1);
  -o-transition: opacity 0.5s cubic-bezier(1, 0.07, 0.58, 1);
  transition: opacity 0.5s cubic-bezier(1, 0.07, 0.58, 1); }

.journal .product__category__wrapper a:hover h4 {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(1, 0.07, 0.58, 1);
  -o-transition: opacity 0.5s cubic-bezier(1, 0.07, 0.58, 1);
  transition: opacity 0.5s cubic-bezier(1, 0.07, 0.58, 1); }
  .journal .product__category__wrapper a:hover h4:after {
    width: 158px;
    -webkit-transition: width 0.5s ease-in, opacity 0.5s cubic-bezier(1, 0.07, 0.58, 1);
    -o-transition: width 0.5s ease-in, opacity 0.5s cubic-bezier(1, 0.07, 0.58, 1);
    transition: width 0.5s ease-in, opacity 0.5s cubic-bezier(1, 0.07, 0.58, 1);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s; }

@media (min-width: 1024px) {
  .journal .product-Left img {
    width: 340px;
    height: 425px;
    -o-object-fit: cover;
       object-fit: cover; }
  .journal .product-Right img {
    width: 340px;
    height: 425px;
    -o-object-fit: cover;
       object-fit: cover; } }

@media (min-width: 1920px) {
  .journal .Model-Right {
    top: 18%; }
    .journal .Model-Right .product__category-content {
      margin-left: 35%; }
  .journal .product-Left img {
    width: 100%;
    height: 100%; }
  .journal .product-Right img {
    width: 100%;
    height: 100%; } }

.about__slider {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  width: 100vw; }
  .about__slider .swiper-slide-next:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.8)));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
    background-size: 200% 200%; }
  .about__slider .swiper-pagination-fraction {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #00140f;
    color: #00140f;
    right: 0;
    top: 70%;
    left: 70%; }
    @media (max-width: 1023px) {
      .about__slider .swiper-pagination-fraction {
        border: 1px solid #fcfbf7;
        color: #fcfbf7; } }
  .about__slider .swiper-images {
    width: 100%; }
  .about__slider .overlay__pagination {
    width: calc(100vw - 20px);
    height: 400px;
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute; }
    @media (max-width: 1023px) {
      .about__slider .overlay__pagination {
        display: none; } }
  .about__slider .about__slide {
    width: calc(100vw - 40px);
    height: 400px; }
    .about__slider .about__slide img {
      -o-object-fit: cover;
         object-fit: cover;
      width: calc(100vw - 40px);
      max-width: calc(100vw - 40px);
      height: 100%; }

.home__about {
  margin-top: 100px;
  margin-bottom: 150px; }
  @media (max-width: 1023px) {
    .home__about {
      margin-top: 40px;
      margin-bottom: 50px; } }

.about__row {
  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; }
  @media (max-width: 1023px) {
    .about__row .buttons .button {
      width: 100%; } }
  .about__row .description-Black p {
    margin-bottom: 25px; }

.about__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 20px;
  max-width: 100%; }

@media (min-width: 1024px) {
  .about__content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: calc( 30% - 30px);
    margin-right: 30px; }
  .about__row {
    margin-left: 12.5%;
    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;
    max-width: 1260px; }
  .about__slider {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 70%; }
    .about__slider .swiper-images {
      width: 60%; }
    .about__slider .overlay__pagination, .about__slider .about__slide {
      width: 524px;
      height: 400px; }
      .about__slider .overlay__pagination img, .about__slider .about__slide img {
        width: 524px;
        max-width: 524px;
        height: 100%; } }

@media (min-width: 1441px) {
  .about__row {
    margin-left: 180px;
    margin-right: 0;
    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;
    max-width: 100%; } }

@media (min-width: 1920px) {
  .about__row {
    margin-right: 0;
    max-width: 90%; } }

@-webkit-keyframes cascade-up {
  0% {
    -webkit-transform: translate3d(0, 112%, 0);
            transform: translate3d(0, 112%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes cascade-up {
  0% {
    -webkit-transform: translate3d(0, 112%, 0);
            transform: translate3d(0, 112%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes cascade-up-soft {
  0% {
    -webkit-transform: translate3d(0, 60%, 0);
            transform: translate3d(0, 60%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes cascade-up-soft {
  0% {
    -webkit-transform: translate3d(0, 60%, 0);
            transform: translate3d(0, 60%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slide-up {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes slide-up-long {
  0% {
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slide-up-long {
  0% {
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes stretch-up {
  0% {
    -webkit-transform: scaleY(1.4) translate3d(0, 40px, 0);
            transform: scaleY(1.4) translate3d(0, 40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: scaleY(1) translate3d(0, 0, 0);
            transform: scaleY(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes stretch-up {
  0% {
    -webkit-transform: scaleY(1.4) translate3d(0, 40px, 0);
            transform: scaleY(1.4) translate3d(0, 40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: scaleY(1) translate3d(0, 0, 0);
            transform: scaleY(1) translate3d(0, 0, 0);
    opacity: 1; } }

.cascade-mask {
  position: relative;
  vertical-align: top;
  overflow: hidden; }

.cascade-mask.padded-r {
  padding-right: 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

@media (min-width: 300px) {
  [data-cascade] {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.3, 0, 0.2, 1);
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    [data-cascade].row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  [data-cascade="fade-up"] {
    opacity: 0; }
  [data-cascade="fade-up"].animate {
    opacity: 1;
    -webkit-animation-name: cascade-up;
            animation-name: cascade-up; }
  [data-cascade="slide-up"] {
    opacity: 0; }
  [data-cascade="slide-up"].animate {
    opacity: 1;
    -webkit-animation-name: slide-up;
            animation-name: slide-up;
    -webkit-animation-duration: 1500ms;
            animation-duration: 1500ms;
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
  [data-cascade="slide-up-long"] {
    opacity: 0; }
  [data-cascade="slide-up-long"].animate {
    opacity: 1;
    -webkit-animation-name: slide-up-long;
            animation-name: slide-up-long;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms; }
  [data-cascade="slide-up-short"] {
    opacity: 0; }
  [data-cascade="slide-up-short"].animate {
    opacity: 1;
    -webkit-animation-name: slide-up-long;
            animation-name: slide-up-long;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms; }
  [data-cascade="stretch-up"] {
    opacity: 0; }
  [data-cascade="stretch-up"].animate {
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    opacity: 1;
    -webkit-animation-name: stretch-up;
            animation-name: stretch-up; }
  [data-cascade="aladdin"] {
    -webkit-animation-duration: 600ms;
            animation-duration: 600ms;
    opacity: 0; }
  [data-cascade="aladdin"].animate {
    opacity: 1;
    -webkit-animation-name: slide-up;
            animation-name: slide-up; } }

@media (max-width: 767px) {
  [data-cascade-delay-mobile="0"] {
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms; }
  [data-cascade-delay-mobile="1"] {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms; }
  [data-cascade-delay-mobile="2"] {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
  [data-cascade-delay-mobile="3"] {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }
  [data-cascade-delay-mobile="4"] {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms; }
  [data-cascade-delay-mobile="5"] {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms; }
  [data-cascade-delay-mobile="6"] {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms; }
  [data-cascade-delay-mobile="7"] {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms; }
  [data-cascade-delay-mobile="8"] {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms; }
  [data-cascade-delay-mobile="9"] {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms; }
  [data-cascade-delay-mobile="10"] {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms; }
  [data-cascade-delay-mobile="11"] {
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms; }
  [data-cascade-delay-mobile="12"] {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms; }
  [data-cascade-delay-mobile="13"] {
    -webkit-animation-delay: 1300ms;
            animation-delay: 1300ms; }
  [data-cascade-delay-mobile="14"] {
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms; }
  [data-cascade-delay-mobile="15"] {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms; }
  [data-cascade-delay-mobile="16"] {
    -webkit-animation-delay: 1600ms;
            animation-delay: 1600ms; }
  [data-cascade-delay-mobile="17"] {
    -webkit-animation-delay: 1700ms;
            animation-delay: 1700ms; }
  [data-cascade-delay-mobile="18"] {
    -webkit-animation-delay: 1800ms;
            animation-delay: 1800ms; }
  [data-cascade-delay-mobile="19"] {
    -webkit-animation-delay: 1900ms;
            animation-delay: 1900ms; }
  [data-cascade-delay-mobile="20"] {
    -webkit-animation-delay: 2000ms;
            animation-delay: 2000ms; }
  [data-cascade-delay-mobile="21"] {
    -webkit-animation-delay: 2100ms;
            animation-delay: 2100ms; }
  [data-cascade-delay-mobile="22"] {
    -webkit-animation-delay: 2200ms;
            animation-delay: 2200ms; }
  [data-cascade-delay-mobile="23"] {
    -webkit-animation-delay: 2300ms;
            animation-delay: 2300ms; }
  [data-cascade-delay-mobile="0"].firstload-mobile,
  [data-cascade-delay-mobile="0"].firstload {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms; }
  [data-cascade-delay-mobile="1"].firstload-mobile,
  [data-cascade-delay-mobile="1"].firstload {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms; }
  [data-cascade-delay-mobile="2"].firstload-mobile,
  [data-cascade-delay-mobile="2"].firstload {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms; }
  [data-cascade-delay-mobile="3"].firstload-mobile,
  [data-cascade-delay-mobile="3"].firstload {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms; }
  [data-cascade-delay-mobile="4"].firstload-mobile,
  [data-cascade-delay-mobile="4"].firstload {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms; }
  [data-cascade-delay-mobile="5"].firstload-mobile,
  [data-cascade-delay-mobile="5"].firstload {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms; }
  [data-cascade-delay-mobile="6"].firstload-mobile,
  [data-cascade-delay-mobile="6"].firstload {
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms; }
  [data-cascade-delay-mobile="7"].firstload-mobile,
  [data-cascade-delay-mobile="7"].firstload {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms; }
  [data-cascade-delay-mobile="8"].firstload-mobile,
  [data-cascade-delay-mobile="8"].firstload {
    -webkit-animation-delay: 1300ms;
            animation-delay: 1300ms; }
  [data-cascade-delay-mobile="9"].firstload-mobile,
  [data-cascade-delay-mobile="9"].firstload {
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms; }
  [data-cascade-delay-mobile="10"].firstload-mobile,
  [data-cascade-delay-mobile="10"].firstload {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms; }
  [data-cascade-delay-mobile="11"].firstload-mobile,
  [data-cascade-delay-mobile="11"].firstload {
    -webkit-animation-delay: 1600ms;
            animation-delay: 1600ms; }
  [data-cascade-delay-mobile="12"].firstload-mobile,
  [data-cascade-delay-mobile="12"].firstload {
    -webkit-animation-delay: 1700ms;
            animation-delay: 1700ms; }
  [data-cascade-delay-mobile="13"].firstload-mobile,
  [data-cascade-delay-mobile="13"].firstload {
    -webkit-animation-delay: 1800ms;
            animation-delay: 1800ms; }
  [data-cascade-delay-mobile="14"].firstload-mobile,
  [data-cascade-delay-mobile="14"].firstload {
    -webkit-animation-delay: 1900ms;
            animation-delay: 1900ms; }
  [data-cascade-delay-mobile="15"].firstload-mobile,
  [data-cascade-delay-mobile="15"].firstload {
    -webkit-animation-delay: 2000ms;
            animation-delay: 2000ms; }
  [data-cascade-delay-mobile="16"].firstload-mobile,
  [data-cascade-delay-mobile="16"].firstload {
    -webkit-animation-delay: 2100ms;
            animation-delay: 2100ms; }
  [data-cascade-delay-mobile="17"].firstload-mobile,
  [data-cascade-delay-mobile="17"].firstload {
    -webkit-animation-delay: 2200ms;
            animation-delay: 2200ms; }
  [data-cascade-delay-mobile="18"].firstload-mobile,
  [data-cascade-delay-mobile="18"].firstload {
    -webkit-animation-delay: 2300ms;
            animation-delay: 2300ms; }
  [data-cascade-delay-mobile="19"].firstload-mobile,
  [data-cascade-delay-mobile="19"].firstload {
    -webkit-animation-delay: 2400ms;
            animation-delay: 2400ms; }
  [data-cascade-delay-mobile="20"].firstload-mobile,
  [data-cascade-delay-mobile="20"].firstload {
    -webkit-animation-delay: 2500ms;
            animation-delay: 2500ms; }
  [data-cascade-delay-mobile="21"].firstload-mobile,
  [data-cascade-delay-mobile="21"].firstload {
    -webkit-animation-delay: 2600ms;
            animation-delay: 2600ms; }
  [data-cascade-delay-mobile="22"].firstload-mobile,
  [data-cascade-delay-mobile="22"].firstload {
    -webkit-animation-delay: 2700ms;
            animation-delay: 2700ms; }
  [data-cascade-delay-mobile="23"].firstload-mobile,
  [data-cascade-delay-mobile="23"].firstload {
    -webkit-animation-delay: 2800ms;
            animation-delay: 2800ms; }
  [data-aladdin-delay-mobile="0"] {
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms; }
  [data-aladdin-delay-mobile="1"] {
    -webkit-animation-delay: 20ms;
            animation-delay: 20ms; }
  [data-aladdin-delay-mobile="2"] {
    -webkit-animation-delay: 40ms;
            animation-delay: 40ms; }
  [data-aladdin-delay-mobile="3"] {
    -webkit-animation-delay: 60ms;
            animation-delay: 60ms; }
  [data-aladdin-delay-mobile="4"] {
    -webkit-animation-delay: 80ms;
            animation-delay: 80ms; }
  [data-aladdin-delay-mobile="5"] {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms; }
  [data-aladdin-delay-mobile="6"] {
    -webkit-animation-delay: 120ms;
            animation-delay: 120ms; }
  [data-aladdin-delay-mobile="7"] {
    -webkit-animation-delay: 140ms;
            animation-delay: 140ms; }
  [data-aladdin-delay-mobile="8"] {
    -webkit-animation-delay: 160ms;
            animation-delay: 160ms; }
  [data-aladdin-delay-mobile="9"] {
    -webkit-animation-delay: 180ms;
            animation-delay: 180ms; }
  [data-aladdin-delay-mobile="10"] {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
  [data-aladdin-delay-mobile="11"] {
    -webkit-animation-delay: 220ms;
            animation-delay: 220ms; }
  [data-aladdin-delay-mobile="12"] {
    -webkit-animation-delay: 240ms;
            animation-delay: 240ms; }
  [data-aladdin-delay-mobile="13"] {
    -webkit-animation-delay: 260ms;
            animation-delay: 260ms; }
  [data-aladdin-delay-mobile="14"] {
    -webkit-animation-delay: 280ms;
            animation-delay: 280ms; }
  [data-aladdin-delay-mobile="15"] {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }
  [data-aladdin-delay-mobile="16"] {
    -webkit-animation-delay: 320ms;
            animation-delay: 320ms; }
  [data-aladdin-delay-mobile="17"] {
    -webkit-animation-delay: 340ms;
            animation-delay: 340ms; }
  [data-aladdin-delay-mobile="18"] {
    -webkit-animation-delay: 360ms;
            animation-delay: 360ms; }
  [data-aladdin-delay-mobile="19"] {
    -webkit-animation-delay: 380ms;
            animation-delay: 380ms; }
  [data-aladdin-delay-mobile="20"] {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms; }
  [data-aladdin-delay-mobile="21"] {
    -webkit-animation-delay: 420ms;
            animation-delay: 420ms; }
  [data-aladdin-delay-mobile="22"] {
    -webkit-animation-delay: 440ms;
            animation-delay: 440ms; }
  [data-aladdin-delay-mobile="23"] {
    -webkit-animation-delay: 460ms;
            animation-delay: 460ms; }
  [data-aladdin-delay-mobile="0"].firstload-mobile,
  [data-aladdin-delay-mobile="0"].firstload {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms; }
  [data-aladdin-delay-mobile="1"].firstload-mobile,
  [data-aladdin-delay-mobile="1"].firstload {
    -webkit-animation-delay: 1020ms;
            animation-delay: 1020ms; }
  [data-aladdin-delay-mobile="2"].firstload-mobile,
  [data-aladdin-delay-mobile="2"].firstload {
    -webkit-animation-delay: 1040ms;
            animation-delay: 1040ms; }
  [data-aladdin-delay-mobile="3"].firstload-mobile,
  [data-aladdin-delay-mobile="3"].firstload {
    -webkit-animation-delay: 1060ms;
            animation-delay: 1060ms; }
  [data-aladdin-delay-mobile="4"].firstload-mobile,
  [data-aladdin-delay-mobile="4"].firstload {
    -webkit-animation-delay: 1080ms;
            animation-delay: 1080ms; }
  [data-aladdin-delay-mobile="5"].firstload-mobile,
  [data-aladdin-delay-mobile="5"].firstload {
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms; }
  [data-aladdin-delay-mobile="6"].firstload-mobile,
  [data-aladdin-delay-mobile="6"].firstload {
    -webkit-animation-delay: 1120ms;
            animation-delay: 1120ms; }
  [data-aladdin-delay-mobile="7"].firstload-mobile,
  [data-aladdin-delay-mobile="7"].firstload {
    -webkit-animation-delay: 1140ms;
            animation-delay: 1140ms; }
  [data-aladdin-delay-mobile="8"].firstload-mobile,
  [data-aladdin-delay-mobile="8"].firstload {
    -webkit-animation-delay: 1160ms;
            animation-delay: 1160ms; }
  [data-aladdin-delay-mobile="9"].firstload-mobile,
  [data-aladdin-delay-mobile="9"].firstload {
    -webkit-animation-delay: 1180ms;
            animation-delay: 1180ms; }
  [data-aladdin-delay-mobile="10"].firstload-mobile,
  [data-aladdin-delay-mobile="10"].firstload {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms; }
  [data-aladdin-delay-mobile="11"].firstload-mobile,
  [data-aladdin-delay-mobile="11"].firstload {
    -webkit-animation-delay: 1220ms;
            animation-delay: 1220ms; }
  [data-aladdin-delay-mobile="12"].firstload-mobile,
  [data-aladdin-delay-mobile="12"].firstload {
    -webkit-animation-delay: 1240ms;
            animation-delay: 1240ms; }
  [data-aladdin-delay-mobile="13"].firstload-mobile,
  [data-aladdin-delay-mobile="13"].firstload {
    -webkit-animation-delay: 1260ms;
            animation-delay: 1260ms; }
  [data-aladdin-delay-mobile="14"].firstload-mobile,
  [data-aladdin-delay-mobile="14"].firstload {
    -webkit-animation-delay: 1280ms;
            animation-delay: 1280ms; }
  [data-aladdin-delay-mobile="15"].firstload-mobile,
  [data-aladdin-delay-mobile="15"].firstload {
    -webkit-animation-delay: 1300ms;
            animation-delay: 1300ms; }
  [data-aladdin-delay-mobile="16"].firstload-mobile,
  [data-aladdin-delay-mobile="16"].firstload {
    -webkit-animation-delay: 1320ms;
            animation-delay: 1320ms; }
  [data-aladdin-delay-mobile="17"].firstload-mobile,
  [data-aladdin-delay-mobile="17"].firstload {
    -webkit-animation-delay: 1340ms;
            animation-delay: 1340ms; }
  [data-aladdin-delay-mobile="18"].firstload-mobile,
  [data-aladdin-delay-mobile="18"].firstload {
    -webkit-animation-delay: 1360ms;
            animation-delay: 1360ms; }
  [data-aladdin-delay-mobile="19"].firstload-mobile,
  [data-aladdin-delay-mobile="19"].firstload {
    -webkit-animation-delay: 1380ms;
            animation-delay: 1380ms; }
  [data-aladdin-delay-mobile="20"].firstload-mobile,
  [data-aladdin-delay-mobile="20"].firstload {
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms; }
  [data-aladdin-delay-mobile="21"].firstload-mobile,
  [data-aladdin-delay-mobile="21"].firstload {
    -webkit-animation-delay: 1420ms;
            animation-delay: 1420ms; }
  [data-aladdin-delay-mobile="22"].firstload-mobile,
  [data-aladdin-delay-mobile="22"].firstload {
    -webkit-animation-delay: 1440ms;
            animation-delay: 1440ms; }
  [data-aladdin-delay-mobile="23"].firstload-mobile,
  [data-aladdin-delay-mobile="23"].firstload {
    -webkit-animation-delay: 1460ms;
            animation-delay: 1460ms; }
  [data-aladdin-delay-mobile="24"].firstload-mobile,
  [data-aladdin-delay-mobile="24"].firstload {
    -webkit-animation-delay: 1480ms;
            animation-delay: 1480ms; }
  [data-aladdin-delay-mobile="25"].firstload-mobile,
  [data-aladdin-delay-mobile="25"].firstload {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms; }
  [data-aladdin-delay-mobile="26"].firstload-mobile,
  [data-aladdin-delay-mobile="26"].firstload {
    -webkit-animation-delay: 1520ms;
            animation-delay: 1520ms; }
  [data-aladdin-delay-mobile="27"].firstload-mobile,
  [data-aladdin-delay-mobile="27"].firstload {
    -webkit-animation-delay: 1540ms;
            animation-delay: 1540ms; }
  [data-aladdin-delay-mobile="28"].firstload-mobile,
  [data-aladdin-delay-mobile="28"].firstload {
    -webkit-animation-delay: 1560ms;
            animation-delay: 1560ms; }
  [data-aladdin-delay-mobile="29"].firstload-mobile,
  [data-aladdin-delay-mobile="29"].firstload {
    -webkit-animation-delay: 1580ms;
            animation-delay: 1580ms; }
  [data-aladdin-delay-mobile="30"].firstload-mobile,
  [data-aladdin-delay-mobile="30"].firstload {
    -webkit-animation-delay: 1600ms;
            animation-delay: 1600ms; } }

@media (min-width: 768px) {
  [data-cascade-delay="0"] {
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms; }
  [data-cascade-delay="1"] {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms; }
  [data-cascade-delay="2"] {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
  [data-cascade-delay="3"] {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }
  [data-cascade-delay="4"] {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms; }
  [data-cascade-delay="5"] {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms; }
  [data-cascade-delay="6"] {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms; }
  [data-cascade-delay="7"] {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms; }
  [data-cascade-delay="8"] {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms; }
  [data-cascade-delay="9"] {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms; }
  [data-cascade-delay="10"] {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms; }
  [data-cascade-delay="11"] {
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms; }
  [data-cascade-delay="12"] {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms; }
  [data-cascade-delay="13"] {
    -webkit-animation-delay: 1300ms;
            animation-delay: 1300ms; }
  [data-cascade-delay="14"] {
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms; }
  [data-cascade-delay="15"] {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms; }
  [data-cascade-delay="16"] {
    -webkit-animation-delay: 1600ms;
            animation-delay: 1600ms; }
  [data-cascade-delay="17"] {
    -webkit-animation-delay: 1700ms;
            animation-delay: 1700ms; }
  [data-cascade-delay="18"] {
    -webkit-animation-delay: 1800ms;
            animation-delay: 1800ms; }
  [data-cascade-delay="19"] {
    -webkit-animation-delay: 1900ms;
            animation-delay: 1900ms; }
  [data-cascade-delay="20"] {
    -webkit-animation-delay: 2000ms;
            animation-delay: 2000ms; }
  [data-cascade-delay="21"] {
    -webkit-animation-delay: 2100ms;
            animation-delay: 2100ms; }
  [data-cascade-delay="22"] {
    -webkit-animation-delay: 2200ms;
            animation-delay: 2200ms; }
  [data-cascade-delay="23"] {
    -webkit-animation-delay: 2300ms;
            animation-delay: 2300ms; }
  [data-cascade-delay="0"].firstload-desk,
  [data-cascade-delay="0"].firstload {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms; }
  [data-cascade-delay="1"].firstload-desk,
  [data-cascade-delay="1"].firstload {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms; }
  [data-cascade-delay="2"].firstload-desk,
  [data-cascade-delay="2"].firstload {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms; }
  [data-cascade-delay="3"].firstload-desk,
  [data-cascade-delay="3"].firstload {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms; }
  [data-cascade-delay="4"].firstload-desk,
  [data-cascade-delay="4"].firstload {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms; }
  [data-cascade-delay="5"].firstload-desk,
  [data-cascade-delay="5"].firstload {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms; }
  [data-cascade-delay="6"].firstload-desk,
  [data-cascade-delay="6"].firstload {
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms; }
  [data-cascade-delay="7"].firstload-desk,
  [data-cascade-delay="7"].firstload {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms; }
  [data-cascade-delay="8"].firstload-desk,
  [data-cascade-delay="8"].firstload {
    -webkit-animation-delay: 1300ms;
            animation-delay: 1300ms; }
  [data-cascade-delay="9"].firstload-desk,
  [data-cascade-delay="9"].firstload {
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms; }
  [data-cascade-delay="10"].firstload-desk,
  [data-cascade-delay="10"].firstload {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms; }
  [data-cascade-delay="11"].firstload-desk,
  [data-cascade-delay="11"].firstload {
    -webkit-animation-delay: 1600ms;
            animation-delay: 1600ms; }
  [data-cascade-delay="12"].firstload-desk,
  [data-cascade-delay="12"].firstload {
    -webkit-animation-delay: 1700ms;
            animation-delay: 1700ms; }
  [data-cascade-delay="13"].firstload-desk,
  [data-cascade-delay="13"].firstload {
    -webkit-animation-delay: 1800ms;
            animation-delay: 1800ms; }
  [data-cascade-delay="14"].firstload-desk,
  [data-cascade-delay="14"].firstload {
    -webkit-animation-delay: 1900ms;
            animation-delay: 1900ms; }
  [data-cascade-delay="15"].firstload-desk,
  [data-cascade-delay="15"].firstload {
    -webkit-animation-delay: 2000ms;
            animation-delay: 2000ms; }
  [data-cascade-delay="16"].firstload-desk,
  [data-cascade-delay="16"].firstload {
    -webkit-animation-delay: 2100ms;
            animation-delay: 2100ms; }
  [data-cascade-delay="17"].firstload-desk,
  [data-cascade-delay="17"].firstload {
    -webkit-animation-delay: 2200ms;
            animation-delay: 2200ms; }
  [data-cascade-delay="18"].firstload-desk,
  [data-cascade-delay="18"].firstload {
    -webkit-animation-delay: 2300ms;
            animation-delay: 2300ms; }
  [data-cascade-delay="19"].firstload-desk,
  [data-cascade-delay="19"].firstload {
    -webkit-animation-delay: 2400ms;
            animation-delay: 2400ms; }
  [data-cascade-delay="20"].firstload-desk,
  [data-cascade-delay="20"].firstload {
    -webkit-animation-delay: 2500ms;
            animation-delay: 2500ms; }
  [data-cascade-delay="21"].firstload-desk,
  [data-cascade-delay="21"].firstload {
    -webkit-animation-delay: 2600ms;
            animation-delay: 2600ms; }
  [data-cascade-delay="22"].firstload-desk,
  [data-cascade-delay="22"].firstload {
    -webkit-animation-delay: 2700ms;
            animation-delay: 2700ms; }
  [data-cascade-delay="23"].firstload-desk,
  [data-cascade-delay="23"].firstload {
    -webkit-animation-delay: 2800ms;
            animation-delay: 2800ms; }
  [data-aladdin-delay="0"] {
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms; }
  [data-aladdin-delay="1"] {
    -webkit-animation-delay: 20ms;
            animation-delay: 20ms; }
  [data-aladdin-delay="2"] {
    -webkit-animation-delay: 40ms;
            animation-delay: 40ms; }
  [data-aladdin-delay="3"] {
    -webkit-animation-delay: 60ms;
            animation-delay: 60ms; }
  [data-aladdin-delay="4"] {
    -webkit-animation-delay: 80ms;
            animation-delay: 80ms; }
  [data-aladdin-delay="5"] {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms; }
  [data-aladdin-delay="6"] {
    -webkit-animation-delay: 120ms;
            animation-delay: 120ms; }
  [data-aladdin-delay="7"] {
    -webkit-animation-delay: 140ms;
            animation-delay: 140ms; }
  [data-aladdin-delay="8"] {
    -webkit-animation-delay: 160ms;
            animation-delay: 160ms; }
  [data-aladdin-delay="9"] {
    -webkit-animation-delay: 180ms;
            animation-delay: 180ms; }
  [data-aladdin-delay="10"] {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
  [data-aladdin-delay="11"] {
    -webkit-animation-delay: 220ms;
            animation-delay: 220ms; }
  [data-aladdin-delay="12"] {
    -webkit-animation-delay: 240ms;
            animation-delay: 240ms; }
  [data-aladdin-delay="13"] {
    -webkit-animation-delay: 260ms;
            animation-delay: 260ms; }
  [data-aladdin-delay="14"] {
    -webkit-animation-delay: 280ms;
            animation-delay: 280ms; }
  [data-aladdin-delay="15"] {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }
  [data-aladdin-delay="16"] {
    -webkit-animation-delay: 320ms;
            animation-delay: 320ms; }
  [data-aladdin-delay="17"] {
    -webkit-animation-delay: 340ms;
            animation-delay: 340ms; }
  [data-aladdin-delay="18"] {
    -webkit-animation-delay: 360ms;
            animation-delay: 360ms; }
  [data-aladdin-delay="19"] {
    -webkit-animation-delay: 380ms;
            animation-delay: 380ms; }
  [data-aladdin-delay="20"] {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms; }
  [data-aladdin-delay="21"] {
    -webkit-animation-delay: 420ms;
            animation-delay: 420ms; }
  [data-aladdin-delay="22"] {
    -webkit-animation-delay: 440ms;
            animation-delay: 440ms; }
  [data-aladdin-delay="23"] {
    -webkit-animation-delay: 460ms;
            animation-delay: 460ms; }
  [data-aladdin-delay="0"].firstload-desk,
  [data-aladdin-delay="0"].firstload {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms; }
  [data-aladdin-delay="1"].firstload-desk,
  [data-aladdin-delay="1"].firstload {
    -webkit-animation-delay: 720ms;
            animation-delay: 720ms; }
  [data-aladdin-delay="2"].firstload-desk,
  [data-aladdin-delay="2"].firstload {
    -webkit-animation-delay: 740ms;
            animation-delay: 740ms; }
  [data-aladdin-delay="3"].firstload-desk,
  [data-aladdin-delay="3"].firstload {
    -webkit-animation-delay: 760ms;
            animation-delay: 760ms; }
  [data-aladdin-delay="4"].firstload-desk,
  [data-aladdin-delay="4"].firstload {
    -webkit-animation-delay: 780ms;
            animation-delay: 780ms; }
  [data-aladdin-delay="5"].firstload-desk,
  [data-aladdin-delay="5"].firstload {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms; }
  [data-aladdin-delay="6"].firstload-desk,
  [data-aladdin-delay="6"].firstload {
    -webkit-animation-delay: 820ms;
            animation-delay: 820ms; }
  [data-aladdin-delay="7"].firstload-desk,
  [data-aladdin-delay="7"].firstload {
    -webkit-animation-delay: 840ms;
            animation-delay: 840ms; }
  [data-aladdin-delay="8"].firstload-desk,
  [data-aladdin-delay="8"].firstload {
    -webkit-animation-delay: 860ms;
            animation-delay: 860ms; }
  [data-aladdin-delay="9"].firstload-desk,
  [data-aladdin-delay="9"].firstload {
    -webkit-animation-delay: 880ms;
            animation-delay: 880ms; }
  [data-aladdin-delay="10"].firstload-desk,
  [data-aladdin-delay="10"].firstload {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms; }
  [data-aladdin-delay="11"].firstload-desk,
  [data-aladdin-delay="11"].firstload {
    -webkit-animation-delay: 920ms;
            animation-delay: 920ms; }
  [data-aladdin-delay="12"].firstload-desk,
  [data-aladdin-delay="12"].firstload {
    -webkit-animation-delay: 940ms;
            animation-delay: 940ms; }
  [data-aladdin-delay="13"].firstload-desk,
  [data-aladdin-delay="13"].firstload {
    -webkit-animation-delay: 960ms;
            animation-delay: 960ms; }
  [data-aladdin-delay="14"].firstload-desk,
  [data-aladdin-delay="14"].firstload {
    -webkit-animation-delay: 980ms;
            animation-delay: 980ms; }
  [data-aladdin-delay="15"].firstload-desk,
  [data-aladdin-delay="15"].firstload {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms; }
  [data-aladdin-delay="16"].firstload-desk,
  [data-aladdin-delay="16"].firstload {
    -webkit-animation-delay: 1020ms;
            animation-delay: 1020ms; }
  [data-aladdin-delay="17"].firstload-desk,
  [data-aladdin-delay="17"].firstload {
    -webkit-animation-delay: 1040ms;
            animation-delay: 1040ms; }
  [data-aladdin-delay="18"].firstload-desk,
  [data-aladdin-delay="18"].firstload {
    -webkit-animation-delay: 1060ms;
            animation-delay: 1060ms; }
  [data-aladdin-delay="19"].firstload-desk,
  [data-aladdin-delay="19"].firstload {
    -webkit-animation-delay: 1080ms;
            animation-delay: 1080ms; }
  [data-aladdin-delay="20"].firstload-desk,
  [data-aladdin-delay="20"].firstload {
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms; }
  [data-aladdin-delay="21"].firstload-desk,
  [data-aladdin-delay="21"].firstload {
    -webkit-animation-delay: 1120ms;
            animation-delay: 1120ms; }
  [data-aladdin-delay="22"].firstload-desk,
  [data-aladdin-delay="22"].firstload {
    -webkit-animation-delay: 1140ms;
            animation-delay: 1140ms; }
  [data-aladdin-delay="23"].firstload-desk,
  [data-aladdin-delay="23"].firstload {
    -webkit-animation-delay: 1160ms;
            animation-delay: 1160ms; }
  [data-aladdin-delay="24"].firstload-desk,
  [data-aladdin-delay="24"].firstload {
    -webkit-animation-delay: 1180ms;
            animation-delay: 1180ms; }
  [data-aladdin-delay="25"].firstload-desk,
  [data-aladdin-delay="25"].firstload {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms; }
  [data-aladdin-delay="26"].firstload-desk,
  [data-aladdin-delay="26"].firstload {
    -webkit-animation-delay: 1220ms;
            animation-delay: 1220ms; }
  [data-aladdin-delay="27"].firstload-desk,
  [data-aladdin-delay="27"].firstload {
    -webkit-animation-delay: 1240ms;
            animation-delay: 1240ms; }
  [data-aladdin-delay="28"].firstload-desk,
  [data-aladdin-delay="28"].firstload {
    -webkit-animation-delay: 1260ms;
            animation-delay: 1260ms; }
  [data-aladdin-delay="29"].firstload-desk,
  [data-aladdin-delay="29"].firstload {
    -webkit-animation-delay: 1280ms;
            animation-delay: 1280ms; }
  [data-aladdin-delay="30"].firstload-desk,
  [data-aladdin-delay="30"].firstload {
    -webkit-animation-delay: 1300ms;
            animation-delay: 1300ms; } }

/*
.read__more__link {
  color:$dark-forest-green;
  text-transform:uppercase;
  @include h6();
}
*/
.post_author_link {
  color: #000;
  font-weight: 600; }

.highlight {
  color: #068273; }

.blog-pagination {
  width: 100%; }
  .blog-pagination .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    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%; }

.posted__on {
  display: block;
  margin-top: 30px;
  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";
  margin-bottom: 10px; }
  .posted__on .updated {
    display: none; }

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

.pagination {
  margin-top: 2rem;
  padding: 0;
  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%;
  list-style: none; }
  .pagination li {
    width: 20px;
    padding: 0;
    margin: 0 3px;
    text-align: center; }
    .pagination li.active {
      border: 1px #55706c solid; }

.journal article {
  margin-top: 40px;
  max-width: 100%;
  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; }
  .journal article .mbrt-cascade {
    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; }
    @media (min-width: 1024px) {
      .journal article .mbrt-cascade {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
  .journal article .post__image {
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
    .journal article .post__image img {
      height: 181px;
      -o-object-fit: cover;
         object-fit: cover; }
  .journal article .post__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%; }
    .journal article .post__content .posted__on {
      margin-top: 0px;
      font-family: "bebas_neue_probold"; }
  .journal article .entry__title {
    word-break: break-word; }
  .journal article .post__content__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: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
    padding-bottom: 0;
    height: 100%; }
    @media (min-width: 1024px) {
      .journal article .post__content__inner {
        padding-top: 45px;
        padding-bottom: 30px; } }
    .journal article .post__content__inner .read-more {
      font-size: 20px;
      text-transform: uppercase;
      color: #00140f;
      font-family: "bebas_neue_probold"; }

@media (min-width: 1024px) {
  h2.entry__title {
    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 (min-width: 1024px) and (max-width: 1023px) {
    h2.entry__title {
      font-size: 48px; } }

@media (min-width: 1024px) {
  .journal {
    padding: 0 0; }
    .journal article {
      margin-top: 100px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .journal article:nth-child(odd) .post__image {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      .journal article:nth-child(odd) .post__content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-left: 30px;
        padding-right: 0; }
      .journal article:nth-child(odd) .post__content__inner h2, .journal article:nth-child(odd) .post__content__inner p {
        text-align: left; }
      .journal article .post__image {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        max-width: 56.2037%;
        width: 56.2037%; }
        .journal article .post__image img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .journal article .post__content {
        width: 43.7963%;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        max-width: 43.7963%;
        padding-right: 30px;
        padding-left: 0; } }

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

.author__subtext {
  text-transform: uppercase;
  margin-bottom: 20px; }

@media (max-width: 1023px) {
  .author__div .h5__upper.padded {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 1023px) {
  .cat__container {
    margin-top: 50px !important; } }

@media (min-width: 1024px) {
  .cat__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.cat__container .link {
  padding: 4px 12px;
  color: #00140f; }
  .cat__container .link.active {
    color: #058273; }
  @media (max-width: 1023px) {
    .cat__container .link {
      padding: 6px;
      display: inline-block; } }

.grow__post .entry__header .posted__on {
  visibility: hidden; }

@media (max-width: 1023px) {
  .single__post__grow .entry__content {
    padding-right: 5px;
    padding-left: 5px; } }

@media (min-width: 1024px) {
  .grow_inline_menu_cont {
    display: none; } }

.grow_inline_menu {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 4px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.growguide #main {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (min-width: 1024px) {
    .growguide #main {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-top: 30px; } }

.growguide #secondary {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0; }
  @media (min-width: 1024px) {
    .growguide #secondary {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.growguide .menu {
  list-style-type: none;
  /* Remove the default list styling */
  padding: 0 !important;
  margin: 0 !important; }

.growguide .menu-item {
  padding: 3px 0 6px 0;
  border-bottom: 1px #bdc1bd solid;
  margin-bottom: 6px; }
  .growguide .menu-item a {
    display: block;
    color: #00140f;
    line-height: 1.2; }
    .growguide .menu-item a:hover {
      color: #068273; }
  .growguide .menu-item.current-menu-item a {
    color: #068273;
    border-left: 3px #068273 solid;
    padding-left: 6px; }

.growguide .widget-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 12px; }

.growguide aside {
  padding: 30px 15px 0 15px;
  margin: 0; }
  @media (min-width: 1024px) {
    .growguide aside {
      padding: 0 20px 30px 0px; } }

.journal.growguide aside {
  padding: 30px 0 0 0; }

@media (max-width: 1023px) {
  .journal.growguide #main {
    padding-left: 0;
    padding-right: 0; } }

.journal-single .growguide .entry-footer {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0; }

.journal.growguide h2.entry__title {
  font-size: 24px; }

.journal.growguide .entry__title {
  margin-bottom: unset; }

.journal.growguide .post__content__inner .read-more {
  font-size: 18px; }

@media (min-width: 1024px) {
  .journal.growguide .taxonomy-description {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; }
  .journal.growguide .mbrt-cascade {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row; }
  .journal.growguide article {
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 20px; }
    .journal.growguide article:nth-child(odd) .post__image, .journal.growguide article:nth-child(even) .post__image {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
    .journal.growguide article:nth-child(odd) .post__content, .journal.growguide article:nth-child(even) .post__content {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-left: 30px;
      padding-right: 0; }
    .journal.growguide article .post__content {
      width: calc(100% - 150px);
      max-width: unset; }
    .journal.growguide article .post__content__inner {
      padding-top: 0; }
    .journal.growguide article .post__image {
      max-width: unset;
      width: 170px; }
      .journal.growguide article .post__image img {
        width: 150px;
        height: auto; }
      .journal.growguide article .post__image a {
        margin-left: 0 !important; } }

.loaded .entry__meta {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition-delay: 0.35s;
       -o-transition-delay: 0.35s;
          transition-delay: 0.35s; }

.loaded .entry__title {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition-delay: 0.55s;
       -o-transition-delay: 0.55s;
          transition-delay: 0.55s; }

.loaded .description__white {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition-delay: 0.65s;
       -o-transition-delay: 0.65s;
          transition-delay: 0.65s; }

.loaded .buttons {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s; }

.entry__title, .entry__meta, .description__white, .buttons {
  margin-bottom: 20px;
  -webkit-transform: translateY(30px) rotate(-2deg);
      -ms-transform: translateY(30px) rotate(-2deg);
          transform: translateY(30px) rotate(-2deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  opacity: 0;
  -webkit-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1); }

.journal-single h1, .journal-single h2, .journal-single h3, .journal-single h4, .journal-single h5, .journal-single .h5__upper, .journal-single h6 {
  font-family: "bebas_neue_probold";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1; }

.journal-single h1 {
  font-size: 34px; }

.journal-single h2 {
  font-size: 30px; }

.journal-single h3 {
  font-size: 26px; }

.journal-single h4 {
  font-size: 24px; }

.journal-single h5, .journal-single .h5__upper {
  font-size: 18px; }

.journal-single h6 {
  font-size: 16px; }

.journal-single img {
  margin-bottom: 1rem; }

.journal-single .wp-caption-text {
  font-size: 12px;
  text-align: left;
  color: #55706c;
  margin: 4px; }

.journal-single .footer-links {
  font-weight: bold;
  padding-right: 10px; }

.journal-single .entry-footer {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
  font-size: 0.9rem; }
  @media (max-width: 1023px) {
    .journal-single .entry-footer {
      padding: 20px; }
      .journal-single .entry-footer section {
        padding: 0; } }
  .journal-single .entry-footer a {
    color: #068273; }

.journal-single .posted__on {
  margin-top: 20px; }

.journal-single .entry__content p, .journal-single .entry__content ol, .journal-single .entry__content ul {
  color: #55706c;
  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; }

.journal-single .entry__content ol, .journal-single .entry__content ul {
  padding: 0 20px 5px 25px; }

.single__post__main {
  width: 100%;
  max-width: 570px;
  margin: auto; }
  .single__post__main .entry__content a, .single__post__main .entry__content a:hover {
    text-decoration: underline; }

.nav__next:hover span,
.nav__previous:hover span {
  color: #068273; }

.nav__next a, .nav__next span,
.nav__previous a,
.nav__previous span {
  display: block; }

.nav__post {
  font-family: "bebas_neue_probold";
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #00140f;
  max-width: 250px;
  line-height: 0.9; }

.nav__title {
  font-family: "bebas_neue_proregular";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #00140f;
  margin-bottom: 10px; }

.share-button-wrapper {
  margin-top: 50px; }
  .share-button-wrapper .share-button,
  .share-button-wrapper .share-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;
    font-family: "bebas_neue_proregular";
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 20px; }

.dic-nav-links {
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) {
    .dic-nav-links {
      margin-bottom: 100px; } }
  @media (max-width: 1023px) {
    .dic-nav-links {
      padding: 20px; }
      .journal-single .dic-nav-links {
        padding: 0; } }
  .dic-nav-links .nav__image {
    margin-bottom: 10px; }
  .dic-nav-links .wp-post-image {
    margin-bottom: 0; }
  .dic-nav-links .nav__text {
    color: #00140f; }
  .dic-nav-links .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .dic-nav-links .nav__previous,
  .dic-nav-links .nav__next {
    width: 100%;
    padding: 15px;
    text-align: left; }
    @media (min-width: 1024px) {
      .dic-nav-links .nav__previous,
      .dic-nav-links .nav__next {
        width: 50%; } }
  .dic-nav-links .nav__post {
    font-size: 28px; }

@media (min-width: 1441px) {
  .page-template-about .hero.mobile .entry__header {
    left: 0;
    max-width: 37%; }
  .page-template-about .hero.mobile .header__image {
    margin-left: 180px;
    max-width: 86vw;
    width: 100%;
    margin-right: 60px;
    height: auto; }
    .page-template-about .hero.mobile .header__image img {
      width: 100%; } }

#about {
  position: relative;
  overflow: hidden; }
  @media (max-width: 1023px) {
    #about .about h2, #about .about p {
      text-align: center; } }
  #about .background__headline {
    width: 110vw;
    left: -2vw; }
  #about h2 {
    text-transform: uppercase;
    color: #00140f;
    margin-bottom: 1rem; }
  #about .about-product {
    margin-top: 100px;
    position: relative; }
    #about .about-product h2 {
      display: block; }

.flagstores .swiper-slide {
  height: auto; }

.flagstores .inner {
  position: relative; }
  .flagstores .inner img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 1023px) {
      .flagstores .inner img {
        height: 330px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .flagstores .inner img {
        height: 400px; } }
    @media (min-width: 1024px) {
      .flagstores .inner img {
        height: 400px; } }
    @media (min-width: 1441px) {
      .flagstores .inner img {
        height: 500px; } }
    @media (min-width: 1681px) {
      .flagstores .inner img {
        height: 600px; } }
    @media (min-width: 1920px) {
      .flagstores .inner img {
        height: 700px; } }
  .flagstores .inner picture {
    width: 100%; }

.flagstores .gallery-thumbs {
  position: absolute;
  top: 20px;
  z-index: 12;
  color: white;
  margin: 0;
  display: block;
  width: 100%; }
  @media (min-width: 1024px) {
    .flagstores .gallery-thumbs .swiper-wrapper {
      margin-left: 12.5%;
      margin-right: 12.5%;
      width: 75%; } }
  .flagstores .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1; }
  .flagstores .gallery-thumbs .swiper-slide {
    font-size: 20px;
    font-family: "bebas_neue_probold";
    opacity: 0.5;
    width: 33.3333%;
    cursor: pointer; }

.flagstores .swiper-pagination-fraction {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fcfbf7;
  color: #fcfbf7;
  left: unset;
  right: 180px;
  font-size: 20px; }
  @media (max-width: 1023px) {
    .flagstores .swiper-pagination-fraction {
      right: 40px;
      left: auto;
      top: 25%; } }

.flagstores .swiper-pagination {
  position: absolute;
  right: 20px;
  top: 25%; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .flagstores .swiper-pagination {
      top: 50%;
      -webkit-transform: translateY(-130%);
          -ms-transform: translateY(-130%);
              transform: translateY(-130%); } }
  @media (min-width: 1024px) {
    .flagstores .swiper-pagination {
      top: 50%;
      -webkit-transform: translateY(-130%);
          -ms-transform: translateY(-130%);
              transform: translateY(-130%); } }

@media only screen and (max-width: 1023px) {
  .flagstores .gallery-thumbs {
    position: relative;
    top: 0;
    margin: 0 20px; }
    .flagstores .gallery-thumbs .swiper-slide {
      text-align: center; }
    .flagstores .gallery-thumbs .swiper-slide:first-child {
      text-align: left; }
    .flagstores .gallery-thumbs .swiper-slide:last-child {
      text-align: right; }
  .flagstores .gallery-thumbs .swiper-slide {
    color: #00140f;
    line-height: 1; } }

.flagstores .swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  max-width: 100%;
  width: 100%; }

.flagstores .gallery-thumbs .swiper-slide {
  height: 50px;
  text-align: center; }

.gallery-top .swiper-slide h3, .gallery-top .swiper-slide h4, .gallery-top .swiper-slide p, .gallery-top .swiper-slide .button {
  position: relative;
  opacity: 0;
  bottom: -20px;
  -webkit-transition: all 0.5s cubic-bezier(0.35, 1.63, 0.68, 1.63);
  -o-transition: all 0.5s cubic-bezier(0.35, 1.63, 0.68, 1.63);
  transition: all 0.5s cubic-bezier(0.35, 1.63, 0.68, 1.63); }

@media (max-width: 1023px) {
  .gallery-top .swiper-slide .button {
    width: 100%; } }

.gallery-top .swiper-slide.swiper-slide-active h3, .gallery-top .swiper-slide.swiper-slide-active h4, .gallery-top .swiper-slide.swiper-slide-active p, .gallery-top .swiper-slide.swiper-slide-active .button {
  opacity: 1;
  bottom: 0; }

.inner-flagstore-info {
  padding-top: 20px;
  padding-bottom: 20px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #068273;
  padding-left: 12.5%;
  padding-right: 8%;
  color: #fcfbf7; }
  @media (max-width: 1023px) {
    .inner-flagstore-info {
      padding: 20px 35px; }
      .inner-flagstore-info h4 {
        font-size: 14px; }
      .inner-flagstore-info h3 {
        font-size: 34px; }
      .inner-flagstore-info .button {
        width: 100%; } }
  .inner-flagstore-info h4 {
    font-size: 20px;
    line-height: 0.9;
    font-family: "bebas_neue_proregular"; }
  .inner-flagstore-info h3 {
    font-size: 48px;
    font-family: "bebas_neue_probold"; }
  .inner-flagstore-info p {
    margin-bottom: 16px; }

.inner-flagstore-info p {
  color: #fcfbf7; }

.inner-flagstore-info .button {
  color: #fcfbf7;
  border: 1px solid #fcfbf7; }

.map-image img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.75;
  width: 100%; }

.page-template-franchise .hero.mobile .goto_form {
  width: auto;
  display: inline-block; }
  @media (max-width: 1023px) {
    .page-template-franchise .hero.mobile .goto_form {
      padding-left: 8px;
      padding-right: 8px;
      min-width: 250px;
      color: #00140f;
      background-color: #fcfbf7; } }

@media (min-width: 1441px) {
  .page-template-franchise .hero.mobile .entry__header {
    left: 0;
    max-width: 37%; }
  .page-template-franchise .hero.mobile .header__image {
    margin-bottom: -200px;
    margin-left: 180px;
    max-width: 86vw;
    width: 100%;
    margin-right: 60px;
    height: auto; }
    .page-template-franchise .hero.mobile .header__image img {
      width: 100%;
      height: auto; } }

.divider {
  width: 100%;
  max-width: 160px;
  height: 2px;
  background: #068273;
  margin: 20px auto; }

.auto_checklist ul {
  list-style: none;
  padding-left: 16px; }
  .auto_checklist ul li {
    position: relative;
    margin-bottom: 10px; }
    .auto_checklist ul li:before {
      content: '✓';
      color: #068273;
      position: absolute;
      top: 0;
      left: -16px;
      font-weight: bold; }

#franchise {
  position: relative;
  overflow: hidden; }
  @media (max-width: 1023px) {
    #franchise .about h2, #franchise .about p {
      text-align: left; } }
  #franchise .background__headline {
    width: 110vw;
    left: -2vw; }
  #franchise h1 {
    text-align: center;
    color: #068273; }
    @media (min-width: 1024px) {
      #franchise 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; } }
  #franchise 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; }
  #franchise h2, #franchise h4 {
    text-transform: uppercase;
    color: #00140f;
    margin-bottom: 1rem; }
  #franchise .intro_text {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #058273; }
  #franchise .text-white {
    color: #fcfbf7 !important; }
  #franchise #outro_container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    #franchise #outro_container .row_text p, #franchise #outro_container .row_text a, #franchise #outro_container .row_text li {
      color: #fcfbf7 !important; }

@media (max-width: 1023px) {
  .page-template-stores .h1__headline-white {
    font-size: 48px; } }

.store__loop .mid_row {
  overflow: visible; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .store__loop .mid_row {
      max-height: 138px; } }
  @media (min-width: 1024px) {
    .store__loop .mid_row {
      max-height: 138px; } }

.store__loop .header__pic_cont {
  height: 240px;
  overflow: hidden; }

.store__loop .header__image_pic {
  max-width: unset;
  width: auto;
  height: 100%;
  position: relative;
  left: -30%;
  display: block; }

.single-store .row_text h1, .single-store .row_text h2, .single-store .row_text h3, .single-store .row_text h4, .single-store .row_text h5, .single-store .row_text .h5__upper {
  text-transform: uppercase; }

.single-store .acf-map {
  width: 100%;
  min-height: 300px;
  height: 60vh;
  border-top: #eee solid 1px;
  border-bottom: #eee solid 1px;
  margin: 20px 0; }
  @media (min-width: 1024px) {
    .single-store .acf-map {
      min-height: 450px; } }
  .single-store .acf-map img {
    max-width: inherit !important; }

.single-store #sb_instagram .insta__post {
  height: 200px;
  min-width: 200px;
  max-width: 200px;
  overflow: hidden;
  border-radius: 50%;
  outline: 8px #058273 solid;
  border: 4px solid #FCFBF7;
  margin: 16px; }
  @media (max-width: 1023px) {
    .single-store #sb_instagram .insta__post {
      width: 158px !important;
      height: 158px !important;
      min-width: 158px;
      max-width: 158px;
      height: 158px; } }
  .single-store #sb_instagram .insta__post .sbi_photo img {
    width: auto;
    height: auto; }
    @media (max-width: 1023px) {
      .single-store #sb_instagram .insta__post .sbi_photo img {
        min-height: 200px; } }

.back-btn {
  width: 100%;
  text-align: left;
  padding-right: 66px;
  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;
  color: #00140f;
  border-bottom: 1px solid #00140f;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 14px;
  width: 150px;
  border: 0;
  padding-left: 80px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1; }
  .back-btn:after {
    content: "";
    background-image: url(../src/icons/Arrow_Dark.svg);
    background-size: 60px;
    width: 60px;
    height: 20px;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    top: 3px; }
  @media (max-width: 1023px) {
    .back-btn {
      width: 100%;
      text-align: right;
      display: block;
      margin-left: 20px;
      margin-right: 0;
      padding-right: 20px; } }
  .back-btn:after {
    right: unset;
    left: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: -5px; }

.priceQ {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  font-style: italic;
  color: #068273; }

.pf_ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0; }
  .pf_ul .pf_li {
    padding: 2px 10px 2px 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    position: relative;
    padding-left: 20px; }
    .pf_ul .pf_li:before {
      position: absolute;
      left: 0;
      top: 8px;
      content: "";
      width: 16px;
      height: 10px;
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(https://www.tomhemps.com/wp-content/themes/tomhemps/src/icons/Chevron_Green.svg); }
    @media (min-width: 1024px) {
      .pf_ul .pf_li {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .pf_ul.pf_prod .pf_li:before {
    background-image: url(https://www.tomhemps.com/wp-content/themes/tomhemps/src/icons/Chevron_Green2.svg); }

.pill-head .button {
  width: auto;
  height: auto;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem 0.5rem 0; }

.pill-body .collapse,
.pill-body .collapsing {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  height: auto !important; }

@media (min-width: 1024px) {
  .back-btn-section {
    display: none; } }

@media (max-width: 1023px) {
  .back-btn-section .back-btn {
    margin-left: auto;
    margin-right: 0;
    padding-right: 0; } }

@media (max-width: 1023px) {
  #wooswipe .thumbnails {
    margin-bottom: 20px;
    height: auto; }
  .single-product .category-block .button {
    width: 100%; } }

.shipping-info-lux {
  color: #058273;
  font-weight: bold; }

.single-product .category-block h2, .single-product .category-block h3, .single-product .category-block h4 {
  color: #00140f; }
  .single-product .category-block h2 a, .single-product .category-block h3 a, .single-product .category-block h4 a {
    color: #00140f; }

@media only screen and (min-width: 1220px) and (max-width: 1430px) {
  #wooswipe .thumbnails {
    margin-left: 0; } }

.slick-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slick-track,
.slick-list {
  -webkit-perspective: 2000;
          perspective: 2000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 50ms;
       -o-transition-delay: 50ms;
          transition-delay: 50ms; }

#wooswipe {
  width: 100vw;
  width: calc(100vw - 30px);
  padding-bottom: 0;
  margin: 0; }
  @media (min-width: 1024px) {
    #wooswipe {
      max-width: 50%;
      width: 50%; } }
  #wooswipe .slick-slider .slick-list {
    margin: 0; }
  #wooswipe .single-product-main-image img {
    width: 100%;
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 1024px) {
      #wooswipe .single-product-main-image img {
        min-height: 600px; } }
  #wooswipe .slick-dots {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
    #wooswipe .slick-dots li {
      position: relative;
      display: inline-block;
      width: auto;
      height: 6px;
      margin: 0;
      padding: 0;
      cursor: pointer;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-bottom: 1px #00140f solid; }
      #wooswipe .slick-dots li:only-child button {
        height: 0px !important; }
      #wooswipe .slick-dots li button {
        background: #FCFBF7;
        width: 100%;
        height: 5px;
        padding: 0;
        -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; }
        #wooswipe .slick-dots li button:before {
          content: unset; }
      #wooswipe .slick-dots li.slick-active button {
        background: #00140f; }
    @media (min-width: 1024px) {
      #wooswipe .slick-dots {
        display: none !important; } }

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

.add-stars {
  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; }
  .add-stars span {
    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; }

.single-product .second-price {
  color: #00140f;
  font-size: 20px;
  font-family: "bebas_neue_proregular";
  text-transform: uppercase;
  position: relative;
  top: -0.6rem; }

.single-product .product-type-variable .entry-summary .price-html {
  display: none !important; }

.single-product .product-type-variable .second-price {
  top: -1.2rem; }

.single-product .woocommerce-variation-second-price {
  display: none; }

.single-product .price-second {
  font-family: "bebas_neue_probold";
  font-size: 26px;
  line-height: 0.5;
  letter-spacing: normal;
  color: #068273; }
  @media (max-width: 1023px) {
    .single-product .price-second {
      font-size: 20px;
      color: #068273; } }

@media (max-width: 1023px) {
  .single-product .woocommerce-variation-add-to-cart .quantity,
  .single-product form.cart .quantity {
    margin: 0; } }

.single-product .feedback {
  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; }

.single-product .text-c {
  width: 90%;
  line-height: 0.9; }

.single-product .yith-wcwl-icon.fa-heart {
  position: relative;
  background-image: url(../src/icons/Heart_Filled.svg);
  width: 13px;
  height: 13px;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0;
  margin-left: 0; }
  @media (max-width: 1023px) {
    .single-product .yith-wcwl-icon.fa-heart {
      margin-top: 4px; } }

.single-product .heart-filled {
  position: relative;
  background-image: url(../src/icons/Heart_Filled.svg);
  width: 13px;
  height: 13px;
  background-size: 13px;
  background-repeat: no-repeat; }

.single-product .yith-wcwl-wishlistaddedbrowse .feedback {
  margin-right: 10px; }

.single-product .yith-wcwl-wishlistaddedbrowse a {
  display: block; }

.single-product .single_variation_wrap {
  width: 100%;
  margin-top: 2rem; }

@media (max-width: 1023px) {
  .single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
  .single-product .woocommerce-variation-add-to-cart button[type=submit],
  .single-product .woocommerce-variation-add-to-cart .quantity,
  .single-product form.cart .single_add_to_cart_button,
  .single-product form.cart button[type=submit],
  .single-product form.cart .quantity {
    width: 100%; } }

.single-product .related .shop-button {
  display: none; }

@media (min-width: 1024px) {
  .single-product .related .product:hover .price del span {
    color: #fcfbf7 !important;
    opacity: 0.5; }
  .single-product .related .product .price del span {
    color: #fcfbf7;
    opacity: 0.5; }
  .single-product .related .swiper-related {
    margin-left: 0; }
    .single-product .related .swiper-related .swiper-slide {
      width: 340px;
      margin-right: 30px; }
  .single-product .related .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
    display: none; }
  .single-product .related .products .row .product:hover .price, .single-product .related .products .row .product a:hover .price {
    bottom: 20px; } }

@media (max-width: 1023px) {
  .single-product .related .products .row {
    display: block; }
    .single-product .related .products .row .swiper-slide {
      width: 134px;
      margin-right: 10px; }
    .single-product .related .products .row .product img {
      height: 168px;
      -o-object-fit: cover;
         object-fit: cover; }
    .single-product .related .products .row .product .column {
      position: relative;
      display: block; }
      .single-product .related .products .row .product .column .brand__name {
        display: none; }
      .single-product .related .products .row .product .column .woocommerce-loop-product__title {
        width: 100%;
        font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
        color: #00140f;
        text-align: left;
        font-size: 0.9rem;
        margin-top: 15px;
        text-transform: none;
        font-weight: bold;
        line-height: 18px; }
      .single-product .related .products .row .product .column .price {
        opacity: 1;
        position: relative;
        color: #55706c;
        bottom: unset;
        right: unset; } }

.single-product h2 {
  font-family: "bebas_neue_probold";
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  font-size: 40px; }

.single-product h3 {
  font-family: "bebas_neue_probold";
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  font-size: 30px; }

.single-product .faq_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; }

@media (min-width: 1441px) {
  .single-product .product-container {
    margin: auto; } }

.single-product .product-container .product {
  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; }

.single-product .product-container .thumbnail-nav .slick-slide {
  margin: 0;
  padding: 6px;
  max-width: 90px;
  min-height: 90px;
  border: 1px #FCFBF7 solid; }
  .single-product .product-container .thumbnail-nav .slick-slide.slick-current {
    border: 1px #00140f solid; }

.single-product .product-container #wooswipe {
  padding-bottom: 0; }
  @media (min-width: 1024px) {
    .single-product .product-container #wooswipe {
      width: auto;
      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; } }
  .single-product .product-container #wooswipe .thumbnails {
    display: none; }
    @media (min-width: 1024px) {
      .single-product .product-container #wooswipe .thumbnails {
        display: block;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        height: auto;
        width: 90px;
        margin-top: 0; } }
  @media (min-width: 1024px) {
    .single-product .product-container #wooswipe .single-product-main-image-wrap {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: calc(100% - 90px); } }
  .single-product .product-container #wooswipe .slick-slider .slick-list {
    margin: 0; }
  .single-product .product-container #wooswipe .single-product-main-image img {
    width: 100%;
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 1024px) {
      .single-product .product-container #wooswipe .single-product-main-image img {
        min-height: 600px; } }
  @media (min-width: 1024px) {
    .single-product .product-container #wooswipe {
      max-width: 50%;
      width: 50%; } }
  @media (min-width: 1920px) {
    .single-product .product-container #wooswipe {
      max-width: 770px; } }

.single-product main {
  margin-top: 2rem;
  position: relative; }
  @media (max-width: 1023px) {
    .single-product main {
      margin-top: 0; } }

.single-product .product_title {
  font-family: "bebas_neue_probold";
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  color: #00140f;
  text-transform: uppercase;
  margin: 0; }
  @media (min-width: 1024px) {
    .single-product .product_title {
      font-size: 48px; } }

.single-product .pwb-single-product-brands {
  font-family: "bebas_neue_proregular";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal; }
  .single-product .pwb-single-product-brands a {
    color: #00140f;
    text-transform: uppercase; }

.single-product .quantity-up:before {
  background-image: url("../src/icons/Plus_Dark.svg"); }

.single-product .quantity-down:before {
  background-image: url("../src/icons/Line_Dark.svg"); }

.single-product .qty {
  border: 1px solid #00140f;
  color: #00140f; }

.single-product .variations_button.woocommerce-variation-add-to-cart-disabled input {
  cursor: not-allowed; }

.single-product .variations_button.woocommerce-variation-add-to-cart-disabled .qty {
  border: 1px solid #bdc1bd;
  color: #bdc1bd;
  cursor: not-allowed; }

.single-product .variations_button.woocommerce-variation-add-to-cart-disabled .quantity-button:before {
  cursor: not-allowed;
  opacity: 0.25; }

.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.single-product .woocommerce-variation-add-to-cart button[type=submit],
.single-product form.cart .single_add_to_cart_button,
.single-product form.cart button[type=submit] {
  border: 1px solid #058273;
  background: #058273;
  color: #FCFBF7;
  /*      &.wc-variation-is-unavailable{
        color: $th-orange;
        background: $th-white;
        border-color:$th-orange;
      }*/ }
  .single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button.disabled, .single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button.wc-variation-is-unavailable,
  .single-product .woocommerce-variation-add-to-cart button[type=submit].disabled,
  .single-product .woocommerce-variation-add-to-cart button[type=submit].wc-variation-is-unavailable,
  .single-product form.cart .single_add_to_cart_button.disabled,
  .single-product form.cart .single_add_to_cart_button.wc-variation-is-unavailable,
  .single-product form.cart button[type=submit].disabled,
  .single-product form.cart button[type=submit].wc-variation-is-unavailable {
    color: #bdc1bd;
    background: #FCFBF7;
    border-color: #bdc1bd;
    cursor: not-allowed; }

.single-product .price {
  font-family: "bebas_neue_probold";
  font-size: 48px;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: normal;
  color: #00140f; }
  .single-product .price span {
    color: #068273;
    margin-bottom: 0; }
  .single-product .price del span {
    color: #00140f; }
  @media (max-width: 1023px) {
    .single-product .price {
      font-size: 34px;
      color: #00140f; }
      .single-product .price span {
        color: #068273; } }

.single-product .single_variation_wrap .price {
  display: inline-block;
  font-family: "bebas_neue_probold";
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0 !important; }
  .single-product .single_variation_wrap .price:before {
    content: "-";
    position: static;
    display: inline-block;
    width: auto;
    padding: 0 4px; }
  .single-product .single_variation_wrap .price del,
  .single-product .single_variation_wrap .price ins {
    margin: 0; }
  .single-product .single_variation_wrap .price span {
    color: inherit;
    margin-bottom: 0; }
  .single-product .single_variation_wrap .price del span {
    color: inherit; }
  @media (max-width: 1023px) {
    .single-product .single_variation_wrap .price {
      font-size: inherit;
      color: inherit; }
      .single-product .single_variation_wrap .price span {
        color: inherit; } }

.single-product .select {
  color: #00140f;
  border-bottom: 1px solid #00140f; }

.single-product .select-styled {
  color: #00140f;
  font-family: "bebas_neue_probold"; }

.woocommerce-error {
  margin-top: 50px;
  list-style: none; }

.single-product .single_variation_wrap .woocommerce-variation-price {
  display: none; }

.single-product .single_variation_wrap .woocommerce-variation-availability .in-stock {
  display: none; }

.single-product .woocommerce-product-gallery {
  width: 100%; }

.single-product .entry-summary {
  opacity: 1;
  width: 100%;
  padding: 0 20px; }
  @media (max-width: 1023px) {
    .single-product .entry-summary {
      padding: 0 5px; } }

.single-product .woocommerce-variation-add-to-cart .quantity,
.single-product .quantity {
  width: 100%;
  margin-right: 0; }
  @media (min-width: 992px) {
    .single-product .woocommerce-variation-add-to-cart .quantity,
    .single-product .quantity {
      width: 100px; } }
  @media (min-width: 1200px) {
    .single-product .woocommerce-variation-add-to-cart .quantity,
    .single-product .quantity {
      width: 145px; } }
  .single-product .woocommerce-variation-add-to-cart .quantity input,
  .single-product .quantity input {
    width: 100%; }

.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.single-product button[type=submit] {
  width: 100%;
  margin-top: 10px; }

.reset_variations {
  display: none !important; }

ins {
  margin-left: 6px;
  text-decoration: none; }
  ins .amount {
    color: #068273;
    text-underline: none; }

del {
  margin-left: 2px; }
  del span {
    color: #00140f; }

.single-product h2, .single-product h3, .single-product h4 {
  text-transform: uppercase; }

@media (min-width: 1024px) {
  .single-product .related {
    overflow: hidden; }
    .single-product .related .products .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;
      width: 100%; }
      .single-product .related .products .row li {
        width: 340px; }
        .single-product .related .products .row li img {
          height: 425px; }
        .single-product .related .products .row li .woocommerce-loop-product__title {
          text-transform: uppercase;
          font-family: "bebas_neue_probold";
          font-size: 48px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 0.9;
          letter-spacing: normal; } }
        @media (min-width: 1024px) and (max-width: 1023px) {
          .single-product .related .products .row li .woocommerce-loop-product__title {
            font-size: 48px; } }

@media (min-width: 1024px) {
  .single-product .variations .variation {
    width: 100%; }
  .single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
  .single-product button[type=submit] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 8px;
    width: 248px;
    margin-top: 0; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
    .single-product button[type=submit] {
      margin-left: 28px; } }

@media (min-width: 1024px) {
  .single-product .woocommerce-product-gallery {
    width: 50%; }
  .single-product .entry-summary {
    width: 50%;
    padding-right: 0; } }

.single-product .entry-summary {
  /*@include bp(src-uhd) {
      padding-left: 105px;
    }*/ }
  @media (min-width: 992px) {
    .single-product .entry-summary {
      padding-left: 45px; } }
  @media (min-width: 1920px) {
    .single-product .entry-summary {
      padding-left: 105px; } }

@media (min-width: 1920px) {
  .single-product .entry-summary {
    position: relative;
    width: calc(100% - 770px); }
  #wooswipe .thumbnails {
    height: auto; }
  #wooswipe .single-product-main-image img {
    height: auto; }
  .single-product .thumb img {
    height: auto; }
  .single-product img {
    width: 100%; }
  .single-product .product-container {
    padding-top: 4rem;
    max-width: 1688px;
    margin: auto; }
    .single-product .product-container .product {
      max-width: unset; }
  .single-product .related {
    max-width: 1920px !important;
    width: 100% !important;
    margin-left: 56px; } }

.add_to_wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "bebas_neue_proregular";
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  color: #00140f;
  text-transform: uppercase; }
  .add_to_wishlist i {
    position: relative;
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 6px; }
    .add_to_wishlist i:before {
      position: absolute;
      content: "";
      left: 0;
      background-image: url(../src/icons/Heart.svg);
      width: 13px;
      height: 13px;
      background-size: 13px;
      background-repeat: no-repeat;
      top: 0; }

.yith-wcbr-brands {
  display: none; }

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

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

.top-categories {
  display: block;
  padding: 29px 0 8px 0;
  font-size: 0.84rem;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .top-categories {
      padding: 9px 0 8px 0; } }
  .top-categories a.subcategory-active {
    color: #068273; }
  .top-categories a, .top-categories span {
    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; }

.product_meta .top-categories {
  display: none; }

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
  font-size: 14px;
  font-family: "bebas_neue_proregular";
  text-transform: uppercase;
  width: 100%; }

.variations {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%; }
  @media (max-width: 1023px) {
    .variations {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap; } }

.variation:nth-child(1):nth-last-child(3),
.variation:nth-child(2):nth-last-child(2),
.variation:nth-child(3):nth-last-child(1) {
  width: 50%; }

.variation:nth-child(2):nth-last-child(2) .value {
  padding-right: 15px; }

.variation:nth-child(3):nth-last-child(1) .value {
  padding-left: 15px; }

.variations .variation:nth-child(1) {
  width: 100%; }

.multichoice-product .variations .variation {
  width: 100% !important; }
  .multichoice-product .variations .variation > .value {
    padding-left: 0;
    padding-right: 0; }

.multichoice-product .variations .label label {
  display: block;
  margin-top: 30px;
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  color: #00140f;
  text-transform: uppercase; }

.yith-wcwl-add-to-wishlist .blockOverlay {
  opacity: 0 !important; }

@media (max-width: 1023px) {
  .yith-wcwl-add-to-wishlist {
    margin-top: 25px;
    margin-bottom: 15px; }
    .yith-wcwl-add-to-wishlist span, .yith-wcwl-add-to-wishlist a {
      font-size: 20px;
      font-family: "bebas_neue_probold"; }
    .yith-wcwl-add-to-wishlist i {
      margin-right: 0;
      right: 20px;
      position: absolute;
      background-size: 20px;
      width: 20px;
      height: 20px; } }

@media (min-width: 1024px) {
  .meta_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; }
  .yith-wcwl-add-to-wishlist {
    margin: 0;
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .single-product .shipping-info {
    width: 65%;
    font-size: 0.95rem; }
  .product_meta .top-categories {
    padding: 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0; }
    .product_meta .top-categories span {
      margin: 0 4px; }
    .product_meta .top-categories .subcategory-active {
      color: #068273; }
    .product_meta .top-categories a, .product_meta .top-categories span {
      color: #00140f;
      font-family: "bebas_neue_probold";
      text-transform: uppercase;
      font-size: 0.9rem;
      font-weight: bold;
      line-height: 0.93;
      letter-spacing: normal; } }

@media (min-width: 1441px) {
  .single-product .related {
    max-width: 1080px;
    width: 1080px;
    margin-right: auto; } }

.faq-item button {
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal; }

.form-submit,
.form-cancel {
  width: 25%; }

.block.collapse {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 1.5s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 1.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 1.5s cubic-bezier(0, 1, 0, 1); }
  .block.collapse.show {
    max-height: 9999em;
    -webkit-transition: max-height 1.5s ease-in-out;
    -o-transition: max-height 1.5s ease-in-out;
    transition: max-height 1.5s ease-in-out; }

#val_msg {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e6a7c8;
  background-image: url(https://www.tomhemps.com/wp-content/themes/tomhemps/img/vanenites-message-container.jpg);
  padding: 20px; }
  #val_msg .val_msg_title,
  #val_msg .val_msg_text {
    color: #00140f;
    margin-bottom: 0; }

.small-title, .toggle-button {
  padding-left: 0;
  padding-bottom: 10px;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  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;
  padding-right: 20px;
  position: relative; }

.toggle-button {
  border-bottom: 1px solid #00140f; }
  .toggle-button.active:after {
    background-image: url("../src/icons/Chevron_Aqua.svg"); }
  .toggle-button.active, .toggle-button:hover {
    color: #068273;
    border-bottom: 1px solid #068273; }
  .toggle-button:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    background-repeat: no-repeat;
    background-size: 8px;
    background-image: url("../src/icons/Chevron_Dark.svg");
    width: 8px;
    height: 13px; }
  .toggle-button.inactive {
    cursor: default; }
    .toggle-button.inactive:after {
      background-image: none !important; }
    .toggle-button.inactive:hover {
      color: #00140f;
      border-color: #00140f; }

.faq-item {
  margin-bottom: 15px; }

.faq-block {
  margin-bottom: 45px; }

@media (min-width: 1024px) {
  .single-product .faq-block {
    margin-bottom: 0; }
  .single-product .toggle-button:after {
    top: 7px; } }

.single-product .block__content {
  margin-top: 15px;
  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;
  text-align: left; }

.single-product .two-col {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1; }
  @media (min-width: 1024px) {
    .single-product .two-col {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; } }

.single-product .pill-body .block__content {
  min-height: 70px; }

.single-product .faq-blocks {
  width: 100%; }

.single-product .faq-block {
  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; }

.single-product .category-block {
  margin-bottom: 50px; }

.single-product .category-block, .single-product .faq-items {
  width: 100%; }

.single-product #yith-wcwtl-output-inner,
.single-product .yith-wcwtl-ajax-message {
  max-width: 248px;
  margin: 10px auto; }

.single-product .yith-wcwtl-ajax-message svg {
  display: none; }

.single-product #yith-wcwtl-output,
.single-product .yith-wcwtl-output {
  background: #00140f;
  width: 100%;
  padding: 20px;
  color: #FCFBF7; }
  .single-product #yith-wcwtl-output form, .single-product #yith-wcwtl-output .wrap-form-fields,
  .single-product .yith-wcwtl-output form,
  .single-product .yith-wcwtl-output .wrap-form-fields {
    grid-template-columns: repeat(1, 1fr); }
  .single-product #yith-wcwtl-output .yith-wcwtl-msg,
  .single-product #yith-wcwtl-output .yith-wcwtl-ajax-message .wrapper-notice span,
  .single-product .yith-wcwtl-output .yith-wcwtl-msg,
  .single-product .yith-wcwtl-output .yith-wcwtl-ajax-message .wrapper-notice span {
    font-family: "bebas_neue_probold";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    font-size: 20px;
    text-transform: uppercase; }
  .single-product #yith-wcwtl-output #yith-wcwtl-user-email,
  .single-product .yith-wcwtl-output #yith-wcwtl-user-email {
    width: 100%;
    display: block;
    color: #FCFBF7 !important;
    border-color: #FCFBF7 !important;
    border-radius: 0; }
  .single-product #yith-wcwtl-output .button,
  .single-product .yith-wcwtl-output .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: 18px 2px; }
    .single-product #yith-wcwtl-output .button:hover,
    .single-product .yith-wcwtl-output .button:hover {
      color: #00140f;
      background-color: #FCFBF7; }
  .single-product #yith-wcwtl-output form,
  .single-product .yith-wcwtl-output form {
    margin-bottom: 0; }
  .single-product #yith-wcwtl-output p,
  .single-product #yith-wcwtl-output label,
  .single-product .yith-wcwtl-output p,
  .single-product .yith-wcwtl-output label {
    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;
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial; }
  .single-product #yith-wcwtl-output a,
  .single-product .yith-wcwtl-output a {
    color: #FCFBF7; }
  .single-product #yith-wcwtl-output label,
  .single-product .yith-wcwtl-output label {
    margin-top: 0; }
  .single-product #yith-wcwtl-output input#yith-wcwtl-policy-check + span,
  .single-product .yith-wcwtl-output input#yith-wcwtl-policy-check + span {
    font-size: 0.9rem; }

.maybe_packstation_message {
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 6px;
  padding-left: 6px; }

.maybe_packstation_icon {
  width: 16px;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 4px;
  display: inline-block; }

.ts_height_control {
  display: none; }

@media (min-width: 992px) {
  .product-container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .product-container {
    max-width: 1080px; } }

.product-container .wooswipe-popup {
  display: none !important; }

@media (min-width: 1024px) {
  .product-container {
    padding-right: 0;
    padding-left: 0; } }

.product-container.outofstock .single_variation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .product-container.outofstock .single_variation_wrap .single_variation {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .product-container.outofstock .single_variation_wrap .variations_button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

.product-container.outofstock .wc-variation-is-unavailable {
  color: #FF5100;
  border-color: #FF5100; }

.product-type-simple .short_top_description {
  padding-bottom: 1.5rem; }

.product-type-variable .out-of-stock,
.product-type-simple .out-of-stock {
  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: #FF5100; }

.product-type-variable .out-of-stock {
  margin-top: 1.5rem; }

.thumbnail-nav {
  text-align: center;
  padding: 0;
  margin: 0; }
  .thumbnail-nav li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    margin-left: 5px;
    outline: none !important;
    cursor: pointer;
    max-width: 15px; }
    .thumbnail-nav li.current img {
      background: #00140f; }

.crumb_sep {
  display: inline-block;
  width: 26px;
  background-image: url(../src/icons/Icon_Breadcrumb_arrow.png);
  height: 10px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center; }

/*.woo-variation-items-wrapper{
  margin-right: -4px;
  margin-left: -4px;
}*/
.products-grid.theme__White .content_products-multi .swiper-button-prev,
.products-grid.theme__White .content_products-single .swiper-button-prev {
  left: 0; }
  @media (min-width: 1024px) {
    .products-grid.theme__White .content_products-multi .swiper-button-prev,
    .products-grid.theme__White .content_products-single .swiper-button-prev {
      left: 10px; } }

.products-grid.theme__White .content_products-multi .swiper-button-next,
.products-grid.theme__White .content_products-single .swiper-button-next {
  right: 0; }
  @media (min-width: 1024px) {
    .products-grid.theme__White .content_products-multi .swiper-button-next,
    .products-grid.theme__White .content_products-single .swiper-button-next {
      right: 10px; } }

.content_products-multi,
.content_products-single {
  margin: 30px 0px;
  border-top: 1px #55706c solid;
  border-bottom: 1px #55706c solid; }
  @media (max-width: 767px) {
    .content_products-multi,
    .content_products-single {
      margin: 30px -20px;
      padding-bottom: 20px; } }
  @media (min-width: 1024px) {
    .content_products-multi,
    .content_products-single {
      margin: 40px 0; } }

.content_products-single .ps_swipe__btn {
  opacity: 0 !important; }

.pstag_container {
  overflow: auto; }

.pstag_button {
  border-radius: 0px;
  border: 1px solid #00140f;
  color: #00140f;
  text-align: center;
  background-color: transparent;
  font-family: "bebas_neue_probold";
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 1px;
  float: left;
  margin: 0 8px 8px 0;
  padding: 6px 8px; }
  .pstag_button.negative {
    color: #FCFBF7;
    background-color: #00140f; }

.pstag_image {
  float: left;
  margin: 0 6px 0 0; }

.single-product .pstag_image_img {
  display: block;
  width: 15px; }

.product_description_link {
  font-weight: bold;
  color: #058273; }

#reviews {
  width: 100%;
  max-width: unset; }
  #reviews .cr-ajax-search {
    display: none; }
  #reviews .woocommerce-review__published-date {
    font-size: 0.8rem; }
  #reviews .cr-ajax-reviews-sort-div {
    display: none; }
  #reviews .cr-summaryBox-wrap {
    background: none; }
  #reviews .cr-all-reviews-shortcode .cr-count-row {
    background: none; }

@media (min-width: 501px) {
  #reviews .cr-summaryBox-wrap .ivole-summaryBox,
  .cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
  .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
  .cr-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,
  .cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
  #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
  .cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; } }

@media (max-width: 500px) {
  #reviews .commentlist {
    padding: 0 20px; } }

.reviews-badge-cont {
  min-height: 24px;
  cursor: pointer;
  margin: 0 0 10px; }

.single-product .stamped-review-header-title {
  font-weight: 600;
  margin: 10px 0; }

.single-product .stamped-review-header-title,
.single-product .stamped-review-content-body {
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 0.9rem;
  text-transform: none; }

.woo-variation-swatches .woo-variation-raw-select {
  display: none !important; }
  .woo-variation-swatches .woo-variation-raw-select + .select2 {
    display: none !important; }

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color > a {
  display: inline-block;
  position: relative; }
  .woo-variation-swatches .wvs-widget-layered-nav-list__item-color > a .wvs-widget-item-wrapper {
    display: inline-block; }

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item {
  display: inline-block;
  float: left;
  padding: 9px;
  margin: 0 4px;
  height: 20px;
  width: 20px; }

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text {
  display: inline-block; }
  .woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text:after {
    content: '';
    display: inline;
    clear: both; }

.woo-variation-swatches .radio-variable-items-wrapper {
  padding: 24px 5px 20px 5px; }
  .woo-variation-swatches .radio-variable-items-wrapper .radio-variable-item {
    padding-right: 26px; }
  .woo-variation-swatches .radio-variable-items-wrapper .variable-item-radio-value-wrapper {
    padding: 0 0 0 10px; }

.woo-variation-swatches .variable-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 !important;
  padding: 0;
  list-style: none; }
  .woo-variation-swatches .variable-items-wrapper input[type="radio"],
  .woo-variation-swatches .variable-items-wrapper input[type="checkbox"] {
    accent-color: #00140f; }
  .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
    padding: 1rem 5px 0 5px; }
    .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
      padding-right: 26px; }
    .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .variable-item-radio-value-wrapper {
      padding: 0 0 0 10px; }
    .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .variable-item-radio-input-wrapper {
      margin: 0; }
  .woo-variation-swatches .variable-items-wrapper .variable-item {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none; }
    .woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%; }
      @supports (display: contents) {
        .woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
          display: contents; } }
    .woo-variation-swatches .variable-items-wrapper .variable-item img {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .woo-variation-swatches .variable-items-wrapper .variable-item span {
      pointer-events: none; }
    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
      margin: 0px;
      border-radius: 0px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #FCFBF7;
      color: #00140f;
      height: 71px;
      text-align: center;
      font-family: "bebas_neue_probold";
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      line-height: 16px;
      letter-spacing: 1px;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      border: 1px #FCFBF7 solid;
      border: 1px #00140f solid;
      margin-right: -1px;
      margin-bottom: -1px; }
      @media (min-width: 1920px) {
        .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
          height: 91px; } }
      .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
        background-color: #00140f;
        color: #FCFBF7; }
        .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .ppu {
          color: #FCFBF7; }
      .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
        background-color: #00140f;
        color: #FCFBF7; }
        .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover .ppu, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover .ppu {
          color: #FCFBF7; }
      .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span {
        font-size: 20px;
        line-height: 26px; }
        @media (min-width: 1920px) {
          .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span {
            font-size: 26px;
            line-height: 32px; } }

.woo-variation-swatches .variable-items-wrapper.radio-variable-wrapper {
  display: block; }
  .woo-variation-swatches .variable-items-wrapper.radio-variable-wrapper .radio-variable-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    list-style: none;
    cursor: pointer;
    margin: 0; }
    .woo-variation-swatches .variable-items-wrapper.radio-variable-wrapper .radio-variable-item label {
      cursor: pointer;
      font-weight: normal;
      font-size: 0.9rem;
      display: inline-block; }
    .woo-variation-swatches .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
      cursor: pointer;
      margin-right: 5px; }

.woo-variation-swatches .variable-items-wrapper .variable-item.variation-disabled {
  display: none !important; }

.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled {
  pointer-events: none;
  position: relative;
  overflow: hidden;
  cursor: not-allowed; }
  .woo-variation-swatches.wvs-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover {
    pointer-events: none;
    position: relative;
    overflow: hidden;
    cursor: not-allowed; }

.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-item:not(.radio-variable-item).out-of-stock {
  pointer-events: none;
  position: relative;
  overflow: hidden;
  cursor: not-allowed;
  overflow: visible;
  pointer-events: auto;
  cursor: pointer; }
  .woo-variation-swatches.wvs-behavior-blur-no-cross .variable-item:not(.radio-variable-item).out-of-stock:hover {
    pointer-events: none;
    position: relative;
    overflow: hidden;
    cursor: not-allowed;
    overflow: visible;
    pointer-events: auto;
    cursor: pointer; }
    .woo-variation-swatches.wvs-behavior-blur-no-cross .variable-item:not(.radio-variable-item).out-of-stock:hover img {
      opacity: .3;
      opacity: .6; }
    .woo-variation-swatches.wvs-behavior-blur-no-cross .variable-item:not(.radio-variable-item).out-of-stock:hover span {
      opacity: .3;
      opacity: .6; }
    .woo-variation-swatches.wvs-behavior-blur-no-cross .variable-item:not(.radio-variable-item).out-of-stock:hover .variable-item-contents {
      opacity: .3;
      opacity: .6; }
  .woo-variation-swatches.wvs-behavior-blur-no-cross .variable-item:not(.radio-variable-item).out-of-stock img {
    opacity: .3;
    opacity: .6; }
  .woo-variation-swatches.wvs-behavior-blur-no-cross .variable-item:not(.radio-variable-item).out-of-stock span {
    opacity: .3;
    opacity: .6; }
  .woo-variation-swatches.wvs-behavior-blur-no-cross .variable-item:not(.radio-variable-item).out-of-stock .variable-item-contents {
    opacity: .3;
    opacity: .6; }

.woo-variation-swatches.wvs-behavior-blur-no-cross .radio-variable-item.disabled {
  overflow: hidden; }
  .woo-variation-swatches.wvs-behavior-blur-no-cross .radio-variable-item.disabled:hover {
    overflow: hidden; }
    .woo-variation-swatches.wvs-behavior-blur-no-cross .radio-variable-item.disabled:hover label {
      pointer-events: none;
      opacity: .3; }
    .woo-variation-swatches.wvs-behavior-blur-no-cross .radio-variable-item.disabled:hover input {
      pointer-events: none;
      opacity: 1; }
  .woo-variation-swatches.wvs-behavior-blur-no-cross .radio-variable-item.disabled label {
    pointer-events: none;
    opacity: .3; }
  .woo-variation-swatches.wvs-behavior-blur-no-cross .radio-variable-item.disabled input {
    pointer-events: none;
    opacity: .3; }

.woo-variation-swatches.wvs-attr-behavior-hide .variable-item.disabled {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important; }

.woo-variation-swatches.wvs-attr-behavior-hide .variable-item.disabled.radio-variable-item {
  width: auto !important; }

.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper {
  display: block !important; }
  .woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    float: left; }

.woo-variation-swatches.wvs-show-label .variations td {
  display: block;
  width: auto !important; }
  .woo-variation-swatches.wvs-show-label .variations td label {
    display: inline-block;
    margin: 0 2px; }
  .woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
    display: inline-block;
    margin: 0 2px; }

.woo-variation-swatches {
  /*  .variable-items-wrapper{
    &:last-child {
      margin-bottom: 15px;
    }
    &.has3andup{
      .variable-item.button-variable-item.w120 {
        width: 100px;
      }
    }
    .variable-item.button-variable-item{
      width: 50px;
    }
  }*/ }
  .woo-variation-swatches .variable-item:not(.radio-variable-item).disabled {
    opacity: .3; }
  .woo-variation-swatches .button-variable-item {
    min-width: 30px; }
  .woo-variation-swatches .variations_form > div {
    width: 100%; }

.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item-span-button .spc,
.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item-span-button .ppu {
  display: none;
  font-size: 10px;
  line-height: 9px;
  float: right;
  margin: 0 0 0 6px;
  padding: 4px;
  text-align: center; }
  .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item-span-button .spc .exp,
  .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item-span-button .ppu .exp {
    display: block; }
  @media (min-width: 1920px) {
    .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item-span-button .spc,
    .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item-span-button .ppu {
      font-size: 13px;
      line-height: 12px; } }

.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item-span-button .ppu {
  color: #058273;
  padding: 4px 2px; }

.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item-span-button .spc {
  background: #FF5100;
  color: #FCFBF7; }

.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item-span-button.on__sale .spc {
  display: block; }

.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item-span-button.off__sale .ppu {
  display: block; }

@media (max-width: 1023px) {
  .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item {
    width: 50%; }
    .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item:nth-child(2n+1) {
      border-left-color: #FCFBF7; }
    .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item:nth-child(2n+2) {
      border-right-color: #FCFBF7; }
  .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__1_li .variable-item:last-child, .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__3_li .variable-item:last-child, .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__5_li .variable-item:last-child, .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__7_li .variable-item:last-child, .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__9_li .variable-item:last-child {
    border-left-color: #FCFBF7;
    border-right-color: #FCFBF7; } }

@media (min-width: 1024px) {
  .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__3_li .variable-item, .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__5_li .variable-item, .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__6_li .variable-item, .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__7_li .variable-item, .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__9_li .variable-item {
    width: 33.33%; }
  .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__3_li .variable-item:nth-child(3n+1), .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__6_li .variable-item:nth-child(3n+1), .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__9_li .variable-item:nth-child(3n+1) {
    border-left-color: #FCFBF7; }
  .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__3_li .variable-item:nth-child(3n+3), .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__6_li .variable-item:nth-child(3n+3), .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__9_li .variable-item:nth-child(3n+3) {
    border-right-color: #FCFBF7; }
  .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__1_li .variable-item {
    width: 100%;
    border-left-color: #FCFBF7;
    border-right-color: #FCFBF7; }
  .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__2_li .variable-item, .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__4_li .variable-item, .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__8_li .variable-item {
    width: 50%; }
    .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__2_li .variable-item:nth-child(2n+1), .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__4_li .variable-item:nth-child(2n+1), .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__8_li .variable-item:nth-child(2n+1) {
      border-left-color: #FCFBF7; }
    .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__2_li .variable-item:nth-child(2n+2), .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__4_li .variable-item:nth-child(2n+2), .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__8_li .variable-item:nth-child(2n+2) {
      border-right-color: #FCFBF7; }
  .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__5_li .variable-item:nth-child(1), .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__5_li .variable-item:nth-child(4) {
    border-left-color: #FCFBF7; }
  .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__5_li .variable-item:nth-child(3), .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__5_li .variable-item:nth-child(5) {
    border-right-color: #FCFBF7; }
  .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__7_li .variable-item:nth-child(1), .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__7_li .variable-item:nth-child(4), .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__7_li .variable-item:nth-child(7) {
    border-left-color: #FCFBF7; }
  .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__7_li .variable-item:nth-child(3), .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__7_li .variable-item:nth-child(6), .woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper.has__7_li .variable-item:nth-child(7) {
    border-right-color: #FCFBF7; } }

input.form-control, .single-product #yith-wcwtl-output input#yith-wcwtl-user-email,
.single-product .yith-wcwtl-output input#yith-wcwtl-user-email {
  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, .single-product #yith-wcwtl-output input#yith-wcwtl-user-email:focus,
  .single-product .yith-wcwtl-output input#yith-wcwtl-user-email:focus, input.form-control:hover, .single-product #yith-wcwtl-output input#yith-wcwtl-user-email:hover,
  .single-product .yith-wcwtl-output input#yith-wcwtl-user-email:hover {
    outline: none;
    border-bottom: 1px solid #00140f; }
  input.form-control::-webkit-input-placeholder, .single-product #yith-wcwtl-output input#yith-wcwtl-user-email::-webkit-input-placeholder, .single-product .yith-wcwtl-output input#yith-wcwtl-user-email::-webkit-input-placeholder {
    color: #55706c;
    font-size: 0.9rem; }
  input.form-control::-moz-placeholder, .single-product #yith-wcwtl-output input#yith-wcwtl-user-email::-moz-placeholder, .single-product .yith-wcwtl-output input#yith-wcwtl-user-email::-moz-placeholder {
    color: #55706c;
    font-size: 0.9rem; }
  input.form-control:-ms-input-placeholder, .single-product #yith-wcwtl-output input#yith-wcwtl-user-email:-ms-input-placeholder, .single-product .yith-wcwtl-output input#yith-wcwtl-user-email:-ms-input-placeholder {
    color: #55706c;
    font-size: 0.9rem; }
  input.form-control::-ms-input-placeholder, .single-product #yith-wcwtl-output input#yith-wcwtl-user-email::-ms-input-placeholder, .single-product .yith-wcwtl-output input#yith-wcwtl-user-email::-ms-input-placeholder {
    color: #55706c;
    font-size: 0.9rem; }
  input.form-control::placeholder, .single-product #yith-wcwtl-output input#yith-wcwtl-user-email::placeholder,
  .single-product .yith-wcwtl-output input#yith-wcwtl-user-email::placeholder {
    color: #55706c;
    font-size: 0.9rem; }

textarea.form-control, .single-product #yith-wcwtl-output textarea#yith-wcwtl-user-email,
.single-product .yith-wcwtl-output textarea#yith-wcwtl-user-email {
  background-color: transparent;
  border: 1px solid #00140f;
  color: #55706c;
  padding: 20px;
  font-size: 14px;
  padding-left: 15px; }

textarea.form-control::-webkit-input-placeholder, .single-product #yith-wcwtl-output textarea#yith-wcwtl-user-email::-webkit-input-placeholder,
.single-product .yith-wcwtl-output textarea#yith-wcwtl-user-email::-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; }

@media (min-width: 1024px) {
  .page-template-checkout #wrapper-navbar {
    display: none !important; } }

.page-template-checkout #main {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (min-width: 1024px) {
    .page-template-checkout #main {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }
  .page-template-checkout #main .logo__left {
    display: none; }
    @media (min-width: 1024px) {
      .page-template-checkout #main .logo__left {
        display: block;
        width: 160px;
        position: relative;
        top: -30px;
        margin-bottom: 30px; } }
  .page-template-checkout #main > article {
    max-width: 700px;
    margin-left: auto; }
  .page-template-checkout #main .woocommerce-checkout-review-order-table thead,
  .page-template-checkout #main .woocommerce-checkout-review-order-table tbody,
  .page-template-checkout #main .woocommerce-checkout-review-order-table tfoot tr {
    display: none; }
  .page-template-checkout #main .woocommerce-checkout-review-order-table tfoot tr.shipping {
    display: block; }
    .page-template-checkout #main .woocommerce-checkout-review-order-table tfoot tr.shipping th {
      display: none; }
  .page-template-checkout #main .woocoomerce-thankyou-block {
    margin-top: 0; }
    .page-template-checkout #main .woocoomerce-thankyou-block .order-info-column {
      width: 100%; }
  .page-template-checkout #main .argmc-previous {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 30px; }
    @media (min-width: 1024px) {
      .page-template-checkout #main .argmc-previous {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        margin-top: 0; } }
  .page-template-checkout #main .argmc-submit,
  .page-template-checkout #main .argmc-next {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: unset;
    width: 100%;
    margin-left: auto !important; }
    @media (min-width: 1024px) {
      .page-template-checkout #main .argmc-submit,
      .page-template-checkout #main .argmc-next {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        max-width: 250px; } }
  .page-template-checkout #main .clear-all {
    clear: both !important; }

.page-template-checkout .aside-extra-items {
  display: none; }

.page-template-checkout #aside {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }
  @media (min-width: 1024px) {
    .page-template-checkout #aside {
      background: #eff5f1;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .page-template-checkout #aside > .woocommerce-cart {
    margin-right: auto;
    border-bottom: 1px solid #00140f; }
    @media (min-width: 1024px) {
      .page-template-checkout #aside > .woocommerce-cart {
        margin-top: 90px;
        border-width: 0;
        max-width: 408px; } }
  .page-template-checkout #aside .item-left,
  .page-template-checkout #aside .item-right {
    width: 50%; }
    .page-template-checkout #aside .item-left.w75,
    .page-template-checkout #aside .item-right.w75 {
      width: 75%; }
    .page-template-checkout #aside .item-left.w25,
    .page-template-checkout #aside .item-right.w25 {
      width: 25%; }
  .page-template-checkout #aside .item-right {
    text-align: right; }
  .page-template-checkout #aside .product__remove {
    margin-top: 10px; }
  .page-template-checkout #aside .woocommerce-remove-coupon {
    display: block;
    width: auto; }
  .page-template-checkout #aside .review_order_side h3 {
    text-transform: uppercase; }
  .page-template-checkout #aside .review_order_side .cart__item__column {
    padding: 10px 0 0 0; }
  .page-template-checkout #aside .review_order_side .cart_item {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-width: 0;
    border-top: solid 1px #00140f; }
    .page-template-checkout #aside .review_order_side .cart_item .cart__item-left {
      max-width: unset;
      margin: 0 5px 0 0; }
      .page-template-checkout #aside .review_order_side .cart_item .cart__item-left .product-thumbnail img {
        max-width: 90px;
        width: auto;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain; }
    .page-template-checkout #aside .review_order_side .cart_item .cart__item-right {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-top: 0; }
      .page-template-checkout #aside .review_order_side .cart_item .cart__item-right .cart__attributes {
        margin-top: 6px;
        margin-bottom: 0; }
      .page-template-checkout #aside .review_order_side .cart_item .cart__item-right .product-quantity {
        margin: 10px 0 0 0; }
  .page-template-checkout #aside .review_order_side .hide_tax .includes_tax {
    display: none !important; }
  .page-template-checkout #aside .cart-subtotal {
    margin-top: 25px; }
  .page-template-checkout #aside .shipped_via {
    display: block;
    font-size: 100%; }
  .page-template-checkout #aside .quantity-display {
    margin: 0; }

.page-template-checkout .form-row.row__hidden {
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden !important;
  margin: 0;
  padding: 0; }

@media (max-width: 1023px) {
  .page-template-checkout.woocommerce-order-pay #rapyd-checkout {
    margin: 0 -20px !important;
    width: auto !important; } }

.page-template-checkout.woocommerce-order-pay .order_details {
  display: none;
  /*
      list-style:none;
      li{
        @include h5();
        line-height: 1;
        text-transform: uppercase;
        color: $th-black;
      }
      */ }

.container-checkout #main,
.container-checkout #aside {
  padding: 3rem 20px 3rem 20px; }
  @media (min-width: 1024px) {
    .container-checkout #main,
    .container-checkout #aside {
      padding: 5rem 70px 3rem 70px; } }

@media (max-width: 1023px) {
  .container-checkout #aside {
    padding-bottom: 0.5rem; }
  .container-checkout #main {
    padding-top: 0.5rem; } }

#shipping_accesspoint_field {
  width: 100%;
  margin-right: 0; }

#shipping_accesspoint_container {
  width: auto;
  margin-right: 0;
  display: none; }

.shipping_method:checked ~ #shipping_accesspoint_container {
  display: block; }

.ship_label {
  display: none; }
  .shipping_method:checked ~ label .ship_label {
    display: block; }

#shipping_accesspoint {
  color: #333;
  border-width: 0px;
  background: transparent;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  height: auto; }

.argmc-wrapper.orientation-horizontal .argmc-nav-text,
.argmc-wrapper.orientation-horizontal .argmc-nav-buttons {
  border-width: 0 !important; }

.argmc-wrapper.orientation-horizontal .tabs-equal-width .argmc-tab-item-inner {
  padding: 0 !important; }

.argmc-wrapper.orientation-horizontal .argmc-nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .argmc-wrapper.orientation-horizontal .argmc-nav-buttons {
      -ms-flex-wrap: initial;
          flex-wrap: initial; } }

.argmc-wrapper.orientation-horizontal .argmc-tabs-list {
  margin-right: auto;
  margin-left: 0; }
  @media (max-width: 1023px) {
    .argmc-wrapper.orientation-horizontal .argmc-tabs-list {
      margin-bottom: 26px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 1024px) {
    .argmc-wrapper.orientation-horizontal .argmc-tabs-list {
      width: 300px;
      margin: 0 0 55px; } }

.argmc-wrapper.orientation-horizontal .crumb_sep {
  line-height: 17px;
  height: 17px;
  opacity: 0.5; }
  @media (min-width: 1024px) {
    .argmc-wrapper.orientation-horizontal .crumb_sep {
      display: none; } }

.argmc-wrapper.orientation-horizontal .argmc-tab-text {
  color: #00140f;
  padding-top: 0; }
  @media (min-width: 1024px) {
    .argmc-wrapper.orientation-horizontal .argmc-tab-text {
      padding-top: 7px;
      font-size: 16px;
      position: relative;
      font-family: "bebas_neue_proregular";
      font-stretch: normal;
      font-style: normal;
      text-transform: uppercase; } }

.argmc-wrapper.orientation-horizontal .argmc-tab-item.forbidden, .argmc-wrapper.orientation-horizontal .argmc-tab-item.forbidden:hover {
  cursor: not-allowed !important; }

.argmc-wrapper.orientation-horizontal .argmc-tab-item.completed .number-text {
  display: block; }

.argmc-wrapper.orientation-horizontal .argmc-tab-item.completed .tab-completed-icon {
  display: none !important; }
  .argmc-wrapper.orientation-horizontal .argmc-tab-item.completed .tab-completed-icon:before {
    content: ""; }

.argmc-wrapper.orientation-horizontal .argmc-tab-item .number-text {
  top: 0.5px; }

.argmc-wrapper.orientation-horizontal .argmc-tab-item .argmc-tab-number {
  display: none; }
  @media (min-width: 1024px) {
    .argmc-wrapper.orientation-horizontal .argmc-tab-item .argmc-tab-number {
      display: inline-block;
      font-size: 20px;
      width: 30px;
      min-width: 30px;
      min-height: 30px;
      height: 30px;
      line-height: 30px !important;
      border-width: 1px;
      color: #00140f;
      background-color: #FCFBF7; } }

.argmc-wrapper.orientation-horizontal .argmc-tab-item.current .argmc-tab-number {
  background-color: #00140f !important; }

.argmc-wrapper.orientation-horizontal .argmc-tab-item.completed .argmc-tab-number {
  color: #FCFBF7 !important;
  background-color: #00140f !important; }

.argmc-wrapper.orientation-horizontal .argmc-tab-item.green .argmc-tab-number {
  color: #FCFBF7 !important;
  background-color: #058273 !important; }

@media (max-width: 1023px) {
  .argmc-wrapper.orientation-horizontal .argmc-tab-item .argmc-tab-text {
    opacity: 0.5; }
  .argmc-wrapper.orientation-horizontal .argmc-tab-item.current .argmc-tab-text, .argmc-wrapper.orientation-horizontal .argmc-tab-item.completed .argmc-tab-text {
    opacity: 1; } }

.argmc-wrapper.orientation-horizontal .argmc-form-steps {
  padding-left: 0 !important;
  padding-right: 0 !important;
  left: 0 !important;
  margin: 0; }

.argmc-wrapper.orientation-horizontal:after {
  border-width: 0; }
  @media (min-width: 1024px) {
    .argmc-wrapper.orientation-horizontal:after {
      width: 260px;
      left: 15px;
      right: 15px;
      top: 15px;
      border-width: 1px; } }

.argmc-form-steps-wrapper .woocommerce-shipping-methods,
.argmc-form-steps-wrapper .wc_payment_methods {
  padding-left: 0; }

.argmc-form-steps-wrapper .control-label {
  display: none; }

.argmc-form-steps-wrapper .h60 {
  height: 60px; }

.argmc-form-steps-wrapper .form-row.w65 {
  width: 65% !important; }

.argmc-form-steps-wrapper .form-row.w35 {
  width: 35% !important; }

.argmc-form-steps-wrapper .coupon-wrapper {
  overflow: auto; }
  .argmc-form-steps-wrapper .coupon-wrapper #coupon_code::-webkit-input-placeholder {
    position: relative;
    font-family: "bebas_neue_probold";
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 39px; }
  .argmc-form-steps-wrapper .coupon-wrapper #coupon_code::-moz-placeholder {
    position: relative;
    font-family: "bebas_neue_probold";
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 39px; }
  .argmc-form-steps-wrapper .coupon-wrapper #coupon_code:-ms-input-placeholder {
    position: relative;
    font-family: "bebas_neue_probold";
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 39px; }
  .argmc-form-steps-wrapper .coupon-wrapper #coupon_code::-ms-input-placeholder {
    position: relative;
    font-family: "bebas_neue_probold";
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 39px; }
  .argmc-form-steps-wrapper .coupon-wrapper #coupon_code,
  .argmc-form-steps-wrapper .coupon-wrapper #coupon_code::placeholder {
    position: relative;
    font-family: "bebas_neue_probold";
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 39px; }
  .argmc-form-steps-wrapper .coupon-wrapper .form-row-first {
    float: left; }
  .argmc-form-steps-wrapper .coupon-wrapper .form-row-last {
    float: right; }

@media (min-width: 1024px) {
  .argmc-form-steps-wrapper .form-row-first,
  .argmc-form-steps-wrapper .form-row-last {
    width: 48%; }
  .argmc-form-steps-wrapper .form-row-first {
    float: left;
    clear: none !important; }
    .argmc-form-steps-wrapper .form-row-first.has-error {
      clear: both; }
  .argmc-form-steps-wrapper .form-row-last {
    float: right; }
  .argmc-form-steps-wrapper .form-row-wide {
    width: 100%;
    clear: both; }
  .argmc-form-steps-wrapper .form-row-first + .form-row-first {
    float: right; }
  .argmc-form-steps-wrapper .form-row-first + .form-row-last {
    clear: right; } }

.woocommerce-checkout .background__headline {
  display: none; }

.woocommerce-checkout .woocommerce-form-login .form-row-first {
  margin-left: 0; }

.woocommerce-checkout .woocommerce-form-login .form-row {
  margin-left: 0 !important; }

.woocommerce-checkout .background__headline {
  margin-top: 120px; }

.woocommerce-checkout .qty {
  border: 0; }

.woocommerce-checkout .ts {
  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; }
  .woocommerce-checkout .ts .yith_wcmc_subscribe_me_label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .woocommerce-checkout .ts .trustpilot_consent_label {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .woocommerce-checkout .ts input[type=checkbox] + span {
    padding-left: 26px; }

.woocommerce-checkout .woocommerce-form-login {
  padding-bottom: 60px;
  margin-bottom: 30px;
  border-bottom: 1px solid #00140f; }
  .woocommerce-checkout .woocommerce-form-login label {
    display: none; }
  .woocommerce-checkout .woocommerce-form-login button {
    margin-left: auto;
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .woocommerce-checkout .woocommerce-form-login button {
        margin-top: 0px; } }
  .woocommerce-checkout .woocommerce-form-login .form-row:nth-child(even) {
    width: 100%; }
  .woocommerce-checkout .woocommerce-form-login .form-row:nth-child(odd) {
    width: 100%; }

.woocommerce-checkout .woocommerce-form-login-toggle {
  position: relative; }
  .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    text-align: left;
    padding-bottom: 20px; }
    @media (min-width: 1024px) {
      .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
        text-align: right;
        padding-bottom: 0; } }
  @media (min-width: 1024px) {
    .woocommerce-checkout .woocommerce-form-login-toggle {
      position: absolute;
      top: 0;
      right: 0; } }
  .woocommerce-checkout .woocommerce-form-login-toggle a {
    color: #068273;
    text-decoration: underline; }

.woocommerce-checkout .shipping-calculator-button {
  display: none; }

@media (max-width: 1023px) {
  .woocommerce-checkout .checkout #customer_details {
    margin-bottom: 0; }
  .woocommerce-checkout .checkout .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text {
    width: 100%; }
  .woocommerce-checkout #payment {
    padding-bottom: 0px; }
  .woocommerce-checkout .wc_payment_methods {
    margin-bottom: 0px; }
  .woocommerce-checkout .place-order {
    margin-top: 120px;
    margin-bottom: 20px; }
  .woocommerce-checkout .ts {
    /*      position: absolute;
      bottom: 150px;*/ } }

.woocommerce-checkout .woocommerce-terms-and-conditions {
  padding: 12px 10px;
  margin-bottom: 16px;
  border: 1px solid #00140f; }

.payment_box #eps_accountname_field {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }
  .payment_box #eps_accountname_field label {
    padding-left: 0; }

.payment_box.payment_method_vivawallet_native, .payment_box.payment_method_payabl_eps {
  width: 100%;
  border-width: 0;
  background: transparent;
  padding: 0 15px;
  margin-bottom: 15px; }
  .payment_box.payment_method_vivawallet_native .input-text, .payment_box.payment_method_payabl_eps .input-text {
    border-width: 1px; }

.payment_box.payment_method_powercash_hosted, .payment_box.payment_method_payabl_hosted {
  width: 100%; }
  .payment_box.payment_method_powercash_hosted .card-fields, .payment_box.payment_method_payabl_hosted .card-fields {
    padding: 0 !important; }
  .payment_box.payment_method_powercash_hosted iframe, .payment_box.payment_method_payabl_hosted iframe {
    width: 100% !important;
    border: 1px #ccc solid;
    margin-bottom: 8px; }
    .payment_box.payment_method_powercash_hosted iframe .col-md-6, .payment_box.payment_method_payabl_hosted iframe .col-md-6 {
      padding: unset; }

/*.coupon {
  button[name="apply_coupon"] {
    top:5px;
    position: relative;
    background: transparent;
    width: 50px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../src/icons/Arrow_Dark.svg);
  }
}*/
.woocommerce-page .woocommerce .entry-content {
  text-align: left; }

.woocommerce-page .woocommerce p {
  text-align: left; }

.woocommerce-page .woocommerce h3, .woocommerce-page .woocommerce h4 {
  text-transform: uppercase;
  text-align: left;
  font-size: 24px; }
  @media (min-width: 1024px) {
    .woocommerce-page .woocommerce h3, .woocommerce-page .woocommerce h4 {
      font-size: 20px; } }

@media (max-width: 1023px) {
  .woocommerce-page .checkout-number {
    display: none; } }

.checkout-row .select-styled {
  text-transform: none;
  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;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial; }
  .checkout-row .select-styled:focus, .checkout-row .select-styled:hover {
    outline: none;
    border-bottom: 1px solid #00140f; }
  .checkout-row .select-styled::-webkit-input-placeholder {
    color: #55706c;
    font-size: 0.9rem; }
  .checkout-row .select-styled::-moz-placeholder {
    color: #55706c;
    font-size: 0.9rem; }
  .checkout-row .select-styled:-ms-input-placeholder {
    color: #55706c;
    font-size: 0.9rem; }
  .checkout-row .select-styled::-ms-input-placeholder {
    color: #55706c;
    font-size: 0.9rem; }
  .checkout-row .select-styled::placeholder {
    color: #55706c;
    font-size: 0.9rem; }

.checkout-row .select {
  margin-top: 3px; }

.checkout-row .select-options li {
  text-indent: 0; }

.checkout-row #ship-to-different-address {
  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;
  text-transform: none; }
  .checkout-row #ship-to-different-address label {
    display: block; }

.checkout-row ul {
  padding-left: 0;
  list-style: none; }

.checkout-row .select-styled:after {
  background-image: url("../src/icons/Chevron_Green.svg"); }

.checkout-row #customer_details {
  margin-bottom: 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; }
  .checkout-row #customer_details .woocommerce-billing-fields {
    /*width: 100%;
      order:0;*/ }
  .checkout-row #customer_details .woocommerce-shipping-fields {
    /*      order:1;
      width:100%;
      @include bp(desktop){
        width:50%;
      }
      .form-row {
        width:100%;
        margin-left:0;
      }*/ }
  .checkout-row #customer_details .woocommerce-account-fields {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%; }
    .checkout-row #customer_details .woocommerce-account-fields .form-row {
      width: 100%; }
      .checkout-row #customer_details .woocommerce-account-fields .form-row span {
        color: #55706c; }

@media (max-width: 1023px) {
  .checkout-row .form-row {
    margin-bottom: 15px; } }

.checkout-row .delivery_msg_note p {
  display: inline-block;
  width: calc(100% - 28px); }

.checkout-row .delivery_msg_note.inactive {
  opacity: 0;
  height: 1px; }
  .checkout-row .delivery_msg_note.inactive p {
    opacity: 0;
    height: 1px;
    overflow: hidden; }
  .checkout-row .delivery_msg_note.inactive > i {
    display: none; }

@media (min-width: 1024px) {
  .checkout-row #shipping_method .amount {
    float: right; } }

.checkout-row .woocommerce-terms-and-conditions-wrapper .has-error label {
  margin-bottom: 0; }
  .checkout-row .woocommerce-terms-and-conditions-wrapper .has-error label.error {
    margin-bottom: 20px !important; }

.checkout-row .woocommerce-terms-and-conditions-wrapper .form-row {
  margin: 0;
  width: 100%; }

.checkout-row .woocommerce-form__label-for-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media (min-width: 1024px) {
    .checkout-row .woocommerce-form__label-for-checkbox {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }

.checkout-row .yith_wcmc_subscribe_me_label,
.checkout-row .trustpilot_consent_label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .checkout-row .yith_wcmc_subscribe_me_label span,
  .checkout-row .trustpilot_consent_label span {
    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; }

.woocoomerce-thankyou-block {
  width: 100%;
  margin-top: 40px; }
  .woocoomerce-thankyou-block .cart-collaterals {
    width: 100%; }
  .woocoomerce-thankyou-block .cart_item {
    width: 100%; }
    .woocoomerce-thankyou-block .cart_item .cart__item-left {
      margin-right: 30px; }
      @media (max-width: 1023px) {
        .woocoomerce-thankyou-block .cart_item .cart__item-left {
          margin-right: 10px; } }
    .woocoomerce-thankyou-block .cart_item .cart__item-right {
      width: 55%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .woocoomerce-thankyou-block .product-name {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .woocoomerce-thankyou-block .product__quantity {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .woocoomerce-thankyou-block .product-name, .woocoomerce-thankyou-block .product__quantity {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .woocoomerce-thankyou-block .product-name .product__name, .woocoomerce-thankyou-block .product-name .product-subtotal, .woocoomerce-thankyou-block .product__quantity .product__name, .woocoomerce-thankyou-block .product__quantity .product-subtotal {
      font-weight: bold;
      margin-bottom: 14px; }
    .woocoomerce-thankyou-block .product-name .woocommerce-Price-amount, .woocoomerce-thankyou-block .product__quantity .woocommerce-Price-amount {
      font-weight: bold;
      margin-bottom: 14px; }
    .woocoomerce-thankyou-block .product-name div, .woocoomerce-thankyou-block .product-name p, .woocoomerce-thankyou-block .product-name strong, .woocoomerce-thankyou-block .product__quantity div, .woocoomerce-thankyou-block .product__quantity p, .woocoomerce-thankyou-block .product__quantity strong {
      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: #00140f; }
  .woocoomerce-thankyou-block .woocommerce-bacs-bank-details:before {
    content: "";
    display: block;
    clear: both;
    height: 0; }
  @media (max-width: 1023px) {
    .woocoomerce-thankyou-block .woocommerce-qrcode {
      padding: 0;
      margin-top: 25px; } }
  .woocoomerce-thankyou-block .details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0; }
    .woocoomerce-thankyou-block .details-wrapper > section:first-of-type {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .woocoomerce-thankyou-block .details-wrapper > section:last-of-type {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      max-width: 124px; }
      @media (min-width: 1024px) {
        .woocoomerce-thankyou-block .details-wrapper > section:last-of-type {
          max-width: 150px; } }
    .woocoomerce-thankyou-block .details-wrapper > section:only-of-type {
      max-width: 100%; }
  .woocoomerce-thankyou-block .bacs-qrcode {
    border: 1px #00140f solid; }
  .woocoomerce-thankyou-block .order-info-column {
    padding: 0; }
    @media (min-width: 1024px) {
      .woocoomerce-thankyou-block .order-info-column {
        padding: 0 20px; } }
  .woocoomerce-thankyou-block .order-details, .woocoomerce-thankyou-block .order-info-column {
    width: 100%; }
  @media (min-width: 1024px) {
    .woocoomerce-thankyou-block .order-details {
      width: 52%;
      padding-right: 12%; }
    .woocoomerce-thankyou-block .order-info-column {
      width: 48%;
      padding: 0; } }
  .woocoomerce-thankyou-block 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;
    color: #00140f;
    text-transform: uppercase;
    margin-bottom: 15px; }
    @media (max-width: 1023px) {
      .woocoomerce-thankyou-block h2 {
        font-size: 48px; } }
  .woocoomerce-thankyou-block .thankyou__table {
    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;
    margin-top: 45px; }
    .woocoomerce-thankyou-block .thankyou__table .table__col {
      width: calc( 100% / 3); }
      @media (max-width: 1023px) {
        .woocoomerce-thankyou-block .thankyou__table .table__col {
          width: 100%; }
          .woocoomerce-thankyou-block .thankyou__table .table__col .inner {
            padding: 0 !important; } }
      .woocoomerce-thankyou-block .thankyou__table .table__col address {
        color: #55706c;
        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; }
      .woocoomerce-thankyou-block .thankyou__table .table__col li, .woocoomerce-thankyou-block .thankyou__table .table__col 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; }
      .woocoomerce-thankyou-block .thankyou__table .table__col h5, .woocoomerce-thankyou-block .thankyou__table .table__col .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;
        text-transform: uppercase;
        color: #00140f;
        border-bottom: 1px solid #00140f;
        padding-bottom: 15px;
        margin-bottom: 24px; }
      .woocoomerce-thankyou-block .thankyou__table .table__col:first-child .inner {
        padding-left: 0; }
      .woocoomerce-thankyou-block .thankyou__table .table__col:last-child {
        padding-right: 0; }
      .woocoomerce-thankyou-block .thankyou__table .table__col .inner {
        padding: 0 15px; }
      .woocoomerce-thankyou-block .thankyou__table .table__col ul {
        list-style: none;
        padding: 0; }
  @media (max-width: 1023px) {
    .woocoomerce-thankyou-block .woocommerce-bacs-bank-details {
      padding: 0;
      margin-top: 25px; }
      .woocoomerce-thankyou-block .woocommerce-bacs-bank-details h2 {
        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;
        color: #00140f;
        border-bottom: 1px solid #00140f;
        padding-bottom: 15px;
        margin-bottom: 24px; } }
  .woocoomerce-thankyou-block .woocommerce-bacs-bank-details ul {
    padding: 0;
    list-style: none; }
    .woocoomerce-thankyou-block .woocommerce-bacs-bank-details ul 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;
      color: #55706c; }
  .woocoomerce-thankyou-block .woocommerce-bacs-bank-details h3 {
    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: #55706c; }
  .woocoomerce-thankyou-block .woocommerce-bacs-bank-details h2 {
    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;
    color: #00140f;
    border-bottom: 1px solid #00140f;
    padding-bottom: 15px;
    margin-bottom: 24px; }

.arrow-button-right {
  width: 100%;
  text-align: left;
  padding-left: 66px;
  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;
  color: #00140f;
  border-bottom: 1px solid #00140f;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 14px;
  background: none;
  border-width: 0;
  width: auto; }
  .arrow-button-right:after {
    content: "";
    background-image: url(../src/icons/Arrow_Dark_Left.svg);
    background-size: 60px;
    width: 60px;
    height: 20px;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    top: 3px; }
    @media (min-width: 1024px) {
      .arrow-button-right:after {
        top: 10px; } }

.thankyoupage-links {
  margin-top: 40px;
  margin-bottom: 40px; }
  .thankyoupage-links .arrow-button {
    width: 100%;
    text-align: left;
    padding-right: 66px;
    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;
    color: #00140f;
    border-bottom: 1px solid #00140f;
    padding-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 14px; }
    .thankyoupage-links .arrow-button:after {
      content: "";
      background-image: url(../src/icons/Arrow_Dark.svg);
      background-size: 60px;
      width: 60px;
      height: 20px;
      right: 0;
      position: absolute;
      background-repeat: no-repeat;
      top: 3px; }

.checkout-row .billing-column {
  width: 50%;
  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; }
  @media (max-width: 1023px) {
    .checkout-row .billing-column {
      width: 100%; } }
  .checkout-row .billing-column .checkout {
    width: 100%; }

.checkout-row .shipping-info {
  text-align: right; }

.checkout-row .woocommerce-cart,
.checkout-row .checkout {
  width: 100%; }

.checkout-row .checkout {
  margin-top: 40px;
  padding: 0 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; }
  @media (max-width: 1023px) {
    .checkout-row .checkout {
      padding: 0; } }
  .checkout-row .checkout #customer_details {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .checkout-row .checkout .woocommerce-shipping-totals {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; }
  .checkout-row .checkout #payment {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-left: 0; }
  .checkout-row .checkout .wc_payment_method > label {
    width: 100%; }
    .checkout-row .checkout .wc_payment_method > label > img {
      max-height: 24px;
      float: right;
      position: relative;
      top: -2px; }

@media (min-width: 1024px) {
  .checkout-row .checkout {
    margin-top: 0;
    padding: 0; }
    .checkout-row .checkout #payment button {
      width: 100%;
      padding: 0; } }

.checkout-row .woocommerce-NoticeGroup {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .checkout-row .woocommerce-NoticeGroup {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10; } }

.checkout-row .has-error input.form-control, .checkout-row .has-error .single-product #yith-wcwtl-output input#yith-wcwtl-user-email, .single-product #yith-wcwtl-output .checkout-row .has-error input#yith-wcwtl-user-email,
.checkout-row .has-error .single-product .yith-wcwtl-output input#yith-wcwtl-user-email, .single-product .yith-wcwtl-output .checkout-row .has-error input#yith-wcwtl-user-email {
  border-color: #e64b4b; }

.checkout-row .has-error input.form-control::-webkit-input-placeholder, .checkout-row .has-error .single-product #yith-wcwtl-output input#yith-wcwtl-user-email::-webkit-input-placeholder, .single-product #yith-wcwtl-output .checkout-row .has-error input#yith-wcwtl-user-email::-webkit-input-placeholder, .checkout-row .has-error .single-product .yith-wcwtl-output input#yith-wcwtl-user-email::-webkit-input-placeholder, .single-product .yith-wcwtl-output .checkout-row .has-error input#yith-wcwtl-user-email::-webkit-input-placeholder {
  color: #e64b4b; }

.checkout-row .has-error input.form-control::-moz-placeholder, .checkout-row .has-error .single-product #yith-wcwtl-output input#yith-wcwtl-user-email::-moz-placeholder, .single-product #yith-wcwtl-output .checkout-row .has-error input#yith-wcwtl-user-email::-moz-placeholder, .checkout-row .has-error .single-product .yith-wcwtl-output input#yith-wcwtl-user-email::-moz-placeholder, .single-product .yith-wcwtl-output .checkout-row .has-error input#yith-wcwtl-user-email::-moz-placeholder {
  color: #e64b4b; }

.checkout-row .has-error input.form-control:-ms-input-placeholder, .checkout-row .has-error .single-product #yith-wcwtl-output input#yith-wcwtl-user-email:-ms-input-placeholder, .single-product #yith-wcwtl-output .checkout-row .has-error input#yith-wcwtl-user-email:-ms-input-placeholder, .checkout-row .has-error .single-product .yith-wcwtl-output input#yith-wcwtl-user-email:-ms-input-placeholder, .single-product .yith-wcwtl-output .checkout-row .has-error input#yith-wcwtl-user-email:-ms-input-placeholder {
  color: #e64b4b; }

.checkout-row .has-error input.form-control::-ms-input-placeholder, .checkout-row .has-error .single-product #yith-wcwtl-output input#yith-wcwtl-user-email::-ms-input-placeholder, .single-product #yith-wcwtl-output .checkout-row .has-error input#yith-wcwtl-user-email::-ms-input-placeholder, .checkout-row .has-error .single-product .yith-wcwtl-output input#yith-wcwtl-user-email::-ms-input-placeholder, .single-product .yith-wcwtl-output .checkout-row .has-error input#yith-wcwtl-user-email::-ms-input-placeholder {
  color: #e64b4b; }

.checkout-row .has-error input.form-control::placeholder, .checkout-row .has-error .single-product #yith-wcwtl-output input#yith-wcwtl-user-email::placeholder, .single-product #yith-wcwtl-output .checkout-row .has-error input#yith-wcwtl-user-email::placeholder,
.checkout-row .has-error .single-product .yith-wcwtl-output input#yith-wcwtl-user-email::placeholder, .single-product .yith-wcwtl-output .checkout-row .has-error input#yith-wcwtl-user-email::placeholder {
  color: #e64b4b; }

.checkout-row ul.woocommerce-error li {
  border-width: 0;
  margin: 0 0 6px 0;
  font-weight: bold;
  padding-left: 10px;
  position: relative; }
  .checkout-row ul.woocommerce-error li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #f00; }

#order_review_heading {
  display: none; }

#wc-vivawallet_native-cc-form p {
  margin-left: 0;
  margin-right: 0; }

#wc-vivawallet_native-cc-form label {
  padding-left: 0px; }

#wc-vivawallet_native-cc-form .input-text {
  width: 100%; }

#wc-vivawallet_native-cc-form .VWLogoContainer p {
  margin: 0; }

#wc-vivawallet_native-cc-form #vivawallet_native-card-cvc {
  width: 100% !important; }

#order_review {
  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; }

#place_order.button {
  color: #00140f;
  background-color: transparent;
  border: 1px solid #00140f; }
  @media only screen and (max-width: 1024px) {
    #place_order.button {
      width: 100%;
      padding: 0; } }

.shipping h4,
.shipping h3,
#payment h4,
#payment h3,
.woocommerce-billing-fields h4,
.woocommerce-billing-fields h3,
.review_order_side h4,
.review_order_side h3 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9; }
  @media (min-width: 1024px) {
    .shipping h4,
    .shipping h3,
    #payment h4,
    #payment h3,
    .woocommerce-billing-fields h4,
    .woocommerce-billing-fields h3,
    .review_order_side h4,
    .review_order_side h3 {
      font-size: 20px; } }

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  height: 50px;
  border-radius: 0; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 10px 10px 0;
    height: 42px;
    line-height: 22px;
    display: block;
    border-bottom: 1px solid #00140f;
    color: #55706c; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  visibility: hidden; }

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  background-image: url("../src/icons/Chevron_Dark.svg");
  top: 60%;
  background-size: 12px;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  position: absolute;
  right: 10px; }

.select2-dropdown {
  background-color: #fcfbf7; }
  .select2-dropdown .select2-results__option {
    color: #00140f; }

.pwgc-redeem-error, label[for="pwgc-redeem-gift-card-number"] {
  display: none; }

.coupon {
  position: relative; }

#pwgc-redeem-gift-card-number {
  left: 0;
  padding-bottom: 8px;
  margin-right: auto; }

#pwgc-apply-gift-card {
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  height: auto;
  text-align: right; }
  #pwgc-apply-gift-card:hover {
    color: #068273; }

.order-total-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .order-total-heading .summary-toggle-title {
    display: none; }
    @media (min-width: 1024px) {
      .order-total-heading .summary-toggle-title {
        display: block; } }
  .order-total-heading .toggle-button {
    border-width: 0;
    display: block;
    font-size: 24px;
    position: relative; }
    .order-total-heading .toggle-button:hover {
      color: #00140f; }
    .order-total-heading .toggle-button:after {
      right: auto;
      top: 8px;
      background-size: 12px;
      width: 12px;
      height: 17px;
      margin-left: 6px; }
    @media (min-width: 1024px) {
      .order-total-heading .toggle-button {
        display: none; } }
  .order-total-heading .amount {
    color: #058273; }
    @media (min-width: 1024px) {
      .order-total-heading .amount {
        display: none; } }

.summary__contents {
  display: none;
  height: 0px; }
  .summary__contents.active {
    display: block;
    height: auto; }
  @media (min-width: 1024px) {
    .summary__contents {
      display: block;
      height: auto; } }

.cart-subtotal.order_total,
.order-total {
  border-top: 1px solid #00140f;
  margin-top: 20px;
  padding-top: 20px; }
  .cart-subtotal.order_total h3, .cart-subtotal.order_total h4, .cart-subtotal.order_total h5, .cart-subtotal.order_total .h5__upper,
  .order-total h3,
  .order-total h4,
  .order-total h5,
  .order-total .h5__upper {
    color: #00140f; }
  @media (max-width: 1023px) {
    .cart-subtotal.order_total,
    .order-total {
      padding-bottom: 12px; } }

.quantity-display {
  margin-right: 15px; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #00140f;
  color: #fcfbf7; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #00140f;
  color: #00140f; }

.select2-dropdown {
  border: 1px solid #00140f; }

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  top: 2px;
  border-top: 1px solid #00140f; }

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

#goToCheckoutBtn {
  margin: 0;
  width: 100%;
  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) {
    #goToCheckoutBtn:hover {
      color: #fcfbf7;
      border-color: #058273; }
      #goToCheckoutBtn:hover:after {
        background-color: #058273;
        height: 100%; }
    #goToCheckoutBtn: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; } }
  #goToCheckoutBtn.disabled .lock {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    background-size: contain;
    background-image: url("../src/icons/white_lock.svg"); }
  #goToCheckoutBtn.disabled, #goToCheckoutBtn.disabled:hover {
    cursor: not-allowed;
    background-color: #058273;
    border-color: #058273;
    color: #fcfbf7;
    opacity: 0.5; }
  #goToCheckoutBtn.disabled:hover:after {
    background-color: #058273;
    border-color: #058273; }

.wc-proceed-to-checkout .smokeCheck {
  display: none;
  padding: 16px 0 10px 0; }
  @media (max-width: 1023px) {
    .wc-proceed-to-checkout .smokeCheck {
      font-size: 18px !important; } }
  .wc-proceed-to-checkout .smokeCheck .woocommerce-form__label-for-checkbox {
    margin-right: auto;
    margin-left: auto;
    color: black; }
    .wc-proceed-to-checkout .smokeCheck .woocommerce-form__label-for-checkbox span {
      color: black; }

.wc-proceed-to-checkout.hasSmokingProducts .smokeCheck {
  display: block; }

.js-cart-error-message {
  display: none;
  font-weight: 500;
  color: #e64b4b !important; }
  .js-cart-error-message.show {
    display: block; }

.woocommerce-cart {
  padding: 0; }
  @media (min-width: 1024px) {
    .woocommerce-cart {
      padding: 0; } }

.woocommerce-cart .cart_item {
  position: relative; }
  @media (max-width: 1023px) {
    .woocommerce-cart .cart_item .product-price {
      display: none; }
    .woocommerce-cart .cart_item .product-subtotal {
      padding-bottom: 40px; } }
  .woocommerce-cart .cart_item .product__remove a {
    color: #00140f;
    font-size: 14px; }
  .woocommerce-cart .cart_item .cart__item-right {
    width: 55%; }
    @media (min-width: 1024px) {
      .woocommerce-cart .cart_item .cart__item-right {
        width: 43%; } }
  .woocommerce-cart .cart_item.giftbox__wrapper {
    border-bottom-width: 0; }
    @media (max-width: 1023px) {
      .woocommerce-cart .cart_item.giftbox__wrapper .cart__item-right {
        padding-bottom: 0; } }

.tax_label {
  display: block; }

.desktop-hidden.mobile-quantity {
  display: none; }

.mobile-hidden {
  display: block; }

.woocommerce-cart .cart_item .cart__item-right {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media (max-width: 1023px) {
  .cart_item .cart__item-left {
    max-width: 36%;
    margin-right: 10px;
    width: 116px; }
    .cart_item .cart__item-left .product-thumbnail img {
      max-width: 100%; }
  .woocommerce-cart .cart_item .cart__item-right {
    width: 60%;
    padding: 13px 0;
    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;
    padding-top: 13px; }
    .woocommerce-cart .cart_item .cart__item-right .desktop-hidden.mobile-quantity {
      display: block; }
      .woocommerce-cart .cart_item .cart__item-right .desktop-hidden.mobile-quantity .product-quantity {
        margin-top: 0; }
      .woocommerce-cart .cart_item .cart__item-right .desktop-hidden.mobile-quantity .quantity {
        margin-right: auto; }
    .woocommerce-cart .cart_item .cart__item-right .cart__item__column {
      padding: 0; }
  .mobile-hidden {
    display: none; }
  .product__remove {
    margin-top: 10px; } }

.cart__item__column {
  width: 50%;
  padding: 20px 0; }
  .giftbox__wrapper .cart__item__column {
    width: 100%;
    text-align: left;
    padding: 20px 0 0 0; }

.cart_item {
  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%;
  border-bottom: solid 1px #00140f; }
  @media (min-width: 1024px) {
    .cart_item {
      width: 80%; } }
  .cart_item:first-child {
    border-top: solid 1px #00140f; }
  .cart_item .cart__item-left {
    margin-right: 10px; }
    @media (min-width: 1024px) {
      .cart_item .cart__item-left {
        max-width: 155px;
        margin-right: 75px; } }
    .cart_item .cart__item-left .product-thumbnail img {
      max-width: 116px;
      height: 140px;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (min-width: 1024px) {
        .cart_item .cart__item-left .product-thumbnail img {
          max-width: 155px;
          width: 155px;
          height: 194px;
          -o-object-fit: contain;
             object-fit: contain; } }
  .cart_item .cart__item-right {
    width: 35%;
    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;
    text-align: right;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1024px) {
      .cart_item .cart__item-right {
        width: 50%; } }
    .cart_item .cart__item-right .product-quantity {
      margin-top: 30px;
      margin-bottom: 0;
      text-align: left; }
    .cart_item .cart__item-right .quantity-up:before {
      top: 33%;
      background-size: 10px;
      right: -11px;
      background-image: url("../src/icons/Add.svg"); }
    .cart_item .cart__item-right .quantity-down:before {
      background-size: 9px;
      width: 10px;
      height: 10px;
      top: 50%;
      position: absolute;
      left: 14px;
      background-image: url("../src/icons/Minus.svg"); }
    .cart_item .cart__item-right .quantity {
      width: 60px;
      margin-left: 0;
      margin-right: auto; }
    .cart_item .cart__item-right .qty {
      width: 36px;
      color: #00140f;
      margin-right: 4px; }
    .cart_item .cart__item-right .cart__attributes {
      margin-top: 7px;
      margin-bottom: 10px; }
      @media (max-width: 1023px) {
        .cart_item .cart__item-right .cart__attributes {
          margin-top: 7px; } }
    .cart_item .cart__item-right .attribute__name {
      color: #00140f;
      padding-bottom: 7px; }
      @media (max-width: 1023px) {
        .cart_item .cart__item-right .attribute__name {
          padding-bottom: 4px; } }
    .cart_item .cart__item-right .product-name {
      text-align: left;
      line-height: 1; }
      .cart_item .cart__item-right .product-name a {
        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;
        line-height: 1;
        color: #00140f;
        font-weight: bold; }
    .cart_item .cart__item-right .product-price, .cart_item .cart__item-right .product-subtotal {
      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: #00140f;
      font-weight: bold; }

#order_review {
  padding-bottom: 40px;
  border-bottom: 0; }

.cart-collaterals, #order_review {
  width: 100%; }
  @media (min-width: 1024px) {
    .cart-collaterals, #order_review {
      width: 80%; } }
  .cart-collaterals .shop_table, #order_review .shop_table {
    width: 100%; }
  .cart-collaterals .cart-subtotals, #order_review .cart-subtotals {
    margin-top: 40px; }
    .cart-collaterals .cart-subtotals .tax_label, #order_review .cart-subtotals .tax_label {
      display: inline; }
    @media (max-width: 1023px) {
      .cart-collaterals .cart-subtotals, #order_review .cart-subtotals {
        margin-top: 20px; } }
  .cart-collaterals .tax-total:first-child, #order_review .tax-total:first-child {
    padding-bottom: 40px; }
  .cart-collaterals .order-total:first-child, #order_review .order-total:first-child {
    display: none; }
  .cart-collaterals #order_review .tax-total, #order_review #order_review .tax-total {
    padding-top: 30px;
    margin-bottom: 40px;
    border-top: solid 1px #00140f; }

.cart-subtotal, .tax-total, .order-total, .tax-rate, .shipping-selections, .order-review-shipping-checkout, .order-total div {
  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;
  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;
  line-height: 1.75;
  color: #55706c; }

#order_review .order-total div {
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #00140f; }

.woocommerce-error {
  padding-left: 0; }

.coupon_input, .coupon input, .giftbox__wrapper .giftbox__title, .giftbox__wrapper .giftbox__cta_link {
  padding-bottom: 10px;
  border: 0;
  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;
  width: 70%;
  background-color: transparent; }
  @media (min-width: 1024px) {
    .coupon_input, .coupon input, .giftbox__wrapper .giftbox__title, .giftbox__wrapper .giftbox__cta_link {
      width: 80%; } }

.coupon {
  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;
  margin-top: 45px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .coupon.giftbox__wrapper {
    border-bottom-width: 0; }
  @media (min-width: 1024px) {
    .coupon {
      width: 80%; } }
  .coupon button {
    cursor: pointer;
    padding-bottom: 8px;
    border: 0;
    background: transparent; }
  .coupon input[type=text]::-webkit-input-placeholder {
    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; }

button[name="update_cart"],
.update-cart {
  display: none !important; }

@media (min-width: 1024px) {
  .giftbox__wrapper {
    width: 81%; } }

.giftbox__wrapper .text-right {
  text-align: right; }

.giftbox__wrapper .giftbox__thumb {
  max-width: 100px !important;
  height: auto !important;
  padding: 10px; }

@media (min-width: 1024px) {
  .giftbox__wrapper .cart__item-right {
    padding-top: 0 !important; } }

.giftbox__wrapper .product-price {
  text-align: left; }
  @media (max-width: 1023px) {
    .giftbox__wrapper .product-price {
      display: block !important; } }

@media (min-width: 1024px) {
  .giftbox__wrapper.cart_item .cart__item-left {
    margin-right: 25px; } }

@media (min-width: 1024px) {
  .giftbox__wrapper.cart_item .cart__item-right {
    width: calc(100% - 130px); } }

.giftbox__wrapper .giftbox__cta_link {
  text-align: left;
  padding: 0 0 20px 0; }

.woocommerce-cart-page .cart_item .cart__item-right .qty {
  border: 1px solid #00140f;
  width: 80px;
  height: 30px;
  line-height: 30px; }

.woocommerce-cart-page .cart_item .cart__item-right .quantity {
  width: 80px; }

.woocommerce-cart-page .cart_item .cart__item-right .quantity-down:before,
.woocommerce-cart-page .cart_item .cart__item-right .quantity-up:before {
  background-position: center;
  width: 30px;
  height: 30px;
  top: 0; }

.woocommerce-cart-page .cart_item .cart__item-right .quantity-down:before {
  left: 0; }

.woocommerce-cart-page .cart_item .cart__item-right .quantity-up:before {
  right: 0; }

.woocommerce-cart .woocommerce-cart-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 70px;
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 2rem;
  /*    .button[name="update_cart"],
    .update-cart {
      display: block!important;
      padding-left: 0;
      padding-right: 0;
      font-size: 16px;
      margin: 20px 0 0 auto;
    }*/ }
  @media (min-width: 1024px) {
    .woocommerce-cart .woocommerce-cart-page {
      margin-top: 0rem; } }
  .woocommerce-cart .woocommerce-cart-page .break {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 0; }
  .woocommerce-cart .woocommerce-cart-page .woocommerce-notices-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .woocommerce-cart .woocommerce-cart-page .woocommerce-cart-form {
    width: 100%;
    padding-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 1024px) {
      .woocommerce-cart .woocommerce-cart-page .woocommerce-cart-form {
        width: 70%;
        padding-bottom: 50px;
        padding-right: 15px; } }
  .woocommerce-cart .woocommerce-cart-page .cart-collaterals {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-bottom: 60px; }
    @media (min-width: 1024px) {
      .woocommerce-cart .woocommerce-cart-page .cart-collaterals {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 30%;
        padding: 0 0 0 15px; } }
    .woocommerce-cart .woocommerce-cart-page .cart-collaterals .includes_tax {
      display: none !important; }
  .woocommerce-cart .woocommerce-cart-page .cart-subtotal {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #00140f; }
  .woocommerce-cart .woocommerce-cart-page .cart-subtotals {
    display: none; }
  .woocommerce-cart .woocommerce-cart-page .coupon {
    display: none; }
  .woocommerce-cart .woocommerce-cart-page .cart_item .cart__item-right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .woocommerce-cart .woocommerce-cart-page #shipping_method {
    padding: 6px 0 0 0;
    list-style: none; }
  .woocommerce-cart .woocommerce-cart-page .cart__item__column {
    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;
    height: 100%;
    padding: 20px 0px 20px 10px; }
  .woocommerce-cart .woocommerce-cart-page .woocommerce-shipping-totals th, .woocommerce-cart .woocommerce-cart-page .woocommerce-shipping-totals h4 {
    display: none; }
  .woocommerce-cart .woocommerce-cart-page .woocommerce-shipping-totals #calc_shipping_state_field {
    display: none !important; }
  .woocommerce-cart .woocommerce-cart-page .woocommerce-shipping-totals .delivery_msg_note {
    padding-top: 20px; }
  .woocommerce-cart .woocommerce-cart-page .woocommerce-shipping-totals .woocommerce-shipping-methods {
    margin-bottom: 0; }
    .woocommerce-cart .woocommerce-cart-page .woocommerce-shipping-totals .woocommerce-shipping-methods label {
      padding-left: 8px; }
      .woocommerce-cart .woocommerce-cart-page .woocommerce-shipping-totals .woocommerce-shipping-methods label .amount {
        font-weight: bold; }
  .woocommerce-cart .woocommerce-cart-page .woocommerce-shipping-totals .woocommerce-shipping-destination {
    margin-bottom: 0; }
  .woocommerce-cart .woocommerce-cart-page .woocommerce-shipping-totals .woocommerce-shipping-calculator {
    display: none !important; }
  .woocommerce-cart .woocommerce-cart-page .cart_item {
    width: 100% !important; }
    .woocommerce-cart .woocommerce-cart-page .cart_item .cart__item-left {
      margin-right: 10px; }
  .woocommerce-cart .woocommerce-cart-page .wc-proceed-to-checkout {
    margin-top: 20px; }
  .woocommerce-cart .woocommerce-cart-page button[name="calc_shipping"] {
    margin: 0 0 0 auto; }

.page-template-default .woocommerce-cart-page .wc-proceed-to-checkout .button {
  margin: 0 0 0 auto; }

@keyframes cascade-up {
  0% {
    -webkit-transform: translate3d(0, 112%, 0);
            transform: translate3d(0, 112%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes cascade-up-soft {
  0% {
    -webkit-transform: translate3d(0, 60%, 0);
            transform: translate3d(0, 60%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slide-up {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slide-up-long {
  0% {
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes stretch-up {
  0% {
    -webkit-transform: scaleY(1.4) translate3d(0, 40px, 0);
            transform: scaleY(1.4) translate3d(0, 40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: scaleY(1) translate3d(0, 0, 0);
            transform: scaleY(1) translate3d(0, 0, 0);
    opacity: 1; } }

.cascade-mask {
  position: relative;
  vertical-align: top;
  overflow: hidden; }

.cascade-mask.padded-r {
  padding-right: 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

@media (min-width: 300px) {
  [data-cascade] {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.3, 0, 0.2, 1);
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    [data-cascade].row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  [data-cascade="fade-up"] {
    opacity: 0; }
  [data-cascade="fade-up"].animate {
    opacity: 1;
    -webkit-animation-name: cascade-up;
            animation-name: cascade-up; }
  [data-cascade="slide-up"] {
    opacity: 0; }
  [data-cascade="slide-up"].animate {
    opacity: 1;
    -webkit-animation-name: slide-up;
            animation-name: slide-up;
    -webkit-animation-duration: 1500ms;
            animation-duration: 1500ms;
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
  [data-cascade="slide-up-long"] {
    opacity: 0; }
  [data-cascade="slide-up-long"].animate {
    opacity: 1;
    -webkit-animation-name: slide-up-long;
            animation-name: slide-up-long;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms; }
  [data-cascade="slide-up-short"] {
    opacity: 0; }
  [data-cascade="slide-up-short"].animate {
    opacity: 1;
    -webkit-animation-name: slide-up-long;
            animation-name: slide-up-long;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms; }
  [data-cascade="stretch-up"] {
    opacity: 0; }
  [data-cascade="stretch-up"].animate {
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    opacity: 1;
    -webkit-animation-name: stretch-up;
            animation-name: stretch-up; }
  [data-cascade="aladdin"] {
    -webkit-animation-duration: 600ms;
            animation-duration: 600ms;
    opacity: 0; }
  [data-cascade="aladdin"].animate {
    opacity: 1;
    -webkit-animation-name: slide-up;
            animation-name: slide-up; } }

@media (max-width: 767px) {
  [data-cascade-delay-mobile="0"] {
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms; }
  [data-cascade-delay-mobile="1"] {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms; }
  [data-cascade-delay-mobile="2"] {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
  [data-cascade-delay-mobile="3"] {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }
  [data-cascade-delay-mobile="4"] {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms; }
  [data-cascade-delay-mobile="5"] {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms; }
  [data-cascade-delay-mobile="6"] {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms; }
  [data-cascade-delay-mobile="7"] {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms; }
  [data-cascade-delay-mobile="8"] {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms; }
  [data-cascade-delay-mobile="9"] {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms; }
  [data-cascade-delay-mobile="10"] {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms; }
  [data-cascade-delay-mobile="11"] {
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms; }
  [data-cascade-delay-mobile="12"] {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms; }
  [data-cascade-delay-mobile="13"] {
    -webkit-animation-delay: 1300ms;
            animation-delay: 1300ms; }
  [data-cascade-delay-mobile="14"] {
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms; }
  [data-cascade-delay-mobile="15"] {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms; }
  [data-cascade-delay-mobile="16"] {
    -webkit-animation-delay: 1600ms;
            animation-delay: 1600ms; }
  [data-cascade-delay-mobile="17"] {
    -webkit-animation-delay: 1700ms;
            animation-delay: 1700ms; }
  [data-cascade-delay-mobile="18"] {
    -webkit-animation-delay: 1800ms;
            animation-delay: 1800ms; }
  [data-cascade-delay-mobile="19"] {
    -webkit-animation-delay: 1900ms;
            animation-delay: 1900ms; }
  [data-cascade-delay-mobile="20"] {
    -webkit-animation-delay: 2000ms;
            animation-delay: 2000ms; }
  [data-cascade-delay-mobile="21"] {
    -webkit-animation-delay: 2100ms;
            animation-delay: 2100ms; }
  [data-cascade-delay-mobile="22"] {
    -webkit-animation-delay: 2200ms;
            animation-delay: 2200ms; }
  [data-cascade-delay-mobile="23"] {
    -webkit-animation-delay: 2300ms;
            animation-delay: 2300ms; }
  [data-cascade-delay-mobile="0"].firstload-mobile,
  [data-cascade-delay-mobile="0"].firstload {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms; }
  [data-cascade-delay-mobile="1"].firstload-mobile,
  [data-cascade-delay-mobile="1"].firstload {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms; }
  [data-cascade-delay-mobile="2"].firstload-mobile,
  [data-cascade-delay-mobile="2"].firstload {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms; }
  [data-cascade-delay-mobile="3"].firstload-mobile,
  [data-cascade-delay-mobile="3"].firstload {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms; }
  [data-cascade-delay-mobile="4"].firstload-mobile,
  [data-cascade-delay-mobile="4"].firstload {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms; }
  [data-cascade-delay-mobile="5"].firstload-mobile,
  [data-cascade-delay-mobile="5"].firstload {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms; }
  [data-cascade-delay-mobile="6"].firstload-mobile,
  [data-cascade-delay-mobile="6"].firstload {
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms; }
  [data-cascade-delay-mobile="7"].firstload-mobile,
  [data-cascade-delay-mobile="7"].firstload {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms; }
  [data-cascade-delay-mobile="8"].firstload-mobile,
  [data-cascade-delay-mobile="8"].firstload {
    -webkit-animation-delay: 1300ms;
            animation-delay: 1300ms; }
  [data-cascade-delay-mobile="9"].firstload-mobile,
  [data-cascade-delay-mobile="9"].firstload {
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms; }
  [data-cascade-delay-mobile="10"].firstload-mobile,
  [data-cascade-delay-mobile="10"].firstload {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms; }
  [data-cascade-delay-mobile="11"].firstload-mobile,
  [data-cascade-delay-mobile="11"].firstload {
    -webkit-animation-delay: 1600ms;
            animation-delay: 1600ms; }
  [data-cascade-delay-mobile="12"].firstload-mobile,
  [data-cascade-delay-mobile="12"].firstload {
    -webkit-animation-delay: 1700ms;
            animation-delay: 1700ms; }
  [data-cascade-delay-mobile="13"].firstload-mobile,
  [data-cascade-delay-mobile="13"].firstload {
    -webkit-animation-delay: 1800ms;
            animation-delay: 1800ms; }
  [data-cascade-delay-mobile="14"].firstload-mobile,
  [data-cascade-delay-mobile="14"].firstload {
    -webkit-animation-delay: 1900ms;
            animation-delay: 1900ms; }
  [data-cascade-delay-mobile="15"].firstload-mobile,
  [data-cascade-delay-mobile="15"].firstload {
    -webkit-animation-delay: 2000ms;
            animation-delay: 2000ms; }
  [data-cascade-delay-mobile="16"].firstload-mobile,
  [data-cascade-delay-mobile="16"].firstload {
    -webkit-animation-delay: 2100ms;
            animation-delay: 2100ms; }
  [data-cascade-delay-mobile="17"].firstload-mobile,
  [data-cascade-delay-mobile="17"].firstload {
    -webkit-animation-delay: 2200ms;
            animation-delay: 2200ms; }
  [data-cascade-delay-mobile="18"].firstload-mobile,
  [data-cascade-delay-mobile="18"].firstload {
    -webkit-animation-delay: 2300ms;
            animation-delay: 2300ms; }
  [data-cascade-delay-mobile="19"].firstload-mobile,
  [data-cascade-delay-mobile="19"].firstload {
    -webkit-animation-delay: 2400ms;
            animation-delay: 2400ms; }
  [data-cascade-delay-mobile="20"].firstload-mobile,
  [data-cascade-delay-mobile="20"].firstload {
    -webkit-animation-delay: 2500ms;
            animation-delay: 2500ms; }
  [data-cascade-delay-mobile="21"].firstload-mobile,
  [data-cascade-delay-mobile="21"].firstload {
    -webkit-animation-delay: 2600ms;
            animation-delay: 2600ms; }
  [data-cascade-delay-mobile="22"].firstload-mobile,
  [data-cascade-delay-mobile="22"].firstload {
    -webkit-animation-delay: 2700ms;
            animation-delay: 2700ms; }
  [data-cascade-delay-mobile="23"].firstload-mobile,
  [data-cascade-delay-mobile="23"].firstload {
    -webkit-animation-delay: 2800ms;
            animation-delay: 2800ms; }
  [data-aladdin-delay-mobile="0"] {
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms; }
  [data-aladdin-delay-mobile="1"] {
    -webkit-animation-delay: 20ms;
            animation-delay: 20ms; }
  [data-aladdin-delay-mobile="2"] {
    -webkit-animation-delay: 40ms;
            animation-delay: 40ms; }
  [data-aladdin-delay-mobile="3"] {
    -webkit-animation-delay: 60ms;
            animation-delay: 60ms; }
  [data-aladdin-delay-mobile="4"] {
    -webkit-animation-delay: 80ms;
            animation-delay: 80ms; }
  [data-aladdin-delay-mobile="5"] {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms; }
  [data-aladdin-delay-mobile="6"] {
    -webkit-animation-delay: 120ms;
            animation-delay: 120ms; }
  [data-aladdin-delay-mobile="7"] {
    -webkit-animation-delay: 140ms;
            animation-delay: 140ms; }
  [data-aladdin-delay-mobile="8"] {
    -webkit-animation-delay: 160ms;
            animation-delay: 160ms; }
  [data-aladdin-delay-mobile="9"] {
    -webkit-animation-delay: 180ms;
            animation-delay: 180ms; }
  [data-aladdin-delay-mobile="10"] {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
  [data-aladdin-delay-mobile="11"] {
    -webkit-animation-delay: 220ms;
            animation-delay: 220ms; }
  [data-aladdin-delay-mobile="12"] {
    -webkit-animation-delay: 240ms;
            animation-delay: 240ms; }
  [data-aladdin-delay-mobile="13"] {
    -webkit-animation-delay: 260ms;
            animation-delay: 260ms; }
  [data-aladdin-delay-mobile="14"] {
    -webkit-animation-delay: 280ms;
            animation-delay: 280ms; }
  [data-aladdin-delay-mobile="15"] {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }
  [data-aladdin-delay-mobile="16"] {
    -webkit-animation-delay: 320ms;
            animation-delay: 320ms; }
  [data-aladdin-delay-mobile="17"] {
    -webkit-animation-delay: 340ms;
            animation-delay: 340ms; }
  [data-aladdin-delay-mobile="18"] {
    -webkit-animation-delay: 360ms;
            animation-delay: 360ms; }
  [data-aladdin-delay-mobile="19"] {
    -webkit-animation-delay: 380ms;
            animation-delay: 380ms; }
  [data-aladdin-delay-mobile="20"] {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms; }
  [data-aladdin-delay-mobile="21"] {
    -webkit-animation-delay: 420ms;
            animation-delay: 420ms; }
  [data-aladdin-delay-mobile="22"] {
    -webkit-animation-delay: 440ms;
            animation-delay: 440ms; }
  [data-aladdin-delay-mobile="23"] {
    -webkit-animation-delay: 460ms;
            animation-delay: 460ms; }
  [data-aladdin-delay-mobile="0"].firstload-mobile,
  [data-aladdin-delay-mobile="0"].firstload {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms; }
  [data-aladdin-delay-mobile="1"].firstload-mobile,
  [data-aladdin-delay-mobile="1"].firstload {
    -webkit-animation-delay: 1020ms;
            animation-delay: 1020ms; }
  [data-aladdin-delay-mobile="2"].firstload-mobile,
  [data-aladdin-delay-mobile="2"].firstload {
    -webkit-animation-delay: 1040ms;
            animation-delay: 1040ms; }
  [data-aladdin-delay-mobile="3"].firstload-mobile,
  [data-aladdin-delay-mobile="3"].firstload {
    -webkit-animation-delay: 1060ms;
            animation-delay: 1060ms; }
  [data-aladdin-delay-mobile="4"].firstload-mobile,
  [data-aladdin-delay-mobile="4"].firstload {
    -webkit-animation-delay: 1080ms;
            animation-delay: 1080ms; }
  [data-aladdin-delay-mobile="5"].firstload-mobile,
  [data-aladdin-delay-mobile="5"].firstload {
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms; }
  [data-aladdin-delay-mobile="6"].firstload-mobile,
  [data-aladdin-delay-mobile="6"].firstload {
    -webkit-animation-delay: 1120ms;
            animation-delay: 1120ms; }
  [data-aladdin-delay-mobile="7"].firstload-mobile,
  [data-aladdin-delay-mobile="7"].firstload {
    -webkit-animation-delay: 1140ms;
            animation-delay: 1140ms; }
  [data-aladdin-delay-mobile="8"].firstload-mobile,
  [data-aladdin-delay-mobile="8"].firstload {
    -webkit-animation-delay: 1160ms;
            animation-delay: 1160ms; }
  [data-aladdin-delay-mobile="9"].firstload-mobile,
  [data-aladdin-delay-mobile="9"].firstload {
    -webkit-animation-delay: 1180ms;
            animation-delay: 1180ms; }
  [data-aladdin-delay-mobile="10"].firstload-mobile,
  [data-aladdin-delay-mobile="10"].firstload {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms; }
  [data-aladdin-delay-mobile="11"].firstload-mobile,
  [data-aladdin-delay-mobile="11"].firstload {
    -webkit-animation-delay: 1220ms;
            animation-delay: 1220ms; }
  [data-aladdin-delay-mobile="12"].firstload-mobile,
  [data-aladdin-delay-mobile="12"].firstload {
    -webkit-animation-delay: 1240ms;
            animation-delay: 1240ms; }
  [data-aladdin-delay-mobile="13"].firstload-mobile,
  [data-aladdin-delay-mobile="13"].firstload {
    -webkit-animation-delay: 1260ms;
            animation-delay: 1260ms; }
  [data-aladdin-delay-mobile="14"].firstload-mobile,
  [data-aladdin-delay-mobile="14"].firstload {
    -webkit-animation-delay: 1280ms;
            animation-delay: 1280ms; }
  [data-aladdin-delay-mobile="15"].firstload-mobile,
  [data-aladdin-delay-mobile="15"].firstload {
    -webkit-animation-delay: 1300ms;
            animation-delay: 1300ms; }
  [data-aladdin-delay-mobile="16"].firstload-mobile,
  [data-aladdin-delay-mobile="16"].firstload {
    -webkit-animation-delay: 1320ms;
            animation-delay: 1320ms; }
  [data-aladdin-delay-mobile="17"].firstload-mobile,
  [data-aladdin-delay-mobile="17"].firstload {
    -webkit-animation-delay: 1340ms;
            animation-delay: 1340ms; }
  [data-aladdin-delay-mobile="18"].firstload-mobile,
  [data-aladdin-delay-mobile="18"].firstload {
    -webkit-animation-delay: 1360ms;
            animation-delay: 1360ms; }
  [data-aladdin-delay-mobile="19"].firstload-mobile,
  [data-aladdin-delay-mobile="19"].firstload {
    -webkit-animation-delay: 1380ms;
            animation-delay: 1380ms; }
  [data-aladdin-delay-mobile="20"].firstload-mobile,
  [data-aladdin-delay-mobile="20"].firstload {
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms; }
  [data-aladdin-delay-mobile="21"].firstload-mobile,
  [data-aladdin-delay-mobile="21"].firstload {
    -webkit-animation-delay: 1420ms;
            animation-delay: 1420ms; }
  [data-aladdin-delay-mobile="22"].firstload-mobile,
  [data-aladdin-delay-mobile="22"].firstload {
    -webkit-animation-delay: 1440ms;
            animation-delay: 1440ms; }
  [data-aladdin-delay-mobile="23"].firstload-mobile,
  [data-aladdin-delay-mobile="23"].firstload {
    -webkit-animation-delay: 1460ms;
            animation-delay: 1460ms; }
  [data-aladdin-delay-mobile="24"].firstload-mobile,
  [data-aladdin-delay-mobile="24"].firstload {
    -webkit-animation-delay: 1480ms;
            animation-delay: 1480ms; }
  [data-aladdin-delay-mobile="25"].firstload-mobile,
  [data-aladdin-delay-mobile="25"].firstload {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms; }
  [data-aladdin-delay-mobile="26"].firstload-mobile,
  [data-aladdin-delay-mobile="26"].firstload {
    -webkit-animation-delay: 1520ms;
            animation-delay: 1520ms; }
  [data-aladdin-delay-mobile="27"].firstload-mobile,
  [data-aladdin-delay-mobile="27"].firstload {
    -webkit-animation-delay: 1540ms;
            animation-delay: 1540ms; }
  [data-aladdin-delay-mobile="28"].firstload-mobile,
  [data-aladdin-delay-mobile="28"].firstload {
    -webkit-animation-delay: 1560ms;
            animation-delay: 1560ms; }
  [data-aladdin-delay-mobile="29"].firstload-mobile,
  [data-aladdin-delay-mobile="29"].firstload {
    -webkit-animation-delay: 1580ms;
            animation-delay: 1580ms; }
  [data-aladdin-delay-mobile="30"].firstload-mobile,
  [data-aladdin-delay-mobile="30"].firstload {
    -webkit-animation-delay: 1600ms;
            animation-delay: 1600ms; } }

@media (min-width: 768px) {
  [data-cascade-delay="0"] {
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms; }
  [data-cascade-delay="1"] {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms; }
  [data-cascade-delay="2"] {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
  [data-cascade-delay="3"] {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }
  [data-cascade-delay="4"] {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms; }
  [data-cascade-delay="5"] {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms; }
  [data-cascade-delay="6"] {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms; }
  [data-cascade-delay="7"] {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms; }
  [data-cascade-delay="8"] {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms; }
  [data-cascade-delay="9"] {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms; }
  [data-cascade-delay="10"] {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms; }
  [data-cascade-delay="11"] {
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms; }
  [data-cascade-delay="12"] {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms; }
  [data-cascade-delay="13"] {
    -webkit-animation-delay: 1300ms;
            animation-delay: 1300ms; }
  [data-cascade-delay="14"] {
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms; }
  [data-cascade-delay="15"] {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms; }
  [data-cascade-delay="16"] {
    -webkit-animation-delay: 1600ms;
            animation-delay: 1600ms; }
  [data-cascade-delay="17"] {
    -webkit-animation-delay: 1700ms;
            animation-delay: 1700ms; }
  [data-cascade-delay="18"] {
    -webkit-animation-delay: 1800ms;
            animation-delay: 1800ms; }
  [data-cascade-delay="19"] {
    -webkit-animation-delay: 1900ms;
            animation-delay: 1900ms; }
  [data-cascade-delay="20"] {
    -webkit-animation-delay: 2000ms;
            animation-delay: 2000ms; }
  [data-cascade-delay="21"] {
    -webkit-animation-delay: 2100ms;
            animation-delay: 2100ms; }
  [data-cascade-delay="22"] {
    -webkit-animation-delay: 2200ms;
            animation-delay: 2200ms; }
  [data-cascade-delay="23"] {
    -webkit-animation-delay: 2300ms;
            animation-delay: 2300ms; }
  [data-cascade-delay="0"].firstload-desk,
  [data-cascade-delay="0"].firstload {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms; }
  [data-cascade-delay="1"].firstload-desk,
  [data-cascade-delay="1"].firstload {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms; }
  [data-cascade-delay="2"].firstload-desk,
  [data-cascade-delay="2"].firstload {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms; }
  [data-cascade-delay="3"].firstload-desk,
  [data-cascade-delay="3"].firstload {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms; }
  [data-cascade-delay="4"].firstload-desk,
  [data-cascade-delay="4"].firstload {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms; }
  [data-cascade-delay="5"].firstload-desk,
  [data-cascade-delay="5"].firstload {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms; }
  [data-cascade-delay="6"].firstload-desk,
  [data-cascade-delay="6"].firstload {
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms; }
  [data-cascade-delay="7"].firstload-desk,
  [data-cascade-delay="7"].firstload {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms; }
  [data-cascade-delay="8"].firstload-desk,
  [data-cascade-delay="8"].firstload {
    -webkit-animation-delay: 1300ms;
            animation-delay: 1300ms; }
  [data-cascade-delay="9"].firstload-desk,
  [data-cascade-delay="9"].firstload {
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms; }
  [data-cascade-delay="10"].firstload-desk,
  [data-cascade-delay="10"].firstload {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms; }
  [data-cascade-delay="11"].firstload-desk,
  [data-cascade-delay="11"].firstload {
    -webkit-animation-delay: 1600ms;
            animation-delay: 1600ms; }
  [data-cascade-delay="12"].firstload-desk,
  [data-cascade-delay="12"].firstload {
    -webkit-animation-delay: 1700ms;
            animation-delay: 1700ms; }
  [data-cascade-delay="13"].firstload-desk,
  [data-cascade-delay="13"].firstload {
    -webkit-animation-delay: 1800ms;
            animation-delay: 1800ms; }
  [data-cascade-delay="14"].firstload-desk,
  [data-cascade-delay="14"].firstload {
    -webkit-animation-delay: 1900ms;
            animation-delay: 1900ms; }
  [data-cascade-delay="15"].firstload-desk,
  [data-cascade-delay="15"].firstload {
    -webkit-animation-delay: 2000ms;
            animation-delay: 2000ms; }
  [data-cascade-delay="16"].firstload-desk,
  [data-cascade-delay="16"].firstload {
    -webkit-animation-delay: 2100ms;
            animation-delay: 2100ms; }
  [data-cascade-delay="17"].firstload-desk,
  [data-cascade-delay="17"].firstload {
    -webkit-animation-delay: 2200ms;
            animation-delay: 2200ms; }
  [data-cascade-delay="18"].firstload-desk,
  [data-cascade-delay="18"].firstload {
    -webkit-animation-delay: 2300ms;
            animation-delay: 2300ms; }
  [data-cascade-delay="19"].firstload-desk,
  [data-cascade-delay="19"].firstload {
    -webkit-animation-delay: 2400ms;
            animation-delay: 2400ms; }
  [data-cascade-delay="20"].firstload-desk,
  [data-cascade-delay="20"].firstload {
    -webkit-animation-delay: 2500ms;
            animation-delay: 2500ms; }
  [data-cascade-delay="21"].firstload-desk,
  [data-cascade-delay="21"].firstload {
    -webkit-animation-delay: 2600ms;
            animation-delay: 2600ms; }
  [data-cascade-delay="22"].firstload-desk,
  [data-cascade-delay="22"].firstload {
    -webkit-animation-delay: 2700ms;
            animation-delay: 2700ms; }
  [data-cascade-delay="23"].firstload-desk,
  [data-cascade-delay="23"].firstload {
    -webkit-animation-delay: 2800ms;
            animation-delay: 2800ms; }
  [data-aladdin-delay="0"] {
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms; }
  [data-aladdin-delay="1"] {
    -webkit-animation-delay: 20ms;
            animation-delay: 20ms; }
  [data-aladdin-delay="2"] {
    -webkit-animation-delay: 40ms;
            animation-delay: 40ms; }
  [data-aladdin-delay="3"] {
    -webkit-animation-delay: 60ms;
            animation-delay: 60ms; }
  [data-aladdin-delay="4"] {
    -webkit-animation-delay: 80ms;
            animation-delay: 80ms; }
  [data-aladdin-delay="5"] {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms; }
  [data-aladdin-delay="6"] {
    -webkit-animation-delay: 120ms;
            animation-delay: 120ms; }
  [data-aladdin-delay="7"] {
    -webkit-animation-delay: 140ms;
            animation-delay: 140ms; }
  [data-aladdin-delay="8"] {
    -webkit-animation-delay: 160ms;
            animation-delay: 160ms; }
  [data-aladdin-delay="9"] {
    -webkit-animation-delay: 180ms;
            animation-delay: 180ms; }
  [data-aladdin-delay="10"] {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
  [data-aladdin-delay="11"] {
    -webkit-animation-delay: 220ms;
            animation-delay: 220ms; }
  [data-aladdin-delay="12"] {
    -webkit-animation-delay: 240ms;
            animation-delay: 240ms; }
  [data-aladdin-delay="13"] {
    -webkit-animation-delay: 260ms;
            animation-delay: 260ms; }
  [data-aladdin-delay="14"] {
    -webkit-animation-delay: 280ms;
            animation-delay: 280ms; }
  [data-aladdin-delay="15"] {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }
  [data-aladdin-delay="16"] {
    -webkit-animation-delay: 320ms;
            animation-delay: 320ms; }
  [data-aladdin-delay="17"] {
    -webkit-animation-delay: 340ms;
            animation-delay: 340ms; }
  [data-aladdin-delay="18"] {
    -webkit-animation-delay: 360ms;
            animation-delay: 360ms; }
  [data-aladdin-delay="19"] {
    -webkit-animation-delay: 380ms;
            animation-delay: 380ms; }
  [data-aladdin-delay="20"] {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms; }
  [data-aladdin-delay="21"] {
    -webkit-animation-delay: 420ms;
            animation-delay: 420ms; }
  [data-aladdin-delay="22"] {
    -webkit-animation-delay: 440ms;
            animation-delay: 440ms; }
  [data-aladdin-delay="23"] {
    -webkit-animation-delay: 460ms;
            animation-delay: 460ms; }
  [data-aladdin-delay="0"].firstload-desk,
  [data-aladdin-delay="0"].firstload {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms; }
  [data-aladdin-delay="1"].firstload-desk,
  [data-aladdin-delay="1"].firstload {
    -webkit-animation-delay: 720ms;
            animation-delay: 720ms; }
  [data-aladdin-delay="2"].firstload-desk,
  [data-aladdin-delay="2"].firstload {
    -webkit-animation-delay: 740ms;
            animation-delay: 740ms; }
  [data-aladdin-delay="3"].firstload-desk,
  [data-aladdin-delay="3"].firstload {
    -webkit-animation-delay: 760ms;
            animation-delay: 760ms; }
  [data-aladdin-delay="4"].firstload-desk,
  [data-aladdin-delay="4"].firstload {
    -webkit-animation-delay: 780ms;
            animation-delay: 780ms; }
  [data-aladdin-delay="5"].firstload-desk,
  [data-aladdin-delay="5"].firstload {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms; }
  [data-aladdin-delay="6"].firstload-desk,
  [data-aladdin-delay="6"].firstload {
    -webkit-animation-delay: 820ms;
            animation-delay: 820ms; }
  [data-aladdin-delay="7"].firstload-desk,
  [data-aladdin-delay="7"].firstload {
    -webkit-animation-delay: 840ms;
            animation-delay: 840ms; }
  [data-aladdin-delay="8"].firstload-desk,
  [data-aladdin-delay="8"].firstload {
    -webkit-animation-delay: 860ms;
            animation-delay: 860ms; }
  [data-aladdin-delay="9"].firstload-desk,
  [data-aladdin-delay="9"].firstload {
    -webkit-animation-delay: 880ms;
            animation-delay: 880ms; }
  [data-aladdin-delay="10"].firstload-desk,
  [data-aladdin-delay="10"].firstload {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms; }
  [data-aladdin-delay="11"].firstload-desk,
  [data-aladdin-delay="11"].firstload {
    -webkit-animation-delay: 920ms;
            animation-delay: 920ms; }
  [data-aladdin-delay="12"].firstload-desk,
  [data-aladdin-delay="12"].firstload {
    -webkit-animation-delay: 940ms;
            animation-delay: 940ms; }
  [data-aladdin-delay="13"].firstload-desk,
  [data-aladdin-delay="13"].firstload {
    -webkit-animation-delay: 960ms;
            animation-delay: 960ms; }
  [data-aladdin-delay="14"].firstload-desk,
  [data-aladdin-delay="14"].firstload {
    -webkit-animation-delay: 980ms;
            animation-delay: 980ms; }
  [data-aladdin-delay="15"].firstload-desk,
  [data-aladdin-delay="15"].firstload {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms; }
  [data-aladdin-delay="16"].firstload-desk,
  [data-aladdin-delay="16"].firstload {
    -webkit-animation-delay: 1020ms;
            animation-delay: 1020ms; }
  [data-aladdin-delay="17"].firstload-desk,
  [data-aladdin-delay="17"].firstload {
    -webkit-animation-delay: 1040ms;
            animation-delay: 1040ms; }
  [data-aladdin-delay="18"].firstload-desk,
  [data-aladdin-delay="18"].firstload {
    -webkit-animation-delay: 1060ms;
            animation-delay: 1060ms; }
  [data-aladdin-delay="19"].firstload-desk,
  [data-aladdin-delay="19"].firstload {
    -webkit-animation-delay: 1080ms;
            animation-delay: 1080ms; }
  [data-aladdin-delay="20"].firstload-desk,
  [data-aladdin-delay="20"].firstload {
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms; }
  [data-aladdin-delay="21"].firstload-desk,
  [data-aladdin-delay="21"].firstload {
    -webkit-animation-delay: 1120ms;
            animation-delay: 1120ms; }
  [data-aladdin-delay="22"].firstload-desk,
  [data-aladdin-delay="22"].firstload {
    -webkit-animation-delay: 1140ms;
            animation-delay: 1140ms; }
  [data-aladdin-delay="23"].firstload-desk,
  [data-aladdin-delay="23"].firstload {
    -webkit-animation-delay: 1160ms;
            animation-delay: 1160ms; }
  [data-aladdin-delay="24"].firstload-desk,
  [data-aladdin-delay="24"].firstload {
    -webkit-animation-delay: 1180ms;
            animation-delay: 1180ms; }
  [data-aladdin-delay="25"].firstload-desk,
  [data-aladdin-delay="25"].firstload {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms; }
  [data-aladdin-delay="26"].firstload-desk,
  [data-aladdin-delay="26"].firstload {
    -webkit-animation-delay: 1220ms;
            animation-delay: 1220ms; }
  [data-aladdin-delay="27"].firstload-desk,
  [data-aladdin-delay="27"].firstload {
    -webkit-animation-delay: 1240ms;
            animation-delay: 1240ms; }
  [data-aladdin-delay="28"].firstload-desk,
  [data-aladdin-delay="28"].firstload {
    -webkit-animation-delay: 1260ms;
            animation-delay: 1260ms; }
  [data-aladdin-delay="29"].firstload-desk,
  [data-aladdin-delay="29"].firstload {
    -webkit-animation-delay: 1280ms;
            animation-delay: 1280ms; }
  [data-aladdin-delay="30"].firstload-desk,
  [data-aladdin-delay="30"].firstload {
    -webkit-animation-delay: 1300ms;
            animation-delay: 1300ms; } }

#error-404-wrapper {
  background-color: #068273; }
  #error-404-wrapper 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;
    text-transform: uppercase;
    color: #fcfbf7; }
    @media (max-width: 1023px) {
      #error-404-wrapper h2 {
        font-size: 48px; } }
  #error-404-wrapper p {
    color: 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; }
  #error-404-wrapper .error-404-row {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1080px;
    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; }
    @media (max-width: 1023px) {
      #error-404-wrapper .error-404-row {
        padding-top: 50px; } }
    #error-404-wrapper .error-404-row .page-header {
      width: 50%;
      height: 100%;
      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; }
      @media (max-width: 1023px) {
        #error-404-wrapper .error-404-row .page-header {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          width: 100%; } }
      #error-404-wrapper .error-404-row .page-header h2 {
        max-width: 60%; }
        @media (max-width: 1023px) {
          #error-404-wrapper .error-404-row .page-header h2 {
            max-width: 100%; } }
      #error-404-wrapper .error-404-row .page-header p {
        max-width: 60%; }
        @media (max-width: 1023px) {
          #error-404-wrapper .error-404-row .page-header p {
            max-width: 100%; } }
    #error-404-wrapper .error-404-row .page-content {
      width: 50%; }
      @media (max-width: 1023px) {
        #error-404-wrapper .error-404-row .page-content {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0;
          width: 100%; } }

/* page */
.error404 #wrapper-navbar {
  background-color: #068273; }

.arrow-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fcfbf7;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 100%;
  font-family: "bebas_neue_probold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal; }
  .arrow-back span {
    margin-right: 34px;
    width: 60px;
    display: block;
    height: 30px;
    background-size: 60px 30px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    background-repeat: no-repeat;
    background-image: url("../src/icons/Arrow_Bright.svg"); }

.woocommerce-MyAccount-navigation {
  max-width: 100%;
  margin: auto; }
  @media (min-width: 1024px) {
    .woocommerce-MyAccount-navigation {
      display: block;
      margin: auto; } }
  .woocommerce-MyAccount-navigation ul {
    padding: 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    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) {
      .woocommerce-MyAccount-navigation ul {
        padding: 0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .woocommerce-MyAccount-navigation ul li {
      text-align: left;
      padding: 0;
      width: 50%;
      padding-bottom: 10px; }
      @media (min-width: 1024px) {
        .woocommerce-MyAccount-navigation ul li {
          width: auto; } }
      .woocommerce-MyAccount-navigation ul li a {
        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;
        color: #00140f; }

.woocommerce-ResetPassword button {
  color: #fcfbf7;
  background-color: transparent;
  border: 1px solid #fcfbf7; }
  .woocommerce-ResetPassword button:hover {
    color: #00140f;
    background-color: #fcfbf7; }
    .woocommerce-ResetPassword button:hover:after {
      background-color: #fcfbf7;
      height: 100%; }

.register #privacy_policy_reg_field label {
  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%; }
  .register #privacy_policy_reg_field label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 20px;
    margin-bottom: 0;
    opacity: 0; }

.woocommerce .woocommerce-MyAccount-content {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media (max-width: 1023px) {
    .woocommerce .woocommerce-MyAccount-content {
      padding: 0 20px; } }
  .woocommerce .woocommerce-MyAccount-content form .form-row label {
    display: block; }
  .woocommerce .woocommerce-MyAccount-content form .form-row input {
    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; }
    .woocommerce .woocommerce-MyAccount-content form .form-row input:focus, .woocommerce .woocommerce-MyAccount-content form .form-row input:hover {
      outline: none;
      border-bottom: 1px solid #00140f; }
    .woocommerce .woocommerce-MyAccount-content form .form-row input::-webkit-input-placeholder {
      color: #55706c;
      font-size: 0.9rem; }
    .woocommerce .woocommerce-MyAccount-content form .form-row input::-moz-placeholder {
      color: #55706c;
      font-size: 0.9rem; }
    .woocommerce .woocommerce-MyAccount-content form .form-row input:-ms-input-placeholder {
      color: #55706c;
      font-size: 0.9rem; }
    .woocommerce .woocommerce-MyAccount-content form .form-row input::-ms-input-placeholder {
      color: #55706c;
      font-size: 0.9rem; }
    .woocommerce .woocommerce-MyAccount-content form .form-row input::placeholder {
      color: #55706c;
      font-size: 0.9rem; }
  .woocommerce .woocommerce-MyAccount-content form .form-row input::-webkit-input-placeholder {
    color: #fcfbf7 !important; }
  .woocommerce .woocommerce-MyAccount-content form .form-row input::-moz-placeholder {
    color: #fcfbf7 !important; }
  .woocommerce .woocommerce-MyAccount-content form .form-row input:-ms-input-placeholder {
    color: #fcfbf7 !important; }
  .woocommerce .woocommerce-MyAccount-content form .form-row input::-ms-input-placeholder {
    color: #fcfbf7 !important; }
  .woocommerce .woocommerce-MyAccount-content form .form-row input::placeholder {
    color: #fcfbf7 !important; }
  .woocommerce .woocommerce-MyAccount-content p {
    color: #55706c; }

.page-template-register.logged-in, .woocommerce-account.logged-in {
  background-color: #fcfbf7; }

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

.job-title {
  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;
  margin-bottom: 20px; }

.entry__content {
  margin: auto; }
  .entry__content p {
    color: #55706c; }
  @media (max-width: 1023px) {
    .entry__content {
      padding: 0 20px; } }

.job-form .select-field {
  margin-top: 0px;
  cursor: pointer;
  display: block;
  position: relative;
  font-size: inherit;
  border-width: 0;
  border-bottom-width: 1px;
  background: transparent;
  width: 100%;
  padding: 10px 10px 10px 0;
  color: #55706c;
  border-color: #55706c; }

.job-form label.for_checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media (max-width: 1023px) {
    .job-form label.for_checkbox {
      margin-top: 25px; } }

.job-form .result {
  position: absolute;
  bottom: 180px;
  padding: 0 20px;
  color: #00140f;
  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) {
    .job-form .result {
      bottom: 75px; } }

.job {
  width: 100%;
  margin: 40px 0; }
  .job .job-body {
    margin-top: 20px;
    margin-bottom: 10px; }
  .job .job-heading {
    padding-bottom: 10px;
    width: 100%;
    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;
    border-bottom: 1px solid #00140f; }
  .job p {
    color: #55706c; }
  .job ul {
    padding-left: 33px;
    list-style: none;
    list-style-image: url(../src/icons/Bulletpoint.svg); }
  .job li {
    color: #55706c; }
  .job .job-foot {
    cursor: pointer;
    color: #068273;
    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; }

.job-form-block {
  margin-top: 20px;
  margin-bottom: 150px;
  width: 100%; }
  @media (min-width: 1024px) {
    .job-form-block {
      margin-top: 40px; } }
  .job-form-block .job-form {
    max-height: 100%; }
  .job-form-block .inner-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; }
  .job-form-block .fullwidth-field {
    margin-top: 22px;
    height: 42px;
    max-height: 66px;
    width: 100%; }
    .job-form-block .fullwidth-field input,
    .job-form-block .fullwidth-field textarea {
      width: 100%; }
    .job-form-block .fullwidth-field textarea {
      height: 200px; }
      @media (min-width: 1024px) {
        .job-form-block .fullwidth-field textarea {
          height: calc(100% - 41px); } }
    @media (max-width: 1023px) {
      .job-form-block .fullwidth-field.message-field {
        margin-top: 22px; } }
  .job-form-block .field,
  .job-form-block .text-field {
    width: 100%;
    height: 42px;
    max-height: 66px; }
    @media (max-width: 1023px) {
      .job-form-block .field,
      .job-form-block .text-field {
        margin-top: 22px; } }
    @media (min-width: 1024px) {
      .job-form-block .field,
      .job-form-block .text-field {
        width: calc( 50% - 15px); }
        .job-form-block .field:first-child, .job-form-block .field.half-1,
        .job-form-block .text-field:first-child,
        .job-form-block .text-field.half-1 {
          margin-right: 15px; }
        .job-form-block .field:nth-child(2), .job-form-block .field.half-2,
        .job-form-block .text-field:nth-child(2),
        .job-form-block .text-field.half-2 {
          margin-left: 15px; } }
  .job-form-block .select {
    margin-top: 0;
    font-size: 14px;
    line-height: 2.5; }
  .job-form-block .select-styled {
    text-transform: unset;
    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;
    border-bottom: 1px solid #00140f; }
  .job-form-block .select-options {
    border: 1px solid #00140f;
    border-top: 0; }
    .job-form-block .select-options li {
      color: #55706c; }
      .job-form-block .select-options li:first-child {
        display: none; }
  .job-form-block .f-col {
    width: 100%; }
    .job-form-block .f-col .flex-section {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: wrap row;
              flex-flow: wrap row;
      -ms-flex-line-pack: start;
          align-content: flex-start; }
      @media (min-width: 1024px) {
        .job-form-block .f-col .flex-section {
          width: 50%; } }
    .job-form-block .f-col .top-section {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
      @media (min-width: 1024px) {
        .job-form-block .f-col .top-section {
          padding-right: 15px;
          width: 50%; } }
    .job-form-block .f-col .terms-section {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
      @media (min-width: 1024px) {
        .job-form-block .f-col .terms-section {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          padding-right: 15px; } }
    .job-form-block .f-col .message-field {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .job-form-block .f-col .bottom-section {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      height: auto;
      margin-top: 30px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (min-width: 1024px) {
        .job-form-block .f-col .bottom-section {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
    .job-form-block .f-col .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;
      height: 100%; }
      .job-form-block .f-col .inner:first-child {
        padding-right: 15px; }
      .job-form-block .f-col .inner:last-child {
        padding-left: 15px; }
      @media (max-width: 1023px) {
        .job-form-block .f-col .inner {
          height: unset;
          padding: 0 20px; }
          .job-form-block .f-col .inner:first-child {
            padding-right: 20px; }
          .job-form-block .f-col .inner:last-child {
            padding-left: 20px; } }
  .job-form-block .message-field {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 50%;
    max-height: 100%; }
    @media (max-width: 1023px) {
      .job-form-block .message-field {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .job-form-block .message-field label {
      line-height: 1.5;
      margin-bottom: 0;
      padding: 10px 10px 10px 0;
      font-size: 0.9rem; }
    @media (min-width: 1024px) {
      .job-form-block .message-field {
        padding-left: 15px;
        width: 50%; } }
  .job-form-block .checkbox-field {
    width: 100%;
    margin-top: 1.5rem;
    color: #55706c; }
    @media (max-width: 1023px) {
      .job-form-block .checkbox-field {
        margin-top: 22px; } }
    @media (min-width: 1024px) {
      .job-form-block .checkbox-field {
        width: 100%; } }
    .job-form-block .checkbox-field label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0; }
    .job-form-block .checkbox-field p {
      margin: 0; }
  .job-form-block .button-field {
    width: 100%; }
    @media (min-width: 1024px) {
      .job-form-block .button-field {
        width: 50%; } }
    .job-form-block .button-field button.button {
      background-color: transparent;
      padding: 18px 0;
      width: 100%; }
      @media (max-width: 1023px) {
        .job-form-block .button-field button.button {
          margin-top: 22px; } }
  .job-form-block .upload-field {
    position: relative; }
    .job-form-block .upload-field label {
      margin-bottom: 0;
      cursor: pointer;
      background-color: #fcfbf7;
      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;
      display: inline-block; }
      .job-form-block .upload-field label:focus, .job-form-block .upload-field label:hover {
        outline: none;
        border-bottom: 1px solid #00140f; }
      .job-form-block .upload-field label::-webkit-input-placeholder {
        color: #55706c;
        font-size: 0.9rem; }
      .job-form-block .upload-field label::-moz-placeholder {
        color: #55706c;
        font-size: 0.9rem; }
      .job-form-block .upload-field label:-ms-input-placeholder {
        color: #55706c;
        font-size: 0.9rem; }
      .job-form-block .upload-field label::-ms-input-placeholder {
        color: #55706c;
        font-size: 0.9rem; }
      .job-form-block .upload-field label::placeholder {
        color: #55706c;
        font-size: 0.9rem; }
    .job-form-block .upload-field input[type=file] {
      position: absolute;
      z-index: -1;
      left: 0; }

@media (min-width: 1024px) {
  .page-template-jobs .hero.mobile {
    margin-bottom: 160px; } }

@media (min-width: 1024px) {
  #contact .content-area {
    width: 50%; } }

#contact .content-area h3 {
  text-transform: uppercase;
  margin-bottom: 20px; }

@media (max-width: 1023px) {
  #contact .content-area {
    padding: 0 20px; } }

@media (min-width: 1024px) {
  #contact {
    padding-top: 80px; } }

#contact .background__headline {
  margin-top: 140px; }

#contact .result {
  position: absolute;
  bottom: -40px;
  padding: 0 20px;
  color: #00140f;
  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) {
    #contact .result {
      bottom: -60px; } }

.contact-form label[for="checkbox"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media (max-width: 1023px) {
    .contact-form label[for="checkbox"] {
      margin-top: 25px; } }

.mobile-title {
  padding: 0 20px;
  display: block;
  font-family: "bebas_neue_probold";
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .mobile-title {
      display: none; } }

.contact-form-block {
  margin-bottom: 150px;
  width: 100%; }
  .contact-form-block .contact-form {
    max-height: 470px;
    position: relative; }
    @media (max-width: 1023px) {
      .contact-form-block .contact-form {
        max-height: 100%; } }
  .contact-form-block .inner-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; }
  .contact-form-block .fullwidth-field {
    margin-top: 22px;
    height: 42px;
    max-height: 66px;
    width: 100%; }
    .contact-form-block .fullwidth-field input, .contact-form-block .fullwidth-field textarea {
      width: 100%; }
    .contact-form-block .fullwidth-field.message-field {
      height: auto;
      max-height: 100%; }
      @media (min-width: 1024px) {
        .contact-form-block .fullwidth-field.message-field {
          position: absolute;
          right: 0;
          width: 50%;
          margin-left: 50%;
          top: 0; } }
      @media (max-width: 1023px) {
        .contact-form-block .fullwidth-field.message-field {
          margin-top: 22px; } }
  .contact-form-block .text-field {
    width: 100%;
    height: 42px;
    max-height: 66px; }
    @media (max-width: 1023px) {
      .contact-form-block .text-field {
        margin-top: 22px; } }
    @media (min-width: 1024px) {
      .contact-form-block .text-field {
        width: calc( 50% - 15px); }
        .contact-form-block .text-field:first-child {
          margin-right: 15px; }
        .contact-form-block .text-field:nth-child(2) {
          margin-left: 15px; } }
  .contact-form-block .select {
    margin-top: 0;
    font-size: 14px;
    line-height: 2.5; }
  .contact-form-block .select-styled {
    text-transform: unset;
    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;
    border-bottom: 1px solid #00140f; }
  .contact-form-block .select-options {
    border: 1px solid #00140f;
    border-top: 0; }
    .contact-form-block .select-options li {
      color: #55706c; }
      .contact-form-block .select-options li:first-child {
        display: none; }
  .contact-form-block .f-col {
    width: 100%; }
    @media (min-width: 1024px) {
      .contact-form-block .f-col {
        width: 100%; } }
    .contact-form-block .f-col .top-section {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: wrap row;
              flex-flow: wrap row; }
      @media (min-width: 1024px) {
        .contact-form-block .f-col .top-section {
          height: 30%;
          padding-right: 15px;
          width: 50%; } }
    .contact-form-block .f-col .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;
      height: 100%; }
      @media (min-width: 1024px) {
        .contact-form-block .f-col .inner {
          position: relative;
          width: 100%; } }
      .contact-form-block .f-col .inner:first-child {
        padding-right: 15px; }
      .contact-form-block .f-col .inner:last-child {
        padding-left: 15px; }
      @media (max-width: 1023px) {
        .contact-form-block .f-col .inner {
          height: unset;
          padding: 0 20px; }
          .contact-form-block .f-col .inner:first-child {
            padding-right: 20px; }
          .contact-form-block .f-col .inner:last-child {
            padding-left: 20px; } }
  .contact-form-block .message-field {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 50%;
    max-height: 100%; }
    @media (max-width: 1023px) {
      .contact-form-block .message-field {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .contact-form-block .message-field label {
      line-height: 1.5;
      margin-bottom: 0;
      padding: 10px 10px 10px 0;
      font-size: 0.9rem; }
    @media (min-width: 1024px) {
      .contact-form-block .message-field {
        padding-left: 15px; } }
  .contact-form-block .checkbox-field {
    width: 100%;
    color: #55706c; }
    @media (max-width: 1023px) {
      .contact-form-block .checkbox-field {
        margin-top: 22px; } }
    @media (min-width: 1024px) {
      .contact-form-block .checkbox-field {
        margin-top: 1.5rem;
        width: 100%; } }
    .contact-form-block .checkbox-field label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0; }
    .contact-form-block .checkbox-field p {
      margin: 0; }
  .contact-form-block .button-field {
    width: 100%; }
    @media (min-width: 1024px) {
      .contact-form-block .button-field {
        width: 50%; } }
    .contact-form-block .button-field button.button {
      background-color: transparent;
      padding: 18px 0;
      width: 100%; }
      @media (max-width: 1023px) {
        .contact-form-block .button-field button.button {
          margin-top: 22px; } }
      .contact-form-block .button-field button.button.loading:before {
        background-image: url(../src/icons/spinner-duotone.svg);
        -webkit-animation: spin 2s linear infinite;
                animation: spin 2s linear infinite;
        position: absolute;
        background-size: cover;
        left: 15px;
        content: "";
        width: 15px;
        height: 15px;
        top: 22px; }
  .contact-form-block .bottom-section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 29.4%;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1024px) {
      .contact-form-block .bottom-section {
        width: 50%;
        margin-top: 145px; } }
    @media (max-width: 1023px) {
      .contact-form-block .bottom-section {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }

@media (min-width: 1024px) {
  .franchise-form .top-section {
    min-height: 320px; } }

.form-thank-you {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .form-thank-you .title {
    font-family: "bebas_neue_probold";
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal; }
  .form-thank-you .sub_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; }
  .form-thank-you .title,
  .form-thank-you .sub_title {
    text-align: center;
    color: #00140f;
    text-transform: uppercase; }

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

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

/* My account template */
#customer_login {
  margin-top: 0rem;
  margin-bottom: 6rem; }
  @media (max-width: 1023px) {
    #customer_login .button {
      width: 100%; } }
  #customer_login .woocommerce-notices-wrapper .woocommerce-message, #customer_login .woocommerce-notices-wrapper .woocommerce-error {
    display: block !important;
    margin-top: 10px; }
    #customer_login .woocommerce-notices-wrapper .woocommerce-message a, #customer_login .woocommerce-notices-wrapper .woocommerce-error a {
      color: #fcfbf7; }

.woocommerce-form-row {
  position: relative; }

[data-valid="error"] {
  position: relative; }

[data-valid="valid"] + i.validation-icon {
  opacity: 1;
  background-image: url(../src/icons/Feedback_Correct.svg); }

[data-valid="error"] + i.validation-icon {
  opacity: 1;
  background-image: url(../src/icons/Feedback_Wrong.svg); }

i.validation-icon {
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 10px;
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-image: url(../src/icons/Feedback_Wrong.svg); }
  i.validation-icon.valid {
    background-image: url(../src/icons/Feedback_Correct.svg); }

.woocommerce-form-login {
  position: relative; }
  .woocommerce-form-login .woocommerce-LostPassword {
    position: relative;
    margin-top: 10px; }
    .woocommerce-form-login .woocommerce-LostPassword a {
      font-size: 14px;
      color: #55706c; }
    @media (min-width: 1024px) {
      .woocommerce-form-login .woocommerce-LostPassword {
        margin-top: 0;
        position: absolute;
        right: 10%;
        top: 65%; }
        .woocommerce-form-login .woocommerce-LostPassword a {
          color: #fcfbf7; } }

/* wrapper Templates */
.wrapper__account {
  position: relative;
  padding-top: 100px; }
  @media (min-width: 1024px) {
    .wrapper__account {
      padding-top: 175px; } }
  .wrapper__account .background__headline {
    z-index: 0;
    top: 25%;
    color: #fcfbf7;
    display: block; }
    @media (max-width: 1023px) {
      .wrapper__account .background__headline {
        font-size: 120px;
        z-index: 0;
        top: -50px; } }

.dark-theme .woocommerce-error {
  list-style: none;
  padding-left: 0;
  padding-bottom: 30px;
  margin-top: 50px; }
  .dark-theme .woocommerce-error li {
    color: #fcfbf7;
    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; }

.page-template-register, .woocommerce-account {
  background-color: #00140f; }
  .page-template-register label, .woocommerce-account label {
    display: none; }
  .page-template-register .woocommerce-privacy-policy-text, .woocommerce-account .woocommerce-privacy-policy-text {
    padding: 0 20px;
    padding-left: 35px; }
  .page-template-register .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme, .woocommerce-account .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: none; }
  .page-template-register .woocommerce-form__label-for-checkbox, .woocommerce-account .woocommerce-form__label-for-checkbox {
    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; }
    .page-template-register .woocommerce-form__label-for-checkbox input, .woocommerce-account .woocommerce-form__label-for-checkbox input {
      width: 13%;
      margin-bottom: 20px; }
    .page-template-register .woocommerce-form__label-for-checkbox span, .woocommerce-account .woocommerce-form__label-for-checkbox span {
      width: 80%; }
  .page-template-register h2, .woocommerce-account h2 {
    color: #fcfbf7;
    text-transform: uppercase;
    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) {
      .page-template-register h2, .woocommerce-account h2 {
        font-size: 48px; } }
  .page-template-register h1, .woocommerce-account h1 {
    color: #fcfbf7;
    text-transform: uppercase;
    font-family: "bebas_neue_probold";
    font-size: 96px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal; }
  .page-template-register .woocommerce, .woocommerce-account .woocommerce {
    position: relative; }
    .page-template-register .woocommerce h2, .woocommerce-account .woocommerce h2 {
      margin-bottom: 50px; }
      @media (max-width: 1023px) {
        .page-template-register .woocommerce h2, .woocommerce-account .woocommerce h2 {
          margin-bottom: 17px; } }
    .page-template-register .woocommerce .password-input, .woocommerce-account .woocommerce .password-input {
      width: 100%; }
  .page-template-register p, .woocommerce-account p {
    color: #fcfbf7; }
  .page-template-register .button, .woocommerce-account .button {
    background-color: transparent;
    width: auto; }
    @media only screen and (min-width: 1023px) and (max-width: 1400px) {
      .page-template-register .button, .woocommerce-account .button {
        width: auto; } }
    .page-template-register .button:hover, .woocommerce-account .button:hover {
      color: #00140f; }
      .page-template-register .button:hover:after, .woocommerce-account .button:hover:after {
        background-color: #fcfbf7;
        height: 100%; }
  .page-template-register input, .woocommerce-account input {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid white;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
    font-size: 0.9rem;
    color: #fcfbf7; }
    .page-template-register input::-webkit-input-placeholder, .woocommerce-account input::-webkit-input-placeholder {
      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: #fcfbf7; }
    .page-template-register input::-moz-placeholder, .woocommerce-account input::-moz-placeholder {
      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: #fcfbf7; }
    .page-template-register input:-ms-input-placeholder, .woocommerce-account input:-ms-input-placeholder {
      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: #fcfbf7; }
    .page-template-register input::-ms-input-placeholder, .woocommerce-account input::-ms-input-placeholder {
      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: #fcfbf7; }
    .page-template-register input::placeholder, .woocommerce-account input::placeholder {
      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: #fcfbf7; }

@media (min-width: 1024px) {
  .page-template-register form button.button {
    width: auto; } }

@media (max-width: 1023px) {
  .page-template-register button[type=submit].button, .page-template-register a.button, .woocommerce-account button[type=submit].button, .woocommerce-account a.button {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }

.page-template-wholesale-shop #pwb_filter_by_brand_widget-2 {
  display: none; }

.page-template-wholesale-shop .second-price {
  display: none; }

@media (min-width: 1024px) {
  .page-template-wholesale-shop .products-grid {
    margin-bottom: 0 !important; } }

.page-template-wholesale-shop .products-grid .products .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap; }
  .page-template-wholesale-shop .products-grid .products .row .price {
    position: unset;
    height: unset;
    opacity: unset; }

.start-container .button {
  padding: 0; }

.products-grid .wholesale__product {
  border-top: 1px solid #00140f;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .products-grid .wholesale__product {
      width: 100%; } }
  @media (min-width: 1441px) {
    .products-grid .wholesale__product {
      min-width: 710px; } }
  @media (min-width: 1920px) {
    .products-grid .wholesale__product {
      min-width: 865px; } }
  .products-grid .wholesale__product:last-child {
    border-bottom: 1px solid #00140f; }
  .products-grid .wholesale__product .inner {
    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;
    width: 100%;
    position: relative;
    min-height: 180px; }
    .products-grid .wholesale__product .inner > * {
      line-height: 1; }
    .products-grid .wholesale__product .inner picture {
      height: 194px;
      width: 35%; }
      @media (max-width: 767px) {
        .products-grid .wholesale__product .inner picture {
          height: unset; } }
      .products-grid .wholesale__product .inner picture img {
        height: 194px;
        -o-object-fit: contain;
           object-fit: contain; }
        @media (max-width: 767px) {
          .products-grid .wholesale__product .inner picture img {
            height: unset; } }
    .products-grid .wholesale__product .inner .title-column {
      width: 40%;
      height: 100%; }
      @media (max-width: 767px) {
        .products-grid .wholesale__product .inner .title-column {
          width: 60%; } }
    .products-grid .wholesale__product .inner .variation-column {
      width: 25%;
      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-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: 100%; }
      @media (max-width: 767px) {
        .products-grid .wholesale__product .inner .variation-column {
          width: 90%;
          margin-left: 5%; } }
      .products-grid .wholesale__product .inner .variation-column .variations .variation .value {
        padding: 0; }
    .products-grid .wholesale__product .inner .title {
      font-size: 34px;
      color: #00140f;
      font-family: "bebas_neue_probold";
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 0; }
    .products-grid .wholesale__product .inner .brand {
      font-family: "bebas_neue_proregular";
      font-size: 0.9rem;
      font-weight: normal; }
    .products-grid .wholesale__product .inner .price {
      display: block;
      font-family: "bebas_neue_probold";
      font-size: 20px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      color: #00140f;
      text-transform: uppercase;
      margin-bottom: 25px; }
    .products-grid .wholesale__product .inner .second-price {
      display: none; }
    .products-grid .wholesale__product .inner .woocommerce-variation-second-price {
      display: none; }
    .products-grid .wholesale__product .inner .variations_form {
      position: static !important;
      height: auto;
      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%; }
    .products-grid .wholesale__product .inner .variations {
      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%;
      height: auto;
      margin-bottom: 10px; }
      .products-grid .wholesale__product .inner .variations .variation {
        width: 100%; }
    .products-grid .wholesale__product .inner .woocommerce-variation-price {
      height: 40px;
      line-height: 40px;
      padding-right: 20px;
      left: -20px;
      position: relative; }
      .products-grid .wholesale__product .inner .woocommerce-variation-price .woocommerce-Price-amount {
        color: #00140f; }
    .products-grid .wholesale__product .inner .quantity {
      border: 0;
      width: 100px;
      margin-right: auto;
      margin-left: 0; }
      .products-grid .wholesale__product .inner .quantity input {
        width: 100%;
        height: 40px;
        color: #00140f; }
    .products-grid .wholesale__product .inner form.cart {
      margin-left: auto; }
    .products-grid .wholesale__product .inner .single-product-pricing {
      display: none; }
    .products-grid .wholesale__product .inner .stock {
      line-height: 1; }
    .products-grid .wholesale__product .inner button[type=submit] {
      bottom: 18px;
      left: 35%;
      padding-left: 30px;
      text-align: left;
      position: absolute;
      width: 180px;
      text-transform: unset;
      font-size: 0.9rem;
      height: 40px;
      font-weight: bold;
      font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
      color: #00140f; }
      .products-grid .wholesale__product .inner button[type=submit]:before {
        background-image: url(../src/icons/Button_Add_Dark.svg);
        background-repeat: no-repeat;
        background-size: 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        content: "";
        left: 0;
        top: 8px; }
    .products-grid .wholesale__product .inner .quantity-up:before,
    .products-grid .wholesale__product .inner .quantity-down:before {
      top: -23%;
      background-size: 10px;
      padding: 10px;
      margin: 20px 10px; }
    .products-grid .wholesale__product .inner .quantity-up:before {
      background-image: url("../src/icons/Plus_Dark.svg");
      right: 0; }
    .products-grid .wholesale__product .inner .quantity-down:before {
      background-image: url("../src/icons/Line_Dark.svg");
      left: 0; }
    .products-grid .wholesale__product .inner .single_variation_wrap {
      width: 100%;
      margin-top: 0;
      margin-left: auto;
      margin-right: 0;
      display: block; }
      .products-grid .wholesale__product .inner .single_variation_wrap .woocommerce-variation-price {
        display: none; }
      .products-grid .wholesale__product .inner .single_variation_wrap .woocommerce-variation-add-to-cart {
        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: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .products-grid .wholesale__product .inner .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        bottom: 18px;
        left: 35%;
        padding-left: 30px;
        text-align: left;
        position: absolute;
        width: 180px;
        text-transform: unset;
        font-size: 0.9rem;
        height: 40px;
        font-weight: bold;
        font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, Arial;
        color: #00140f; }
        @media (max-width: 767px) {
          .products-grid .wholesale__product .inner .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
            bottom: 0px; } }
        .products-grid .wholesale__product .inner .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:before {
          background-image: url(../src/icons/Button_Add_Dark.svg);
          background-repeat: no-repeat;
          background-size: 20px;
          width: 20px;
          height: 20px;
          position: absolute;
          content: "";
          left: 0;
          top: 8px; }
    .products-grid .wholesale__product .inner img {
      width: 150px; }
    .products-grid .wholesale__product .inner .select {
      display: block;
      margin-left: auto;
      margin-top: 0;
      border-bottom: 1px solid #00140f; }
    .products-grid .wholesale__product .inner .select-options {
      width: 265px; }
    .products-grid .wholesale__product .inner .select-styled {
      font-family: "bebas_neue_probold";
      font-size: 0.9rem;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-transform: uppercase; }
      .products-grid .wholesale__product .inner .select-styled:after {
        background-image: url("../src/icons/Chevron_Dark.svg");
        background-size: 10px;
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        right: 0;
        top: 16px; }
    .products-grid .wholesale__product .inner .select-styled, .products-grid .wholesale__product .inner .qty, .products-grid .wholesale__product .inner .woocommerce-variation-add-to-cart .single_add_to_cart_button {
      color: #5a5a5a; }
  .products-grid .wholesale__product .wc-gzd-additional-info, .products-grid .wholesale__product .products-grid .add-to-cart {
    display: block; }
  .products-grid .wholesale__product .woocommerce-loop-product__title, .products-grid .wholesale__product .price-block {
    position: relative;
    height: auto;
    opacity: 1;
    color: #55706c;
    top: unset; }
    .products-grid .wholesale__product .woocommerce-loop-product__title .price, .products-grid .wholesale__product .woocommerce-loop-product__title .add-to-cart, .products-grid .wholesale__product .price-block .price, .products-grid .wholesale__product .price-block .add-to-cart {
      color: #55706c;
      display: block; }

@media (min-width: 1920px) {
  #wholesale-registration .footer-wrapper {
    margin-top: 50px;
    padding-left: calc(180px + 1rem);
    padding-right: calc(180px + 1rem);
    width: 100% !important; } }

.wholesale_category_filter #shop-categories > li {
  padding-top: 5px;
  padding-bottom: 5px; }

.wholesale_category_filter #shop-categories ul {
  padding: 0; }

.wholesale_category_filter li {
  list-style-type: none;
  padding-top: 5px;
  padding-bottom: 5px; }
  .wholesale_category_filter li li {
    line-height: 18px; }

.wholesale_category_filter label {
  margin-bottom: 0;
  cursor: pointer; }

.wholesale_category_filter .bapf_body ul ul label:hover {
  color: #068273; }

.wholesale_category_filter .bapf_body ul ul li.checked label {
  color: #068273; }

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center; }

.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play-circle:before {
  content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-square:before {
  content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-spinner:before {
  content: "\f10b"; }

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c"; }

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-share:before {
  content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cog:before {
  content: "\f110"; }

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-outline:before {
  content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-hd:before {
  content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115"; }

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

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

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-gplus:before {
  content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

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

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-twitter:before {
  content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-tumblr:before {
  content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

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

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e"; }

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-next-item:before {
  content: "\f11f"; }

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-previous-item:before {
  content: "\f120"; }

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121"; }

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122"; }

.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial; }

.video-js:-moz-full-screen {
  position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.video-js[tabindex="-1"] {
  outline: none; }

.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vjs-control .vjs-button {
  width: 100%;
  height: 100%; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto; }

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto; }

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em; }

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em; }

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em; }

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em; }

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-play-progress.vjs-slider-bar .vjs-time-tooltip {
  opacity: 0; }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none; }

.video-js .vjs-progress-control.disabled {
  cursor: default; }

.vjs-live .vjs-progress-control {
  display: none; }

.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1; }

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75); }

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible; }

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider.disabled {
  cursor: default; }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
          box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em; }

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  -o-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0; }

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  -webkit-transition: left 0s;
  -o-transition: left 0s;
  transition: left 0s; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  -webkit-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em; }

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none; }

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em; }

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto; }

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red; }

.video-js .vjs-time-control {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 20px;
  line-height: 20px;
  min-width: 60px;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
  font-family: "bebas_neue_probold";
  height: 20px; }

.video-js .vjs-mute-control {
  min-width: 60px;
  width: 60px; }

.video-js .vjs-volume-bar {
  margin: 9px 0px; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer; }

.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em; }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
          transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
          transform: translateY(-1.5em); }

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s; }

@keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit; }

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none; }

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none; }

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell; }

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px; }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px; }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1; }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr; } }

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em; }

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }

.vjs-text-track-settings fieldset span {
  display: inline-block; }

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em; }

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: -o-linear-gradient(bottom, #fff 88%, #73859f 100%);
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: -o-linear-gradient(top, #fff 88%, #73859f 100%);
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px; }

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000; }

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none; }

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none; }

/* 1.5em = 45px default */
.video-js.vjs-fluid {
  /* The base font size controls the size of everything, not just text.
     All dimensions use em-based sizes so that the scale along with the font size.
     Try increasing it to 15px and see what happens. */
  font-size: 34px;
  font-family: "bebas_neue_probold";
  font-weight: bold;
  line-height: 27px;
  /* The main font color changes the ICON COLORS as well as the text */
  color: #fff;
  height: 811px; }

/* The "Big Play Button" is the play button that shows before the video plays.
   To center it set the align values to center and middle. The typical location
   of the button is the center, but there is trend towards moving it to a corner
   where it gets out of the way of valuable content in the poster image.*/
.vjs-playing.vjs-user-active .vjs-big-play-button {
  display: block;
  background-image: url("../src/icons/Button_Pause_Bright.svg"); }
  .vjs-playing.vjs-user-active .vjs-big-play-button:hover {
    background-image: url("../src/icons/Button_Pause_Hover.svg"); }

.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block; }

.video-js .vjs-control {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.video-js .vjs-progress-control {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0.3em; }
  .video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0; }

.video-js .vjs-time-control {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.video-js .vjs-play-control, .video-js .vjs-playback-rate.vjs-menu-button, .video-js .vjs-picture-in-picture-control {
  display: none; }

.vjs-poster {
  background-size: cover; }

.vjs-paused .vjs-big-play-button {
  background-color: transparent;
  border-color: #058273; }
  .vjs-paused .vjs-big-play-button .vjs-icon-placeholder:before {
    background-image: url(../src/icons/Button_Play_Bright.svg); }
  .vjs-paused .vjs-big-play-button:hover .vjs-icon-placeholder:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSI0NHB4IiB2aWV3Qm94PSIwIDAgMjIgNDQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYzLjEgKDkyNDUyKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5SZWN0YW5nbGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkJ1dHRvbl9QbGF5X0hvdmVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzUuMDAwMDAwLCAtMjEuMDAwMDAwKSIgZmlsbD0iIzA1ODI3MyI+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM1LjAwMDAwMCwgNDMuMDAwMDAwKSByb3RhdGUoLTEzNS4wMDAwMDApIHRyYW5zbGF0ZSgtMzUuMDAwMDAwLCAtNDMuMDAwMDAwKSAiIHBvaW50cz0iMjAgMjggNTAgNTggMjAgNTgiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==); }

.video-js:hover .vjs-big-play-button {
  background-color: transparent; }

.video-js .vjs-fullscreen-control {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto; }
  .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: unset; }
    .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
      content: "" !important;
      background-image: url("../src/icons/Button_Fullscreen.png");
      background-size: 20px;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      position: absolute;
      left: 40%;
      top: 0; }

.video-js .vjs-slider {
  background-color: #058273; }

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: unset; }
  .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    background-image: url("../src/icons/Video_Compress.svg");
    background-size: 20px 20px; }

.video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: unset; }
  .video-js .vjs-mute-control .vjs-icon-placeholder:before {
    content: "" !important;
    background-image: url("../src/icons/Button_Volume.svg");
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 40%;
    top: 0; }

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: unset; }
  .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    content: "";
    background-image: url("../src/icons/Button_Volume_Mute.svg");
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 40%;
    top: 0; }

.vjs-slider-horizontal .vjs-volume-level, .vjs-volume-bar.vjs-slider-horizontal {
  height: 5px; }

.video-js .vjs-play-progress:before {
  content: ""; }

.video-js .vjs-play-progress {
  background: #058273 !important; }

.video-js .vjs-volume-level, .video-js .vjs-play-progress, .video-js .vjs-slider-bar {
  background: #058273; }

.vjs-default-skin .vjs-big-play-button {
  /* The font size is what makes the big play button...big.
     All width/height values use ems, which are a multiple of the font size.
     If the .video-js font-size is 10px, then 3em equals 30px.*/
  font-size: 3em;
  /* We're using SCSS vars here because the values are used in multiple places.
     Now that font size is set, the following em values will be a multiple of the
     new font size. If the font-size is 3em (30px), then setting any of
     the following values to 3em would equal 30px. 3 * font-size. */
  /* 1.5em = 45px default */
  line-height: 85px;
  height: 85px;
  width: 85px;
  /* 0.06666em = 2px default */
  border: 1px solid #fcfbf7;
  /* 0.3em = 9px default */
  border-radius: 0;
  background-color: transparent;
  /* Align center */
  left: 50%;
  top: 50%;
  margin-left: -42.5px;
  margin-top: -42.5px; }
  .vjs-default-skin .vjs-big-play-button:hover {
    background-color: transparent;
    border-color: #058273; }
  .vjs-default-skin .vjs-big-play-button .vjs-icon-placeholder:before {
    font-family: unset;
    content: "";
    background-size: 22px;
    width: 22px;
    height: 44px;
    background-repeat: no-repeat;
    position: absolute;
    left: 40%;
    top: 17.5px; }

.video-js .vjs-load-progress {
  background: transparent; }

/* The default color of control backgrounds is mostly black but with a little
   bit of blue so it can still be seen on all-black video frames, which are common. */
.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  /* IE8 - has no alpha support */
  background-color: transparent;
  /* Opacity: 1.0 = 100%, 0.0 = 0% */ }

.video-js .vjs-control-bar {
  padding: 0 50px; }

.video-js .vjs-volume-level:before {
  content: ""; }

.video-js .vjs-slider {
  background-color: #fcfbf7;
  background: #fcfbf7; }

.video-js .vjs-volume-level, .video-js .vjs-play-progress, .video-js .vjs-slider-bar {
  background-color: #058273;
  background: #058273; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  background: #058273; }

/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
  background-color: #fcfbf7;
  background-color: #fcfbf7; }

/* The slider bar color is used for the progress bar and the volume bar
   (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level, .video-js .vjs-play-progress, .video-js .vjs-slider-bar {
  background: #fcfbf7; }

/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
  /* For IE8 we'll lighten the color */
  /* Otherwise we'll rely on stacked opacities */ }

.video-js .vjs-control-bar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

/* The load progress bar also has internal divs that represent
   smaller disconnected loaded time ranges */
.video-js .vjs-load-progress div {
  /* For IE8 we'll lighten the color */
  background: #8bfbed;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(5, 130, 115, 0.75); }

.vp_button_container {
  overflow: hidden; }
  .vp_button_container.uninitialized {
    display: block;
    position: relative;
    width: 100%;
    overflow: visible; }

#vp_button {
  position: absolute;
  display: none;
  background-color: transparent;
  font-size: 3em;
  line-height: 85px;
  height: 85px;
  width: 85px;
  border: 1px solid #fcfbf7;
  border-radius: 0;
  left: 50%;
  top: 50%;
  margin-left: -42.5px;
  margin-top: -42.5px;
  z-index: -1; }
  video + #vp_button {
    display: block;
    z-index: 999; }
  #vp_button:hover {
    background-color: transparent;
    border-color: #058273; }
    #vp_button:hover .vp_button_placeholder:before {
      background-image: url(../src/icons/Button_Play_Bright_Hover.svg); }
  #vp_button .vp_button_placeholder {
    font-size: 3em;
    line-height: 85px;
    cursor: pointer;
    text-transform: none; }
    #vp_button .vp_button_placeholder:before {
      background-image: url(../src/icons/Button_Play_Bright.svg);
      font-family: unset;
      content: "";
      background-size: 22px;
      width: 22px;
      height: 44px;
      background-repeat: no-repeat;
      position: absolute;
      left: 40%;
      top: 17.5px;
      font-weight: normal;
      font-style: normal; }
  #vp_button .vp_button_text {
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    width: 1px; }

.woocommerce-wishlist .entry-title {
  display: none; }

.hidden-title-form, .show-title-form {
  display: none; }

.wishlist-title h2 {
  padding: 0;
  font-family: "bebas_neue_probold";
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  text-transform: uppercase; }

#yith-wcwl-form {
  margin-top: 40px;
  margin-bottom: 40px; }

.hidden-title-form input[type=text] {
  background-color: transparent;
  font-family: "bebas_neue_probold";
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #00140f; }

.hidden-title-form input[type=submit] {
  border-radius: 0;
  background-color: transparent;
  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; }

.hidden-title-form .fa-remove {
  display: none; }

.hidden-title-form .button:hover {
  color: #fcfbf7 !important; }

.show-title-form .fa {
  display: none; }

.show-title-form .button:hover {
  color: #fcfbf7 !important; }

@media (min-width: 1024px) {
  .wishlist_table {
    background-color: transparent;
    border-top: solid 1px #00140f;
    width: 1080px;
    margin: 0 auto; }
    .wishlist_table td span {
      font-size: 0.9rem; }
    .wishlist_table .remove_from_wishlist {
      display: block;
      background-image: url(../src/icons/Button_Delete_Dark.svg);
      background-size: 14px;
      width: 14px;
      height: 14px; }
    .wishlist_table .product-stock-status span.wishlist-in-stock {
      color: #55706c; }
    .wishlist_table th span {
      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: #00140f; }
    .wishlist_table tr td {
      text-align: left; }
    .wishlist_table tbody tr {
      border-bottom: solid 1px #00140f; }
      .wishlist_table tbody tr:first-child {
        border-top: solid 1px #00140f; }
    .wishlist_table .variation {
      color: #00140f !important;
      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; }
    .wishlist_table .add-to-cart-container a {
      background-image: url(../src/icons/Plus_Dark.svg);
      background-size: 14px;
      width: 14px;
      height: 20px; }
    .wishlist_table .product-quantity input {
      background-color: transparent; }
    .wishlist_table .product-name a {
      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; }
  .wishlist_table tr td.product-thumbnail a {
    max-width: 200px; }
  .wishlist_table tr td.product-thumbnail {
    width: 200px !important; } }

.wishlist_table.mobile {
  padding: 0; }
  .wishlist_table.mobile li {
    margin: 20px 0;
    padding: 10px 0;
    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-bottom: solid 1px #00140f; }
    .wishlist_table.mobile li:first-child {
      border-top: solid 1px #00140f; }
  .wishlist_table.mobile li .item-wrapper {
    width: 50%; }
  .wishlist_table.mobile .additional-info-wrapper {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .wishlist_table.mobile .product-name h3 {
    font-size: 18px;
    text-transform: uppercase; }
  .wishlist_table.mobile .additional-info {
    width: 80%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .wishlist_table.mobile .item-details-table td.label {
    padding: 0; }

.product-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 90px; }

.remove_from_wishlist {
  display: block;
  background-image: url(../src/icons/Button_Delete_Dark.svg);
  background-size: 14px;
  width: 14px;
  height: 14px; }
  .remove_from_wishlist i {
    display: none; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.product__info-Slider {
  height: 500px;
  position: relative;
  overflow: hidden; }
  .product__info-Slider .out-of-stock {
    color: #fcfbf7; }
  .product__info-Slider .product__info-Slide {
    height: 550px;
    position: absolute;
    top: 0; }
    @media (max-width: 1023px) {
      .product__info-Slider .product__info-Slide .single_variation_wrap {
        width: 100%; } }
    .product__info-Slider .product__info-Slide .woocommerce-variation-price {
      display: none; }
    .product__info-Slider .product__info-Slide.active {
      top: 0;
      opacity: 1;
      z-index: 12;
      background-color: transparent; }
      .product__info-Slider .product__info-Slide.active .summary > * {
        opacity: 1; }
    .product__info-Slider .product__info-Slide .summary {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      height: 550px;
      max-width: 433px;
      padding-right: 0; }
      @media (max-width: 1023px) {
        .product__info-Slider .product__info-Slide .summary {
          max-width: 100%;
          padding-right: 40px; } }
      .product__info-Slider .product__info-Slide .summary > * {
        opacity: 0; }
    .product__info-Slider .product__info-Slide .brand {
      font-family: "bebas_neue_proregular";
      font-size: 20px;
      font-weight: normal;
      line-height: 0.8;
      letter-spacing: normal;
      color: #fcfbf7;
      text-transform: uppercase;
      margin-bottom: 10px; }
      @media (max-width: 1023px) {
        .product__info-Slider .product__info-Slide .brand {
          margin-top: 20px; } }
    .product__info-Slider .product__info-Slide .title {
      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;
      margin-bottom: 20px; }
      @media (max-width: 1023px) {
        .product__info-Slider .product__info-Slide .title {
          font-size: 48px; } }
      @media (max-width: 1023px) {
        .product__info-Slider .product__info-Slide .title {
          font-size: 48px; } }
    .product__info-Slider .product__info-Slide .pricing {
      margin-bottom: 20px; }
      .product__info-Slider .product__info-Slide .pricing .price {
        color: #fcfbf7;
        font-family: "bebas_neue_probold";
        font-size: 48px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: normal; }
        @media (max-width: 1023px) {
          .product__info-Slider .product__info-Slide .pricing .price {
            font-size: 20px;
            font-weight: normal;
            font-family: "bebas_neue_proregular"; } }
    .product__info-Slider .product__info-Slide form .select-styled:after {
      background-image: url("../src/icons/Chevron_White.svg"); }
    @media (max-width: 1023px) {
      .product__info-Slider .product__info-Slide .quantity,
      .product__info-Slider .product__info-Slide .quantity input {
        margin-right: 0;
        width: 100%; } }
    @media (max-width: 1023px) {
      .product__info-Slider .product__info-Slide .single_add_to_cart_button,
      .product__info-Slider .product__info-Slide button[name=add-to-cart] {
        background-color: #058273;
        border: 0;
        margin-top: 10px;
        width: 100%; } }
    .product__info-Slider .product__info-Slide h3 {
      text-transform: uppercase; }
    .product__info-Slider .product__info-Slide p {
      margin-bottom: 5px; }

.product__image-Slider {
  position: relative; }
  @media (max-width: 1023px) {
    .product__image-Slider {
      margin-bottom: 20px; }
      .product__image-Slider .image__block {
        margin-right: 40px; } }
  .product__image-Slider .swiper-slide-next img {
    opacity: 0.5; }
  .product__image-Slider .swiper-container {
    width: 100%;
    height: 100%; }
  .product__image-Slider .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    width: calc(100vw);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .product__image-Slider .swiper-wrapper .swiper-slide {
        width: 50vw; } }
    @media (min-width: 1024px) {
      .product__image-Slider .swiper-wrapper .swiper-slide {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .product__image-Slider .swiper-wrapper .swiper-slide .image__block img {
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 1023px) {
        .product__image-Slider .swiper-wrapper .swiper-slide .image__block img {
          height: 348px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .product__image-Slider .swiper-wrapper .swiper-slide .image__block img {
          height: auto; } }
  .product__image-Slider .overlay__pagination {
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute; }
    @media (max-width: 1023px) {
      .product__image-Slider .overlay__pagination {
        display: none; } }
  .product__image-Slider .swiper-pagination-fraction {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #fcfbf7;
    color: #fcfbf7;
    left: unset;
    right: 180px;
    font-size: 20px; }
    @media (max-width: 1023px) {
      .product__image-Slider .swiper-pagination-fraction {
        right: 40px;
        left: auto; } }

.image__block .cursor {
  width: 100%;
  height: 100%; }

.woocommerce-variation-add-to-cart,
form.cart {
  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) {
    .woocommerce-variation-add-to-cart,
    form.cart {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-flow: wrap;
          flex-flow: wrap; } }
  .woocommerce-variation-add-to-cart .quantity input,
  form.cart .quantity input {
    border-radius: 0;
    height: 61px; }
  .woocommerce-variation-add-to-cart .single_add_to_cart_button,
  .woocommerce-variation-add-to-cart button[name=add-to-cart],
  form.cart .single_add_to_cart_button,
  form.cart button[name=add-to-cart] {
    width: 248px;
    height: 61px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fcfbf7;
    color: #fcfbf7;
    font-family: "bebas_neue_probold";
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 1px; }

.single_variation_wrap {
  margin-top: 4px; }

.quantity {
  position: relative; }

.qty {
  text-align: center;
  background-color: transparent;
  border: 1px solid #fcfbf7;
  color: #fcfbf7; }
  .qty::-webkit-input-placeholder {
    color: #fcfbf7;
    font-family: "bebas_neue_probold";
    font-weight: bold;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0.2px; }

.quantity-button {
  cursor: pointer; }

.single-product .quantity-down:before, .product__info-Slider .quantity-down:before, .option-popup-inner .quantity-down:before, .wholesale__product .quantity-down:before {
  background-image: url(../src/icons/Minus_White.svg);
  content: "";
  cursor: pointer;
  padding: 30px 25px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0; }

.single-product .quantity-up, .product__info-Slider .quantity-up, .option-popup-inner .quantity-up, .wholesale__product .quantity-up {
  cursor: pointer; }
  .single-product .quantity-up:before, .product__info-Slider .quantity-up:before, .option-popup-inner .quantity-up:before, .wholesale__product .quantity-up:before {
    background-image: url(../src/icons/Add_White.svg);
    content: "";
    cursor: pointer;
    padding: 30px 25px;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0; }

.single-product .quantity-down:before, .wholesale__product .quantity-down:before {
  background-image: url(../src/icons/Minus.svg); }

.single-product .quantity-up:before, .wholesale__product .quantity-up:before {
  background-image: url(../src/icons/Add.svg); }

.single-product .quantity-down, .product__info-Slider .quantity-down {
  cursor: pointer; }

.single-product .quantity-up, .product__info-Slider .quantity-up {
  cursor: pointer; }

@media (max-width: 1023px) {
  .woocommerce-cart .cart_item .cart__item-right .desktop-hidden.mobile-quantity .quantity {
    margin-right: auto; } }

.cart_item .cart__item-right .qty {
  width: 36px;
  color: #00140f;
  margin-right: 4px; }

.cart_item .cart__item-right .quantity-up:before {
  cursor: pointer;
  padding: 10px;
  background-repeat: no-repeat;
  top: 42%;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  content: "";
  top: 33%;
  background-size: 10px;
  right: -11px;
  background-image: url(../src/icons/Add.svg); }

.cart_item .cart__item-right .quantity-down:before {
  cursor: pointer;
  padding: 10px;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  top: 50%;
  position: absolute;
  left: 15px;
  content: "";
  background-size: 9px;
  width: 10px;
  height: 10px;
  top: 50%;
  position: absolute;
  left: 14px;
  background-image: url(../src/icons/Minus.svg); }

.product__info-Slider .single_variation_wrap {
  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%; }
  .product__info-Slider .single_variation_wrap .woocommerce-variation-add-to-cart {
    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%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.product__info-Slider .variations_form.cart {
  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; }

.product__info-Slider .woocommerce-variation-add-to-cart,
.product__info-Slider form.cart {
  right: 0; }
  @media (max-width: 1023px) {
    .product__info-Slider .woocommerce-variation-add-to-cart,
    .product__info-Slider form.cart {
      padding: 0; } }

.variations .label label,
.variations .label span {
  display: none; }

.reset_variations {
  display: none !important; }

.products-grid .swiper-button-next {
  background-image: url("../src/icons/cursor-right-outline-black.svg"); }

.products-grid .swiper-button-prev {
  background-image: url("../src/icons/cursor-left-outline-black.svg"); }

.products-grid .ps_swipe__btn {
  width: 60px;
  height: 60px; }
  .products-grid .ps_swipe__btn:after {
    content: "";
    display: none; }

.startTransition {
  -webkit-animation: fade-in .5s ease-in;
          animation: fade-in .5s ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

.endTransition {
  -webkit-animation: fade-out .5s ease-in;
          animation: fade-out .5s ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); }
  85% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.fancy__product-Slider {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  width: 100vw; }
  .fancy__product-Slider .product__info-Slider {
    width: 100vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-height: 700px; }
    .fancy__product-Slider .product__info-Slider button.single_add_to_cart_button {
      position: relative; }
      @media (min-width: 1024px) {
        .fancy__product-Slider .product__info-Slider button.single_add_to_cart_button:hover {
          color: #fcfbf7;
          border-color: #068273; }
          .fancy__product-Slider .product__info-Slider button.single_add_to_cart_button:hover:after {
            background-color: #068273;
            height: 100%; }
        .fancy__product-Slider .product__info-Slider button.single_add_to_cart_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; } }
    .fancy__product-Slider .product__info-Slider .variation:nth-child(1):nth-last-child(3),
    .fancy__product-Slider .product__info-Slider .variation:nth-child(2):nth-last-child(2),
    .fancy__product-Slider .product__info-Slider .variation:nth-child(3):nth-last-child(1) {
      width: 50%; }
    .fancy__product-Slider .product__info-Slider .variation:nth-child(2):nth-last-child(2) .value {
      padding-right: 15px; }
    .fancy__product-Slider .product__info-Slider .variation:nth-child(3):nth-last-child(1) .value {
      padding-left: 15px; }
    .fancy__product-Slider .product__info-Slider .variations .variation:nth-child(1) {
      width: 100%; }
    .fancy__product-Slider .product__info-Slider .variations {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      width: 100%; }
      .fancy__product-Slider .product__info-Slider .variations .variation {
        width: 100%; }
  .fancy__product-Slider .product__image-Slider {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100vw;
    max-width: 100vw;
    overflow: hidden; }
    .fancy__product-Slider .product__image-Slider .swiper-images {
      width: 100vw;
      max-width: 100vw; }

@media (min-width: 1024px) {
  .product__image-Slider .swiper-wrapper .swiper-slide {
    width: 433px; }
  .fancy__product-Slider {
    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;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 100%; }
    .fancy__product-Slider .product__info-Slider {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      width: 40%;
      min-height: 650px; }
    .fancy__product-Slider .product__image-Slider {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 60%;
      overflow: hidden; }
      .fancy__product-Slider .product__image-Slider .swiper-images {
        width: 60%; }
  .product-slider {
    padding-left: 180px; }
  .swiper-wrapper .swiper-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .swiper-wrapper .swiper-slide .product {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .swiper-wrapper .swiper-slide .product .summary {
        width: 50%; } }

@media (min-width: 1920px) {
  .fancy__product-Slider {
    max-width: 100%; }
    .fancy__product-Slider .product__info-Slider {
      width: 20%; }
    .fancy__product-Slider .product__image-Slider {
      width: 80%; }
      .fancy__product-Slider .product__image-Slider .swiper-images {
        width: 100%; } }

.woocommerce-NoticeGroup-checkout {
  width: 100%; }
  .woocommerce-NoticeGroup-checkout ul {
    list-style: none; }
  .woocommerce-NoticeGroup-checkout .woocommerce-error strong {
    display: inline-block;
    padding-right: 4px; }

.filter-grid {
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  position: relative; }

.star-rating {
  display: none; }

@media (min-width: 1920px) {
  .filter-grid {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media (min-width: 1024px) {
  .filter-grid {
    width: 340px;
    margin-right: 30px;
    padding: 0; } }

.filter-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;
  padding: 0 20px;
  width: 100%; }
  @media (max-width: 1023px) {
    .filter-row aside {
      border-bottom: 0; } }
  .filter-row aside:first-child {
    margin-right: 10px; }
  .filter-row aside h3.widget-title.with-dropdown .widget-dropdown {
    background-size: 10px 10px !important;
    background-position: center center;
    width: 15px;
    height: 15px;
    right: 8px;
    top: 13px;
    background: url("../src/icons/Plus_Dark.svg") top 0px right no-repeat; }
  .filter-row aside h3.widget-title.with-dropdown.open .widget-dropdown {
    background: url("../src/icons/Line_Dark.svg") top 0px right no-repeat; }
  .filter-row aside .widget-title {
    padding-top: 8px;
    border-top: 1px solid #00140f;
    color: #00140f;
    font-family: "bebas_neue_probold";
    font-size: 20px;
    text-transform: uppercase; }
  .filter-row .woocommerce-ordering {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .filter-row .woocommerce-ordering .select {
      color: #00140f;
      border-bottom: 0; }
    .filter-row .woocommerce-ordering .select-styled {
      padding-top: 8px;
      border-top: 1px solid #00140f;
      color: #00140f;
      font-family: "bebas_neue_probold"; }
  .filter-row .widget_pwb_filter_by_brand_widget {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

.orderby-item.active:before {
  display: none; }

@media only screen and (min-width: 1023px) and (max-width: 1240px) {
  .filter-grid {
    width: 22%; } }

.option-popup-inner {
  padding: 30px 20px 10px 20px; }
  .option-popup-inner .single-product-pricing {
    color: #fcfbf7;
    font-family: "bebas_neue_probold";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    margin: 20px 0;
    text-transform: uppercase; }
  .option-popup-inner .stock {
    color: #fcfbf7; }
  .option-popup-inner .variations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .option-popup-inner h6 {
    color: #fcfbf7;
    text-transform: uppercase; }
  .option-popup-inner h3 {
    color: #fcfbf7;
    text-transform: uppercase; }
  .option-popup-inner .woocommerce-variation-add-to-cart .single_add_to_cart_button, .option-popup-inner form.cart button[type=submit] {
    width: 100% !important;
    background-color: #058273 !important;
    color: #fcfbf7 !important;
    border-color: #058273 !important; }

.background-menu {
  left: -500px;
  opacity: 0; }
  .background-menu.active {
    z-index: 16;
    position: absolute;
    height: 100vh;
    background-color: #00140f;
    width: 520px;
    left: 0;
    top: 0;
    opacity: 1; }

.close-bg.active {
  background-image: url("../src/icons/Button_Delete_Bright.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  left: 53px;
  top: 97px;
  width: 14px;
  height: 14px;
  z-index: 18; }

.nav-Component.active {
  z-index: 17; }
  .nav-Component.active .navbar-toggler {
    display: none; }

.filter-grid.active {
  z-index: 17; }
  .filter-grid.active .category-dropdown.open {
    background-color: transparent; }
  .filter-grid.active aside h3.widget-title.with-dropdown .widget-dropdown {
    background-image: url("../src/icons/plus-white.svg"); }
  .filter-grid.active aside .widget-title {
    color: #fcfbf7;
    border-top: 1px solid #fcfbf7; }
  .filter-grid.active .yith-woocommerce-ajax-product-filter.with-checkbox ul {
    border-top: 1px solid #fcfbf7; }
  .filter-grid.active .yith-woo-ajax-navigation li a {
    color: #fcfbf7; }
  .filter-grid.active .yith-woo-ajax-navigation {
    border-bottom: 1px solid #fcfbf7; }
  .filter-grid.active .yith-woocommerce-ajax-product-filter.with-checkbox ul li a:before {
    background-image: url("../src/icons/Checkbox_Inactive_White.svg"); }
  .filter-grid.active .yith-woocommerce-ajax-product-filter.with-checkbox ul li.chosen > a:before {
    background-image: url("../src/icons/Checkbox_Active_White.svg"); }

.yith-woocommerce-ajax-product-filter.with-checkbox ul li.chosen > a:before, .yith-woocommerce-ajax-product-filter.yith-wcan-sort-by.with-checkbox ul li a.active:before {
  content: "";
  background-image: url("../src/icons/Checkbox_Active.svg") !important;
  margin-right: 0 !important; }

.yith-woocommerce-ajax-product-filter.with-checkbox ul li a:before, .yith-woocommerce-ajax-product-filter.yith-wcan-sort-by.with-checkbox ul li a:before {
  content: "";
  right: 2px;
  position: absolute;
  background-image: url("../src/icons/Checkbox_Inactive.svg") !important;
  background-position: center;
  width: 14px;
  height: 14px;
  background-size: contain;
  margin-bottom: 0;
  bottom: 1px;
  margin-right: 0; }

@media (min-width: 1024px) {
  .sticky-filter {
    top: 100px;
    position: sticky;
    max-width: 280px; } }

.yith-wcan-sort-by {
  position: relative;
  color: #00140f;
  font-family: "bebas_neue_probold";
  font-size: 20px;
  text-transform: uppercase; }
  .yith-wcan-sort-by ul.orderby {
    padding: 10px 0;
    height: auto; }

/* making sure the plus stays */
.widget h3.widget-title.with-dropdown.open .widget-dropdown {
  background-position: center; }

.yith-wcan-sort-by ul.orderby li.orderby-wrapper > a.active:before {
  margin-right: 5px; }

.yith-woo-ajax-navigation ul::-webkit-scrollbar-track, .yith-wcan-sort-by ul::-webkit-scrollbar-track {
  border: 0;
  background-color: transparent; }

.yith-woo-ajax-navigation ul::-webkit-scrollbar, .yith-wcan-sort-by ul::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
  height: 25px; }

.yith-woo-ajax-navigation ul::-webkit-scrollbar-thumb, .yith-wcan-sort-by ul::-webkit-scrollbar-thumb {
  background-color: rgba(6, 130, 115, 0.53); }

.yith-woocommerce-ajax-product-filter.with-checkbox ul.yith-child-terms {
  border-top: 0;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow-y: inherit;
  margin-top: 0;
  padding-left: 10px;
  height: auto; }

.yith-wcan-sort-by ul.orderby li.orderby-wrapper {
  margin-bottom: 0; }

.yith-woo-ajax-navigation, .yith-wcan-sort-by {
  width: 100%;
  padding-right: 0; }
  @media (max-width: 1023px) {
    .yith-woo-ajax-navigation, .yith-wcan-sort-by {
      width: calc(50% - 5px); } }
  @media (min-width: 1024px) {
    .yith-woo-ajax-navigation:last-of-type, .yith-wcan-sort-by:last-of-type {
      border-bottom: 1px solid #00140f; } }
  .yith-woo-ajax-navigation ul, .yith-wcan-sort-by ul {
    /* force overflow */
    margin-top: 5px;
    height: auto;
    border-top: 1px solid #00140f;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
    overflow-y: scroll;
    padding-left: 0px; }
    @media (min-width: 1024px) {
      .yith-woo-ajax-navigation ul, .yith-wcan-sort-by ul {
        height: auto; } }
  .yith-woo-ajax-navigation li, .yith-wcan-sort-by li {
    position: relative;
    margin: 2px 0;
    line-height: 0.93;
    width: 100%; }
    .yith-woo-ajax-navigation li a, .yith-wcan-sort-by li a {
      font-family: "bebas_neue_proregular";
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.93;
      letter-spacing: normal;
      color: #00140f;
      text-transform: uppercase;
      position: relative;
      width: 100%;
      display: block; }

.filters-row {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row; }
  .filters-row aside {
    margin: 0 10px; }
  .filters-row .yith-wcan-sort-by {
    border-top: 1px solid #00140f; }
    .filters-row .yith-wcan-sort-by.open .orderby {
      display: block;
      height: auto; }
    .filters-row .yith-wcan-sort-by ul.orderby {
      display: none;
      height: 0;
      padding-top: 10px;
      margin-bottom: 0;
      padding-bottom: 10px; }
      .filters-row .yith-wcan-sort-by ul.orderby li.orderby-wrapper {
        margin-bottom: 0; }
    .filters-row .yith-wcan-sort-by:after {
      position: absolute;
      content: "";
      background: url(../src/icons/Plus_Dark.svg) top 0px right no-repeat;
      background-size: 100%;
      width: 10px;
      height: 10px;
      right: 5px;
      top: 10px; }

@media (min-width: 1024px) {
  .filter-row aside {
    margin-right: 50px;
    margin-bottom: 0; }
    .filter-row aside:first-child {
      margin-right: 50px; } }

@media (max-width: 1023px) {
  .filter-row aside:nth-child(odd) {
    padding-right: 10px; }
  .filter-row aside:nth-child(even) {
    padding-left: 10px; } }

.filter-row aside:first-child {
  padding-right: 0; }

.product-category-items {
  margin-top: 20px;
  margin-bottom: 34px;
  height: 0;
  opacity: 0;
  -webkit-transition: height 1s ease-in;
  -o-transition: height 1s ease-in;
  transition: height 1s ease-in; }
  .product-category-items.active {
    height: auto;
    opacity: 1;
    -webkit-transition: height 1s ease-in;
    -o-transition: height 1s ease-in;
    transition: height 1s ease-in; }
    .product-category-items.active .cat-item {
      -webkit-transition-delay: 0.8s;
           -o-transition-delay: 0.8s;
              transition-delay: 0.8s;
      -webkit-transition: opacity 0.5s ease-in;
      -o-transition: opacity 0.5s ease-in;
      transition: opacity 0.5s ease-in; }

.cat-item {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in; }
  .cat-item a {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: bold;
    font-family: "bebas_neue_probold";
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: normal;
    color: #00140f; }
    .cat-item a:hover {
      color: #068273; }
  .cat-item.selected a {
    color: #068273; }

.shop-slider {
  margin-top: 0; }
  @media (min-width: 1024px) {
    .shop-slider {
      margin-top: 20px; } }

.yith-wcan-loading {
  height: 700px; }

.category-dropdown {
  padding: 0 20px;
  margin-bottom: 20px;
  /*  #navbarNavDropdown {
    @include bp(phone) {
      display: none;
      &.active {
        display: block;
      }
    }
  }*/ }
  @media (min-width: 1024px) {
    .category-dropdown {
      margin-right: 40px; } }
  .category-dropdown .category-dropdown-toggle {
    color: #00140f;
    max-width: 80%;
    position: relative;
    cursor: pointer; }
    @media (max-width: 1023px) {
      .category-dropdown .category-dropdown-toggle {
        max-width: 100%; } }
    .category-dropdown .category-dropdown-toggle.no-dropdown:before {
      display: none; }
    .category-dropdown .category-dropdown-toggle:before {
      content: "";
      top: 60%;
      background-repeat: no-repeat;
      width: 15px;
      height: 15px;
      background-size: 15px;
      position: absolute;
      right: 7px; }
      @media (max-width: 1023px) {
        .category-dropdown .category-dropdown-toggle:before {
          background-image: url(../src/icons/chevron-down-dark.svg); } }
      @media (max-width: 1023px) {
        .category-dropdown .category-dropdown-toggle:before {
          right: 0; } }
    .category-dropdown .category-dropdown-toggle.active {
      color: #068273; }
      @media (max-width: 1023px) {
        .category-dropdown .category-dropdown-toggle.active:before {
          background-image: url(../src/icons/chevron-down-aqua.svg); } }
  @media (max-width: 1023px) {
    .category-dropdown .navbar-nav li {
      padding: 2px 0; } }
  .category-dropdown .dropdown-title {
    outline: none;
    cursor: pointer;
    font-family: "bebas_neue_probold";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    padding-right: 0;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    position: relative; }
    .category-dropdown .dropdown-title.open {
      color: #068273; }
      .category-dropdown .dropdown-title.open:after {
        background-image: url(../src/icons/Chevron_Aqua_Active.svg); }
    .category-dropdown .dropdown-title:after {
      content: "";
      top: 13px;
      background-repeat: no-repeat;
      width: 15px;
      height: 15px;
      background-size: 15px;
      position: absolute;
      right: 0;
      background-image: url(../src/icons/Chevron_Dark.svg); }
    @media (min-width: 1024px) {
      .category-dropdown .dropdown-title {
        display: none !important; } }
  .category-dropdown .navbar-nav .dropdown-menu {
    border: 0; }
  .category-dropdown .dropdown.open .dropdown-toggle i:before {
    background-image: url(../src/icons/Chevron_Aqua_Active.svg); }
  .category-dropdown .nav-link:hover, .category-dropdown .dropdown-item:hover {
    color: #068273; }
  .category-dropdown .dropdown-menu {
    padding: 0; }
    .category-dropdown .dropdown-menu.open {
      display: block;
      max-height: 9999px;
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1);
      -webkit-animation: showAnimation .5s ease-in-out;
              animation: showAnimation .5s ease-in-out;
      -webkit-transition: max-height 1s ease-in-out;
      -o-transition: max-height 1s ease-in-out;
      transition: max-height 1s ease-in-out; }
    .category-dropdown .dropdown-menu 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.9;
      letter-spacing: normal;
      font-size: 17px;
      color: #00140f;
      text-transform: uppercase;
      line-height: 1; }
  .category-dropdown li.current-menu-item > a {
    color: #068273; }
  .category-dropdown li.shop-item .nav-link {
    font-size: 28px; }
  .category-dropdown li .nav-link {
    padding: 0;
    position: relative;
    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;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
    font-size: 24px; }
    .category-dropdown li .nav-link.open {
      color: #068273; }
    .category-dropdown li .nav-link:hover:after {
      width: 20px; }
  .category-dropdown .dropdown-toggle {
    padding-left: 0;
    list-style: none; }
    .category-dropdown .dropdown-toggle.open i:before {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      background-image: url(../src/icons/Chevron_Aqua_Active.svg); }
    .category-dropdown .dropdown-toggle i {
      cursor: pointer;
      top: 5px;
      right: 15px;
      position: absolute;
      width: 15px;
      height: 15px;
      z-index: 2; }
      @media (max-width: 1023px) {
        .category-dropdown .dropdown-toggle i {
          right: 0; } }
      .category-dropdown .dropdown-toggle i:before {
        content: "";
        background-image: url(../src/icons/Chevron_Aqua.svg);
        top: 5px;
        background-repeat: no-repeat;
        width: 15px;
        height: 15px;
        background-size: 15px;
        position: absolute;
        right: 0; }
    .category-dropdown .dropdown-toggle li .nav-link {
      padding: 0;
      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-size: 17px;
      color: #00140f;
      text-transform: uppercase; }

@media (min-width: 1920px) {
  .flex-shop-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.term-description {
  margin: auto;
  width: 100%; }
  .term-description h1, .term-description h2, .term-description h3, .term-description h4, .term-description h5, .term-description .h5__upper, .term-description h6 {
    font-family: "bebas_neue_probold";
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    color: #00140f;
    margin-top: 30px; }
  .term-description h1 {
    font-size: 34px; }
  .term-description h2 {
    font-size: 30px; }
  .term-description h3 {
    font-size: 26px; }
  .term-description h4 {
    font-size: 24px; }
  .term-description h5, .term-description .h5__upper {
    font-size: 18px; }
  .term-description h6 {
    font-size: 16px; }
  .term-description 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.5;
    letter-spacing: normal;
    color: #55706c; }

.restricted_country {
  color: red; }

.single-product .bestsellers.products-grid {
  max-width: unset; }

.bestsellers {
  margin-bottom: 0 !important; }
  .bestsellers > .container, .category-header + .bapf_sfilter .bestsellers > .bapf_body {
    position: relative; }
  @media (max-width: 1023px) {
    .bestsellers.products-grid .product {
      margin-top: 0;
      margin-bottom: 0; } }

.products-grid {
  padding: 0 20px;
  margin-bottom: 50px; }
  @media (max-width: 1023px) {
    .products-grid .product {
      width: 100%;
      margin: 0 20px;
      padding: 1px 0;
      border-top: 1px solid #00140f; }
      .products-grid .product .price {
        top: -2px;
        position: relative; }
      .products-grid .product .brand-name {
        font-size: 0.9rem; }
      .products-grid .product .column {
        padding-left: 10px;
        width: 52%; }
      .products-grid .product .column .price del {
        margin-left: 0; }
      .products-grid .product .column .price del span {
        color: #068273 !important;
        opacity: 0.5; } }

.out-of-stock-grid {
  line-height: 0.9; }
  .out-of-stock-grid ~ .price,
  .out-of-stock-grid ~ .open-popup {
    display: none; }

.products-grid {
  padding: 0 20px;
  margin-bottom: 50px; }
  .products-grid .product {
    border-top: solid 1px #00140f;
    list-style: none;
    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 (max-width: 1023px) {
      .products-grid .product {
        width: 100%;
        margin: 0 20px;
        padding: 1px 0; }
        .products-grid .product .price {
          top: -2px;
          position: relative; }
        .products-grid .product .brand-name {
          font-size: 0.9rem; } }
    .products-grid .product .open-popup {
      display: none; }
    .products-grid .product .add-to-cart {
      display: none; }
    .products-grid .product .wc-gzd-additional-info {
      display: none; }
    .products-grid .product .wholesale__options {
      /** TODO if wholesale */
      display: none; }
    .products-grid .product .woocommerce-loop-product__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;
      line-height: 0.9;
      text-transform: uppercase;
      color: #00140f;
      /** TODO if wholesale */ }
    .products-grid .product .woocommerce-loop-product__link img {
      -o-object-fit: cover;
         object-fit: cover; }
    .products-grid .product .shop-button.button {
      max-width: 100%;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 20px;
      height: 44px;
      line-height: 44px;
      padding: 0;
      color: #00140f;
      border-color: #00140f; }
      @media (min-width: 1024px) {
        .products-grid .product .shop-button.button {
          display: none; } }
  .products-grid .option-popup-inner .single_variation_wrap {
    width: 100%; }
  .products-grid .option-popup-inner .brand-name {
    color: #fcfbf7; }
  .products-grid .option-popup-inner .woocommerce-variation-price {
    display: none; }
  .products-grid .option-popup-inner .single_add_to_cart_button {
    line-height: 2; }
    .products-grid .option-popup-inner .single_add_to_cart_button span {
      color: #fcfbf7;
      letter-spacing: 2.5px; }
    .products-grid .option-popup-inner .single_add_to_cart_button .price {
      top: 0;
      padding-left: 0px;
      margin-right: 4px; }
      .products-grid .option-popup-inner .single_add_to_cart_button .price .woocommerce-Price-amount {
        color: #fcfbf7;
        font-family: "bebas_neue_probold";
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 16px;
        letter-spacing: 2.5px; }
  .products-grid .option-popup {
    opacity: 0;
    position: fixed;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1; }
    .products-grid .option-popup .single_add_to_cart_button .price del span {
      color: #fcfbf7 !important; }
    .products-grid .option-popup del span {
      color: #fcfbf7; }
    .products-grid .option-popup .brand {
      margin-bottom: 15px; }
      .products-grid .option-popup .brand span a {
        font-family: "bebas_neue_proregular";
        font-size: 20px;
        font-weight: normal;
        text-transform: uppercase;
        color: #fcfbf7; }
    .products-grid .option-popup .return__shop .yith-wcwl-add-to-wishlist {
      margin-top: 0;
      margin-bottom: 0; }
    .products-grid .option-popup .return__shop .add_to_wishlist, .products-grid .option-popup .return__shop .yith-wcwl-wishlistexistsbrowse {
      margin-top: 0;
      margin-bottom: 0; }
      .products-grid .option-popup .return__shop .add_to_wishlist i, .products-grid .option-popup .return__shop .yith-wcwl-wishlistexistsbrowse i {
        position: absolute;
        left: 20px; }
      .products-grid .option-popup .return__shop .add_to_wishlist span, .products-grid .option-popup .return__shop .yith-wcwl-wishlistexistsbrowse span {
        padding-left: 80px;
        font-family: "bebas_neue_probold";
        font-size: 20px;
        font-weight: bold; }
    .products-grid .option-popup .return__shop .add_to_wishlist i:before {
      width: 20px;
      height: 20px;
      background-size: 20px;
      background-image: url(../src/icons/Heart_White.svg); }
    .products-grid .option-popup .select-styled:after {
      background-image: url("../src/icons/Chevron_White.svg"); }
    .products-grid .option-popup .close-option-popup {
      position: absolute;
      left: 20px;
      top: 20px;
      background-image: url("../src/icons/Button_Delete_Bright.svg");
      background-size: 20px;
      height: 20px;
      width: 20px;
      background-repeat: no-repeat;
      cursor: pointer; }
    .products-grid .option-popup .product__details {
      padding: 0;
      position: relative;
      margin-top: 10px;
      width: 100%;
      border: 1px solid #fcfbf7;
      color: #00140f;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: "bebas_neue_probold";
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 61px;
      text-align: center;
      letter-spacing: 1px;
      background: #fcfbf7; }
      .products-grid .option-popup .product__details span {
        margin-left: 10px; }
      .products-grid .option-popup .product__details img {
        width: 58px;
        height: 60px;
        -o-object-fit: cover;
           object-fit: cover; }
      .products-grid .option-popup .product__details:after {
        -webkit-transform: rotateX(180deg);
                transform: rotateX(180deg);
        content: "";
        background-image: url("../src/icons/Chevron_Dark.svg");
        top: 38%;
        background-size: 15px;
        background-repeat: no-repeat;
        width: 15px;
        height: 12px;
        position: absolute;
        right: 20px; }
    .products-grid .option-popup .return__shop {
      cursor: pointer;
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      background-repeat: no-repeat; }
      .products-grid .option-popup .return__shop img {
        height: auto;
        width: 58px; }
      .products-grid .option-popup .return__shop span {
        margin-left: auto;
        margin-right: 0;
        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;
        line-height: 1; }
    .products-grid .option-popup .woocommerce-variation-add-to-cart .quantity, .products-grid .option-popup form.cart .quantity {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; }
      .products-grid .option-popup .woocommerce-variation-add-to-cart .quantity input, .products-grid .option-popup form.cart .quantity input {
        width: 100%; }
    .products-grid .option-popup.open {
      padding-top: 60px;
      background: #00140f;
      z-index: 124;
      height: 100%;
      width: 100%;
      opacity: 1; }

@media (min-width: 1024px) {
  .archive .products-grid .line {
    top: 40%; } }

.products-grid {
  padding: 0;
  width: 100%; }
  .products-grid .woocommerce-pagination {
    width: 100%;
    margin-top: 30px; }
    .products-grid .woocommerce-pagination .page-numbers {
      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-align: center;
      color: #00140f;
      display: block;
      padding-top: 8px;
      padding-left: 0; }
      .products-grid .woocommerce-pagination .page-numbers.current {
        border-top: 1px #058273 solid;
        color: #058273; }
    .products-grid .woocommerce-pagination li {
      display: inline-block;
      width: 36px;
      height: 26px;
      padding: 0px 12px;
      text-align: center; }
  .products-grid li {
    position: relative;
    list-style: none;
    width: 340px; }
  .products-grid .wc-gzd-additional-info,
  .products-grid .add-to-cart {
    display: none; }
  .products-grid .woocommerce-loop-product__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;
    color: #00140f;
    opacity: 1;
    height: auto;
    text-align: center;
    width: 100%;
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 4px;
    -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; }
  .products-grid .woocommerce-loop-product__title,
  .products-grid .price-block,
  .products-grid .open-popup,
  .products-grid .price {
    text-align: left; }
  .products-grid .open-popup {
    margin-right: 7px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-image: url("../src/icons/Button_Add_Hover.svg");
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    bottom: 20px;
    opacity: 1;
    height: 20px;
    right: 20px; }
  .products-grid .brand-name {
    color: #00140f;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-family: "bebas_neue_probold"; }
  .products-grid .price {
    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;
    -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;
    color: #00140f;
    line-height: 0.9;
    opacity: 1;
    margin: 0; }
    .products-grid .price span {
      color: #00140f; }
    .products-grid .price del span {
      color: #00140f; }
  .products-grid .product.sale .price,
  .products-grid .product.sale .amount,
  .products-grid .product.sale .woocommerce-Price-currencySymbol {
    color: #FF5100; }
  .products-grid .line {
    width: 166px;
    height: 1px;
    border-bottom: solid 1px #00140f;
    display: block;
    margin: auto;
    margin-bottom: 12px;
    width: 100%;
    opacity: 1;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in; }
  .products-grid .product {
    margin-bottom: 30px;
    position: relative;
    border: 0;
    width: 340px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1024px) {
      .products-grid .product {
        width: 350px;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 1024px) {
    .products-grid .swiper-slide .product {
      padding-left: 10px;
      padding-right: 10px; } }
  .products-grid .woocommerce-LoopProduct-link {
    position: relative;
    display: block;
    margin-right: 0;
    width: 100%;
    text-decoration: none !important; }
    .products-grid .woocommerce-LoopProduct-link img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 425px;
      -o-object-fit: cover;
         object-fit: cover; }
  .products-grid.theme__White .woocommerce-loop-product__title {
    color: #FCFBF7; }
  .products-grid.theme__White .brand-name {
    color: #FCFBF7; }
  .products-grid.theme__White .price {
    color: #FCFBF7; }
    .products-grid.theme__White .price span {
      color: #FCFBF7; }
    .products-grid.theme__White .price del span {
      color: #FCFBF7; }
  .products-grid.theme__White .out-of-stock-grid {
    color: #FCFBF7; }
  .products-grid.theme__White .product.sale .price,
  .products-grid.theme__White .product.sale .amount,
  .products-grid.theme__White .product.sale .woocommerce-Price-currencySymbol {
    color: #FCFBF7; }
  .products-grid.theme__White .product.sale del span,
  .products-grid.theme__White .product.sale del .woocommerce-Price-currencySymbol {
    color: #FCFBF7; }
  .products-grid.theme__White .line {
    border-bottom: solid 1px #FCFBF7; }
  .products-grid.theme__White .swiper-button-next {
    background-image: url("../src/icons/cursor-right-outline.svg"); }
    @media (min-width: 1024px) {
      .products-grid.theme__White .swiper-button-next {
        right: -60px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .products-grid.theme__White .swiper-button-next {
        right: 0px; } }
    @media (min-width: 1920px) {
      .products-grid.theme__White .swiper-button-next {
        right: 0px; } }
  .products-grid.theme__White .swiper-button-prev {
    background-image: url("../src/icons/cursor-left-outline.svg"); }
    @media (min-width: 1024px) {
      .products-grid.theme__White .swiper-button-prev {
        left: -60px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .products-grid.theme__White .swiper-button-prev {
        left: 0px; } }
    @media (min-width: 1920px) {
      .products-grid.theme__White .swiper-button-prev {
        left: 0px; } }

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: 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, .category-header + .bapf_sfilter .bapf_body {
    max-width: 1688px; }
    .page-template-stores .container, .page-template-stores .category-header + .bapf_sfilter .bapf_body, .category-header + .bapf_sfilter .page-template-stores .bapf_body,
    .page-template-about .container,
    .page-template-about .category-header + .bapf_sfilter .bapf_body,
    .category-header + .bapf_sfilter .page-template-about .bapf_body {
      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, .bestsellers .category-header + .bapf_sfilter .bapf_body, .category-header + .bapf_sfilter .bestsellers .bapf_body {
    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); } }

section {
  overflow: hidden; }

.background__headline {
  z-index: -1;
  position: absolute;
  top: 0; }

.desktop-hidden.journal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1024px) {
    .desktop-hidden.journal-title {
      display: none; } }

@media (min-width: 1024px) {
  .bestsellers {
    margin-left: auto;
    margin-right: auto; } }

.bestsellers .h3__headline-White {
  margin-bottom: 20px; }

.bestsellers .star-rating {
  display: none; }

@media (max-width: 1023px) {
  .journal__category__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .journal__category__block.journal__category__block-Right a.hoverable-Desktop {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .journal__category__block.journal__category__block-Right a.hoverable-Desktop picture {
        margin-left: 0; }
    .journal__category__block.journal__category__block-Right .journal-title {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .journal__category__block a.hoverable-Desktop {
      width: 50%; }
    .journal__category__block .journal-title {
      width: 50%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .journal__category__block h4 {
      font-family: "bebas_neue_probold";
      font-size: 20px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.9;
      text-transform: uppercase; }
    .journal__category__block .date {
      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; } }
