/*
Theme Name: DewdropEU 
Theme URI: http://dewdrop.eu
Author: Dewdrop, Aivaras Cenkus
Author URI: ttp://dewdrop.eu
Description: Dewdrop
Version: 100
License: NON
License URI: --
Tags: private, design, inovation, dewdrop, dev, drop, lithuania, vilnius
Text Domain: dewdrop.eu theme
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("../img/flags.webp");
  --iti-path-flags-2x: url("../img/flags@2x.webp");
  --iti-path-globe-1x: url("../img/globe.webp");
  --iti-path-globe-2x: url("../img/globe@2x.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}

.iti__dial-code {
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 19px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
.iti {
  display: block;
  --iti-path-flags-1x: url("../intl-tel-input/flags.webp");
  --iti-path-flags-2x: url("../intl-tel-input/flags@2x.webp");
  --iti-path-globe-1x: url("../intl-tel-input/globe.webp");
  --iti-path-globe-2x: url("../intl-tel-input/globe@2x.webp");
}

.iti--inline-dropdown .iti__dropdown-content {
  z-index: 3;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("../fonts/material-symbols/material-symbols-outlined.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

/* barlow-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow/barlow-v12-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/barlow/barlow-v12-latin_latin-ext-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/barlow/barlow-v12-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-500italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/barlow/barlow-v12-latin_latin-ext-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/barlow/barlow-v12-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/barlow/barlow-v12-latin_latin-ext-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/barlow/barlow-v12-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/barlow/barlow-v12-latin_latin-ext-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/barlow/barlow-v12-latin_latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-800italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/barlow/barlow-v12-latin_latin-ext-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body, input, button {
  font-family: "Barlow", sans-serif;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 158px;
}
@media only screen and (max-width: 990px) {
  .main {
    padding-top: 100px;
  }
}

a {
  color: #ff5e17;
}

.notification-container, .footer-container, .subscribe-container, .checkout-infoContainer, .category-container, .products-container, .profile-container, .page-container, .breadcrumbs-list, .topMenu-container, .header-container {
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
}

.subscribe-title, .checkout-infoTitle, .category-link, .category-title, .products-singleTitle, .products-title, .profile-title, .page-title {
  color: #000;
  font-size: 48px;
  letter-spacing: 8.88px;
  line-height: 58px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 35px;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  .subscribe-title, .checkout-infoTitle, .category-link, .category-title, .products-singleTitle, .products-title, .profile-title, .page-title {
    font-size: 35px;
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 550px) {
  .subscribe-title, .checkout-infoTitle, .category-link, .category-title, .products-singleTitle, .products-title, .profile-title, .page-title {
    font-size: 32px;
    letter-spacing: 3px;
  }
}

.checkout-fieldsTitle, .products-specificationTitle, .products-itemTitle, .profile-cardTitle, .card-title {
  color: #000;
  font-size: 28px;
  letter-spacing: 4px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 35px 0;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  .checkout-fieldsTitle, .products-specificationTitle, .products-itemTitle, .profile-cardTitle, .card-title {
    letter-spacing: 5px;
  }
}

.subscribe-caption, .category-caption, .products-singleDescription, .page-content {
  color: #394651;
  font-size: 17px;
  line-height: 24px;
}

.cookie-agreeLink, .subscribe-submit, .checkout-submit, .checkout-toCart, .checkout-fieldsTitleLink, .cart-bottomLink, .cart-tdDelete, .category-cta, .products-actionsLink, .products-addCartSubmit, .products-addToCart, .profile-cta, .pagination-link, .page-tabsLinksItem, .card-btn, .radio-button, .confirm-ctaClose, .confirm-ctaOk {
  cursor: pointer;
  display: inline-block;
  padding: 12px 28px;
  border: 3px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.96px;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 550px) {
  .cookie-agreeLink, .subscribe-submit, .checkout-submit, .checkout-toCart, .checkout-fieldsTitleLink, .cart-bottomLink, .cart-tdDelete, .category-cta, .products-actionsLink, .products-addCartSubmit, .products-addToCart, .profile-cta, .pagination-link, .page-tabsLinksItem, .card-btn, .radio-button, .confirm-ctaClose, .confirm-ctaOk {
    letter-spacing: 1.8px;
    width: 100%;
  }
}
.cookie-agreeLink:hover, .subscribe-submit:hover, .checkout-submit:hover, .checkout-toCart:hover, .checkout-fieldsTitleLink:hover, .cart-bottomLink:hover, .cart-tdDelete:hover, .category-cta:hover, .products-actionsLink:hover, .products-addCartSubmit:hover, .products-addToCart:hover, .profile-cta:hover, .pagination-link:hover, .page-tabsLinksItem:hover, .card-btn:hover, .radio-button:hover, .confirm-ctaClose:hover, .confirm-ctaOk:hover {
  color: #ff5e17;
  border-color: #ff5e17;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.cookie-agreeLink span, .subscribe-submit span, .checkout-submit span, .checkout-toCart span, .checkout-fieldsTitleLink span, .cart-bottomLink span, .cart-tdDelete span, .category-cta span, .products-actionsLink span, .products-addCartSubmit span, .products-addToCart span, .profile-cta span, .pagination-link span, .page-tabsLinksItem span, .card-btn span, .radio-button span, .confirm-ctaClose span, .confirm-ctaOk span {
  vertical-align: middle;
}

.confirm {
  z-index: 99999;
  position: fixed;
  left: 0;
  top: -100%;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
}
.confirm-container {
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  height: 100%;
}
.confirm-inner {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.confirm-title {
  margin-top: 0;
  letter-spacing: 1px;
  font-size: 20px;
}
.confirm-message {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
}
.confirm-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.confirm-ctaClose {
  margin-right: 20px;
}
.confirm-ctaOk {
  background-color: #ff5e17;
  border-color: #ff5e17;
  color: #fff;
}
.confirm-ctaOk:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.confirm--open {
  top: 0;
  visibility: visible;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.radio-item {
  position: relative;
  display: block;
  margin: 15px 0;
  padding-left: 30px;
  margin-right: 25px;
  cursor: pointer;
  font-weight: 400;
}
.radio-input {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
  width: 19px;
  height: 19px;
  top: 0;
  left: 0;
  margin-left: 0 !important;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  margin-top: 0;
}
.radio-input:checked + .radio-helper:before {
  border-color: #ff5e17;
}
.radio-input:checked + .radio-helper:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.radio-input:checked + .radio-button {
  border-color: #ff5e17;
  color: #ff5e17;
}
.radio-helper {
  display: inline-block;
  position: relative;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  margin-top: -4px;
}
.radio-helper:before, .radio-helper:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.radio-helper:before {
  top: 0;
  width: 19px;
  height: 19px;
  left: 0;
  border: 3px solid #ff5e17;
}
.radio-helper:after {
  width: 11px;
  height: 11px;
  background: #ff5e17;
  top: 7px;
  left: 7px;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.radio-label, .radio-helper, .radio .material-symbols-outlined {
  vertical-align: middle;
}
.radio--buttons .radio-item {
  padding-left: 0;
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #005F75;
          box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #003642;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid #004a5c;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
.form-field {
  width: 100%;
  height: 54px;
  outline: none;
  background: none;
  padding: 16.5px 14px;
  border: 2px solid #e9ecee;
  color: #000;
  font-size: 15px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.form-field:hover, .form-field:focus {
  border-color: #000;
}
.form-field::-webkit-input-placeholder {
  color: #ccd1d5;
  font-size: 15px;
}
.form-field::-moz-placeholder {
  color: #ccd1d5;
  font-size: 15px;
}
.form-field:-ms-input-placeholder {
  color: #ccd1d5;
  font-size: 15px;
}
.form-field::-ms-input-placeholder {
  color: #ccd1d5;
  font-size: 15px;
}
.form-field::placeholder {
  color: #ccd1d5;
  font-size: 15px;
}
.form-field.invalid {
  border-color: red;
}
.form-field.valid {
  border-color: #22bb33;
}
.form-container {
  margin: 3rem auto;
  width: 100%;
  max-width: 420px;
}
.form-bottom {
  margin-top: 20px;
}
.form-bottomLink {
  display: inline-block;
  margin-bottom: 20px;
}
.form-fieldContainer {
  position: relative;
  line-height: 1.5;
  margin: 20px 0;
}
.form-label {
  z-index: 2;
  color: #394651;
  font-size: 16px;
  position: absolute;
  background-color: #fff;
  padding: 0rem 0.4rem;
  font-weight: 500;
  -webkit-transform: translate(16px, -12px);
          transform: translate(16px, -12px);
}
.form-labelLinkContainer {
  text-align: end;
  margin-bottom: 5px;
}
.form-labelLink {
  text-decoration: none;
  color: #000;
}
.form-labelLink:hover {
  text-decoration: underline;
}
.form-passIcon {
  width: 35px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 19px;
  height: 35px;
  border-radius: 50%;
  pointer-events: none;
  overflow: hidden;
}
.form-passIcon:hover {
  background-color: #eaecef;
}
.form-passIcon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #9d9e9f;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.form-passIcon.active:before { /* on click on svg, active class is added */
  -webkit-transform: scale(3);
          transform: scale(3);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.form-passIconSvg {
  margin: 8px;
  width: 20px;
  cursor: pointer;
  pointer-events: auto;
  z-index: 11;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-checkbox {
  display: none;
}
.form-checkbox:checked ~ .form-checkboxFakeLabel {
  border-color: #ff5e17;
  -webkit-animation: jelly 0.6s ease;
          animation: jelly 0.6s ease;
}
.form-checkbox:checked ~ .form-checkboxFakeLabel:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.form-checkboxFakeLabel {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 27px;
  height: 27px;
  border: 3px solid #000;
  vertical-align: middle;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
  cursor: pointer;
}
.form-checkboxFakeLabel:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  width: 5px;
  height: 11px;
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.form-checkboxLabel {
  margin-left: 20px;
  vertical-align: middle;
  font-size: 17px;
  line-height: 20px;
  color: #394651;
  cursor: pointer;
}
.form-submit {
  width: 100%;
  height: 48px;
  background-color: #ff5e17;
  color: #fff;
  padding: 8px 16px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border: none;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form-submit:hover {
  background-color: #36424e;
}
.form-error {
  color: red;
}
.form-error span {
  font-size: 14px;
  vertical-align: middle;
}
.form-field--error {
  border-color: red;
}
.form-fieldContainer--reset .form-passIcon {
  top: 40px;
}
.form-passIconSvg--open {
  display: none;
}

.choices {
  margin-bottom: 0;
}
.choices[data-type*=select-one] {
  position: relative;
}
.choices[data-type*=select-one] .choices__inner {
  padding-right: 40px;
}
.choices[data-type*=select-one]::after {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  color: #000;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border: none;
  height: 20px;
  width: 20px;
}
.choices[data-type*=select-one].is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.choices.is-open .choices__list[aria-expanded] {
  border-radius: 0;
  border-color: #394651;
}
.choices.is-flipped.is-open .choices__list[aria-expanded] {
  border-radius: 0;
  border-top: 2px solid #394651;
}

.choices__inner {
  width: 100%;
  height: 54px;
  padding: 16.5px 14px;
  font-size: 15px;
  background: none;
  color: #000;
  border: 2px solid #e9ecee;
  border-radius: 0;
  outline: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.choices__inner:hover, .choices__inner:focus, .choices__inner.is-focused, .choices__inner.is-open {
  border-color: #000;
  border-radius: 0;
}
.choices__inner--error {
  border-color: red;
}

.choices__list--single {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.choices__placeholder {
  color: #000;
  opacity: 0.6;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  border: 2px solid #e9ecee;
  border-top: none;
  z-index: 3;
  border-radius: 0;
  background-color: white;
}

.choices__item--selectable {
  font-size: 15px;
  color: #000;
  cursor: pointer;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  height: 158px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s height ease-in-out;
  transition: 0.1s height ease-in-out;
}
@media only screen and (max-width: 990px) {
  .header {
    height: 100px;
  }
  .header .header-logo {
    height: 50px;
    width: 121px;
  }
  .header .header-menu,
  .header .header-menuCart,
  .header .header-langContainer,
  .header .header-hamburgerContainer {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
}
.header-logoContainer {
  -ms-flex-item-align: center;
      align-self: center;
}
.header-logo {
  display: block;
  height: 63px;
  width: 150px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.header-menuContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu {
  padding: 47px 0;
  -webkit-transition: 0.2s padding ease-in-out;
  transition: 0.2s padding ease-in-out;
}
@media only screen and (max-width: 768px) {
  .header-menu {
    display: none;
  }
}
.header-menuList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-menuItem {
  display: inline-block;
  padding: 0 25px;
}
.header-menuLink {
  color: #394651;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
@media only screen and (max-width: 990px) {
  .header-menuLink {
    font-size: 18px;
  }
}
.header-menuLink:hover {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.8s color ease;
  transition: 0.8s color ease;
}
.header-langContainer {
  padding: 47px 25px;
  -webkit-transition: 0.2s padding ease-in-out;
  transition: 0.2s padding ease-in-out;
}
@media only screen and (max-width: 990px) {
  .header-langContainer {
    display: none;
  }
}
.header-langCurrent {
  color: #000;
}
.header-langCurrent .material-symbols-outlined {
  vertical-align: middle;
}
.header-langLink {
  color: #394651;
}
.header-langCurrent, .header-langLink {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
@media only screen and (max-width: 990px) {
  .header-langCurrent, .header-langLink {
    font-size: 18px;
  }
}
.header-langCurrent:hover, .header-langLink:hover {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.8s color ease;
  transition: 0.8s color ease;
}
.header-menuCart {
  -webkit-transition: 0.2s padding ease-in-out;
  transition: 0.2s padding ease-in-out;
}
@media only screen and (max-width: 550px) {
  .header-menuCart {
    display: none;
  }
}
.header-menuCartLink {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
@media only screen and (max-width: 990px) {
  .header-menuCartLink {
    font-size: 18px;
  }
}
.header-menuCartLink:hover {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.8s color ease;
  transition: 0.8s color ease;
}
.header-menuCartLink .material-symbols-outlined {
  vertical-align: middle;
  font-size: 32px;
  margin-top: -2px;
}
.header-menuCartCount {
  position: absolute;
  left: 9px;
  top: 14px;
  font-size: 9px;
  width: 13px;
  border-radius: 100%;
  line-height: 1;
  text-align: center;
  color: #ff5e17;
  background-color: #fff;
}
.header-langMenu {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.header-hamburgerContainer {
  padding: 47px 0 0 25px;
  -webkit-transition: 0.2s padding ease-in-out;
  transition: 0.2s padding ease-in-out;
}
.header-hamburgerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.header-hamburgerLabel {
  color: #394651;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
@media only screen and (max-width: 990px) {
  .header-hamburgerLabel {
    font-size: 18px;
  }
}
.header-hamburger {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 10px;
  width: 21px;
  height: 15px;
  line-height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header-hamburgerLine {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #394651;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header-hamburgerLine:nth-child(1) {
  top: 0px;
}
.header-hamburgerLine:nth-child(2), .header-hamburgerLine:nth-child(3) {
  top: 6px;
}
.header-hamburgerLine:nth-child(4) {
  top: 12px;
}
.header--scrolled {
  height: 120px;
  -webkit-transition: 0.5s height ease-in-out;
  transition: 0.5s height ease-in-out;
}
.header--scrolled .header-container {
  height: 82px;
}
.header--scrolled .header-logo {
  height: 50px;
  width: 121px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.header--scrolled .header-menu,
.header--scrolled .header-langContainer,
.header--scrolled .header-hamburgerContainer {
  padding-top: 27px;
  padding-bottom: 27px;
  -webkit-transition: 0.5s padding ease-in-out;
  transition: 0.5s padding ease-in-out;
}
@media only screen and (max-width: 550px) {
  .header--scrolled {
    height: 80px;
  }
  .header--scrolled .header-logo {
    height: 42px;
    width: 102px;
  }
  .header--scrolled .header-menu,
  .header--scrolled .header-langContainer,
  .header--scrolled .header-hamburgerContainer {
    padding-top: 27px;
    padding-bottom: 28px;
  }
}
.header-langMenu--open {
  max-height: 100px;
  visibility: visible;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.header-hamburgerLink--open .header-hamburgerLine:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-hamburgerLink--open .header-hamburgerLine:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-hamburgerLink--open .header-hamburgerLine:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-hamburgerLink--open .header-hamburgerLine:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-menuCart--hidden {
  display: none;
}

.topMenu {
  background-color: #FFF7F2;
  padding: 10px 0;
}
.topMenu-list {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
}
.topMenu-item {
  display: inline-block;
  padding: 0 5px;
}
.breadcrumbs {
  background: #ff5e17;
  padding: 10px 0;
}
.breadcrumbs-list {
  list-style: none;
  padding: 0 20px;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 550px) {
  .breadcrumbs-list {
    text-align: center;
  }
}
.breadcrumbs-item {
  display: inline-block;
  font-weight: 700;
  line-height: 13px;
  margin: 0 5px;
  text-transform: uppercase;
}
.breadcrumbs-item:first-child {
  margin-left: 0;
}
.breadcrumbs-link {
  color: #fff;
}
.breadcrumbs-item--current {
  font-weight: 700;
  color: #fff;
}
.breadcrumbs-item--separator .material-symbols-outlined {
  vertical-align: middle;
  font-size: 20px;
}

.card {
  border: 1px solid #394651;
  margin: 10px 0 20px;
}
.card-title {
  margin: 0;
  padding: 40px;
  border-bottom: 1px solid #394651;
}
.card-content {
  padding: 40px;
}
.card-bottom {
  margin-top: -40px;
  padding: 0 50px 50px;
  text-align: right;
}
.card-columns {
  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;
  margin: 10px -10px;
}
.card-column {
  padding: 0 20px;
}
.card-information {
  padding: 20px 0;
  border-top: 1px solid #394651;
}
.card-informationLabel {
  font-size: 14px;
  color: #394651;
}
.card-informationLink {
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
}
.card-informationLink:first-child {
  margin-left: 0;
}
.card-informationLink:hover {
  color: #394651;
}
.card-list {
  padding-left: 25px;
}
.card-columns--w50 .card-column {
  width: 50%;
}
.card-columns--mar {
  margin: 20px -10px;
}
.card--hidden, .card-columns--hidden {
  display: none;
}
.card-columns--active {
  background-color: #FFF7F2;
  border-bottom: 1px solid #394651;
  padding: 20px 30px;
  margin: -40px -40px 0;
}
.card-columns--border {
  border-bottom: 1px solid #394651;
  padding: 20px 30px;
  margin: 0 -40px 0;
}
.card-columns--border:first-child {
  margin-top: -40px;
}
.card-columns--border:last-child {
  border-bottom: 0;
  margin-bottom: -40px;
}
.card-columns--right {
  text-align: right;
}
.card-column--w10 {
  width: 10%;
}
.card-column--w30 {
  width: 30%;
}
.card-column--w70 {
  width: 70%;
}
.card-column--w90 {
  width: 90%;
}
.card-columns--price {
  font-weight: 600;
}
.card-informationContent--orange {
  color: #ff5e17;
}

.page-title {
  margin-top: 60px;
  color: #394651;
}
@media only screen and (max-width: 768px) {
  .page-title {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .page-title {
    text-align: center;
  }
}
.page-content {
  margin-bottom: 40px;
}
.page-tabsLinksList {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.page-tabsLinksLi {
  display: inline-block;
}
.page-tabsLinksLabel, .page .page-tabsLinksItem .material-symbols-outlined {
  vertical-align: middle;
}
.page-tabsLinksItem {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.page-tabsLinksItem[data-tab-action=active] {
  border-color: #ff5e17;
  color: #ff5e17;
}

.pagination-list {
  list-style: none;
  padding: 5px;
  margin: 0;
  margin-top: 20px;
}
.pagination-item {
  display: inline-block;
  margin: 0 5px;
}
.pagination-link {
  padding: 12px 18px;
}
.pagination-link .material-symbols-outlined {
  font-size: 16px;
}
.pagination-item--active .pagination-link {
  background-color: #ff5e17;
  color: #fff;
}

.menu {
  background-color: #FFF7F2;
  position: fixed;
  z-index: 4;
  top: 0;
  right: -100%;
  height: 100%;
  width: 400px;
  -webkit-box-shadow: -2px 0px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: -2px 0px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.5s right ease-in;
  transition: 0.5s right ease-in;
}
@media only screen and (max-width: 768px) {
  .menu {
    width: 100%;
    text-align: center;
  }
}
.menu-container {
  max-height: 100vh;
  overflow-y: auto;
  padding: 158px 20px 20px;
}
.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-item {
  border-bottom: 2px solid #fff;
}
.menu-link {
  display: block;
  padding: 20px;
  color: #394651;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
.menu-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .menu-mobile {
    display: block;
  }
}
.menu-mobile .header-menu {
  display: block;
  padding: 0;
}
.menu-mobile .header-menuItem {
  display: block;
  border-bottom: 2px solid #fff;
}
.menu-mobile .header-menuLink {
  display: block;
  padding: 20px;
  color: #394651;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: underline;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
.menu-menuCart {
  display: none;
  padding: 20px 0;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 550px) {
  .menu-menuCart {
    display: block;
  }
}
.menu-lang {
  display: none;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 990px) {
  .menu-lang {
    display: block;
  }
}
.menu-lang .header-langCurrent,
.menu-lang .header-langLink {
  display: block;
  padding: 20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .menu-lang .header-langCurrent,
  .menu-lang .header-langLink {
    text-align: center;
  }
}
.menu-lang .header-langLink {
  border-top: 2px solid #fff;
}
.menu--open {
  right: 0;
  -webkit-transition: 0.5s right ease-out;
  transition: 0.5s right ease-out;
}

.profile-title {
  margin-top: 60px;
}
.profile-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.profile-sidebar {
  width: 25%;
  padding: 10px 20px 0 10px;
}
@media only screen and (max-width: 990px) {
  .profile-sidebar {
    width: 100%;
    padding: 0 20px 15px 0;
  }
}
.profile-sidebarInner {
  border: 1px solid #394651;
  max-width: 274px;
}
@media only screen and (max-width: 990px) {
  .profile-sidebarInner {
    max-width: 100%;
  }
}
.profile-sidebarList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile-sidebarLi {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #394651;
}
.profile-sidebarLi:last-child {
  border: 0;
}
.profile-sidebarLink {
  position: relative;
  display: block;
  text-decoration: none;
}
.profile-sidebarLink:hover {
  text-decoration: underline;
}
.profile-sidebarLink .material-symbols-outlined {
  position: absolute;
  top: -2px;
  right: 0;
}
.profile-content {
  width: 75%;
}
.profile-card {
  border: 1px solid #394651;
  margin-top: 10px;
}
.profile-cardTitle {
  margin: 0 0 20px 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.profile-cardContent {
  padding: 20px;
}
.profile-information {
  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;
  margin: 10px -10px;
  padding: 20px 0;
  border-top: 1px solid #394651;
}
.profile-informationColumn {
  padding: 0 20px;
}
.profile-informationLabel {
  font-size: 14px;
  color: #394651;
}
.profile-informationLink {
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
}
.profile-informationLink:first-child {
  margin-left: 0;
}
.profile-informationLink:hover {
  color: #394651;
}
.profile-cta {
  margin-top: 20px;
}
.profile-sidebar---stick .profile-sidebarInner {
  top: 60px !important;
  left: auto !important;
}
.profile-cardContent--noPad {
  padding: 0;
}
.profile-cardContent--noPad .profile-information {
  margin-left: 0;
  margin-right: 0;
}
.profile-sidebarLi--active .profile-sidebarLink {
  color: #394651;
  font-weight: 600;
}

.products-title {
  margin-top: 60px;
}
.products-description {
  margin: 20px 0 40px 0;
  color: #394651;
  line-height: 1.6;
  font-size: 16px;
}
.products-catItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.products-cat {
  padding: 10px;
  width: 33.33333333%;
}
@media only screen and (max-width: 990px) {
  .products-cat {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .products-cat {
    width: 100%;
  }
}
.products-catLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 150px;
  text-decoration: none;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #394651;
  overflow: hidden;
}
.products-catLink:hover:before {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.products-catLink:hover .products-catTitle {
  color: #fff;
  mix-blend-mode: exclusion;
}
.products-catLink:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.products-catTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  position: relative;
  padding: 10px;
  margin: 0 auto;
  letter-spacing: 2px;
  color: #192b15;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 25px;
  font-weight: 700;
}
.products-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.products-filter {
  width: 25%;
  padding: 10px 20px 0 10px;
}
@media only screen and (max-width: 990px) {
  .products-filter {
    width: 100%;
    padding: 0 20px 15px 0;
  }
}
.products-filterInner {
  border: 1px solid #394651;
  max-width: 274px;
}
@media only screen and (max-width: 990px) {
  .products-filterInner {
    max-width: 100%;
  }
}
.products-filterList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-filterLi {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #394651;
}
.products-filterLi:last-child {
  border: 0;
}
.products-filterLink {
  position: relative;
  display: block;
  text-decoration: none;
}
.products-filterLink:hover {
  text-decoration: underline;
}
.products-filterLink .material-symbols-outlined {
  position: absolute;
  top: -2px;
  right: 0;
}
.products-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.products-items[data-container-view=list] .products-item {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.products-items[data-container-view=list] .products-itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.products-items[data-container-view=list] .products-itemImage {
  width: 20%;
}
.products-items[data-container-view=list] .products-itemInfo {
  position: relative;
  width: 80%;
  text-align: left;
}
.products-items[data-container-view=list] .products-itemBottom {
  display: block;
}
.products-item {
  padding: 10px;
  width: 33.33333333%;
}
@media only screen and (max-width: 990px) {
  .products-item {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .products-item {
    width: 100%;
  }
}
.products-itemLink {
  position: relative;
  display: block;
  height: 400px;
  text-align: center;
  border: 1px solid #394651;
  text-decoration: none;
}
.products-itemLink:hover {
  border: 1px solid #ff5e17;
}
.products-itemLink:hover .products-itemImage {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.products-itemBottom {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #394651;
}
.products-addToCartItemForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.products-quantityMinus, .products-quantityPlus {
  display: block;
  height: 26px;
  width: 26px;
  color: #fff;
  text-align: center;
  border: 0;
  padding: 0;
}
.products-quantityMinus .material-symbols-outlined, .products-quantityPlus .material-symbols-outlined {
  font-size: 20px;
  vertical-align: middle;
}
.products-quantityPlus {
  background-color: #ff5e17;
}
.products-quantityMinus {
  background-color: #394651;
}
.products-quantityField {
  width: 70px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 12px 10px;
  border: 3px solid #000;
}
.products-quantityField::-webkit-inner-spin-button, .products-quantityField::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.products-addToCart {
  margin-left: 40px;
  border-color: #ff5e17;
  color: #ff5e17;
}
.products-addToCart:hover {
  border-color: #000;
  color: #000;
}
.products-itemImage {
  position: relative;
  height: 250px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.products-itemInfo {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.products-itemCat {
  color: #394651;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
.products-itemTitle {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 25px 0;
}
.products-itemPrice {
  color: #ff5e17;
  font-size: 32px;
  letter-spacing: 5px;
  font-weight: 800;
  text-transform: uppercase;
}
.products-itemOlPrice {
  color: #394651;
}
.products-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
.products-singleImage {
  width: 40%;
}
@media only screen and (max-width: 990px) {
  .products-singleImage {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .products-singleImage {
    width: 100%;
  }
}
.products-singleImageLink {
  display: block;
  border: 1px solid #394651;
}
.products-singleImageThumb {
  width: 100%;
  height: auto;
}
.products-singleGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-singleGalleryItem {
  width: 33.33333333%;
}
@media only screen and (max-width: 990px) {
  .products-singleGalleryItem {
    width: 50%;
  }
}
.products-singleGalleryLink {
  display: block;
  overflow: hidden;
  height: 125px;
  border: 1px solid #394651;
  border-top: 0;
  border-right: 0;
  text-align: center;
  margin-right: -1px;
}
.products-singleGalleryLink:last-child {
  border-right: 1px solid #394651;
}
.products-singleGalleryImage {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.products-singleContent {
  padding-left: 40px;
  width: 60%;
}
@media only screen and (max-width: 990px) {
  .products-singleContent {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .products-singleContent {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.products-singleTitle {
  margin-top: 0;
}
.products-variantTitle {
  font-weight: 600;
}
.products-variantItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5px -5px;
}
.products-variantItem {
  padding: 5px;
}
.products-variantLink {
  display: block;
  padding: 5px;
  color: #394651;
  border: 1px solid #394651;
  text-decoration: none;
}
.products-variantLink:hover {
  border-color: #ff5e17;
}
.products-optionsTitle {
  margin-top: 0;
  color: #ff5e17;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 3px;
}
.products-optionsItem {
  position: relative;
  display: block;
  margin: 15px 0;
  padding-left: 30px;
  margin-right: 25px;
  cursor: pointer;
  font-weight: 400;
}
.products-optionsInput {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
  width: 19px;
  height: 19px;
  top: 0;
  left: 0;
  margin-left: 0 !important;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  margin-top: 0;
}
.products-optionsInput:checked + .products-optionsHelper:before {
  border-color: #ff5e17;
}
.products-optionsInput:checked + .products-optionsHelper:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.products-optionsHelper:before, .products-optionsHelper:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.products-optionsHelper:before {
  top: -1px;
  width: 19px;
  height: 19px;
  left: 0;
  border: 3px solid #ff5e17;
}
.products-optionsHelper:after {
  width: 11px;
  height: 11px;
  background: #ff5e17;
  top: 6px;
  left: 7px;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.products-price {
  margin-top: 20px;
}
.products-priceAmount {
  color: #ff5e17;
  text-align: right;
  font-size: 32px;
  letter-spacing: 5px;
  font-weight: 800;
  text-transform: uppercase;
}
.products-priceOld {
  display: inline-block;
  vertical-align: middle;
  color: #9b9f9a;
  font-size: 20px;
  font-weight: 400;
}
.products-quantity {
  color: #9b9f9a;
  text-align: right;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1;
}
.products-addCart {
  margin: 40px 0;
}
.products-addCartContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 550px) {
  .products-addCartContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.products-addCartField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-addCartControls {
  width: 30px;
}
.products-addCartPlus, .products-addCartMinus {
  cursor: pointer;
  border: 0;
  display: block;
  height: 26px;
  color: #fff;
  text-align: center;
}
.products-addCartPlus .material-symbols-outlined, .products-addCartMinus .material-symbols-outlined {
  font-size: 20px;
  vertical-align: middle;
}
.products-addCartPlus {
  background-color: #ff5e17;
}
.products-addCartMinus {
  background-color: #394651;
}
.products-addCartQuantity {
  width: 100px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 12px 10px;
  height: 52px;
  border: 3px solid #000;
  outline: 0;
}
.products-addCartQuantity::-webkit-inner-spin-button, .products-addCartQuantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.products-addCartQuantity:focus {
  border-color: #ff5e17;
}
@media only screen and (max-width: 550px) {
  .products-addCartQuantity {
    width: 150px;
  }
}
.products-addCartSubmit {
  margin-left: 40px;
  border-color: #ff5e17;
  color: #ff5e17;
  width: 300px;
}
.products-addCartSubmit:hover {
  border-color: #000;
  color: #000;
}
@media only screen and (max-width: 550px) {
  .products-addCartSubmit {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }
}
.products-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
.products-label {
  margin: 10px;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}
.products-specificationTitle {
  margin-bottom: 0;
}
@media only screen and (max-width: 550px) {
  .products-specificationTitle {
    text-align: center;
  }
}
.products-specification {
  padding: 20px 0;
}
.products-specificationList {
  padding-left: 20px;
  margin: 0;
  list-style: none;
}
.products-specificationListItem {
  position: relative;
  padding: 5px 0;
}
.products-specificationListItem:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #ff5e17;
}
.products-actionsLink .material-symbols-outlined {
  vertical-align: middle;
}
@media only screen and (max-width: 550px) {
  .products-actionsLink {
    text-align: center;
  }
}
.products-section--darken {
  background-color: #FFF7F2;
}
.products-label--new {
  background-color: #ff5e17;
}
.products-label--special {
  background-color: #394651;
}
.products-items--part {
  width: 75%;
}
@media only screen and (max-width: 990px) {
  .products-items--part {
    width: 100%;
  }
}
.products-filter---stick .products-filterInner {
  top: 120px !important;
  left: auto !important;
}
.products-variantLink--selected {
  color: #ff5e17;
  border-color: #ff5e17;
}

.category {
  position: relative;
  height: 640px;
  background-color: #FFF7F2;
}
@media only screen and (max-width: 990px) {
  .category {
    height: auto;
  }
}
.category:nth-child(2n) {
  background-color: #fff;
}
.category:nth-child(2n) .category-photo {
  margin-left: 50%;
}
@media only screen and (max-width: 990px) {
  .category:nth-child(2n) .category-photo {
    margin-left: 0;
  }
}
.category:nth-child(2n) .category-photoContent {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 990px) {
  .category:nth-child(2n) .category-photoContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.category:nth-child(2n) .category-content {
  text-align: right;
  padding-left: 0;
  padding-right: 110px;
}
@media only screen and (max-width: 1440px) {
  .category:nth-child(2n) .category-content {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 990px) {
  .category:nth-child(2n) .category-content {
    padding: 80px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .category:nth-child(2n) .category-content {
    padding: 50px 0;
  }
}
.category-photo {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 990px) {
  .category-photo {
    width: 100%;
    height: 300px;
  }
}
.category-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 990px) {
  .category-container {
    position: static;
  }
}
.category-photoContent, .category-content {
  width: 50%;
}
@media only screen and (max-width: 990px) {
  .category-photoContent {
    display: none;
  }
}
.category-content {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 20px 0 20px 110px;
}
@media only screen and (max-width: 1440px) {
  .category-content {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 990px) {
  .category-content {
    width: 100%;
    padding: 80px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .category-content {
    padding: 50px 0;
  }
}
.category-link {
  text-decoration: none;
}
.category-caption {
  margin-bottom: 40px;
}
.category-cta {
  margin-bottom: 10px;
}
.category-cta .material-symbols-outlined {
  vertical-align: middle;
  margin-right: -9px;
}
.category-ctaText {
  vertical-align: middle;
}

.catalog-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-photo {
  display: block;
  height: 40vh;
  min-height: 200px;
  width: 25%;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}
@media only screen and (max-width: 990px) {
  .catalog-photo {
    width: 33.333%;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-photo {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .catalog-photo {
    height: 160px;
  }
}
.catalog-photo:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.cart-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  border-top: 1px solid #394651;
  border-bottom: 1px solid #394651;
}
@media only screen and (max-width: 550px) {
  .cart-head {
    display: none;
  }
}
.cart-th {
  padding: 0 10px;
}
.cart-th small {
  color: #394651;
  display: block;
  text-transform: none;
}
.cart-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #394651;
}
@media only screen and (max-width: 550px) {
  .cart-tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cart-td {
  padding: 10px;
}
.cart-tdLink {
  display: block;
}
.cart-tdImage {
  width: 100%;
}
.cart-tdTitle {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0;
}
.cart-tdTitleLink {
  text-decoration: none;
}
.cart-tdTitleLink:hover {
  text-decoration: underline;
}
.cart-tdOptions {
  font-size: 14px;
  color: #394651;
}
.cart-tdDelete {
  display: block;
  margin-top: 20px;
  padding: 0;
  border: 0;
  font-size: 14px;
}
.cart-tdDelete .material-symbols-outlined {
  vertical-align: middle;
  font-size: 18px;
  margin-top: -2px;
}
.cart-quantityContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-quantityMinus, .cart-quantityPlus {
  display: block;
  height: 25px;
  width: 25px;
  color: #fff;
  text-align: center;
}
.cart-quantityMinus .material-symbols-outlined, .cart-quantityPlus .material-symbols-outlined {
  font-size: 20px;
  vertical-align: middle;
}
.cart-quantityPlus {
  background-color: #ff5e17;
}
.cart-quantityMinus {
  background-color: #394651;
}
.cart-quantityField {
  width: 70px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 12px 10px;
  border: 3px solid #000;
}
.cart-quantityField::-webkit-inner-spin-button, .cart-quantityField::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-mobileLabel {
  display: none;
  color: #000;
}
@media only screen and (max-width: 550px) {
  .cart-mobileLabel {
    display: block;
  }
}
.cart-trFoots {
  padding: 10px 0;
}
.cart-trFoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}
.cart-bottom {
  text-align: right;
  padding: 40px 0 0;
}
.cart-bottomLink {
  font-size: 20px;
  padding: 24px 80px;
  background-color: #ff5e17;
  border-color: #ff5e17;
  color: #fff;
}
.cart-bottomLink:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
@media only screen and (max-width: 550px) {
  .cart-bottomLink {
    text-align: center;
  }
}
.cart-th--product {
  width: 65%;
  padding-left: 0;
}
.cart-th--price {
  width: 10%;
}
.cart-th--quantity {
  width: 10%;
}
.cart-th--amount {
  width: 10%;
  text-align: right;
  padding-right: 0;
}
.cart-td--photo {
  padding: 0 10px 0 0;
  width: 15%;
}
@media only screen and (max-width: 550px) {
  .cart-td--photo {
    width: 100%;
  }
}
.cart-td--info {
  width: 50%;
  padding-left: 20px;
}
@media only screen and (max-width: 550px) {
  .cart-td--info {
    width: 100%;
  }
}
.cart-td--price {
  color: #394651;
  font-size: 17px;
  text-decoration: none;
  font-weight: 600;
  width: 10%;
}
@media only screen and (max-width: 550px) {
  .cart-td--price {
    width: 33.33333333%;
  }
}
.cart-td--quantity {
  width: 10%;
}
@media only screen and (max-width: 550px) {
  .cart-td--quantity {
    width: 33.33333333%;
  }
}
.cart-td--amount {
  color: #394651;
  font-size: 17px;
  text-decoration: none;
  font-weight: 600;
  width: 10%;
  text-align: right;
  padding-right: 0;
}
@media only screen and (max-width: 550px) {
  .cart-td--amount {
    width: 33.33333333%;
  }
}
.cart-td--total {
  color: #394651;
  width: 88%;
  text-align: right;
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 550px) {
  .cart-td--total {
    width: 50%;
    text-align: left;
  }
}
.cart-td--totalAmount {
  text-align: right;
  width: 12%;
  padding: 0 10px 0 0;
}
@media only screen and (max-width: 550px) {
  .cart-td--totalAmount {
    width: 50%;
  }
}
.cart-trFoot--total {
  font-size: 20px;
  border-bottom: 1px solid #394651;
}
.cart-trFoot--total small {
  color: #394651;
  display: block;
  text-transform: none;
  font-size: 12px;
}
.cart-trFoot--total .cart-td--totalAmount {
  color: #ff5e17;
  -ms-flex-item-align: center;
      align-self: center;
}

.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .checkout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.checkout-formContainer {
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .checkout-formContainer {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.checkout-radioContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-radio {
  position: relative;
  display: block;
  margin: 15px 0;
  padding-left: 30px;
  margin-right: 25px;
  cursor: pointer;
  font-weight: 400;
}
.checkout-radioInput {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
  width: 19px;
  height: 19px;
  top: 0;
  left: 0;
  margin-left: 0 !important;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  margin-top: 0;
}
.checkout-radioInput:checked + .checkout-radioHelper:before {
  border-color: #ff5e17;
}
.checkout-radioInput:checked + .checkout-radioHelper:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.checkout-radioHelper:before, .checkout-radioHelper:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.checkout-radioHelper:before {
  top: -1px;
  width: 19px;
  height: 19px;
  left: 0;
  border: 3px solid #ff5e17;
}
.checkout-radioHelper:after {
  width: 11px;
  height: 11px;
  background: #ff5e17;
  top: 6px;
  left: 7px;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.checkout-fields {
  position: relative;
}
.checkout-fieldsTitleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-fieldsTitle strong {
  color: #ff5e17;
}
.checkout-fieldsTitleLink {
  height: 50px;
  -ms-flex-item-align: center;
      align-self: center;
}
.checkout-field, .checkout-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 3px solid #ff5e17;
  color: #ff5e17;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.96px;
  line-height: 19px;
  padding: 17px 23px;
  margin: 10px 0;
}
.checkout-field {
  height: 54px;
}
.checkout-fieldErrorText {
  color: red;
}
.checkout-textarea {
  height: 100px;
}
.checkout-cart {
  width: 50%;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-cart {
    width: 100%;
    padding: 0 0 58px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.checkout-cartInner {
  padding-left: 20px;
  padding-bottom: 20px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); /* For browsers don't support translate3d. */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
.checkout-cartItem {
  border: 1px solid #000;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-cartImageContainer {
  width: 16.66666667%;
}
.checkout-cartImage {
  width: 100%;
  display: block;
}
.checkout-cartInfo {
  width: 58.33333333%;
  padding: 10px 10px 10px 20px;
}
.checkout-cartOptions {
  font-size: 14px;
  color: #394651;
}
.checkout-cartTitle {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0;
}
.checkout-cartTitleLink {
  text-decoration: none;
}
.checkout-cartTitleLink:hover {
  text-decoration: underline;
}
.checkout-cartPrice {
  padding-right: 10px;
  font-weight: 700;
}
.checkout-cartPrice span {
  color: #000;
}
.checkout-cartPrice small {
  font-size: 12px;
}
.checkout-cartQuantity {
  width: 25%;
  padding: 10px;
  text-align: right;
}
.checkout-cartQuantityPrice {
  font-weight: 700;
}
.checkout-cartFoots {
  background-color: #FFF7F2;
  border: 1px solid #000;
  padding: 5px 10px;
}
.checkout-cartFoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: right;
  color: #394651;
}
.checkout-cartFoot:last-child {
  font-size: 20px;
  color: #000;
}
.checkout-cartFoot:last-child .checkout-cartAmount {
  color: #ff5e17;
  -ms-flex-item-align: end;
      align-self: end;
  font-size: 22px;
}
.checkout-cartFoot small {
  display: block;
  text-transform: none;
  font-size: 14px;
}
.checkout-cartTotal {
  line-height: 19px;
  text-transform: uppercase;
  width: 75%;
}
.checkout-cartAmount {
  color: #000;
  width: 25%;
}
.checkout-formLoader {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
}
.checkout-paymentMethods {
  margin: 20px 0;
}
.checkout-paymentMethodsList {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout-paymentMethodsItem {
  width: 25%;
  padding: 5px;
}
.checkout-paymentMethodsLabel {
  display: block;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 5px;
  text-align: center;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  height: 100%;
}
.checkout-paymentMethodsRadio {
  display: none;
}
.checkout-paymentMethodsContent {
  padding: 10px;
  border: 2px solid transparent;
  height: 100%;
}
.checkout-paymentMethodsContent:hover {
  border-color: #ccc;
}
.checkout-paymentMethodsName {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #394651;
  margin: 0 auto 10px;
  height: 20px;
  line-height: 1;
}
.checkout-paymentMethodsLogo {
  display: block;
  max-width: 80%;
  max-height: 50px;
  height: auto;
  margin: 0 auto;
}
.checkout-paymentMethodsRadio:checked + .checkout-paymentMethodsContent {
  border-color: #ff5e17;
}
.checkout-bottom {
  margin-top: 40px;
}
.checkout-privacy {
  padding: 40px 0;
}
.checkout-bottomContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 550px) {
  .checkout-bottomContainer {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.checkout-bottomLeft {
  width: 50%;
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
}
@media only screen and (max-width: 550px) {
  .checkout-bottomLeft {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.checkout-bottomRight {
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 550px) {
  .checkout-bottomRight {
    width: 100%;
  }
}
.checkout-toCart .material-symbols-outlined {
  vertical-align: middle;
}
.checkout-submit {
  font-size: 20px;
  padding: 24px 80px;
  background-color: #ff5e17;
  border-color: #ff5e17;
  color: #fff;
}
.checkout-submit:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.checkout-info {
  background-color: #FFF7F2;
  min-height: 60vh;
}
.checkout-infoContainer {
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70vh;
}
.checkout-infoIcon {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-color: green;
  border-radius: 50%;
  padding: 10px;
}
.checkout-infoIcon .material-symbols-outlined {
  font-size: 70px;
  color: #fff;
}
.checkout-infoTitle {
  margin-top: 20px;
}
.checkout-infoContent {
  max-width: 600px;
  margin: 0 auto;
}
.checkout-field--hi5 {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.checkout-fieldContainer--error .checkout-field {
  border-color: red;
}
.checkout-formContainer--loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.checkout-formContainer--loading .checkout-formLoader {
  display: block;
}
.checkout-fieldsBlock--hidden {
  display: none;
}
.checkout-info--success .checkout-infoIcon {
  background-color: green;
}
.checkout-info--error .checkout-infoIcon {
  background-color: red;
}
.checkout-cartItem--white {
  background-color: #fff;
}

.wrapper {
  padding: 35px 24px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.signup-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 2.5;
  text-align: center;
}

.login-page {
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.login-page a, .seller-signup a {
  color: #ff5e17;
  font-weight: 600;
  text-decoration: none;
}

.login-page a:hover, .seller-signup a:hover {
  text-decoration: underline;
}

.message {
  position: absolute;
  color: red;
  margin-left: 8px;
  margin-top: 1px;
}

.subscribe {
  text-align: center;
  padding: 140px 0;
}
@media only screen and (max-width: 990px) {
  .subscribe {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 768px) {
  .subscribe {
    padding: 50px 0;
  }
}
.subscribe-container {
  max-width: 790px;
}
.subscribe-caption {
  margin-bottom: 60px;
}
.subscribe-form {
  max-width: 592px;
  margin: 0 auto;
}
.subscribe-fieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subscribe-field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 54px;
  width: 100%;
  border: 3px solid #ff5e17;
  color: #ff5e17;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.96px;
  line-height: 19px;
  padding: 17px 64px 17px 23px;
}
.subscribe-fieldErrorText {
  color: red;
}
.subscribe-submit {
  margin-left: -64px;
  padding: 10px 17px;
}
@media only screen and (max-width: 550px) {
  .subscribe-submit {
    width: auto;
  }
}
.subscribe-submit .material-symbols-outlined {
  margin: 0;
}
.subscribe-gdpr {
  margin-top: 25px;
  text-align: left;
}
.subscribe-gdprCheckbox {
  display: none;
}
.subscribe-gdprCheckbox:checked ~ .subscribe-gdprFakeLabel {
  border-color: #ff5e17;
  -webkit-animation: jelly 0.6s ease;
          animation: jelly 0.6s ease;
}
.subscribe-gdprCheckbox:checked ~ .subscribe-gdprFakeLabel:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.subscribe-gdprFakeLabel {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 27px;
  height: 27px;
  border: 3px solid #000;
  vertical-align: middle;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
  cursor: pointer;
}
.subscribe-gdprFakeLabel:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  width: 5px;
  height: 11px;
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.subscribe-gdprLabel {
  margin-left: 20px;
  vertical-align: middle;
  font-size: 17px;
  line-height: 20px;
  color: #394651;
  cursor: pointer;
}

.footer {
  background-color: #FFF7F2;
  padding: 40px 0;
  color: #394651;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.89px;
  line-height: 19px;
  text-transform: uppercase;
}
.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .footer-container {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .footer-solution {
    margin-top: 10px;
  }
}
.footer-socials {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .footer-socials {
    margin-top: 10px;
  }
}
.footer-socialsLink {
  display: block;
  width: 35px;
  height: 35px;
  padding: 5px;
}
.footer-socialsLink:hover svg {
  fill: #ff5e17;
  -webkit-transition: 0.3s fill ease;
  transition: 0.3s fill ease;
}
.footer-socialsLink svg {
  fill: #394651;
  -webkit-transition: 0.3s fill ease;
  transition: 0.3s fill ease;
}
.footer-by {
  color: #394651;
}

.notification {
  text-align: left;
  margin: 0 auto;
  padding: 15px 0;
  opacity: 1;
  max-height: 500px;
  overflow: hidden;
  visibility: visible;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.notification-wrapper {
  padding: 15px;
  border-top: 3px solid #000;
}
.notification-icon, .notification-text {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .notification-icon, .notification-text {
    display: inline;
  }
}
.notification-icon {
  margin-right: 10px;
}
.notification-icon .material-symbols-outlined {
  vertical-align: middle;
}
.notification-wrapper--info {
  background-color: #BDE5F8;
  color: #00529B;
  border-color: #00529B;
}
.notification-wrapper--success {
  background-color: #DFF2BF;
  color: #4F8A10;
  border-color: #4F8A10;
}
.notification-wrapper--error {
  background-color: #FFD2D2;
  color: #D8000C;
  border-color: #D8000C;
}
.notification-wrapper--warning {
  background-color: #FEEFB3;
  color: #9F6000;
  border-color: #9F6000;
}
.notification--hidden {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  padding: 0;
}

.cookie {
  background-color: #ff5e17;
  color: #fff;
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .cookie {
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: center;
  }
}
.cookie-container {
  padding: 20px;
}
.cookie-infoLink {
  color: #fff;
}
.cookie-agree {
  padding: 20px 0 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .cookie-agree {
    text-align: center;
  }
}
.cookie-agreeLink {
  border-color: #fff;
  color: #fff;
}

[data-tab-content-action=non-active] {
  display: none;
}

[data-tab-content-action=active] {
  display: block;
}

.notfound {
  position: relative;
  height: 60vh;
}
.notfound-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
.notfound-404 {
  position: relative;
  height: 240px;
}
.notfound-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}
.notfound-subtitle {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0;
  letter-spacing: 3px;
  padding-left: 6px;
}
.notfound-errorItem {
  text-shadow: -8px 0 0 #fff;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 200px;
  }
  .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 162px;
  }
  .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  .notfound h2 {
    font-size: 16px;
  }
}