/* CSS Document */
/* CSS Document */
/* Global defines */
/* Global Colors */
/* white */
/* light grey */
/* yellow */
/* Global fonts */
/* $text-font-2: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif; */
/* Mixins */
/* ------------------------------------------------------------------ */
/* normalize */
/*! 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 */
  /* font-size: 1.1em; */
}

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

body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * 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 {
  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 */
  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 {
  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] {
  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;
}

/* ------------------------------------------------------------------ */
/* header */
/* CSS Document */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* layout */
body {
  background: #fff;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  /* transition: padding-top  .3s ease-in; */
}
body.mobileNavOn {
  overflow: hidden;
}

* {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  max-height: 999999px;
}

.wrapper {
  max-width: 1380px;
  width: 96%;
  margin: 0 auto;
  min-width: 320px;
}

#body {
  clear: both;
  background: #fff;
  padding-top: 3.125rem;
}

/* ------------------------------------------------------------------ */
/* header */
header {
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
  height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  background-image: url(../images/border_1.svg);
  background-repeat: repeat-x;
  background-position: 100% 100%;
  z-index: 997;
}
header .wrapper:first-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 125px;
  flex-grow: 1;
}
header .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-grow: 2;
}
header h1 {
  text-align: center;
  margin: 0.7em 0 0.3em;
  animation: leadFromTop 1s forwards;
  position: relative;
}
header h1, header h1 strong {
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
  font-family: "Lora", Georgia, serif;
  color: #000;
  transition: font-size 0.3s ease-in-out;
  transition: line-height 0.3s ease-in-out;
}
header h1 strong {
  color: #f5ad3c;
  white-space: nowrap;
}
header .subtitle {
  font-size: 29px;
  font-weight: inherit;
  line-height: 38px;
  font-family: "Lora", Georgia, serif;
  color: #000;
  animation: leadFromBottom 1s forwards;
  text-align: center;
  display: block;
  position: relative;
  transition: font-size 0.3s ease-in-out;
  transition: line-height 0.3s ease-in-out;
}
header .logo-tzg {
  order: 2;
}
header .logo-tzg svg {
  transition: all 0.3s;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leadFromTop {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes leadFromBottom {
  0% {
    opacity: 0;
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
header nav#nav-store {
  text-align: center;
}
header nav#nav-store ul {
  list-style-type: none;
  display: inline-block;
  padding: 0;
}
header nav#nav-store ul li {
  float: left;
  margin: 0 10px;
}
header nav#nav-store ul li, header nav#nav-store ul li a {
  font-weight: 400;
  font-size: 0.9em;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
header nav#nav-store ul li a {
  padding: 5px 0px;
  margin: 0 5px;
  position: relative;
}
header nav#nav-store ul li a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(245, 173, 60);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
header nav#nav-store ul li a.on::after, header nav#nav-store ul li a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

#store-cart header,
#store-summary header,
#store-order header,
#regulations header,
#not-found header,
#contact header,
#privacy-policy header,
#store-confirmation header,
#returns header,
#shipping header {
  height: auto;
}
#store-cart header .wrapper:first-child,
#store-summary header .wrapper:first-child,
#store-order header .wrapper:first-child,
#regulations header .wrapper:first-child,
#not-found header .wrapper:first-child,
#contact header .wrapper:first-child,
#privacy-policy header .wrapper:first-child,
#store-confirmation header .wrapper:first-child,
#returns header .wrapper:first-child,
#shipping header .wrapper:first-child {
  min-height: 75px;
}
#store-cart header nav#nav-store ul,
#store-summary header nav#nav-store ul,
#store-order header nav#nav-store ul,
#regulations header nav#nav-store ul,
#not-found header nav#nav-store ul,
#contact header nav#nav-store ul,
#privacy-policy header nav#nav-store ul,
#store-confirmation header nav#nav-store ul,
#returns header nav#nav-store ul,
#shipping header nav#nav-store ul {
  margin-top: 0;
}
#store-cart header h1, #store-cart header .subtitle,
#store-summary header h1,
#store-summary header .subtitle,
#store-order header h1,
#store-order header .subtitle,
#regulations header h1,
#regulations header .subtitle,
#not-found header h1,
#not-found header .subtitle,
#contact header h1,
#contact header .subtitle,
#privacy-policy header h1,
#privacy-policy header .subtitle,
#store-confirmation header h1,
#store-confirmation header .subtitle,
#returns header h1,
#returns header .subtitle,
#shipping header h1,
#shipping header .subtitle {
  display: none;
  opacity: 0;
}
#store-cart header .logo-tzg svg,
#store-summary header .logo-tzg svg,
#store-order header .logo-tzg svg,
#regulations header .logo-tzg svg,
#not-found header .logo-tzg svg,
#contact header .logo-tzg svg,
#privacy-policy header .logo-tzg svg,
#store-confirmation header .logo-tzg svg,
#returns header .logo-tzg svg,
#shipping header .logo-tzg svg {
  width: 150px;
}

.fixed header {
  position: fixed;
  top: 0;
  height: auto;
}
.fixed header .wrapper:first-child {
  min-height: 75px;
}
.fixed header nav#nav-store ul {
  margin-top: 0;
}
.fixed header h1, .fixed header .subtitle {
  display: none;
  opacity: 0;
}
.fixed header .logo-tzg svg {
  width: 150px;
}

header #mobileNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vW;
  height: 100vh;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 998;
}
.mobileNavOn header #mobileNav {
  transform: translateX(0);
}
header #mobileNav ul {
  margin: 0;
  padding: 0 10%;
  list-style-type: none;
}
header #mobileNav ul li {
  margin-bottom: 1.5em;
}
header #mobileNav ul a {
  text-decoration: none;
  color: #000;
  line-height: 1.3;
  font-size: 1.6em;
}

#mobileNavButton {
  display: none;
  z-index: 999;
  position: relative;
}
#mobileNavButton a {
  display: block;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 28px;
}
#mobileNavButton a span {
  height: 2px;
  width: 25px;
  background-color: #333;
  display: inline-block;
  position: relative;
}
#mobileNavButton a span::before, #mobileNavButton a span::after {
  content: "";
  height: 2px;
  width: 25px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.25s ease-in-out;
}
#mobileNavButton a span::before {
  transform: translateY(-7px) rotate(0deg);
}
#mobileNavButton a span::after {
  transform: translateY(7px) rotate(0deg);
}
.mobileNavOn #mobileNavButton a span {
  background-color: initial;
}
.mobileNavOn #mobileNavButton a span::before {
  transform: translateY(0) rotate(-45deg);
}
.mobileNavOn #mobileNavButton a span::after {
  transform: translateY(0) rotate(45deg);
}

@media screen and (max-width: 1005px) and (min-width: 800px) {
  header h1 {
    margin-top: 0;
  }
}
@media screen and (min-width: 800px) {
  header #mobileNav {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  body.fixed {
    padding-top: 75px;
  }
  header .wrapper:first-child {
    min-height: 75px;
  }
  header nav#nav-store ul {
    display: none;
  }
  header #infoline {
    display: none;
  }
  header #mobileNavButton {
    display: block;
  }
  header .cart-spacer, header .fb-icon {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  header h1, header h1 strong {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
    font-family: "Lora", Georgia, serif;
    color: #000;
  }
  header h1 strong {
    color: #f5ad3c;
  }
  header .subtitle {
    font-size: 25px;
    font-weight: inherit;
    line-height: 1.3;
    font-family: "Lora", Georgia, serif;
    color: #000;
  }
}
@media screen and (max-width: 500px) {
  header h1, header h1 strong {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    font-family: "Lora", Georgia, serif;
    color: #000;
  }
  header h1 strong {
    color: #f5ad3c;
    white-space: normal;
  }
  header .subtitle {
    font-size: 21px;
    font-weight: inherit;
    line-height: 1.3;
    font-family: "Lora", Georgia, serif;
    color: #000;
  }
  .wrapper {
    width: 90%;
  }
}
/* ------------------------------------------------------------------ */
/* header cart info */
#cartInfo, #infoline, #mobileNavButton {
  width: 135px;
}

#cartInfo {
  font: 300 18px/29px Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #999;
  line-height: 34px;
  vertical-align: top;
  text-align: right;
  animation: opacity 1s forwards;
  order: 3;
}
#cartInfo .fb-icon img {
  width: auto;
  height: 30px;
  vertical-align: top;
  position: relative;
  top: 2px;
}
#cartInfo .cart-anchor {
  font-weight: 300;
  padding-right: 40px;
  display: inline-block;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  background-image: url(../images/cart_btn_3.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 100%;
  line-height: 34px;
  color: #333;
  text-decoration: none;
}
#cartInfo .cart-anchor:hover {
  opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
}
#cartInfo .cart-spacer {
  margin: 0 10px 0 10px;
}

/* ------------------------------------------------------------------ */
/* header infoline */
#infoline {
  color: #bab6b2;
  font: 300 13px/18px Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  order: 1;
  animation: opacity 1s;
}
#infoline a {
  text-decoration: none;
}
#infoline strong {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: 300;
}
#infoline span {
  font-size: 18px;
  line-height: 18px;
  display: inline;
}

@media screen and (max-width: 800px) {
  .logo-tzg svg {
    width: 150px;
  }
}
/* ------------------------------------------------------------------ */
/* footer */
/* CSS Document */
/* CSS Document */
@keyframes footerFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes footerFromRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes footerFromBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ------------------------------------------------------------------ */
/* footer */
footer {
  background: #fff;
  background-image: url(../images/border_1.svg);
  background-repeat: repeat-x;
  background-position: 100% 0;
  padding-top: 80px;
  position: relative;
  z-index: 996;
}
footer .wrapper:first-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 40px;
}
footer #footerContact,
footer #footerNav,
footer #footerPayment {
  padding: 0 7%;
}
footer #footerContact {
  padding-left: 0;
  position: relative;
  opacity: 0;
}
footer #footerContact.animate {
  animation: footerFromLeft 1s forwards;
}
footer #footerContact * {
  font-family: "Lora", Georgia, serif;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
}
footer #footerContact svg {
  float: none;
  display: block;
}
footer #footerContact .phone {
  font-size: 28px;
  margin-top: 1em;
  display: block;
}
footer #footerContact .email {
  font-size: 21px;
  display: block;
}
footer #footerContact span {
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 1em;
  display: block;
}
footer #footerContact a {
  text-decoration: none;
}
footer #footerNav {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
footer #footerNav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer #footerNav ul li {
  margin-bottom: 1em;
}
footer #footerNav ul li, footer #footerNav ul li a {
  text-decoration: none;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  color: #000;
}
footer #footerNav ul li a {
  position: relative;
}
footer #footerNav ul li a::before {
  background: rgb(245, 173, 60);
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
footer #footerNav ul li a:hover::before {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
}
footer #footerPayment {
  text-align: center;
  padding-right: 0;
  position: relative;
  opacity: 0;
}
footer #footerPayment.animate {
  animation: footerFromRight 1s forwards;
}
footer #footerPayment img {
  width: 110px;
  height: auto;
}
footer #footnote {
  text-align: center;
  padding: 1.5em 0;
  list-style-type: none;
  font-size: 0.9em;
}
footer #footnote * {
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  font-size: 1em;
}
footer #footnote li {
  display: inline;
  margin: 0 5px;
}

@media screen and (max-width: 800px) {
  footer .wrapper:first-child {
    flex-wrap: wrap;
  }
  footer #footerNav {
    padding-right: 0;
    border-right: 0;
  }
  footer #footerPayment {
    width: 100%;
    padding: 50px 0 0 0;
  }
  footer #footerPayment img {
    width: 90%;
    max-width: 500px;
    content: url(../images/payments_h.png);
  }
  footer #footerPayment.animate {
    animation: footerFromBottom 1s forwards;
  }
}
@media screen and (max-width: 550px) {
  footer #footerContact {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  footer #footerContact, footer #footerContact * {
    text-align: center;
  }
  footer #footerContact svg {
    display: inline;
  }
  footer #footerNav {
    padding-left: 0;
    border-left: 0;
    padding: 50px 0 0 0;
    text-align: center;
  }
}
/* ------------------------------------------------------------------ */
/* consent */
/* CSS Document */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* cart */
#cookieDialog {
  width: 90vw;
  max-width: 1380px;
  bottom: 1vh;
  text-align: left;
  opacity: 0;
  border-radius: 1em;
  box-sizing: border-box;
  overflow: hidden;
  padding: 1em 2em;
  font-size: 0.9rem;
  line-height: 1.2;
  -webkit-box-shadow: 8px 8px 20px -7px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 8px 8px 20px -7px rgba(0, 0, 0, 0.16);
  box-shadow: 8px 8px 20px -7px rgba(0, 0, 0, 0.16);
  transition: opacity 0.25s ease-out, overlay 0.25s ease-out allow-discrete, display 0.25s ease-out allow-discrete;
}
@media screen and (max-width: 1380px) {
  #cookieDialog {
    max-width: 90vw;
  }
}
#cookieDialog[open] {
  opacity: 1;
}
@starting-style {
  #cookieDialog[open] {
    opacity: 0;
  }
}
#cookieDialog::backdrop {
  background-color: rgba(0, 0, 0, 0);
  transition: display 0.25s allow-discrete, overlay 0.25s allow-discrete, background-color 0.25s;
}
#cookieDialog[open]::backdrop {
  background-color: rgba(0, 0, 0, 0.25);
}
@starting-style {
  #cookieDialog[open]::backdrop {
    background-color: rgba(0, 0, 0, 0);
  }
}
#cookieDialog p {
  font-size: 1em;
  font-weight: 300;
}
#cookieDialog fieldset ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#cookieDialog fieldset ul li {
  display: flex;
  flex-direction: row;
  font-size: 1em;
  font-weight: 300;
}
#cookieDialog fieldset ul li .tooltiptext {
  width: 300px;
  text-align: left;
}
#cookieDialog fieldset ul li label {
  font-weight: 500;
}
#cookieDialog .btn-1 {
  font-size: 1em;
  width: auto;
  padding: 0.8em;
}

/* ------------------------------------------------------------------ */
/* products */
/* CSS Document */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* catalog details */
.colors .gold {
  background-color: #f5ad3c;
}
.colors .silver {
  background-color: #ddd;
}
.colors .white {
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.colors .black {
  background-color: #000;
}

.products-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.products-list .item {
  width: 47%;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  margin-bottom: 3.125rem;
}
.products-list .item .thumb {
  text-align: center;
  cursor: pointer;
}
.products-list .item .thumb img {
  width: 100%;
  height: auto;
  max-width: 551px;
  max-height: 574px;
}
.products-list .item .desc {
  padding: 0 2rem 2rem;
  font-size: 1rem;
}
.products-list .item .desc h2 {
  font-size: 1.575em;
  font-weight: 600;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  margin-top: 0;
}
.products-list .item .desc h2 a {
  text-decoration: none;
  color: #000;
  font-size: inherit;
}
.products-list .item .desc .params {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
.products-list .item .desc .params .price {
  padding: 0.75em 0 0.25em;
  margin: 0;
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #f5ad3c;
  white-space: nowrap;
}
.products-list .item .desc .params .price span {
  font-weight: 300;
  color: #000;
}
.products-list .item .desc .params table tr td {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  padding: 0.25em 1em 0.25em 0;
  vertical-align: top;
}
.products-list .item .desc .params table tr td:last-child {
  font-weight: 700;
}
.products-list .item .desc .params table tr td .colors {
  display: flex;
  flex-direction: row;
  justify-content: left;
  column-gap: 0.8em;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.products-list .item .desc .params table tr td .colors li {
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  width: 1.1em;
  height: 1.1em;
  border-radius: 30px;
}
@media screen and (max-width: 1000px) {
  .products-list .item .desc .params {
    flex-direction: column;
    align-items: baseline;
  }
}
.products-list .item .desc .purpose {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 800px) {
  .products-list {
    flex-direction: column;
  }
  .products-list .item {
    width: 100%;
  }
}

/* ------------------------------------------------------------------ */
/* catalog - list - desc */
.p-list-desc, .p-list-desc-long {
  padding: 0 30px;
}
.p-list-desc, .p-list-desc *, .p-list-desc-long, .p-list-desc-long * {
  color: #333;
  /* text-align: center; */
  font: 400 0.8125rem/1.4 Raleway, Arial, Tahoma, Verdana, courier;
}
.p-list-desc strong, .p-list-desc b, .p-list-desc-long strong, .p-list-desc-long b {
  font-weight: 300;
}
.p-list-desc h2, .p-list-desc-long h2 {
  font: 300 1.125rem/1.4 Roboto, Arial, Tahoma, Verdana, courier;
  margin: 0.7rem 0;
}
.p-list-desc h2:not(:first-of-type), .p-list-desc-long h2:not(:first-of-type) {
  margin-top: 2rem;
}
.p-list-desc a, .p-list-desc-long a {
  color: #333;
}
.p-list-desc p:last-of-type, .p-list-desc-long p:last-of-type {
  margin-bottom: 2rem;
}
.p-list-desc p, .p-list-desc-long p {
  margin-bottom: 1rem;
}

.p-list-desc-long, .p-list-desc-long * {
  text-align: left;
}
.p-list-desc-long .faq {
  font-size: 1rem;
}
.p-list-desc-long .faq h2 {
  font-size: 1.3em;
  font-weight: 300;
  margin: 1.5em 0;
}
.p-list-desc-long .faq ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 3em;
}
.p-list-desc-long .faq ul li {
  max-width: calc(33.3333% - 3em);
}
@media screen and (max-width: 1000px) {
  .p-list-desc-long .faq ul li {
    max-width: calc(50% - 3em);
  }
}
@media screen and (max-width: 600px) {
  .p-list-desc-long .faq ul li {
    max-width: 100%;
  }
}
.p-list-desc-long .faq ul li .question, .p-list-desc-long .faq ul li .answer {
  text-align: left;
}
.p-list-desc-long .faq ul li .question {
  margin-bottom: 1em;
}
.p-list-desc-long .faq ul li .question strong {
  font-weight: 600;
  font-size: 1.15em;
}

/* ------------------------------------------------------------------ */
/* product */
/* CSS Document */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* product details */
.product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.product .product-gallery, .product .product-details {
  width: 48%;
  margin-bottom: 3em;
}
.product h2 {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
.product .product-gallery #product-image {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f5f5f5;
  margin-bottom: 2em;
}
.product .product-gallery #product-image img {
  width: 100%;
  height: auto;
}
.product .product-gallery #product-thumbnails {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.product .product-gallery #product-thumbnails li {
  width: 21%;
  text-align: center;
}
.product .product-gallery #product-thumbnails li a {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
}
.product .product-gallery #product-thumbnails li a span {
  display: inline-block;
  position: relative;
}
.product .product-gallery #product-thumbnails li a span::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(245, 173, 60);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.product .product-gallery #product-thumbnails li a:hover span::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.product .product-gallery #product-thumbnails li img {
  width: 100%;
  height: auto;
  margin-bottom: 0.7em;
}
.product .product-details .name {
  margin-bottom: 1.4em;
}
.product .product-details .name p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  margin: 0;
}
.product .product-details .name p:not(:last-child) {
  margin-bottom: 0.5em;
}
.product .product-details .name p strong {
  font-weight: 600;
}
.product .product-details .name p:first-child {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  margin-bottom: 0.6em;
}
.product .product-details #price {
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  margin-bottom: 0.8em;
}
.product .product-details form {
  margin-top: 30px;
}
.product .product-details fieldset {
  margin-bottom: 5px;
}
.product .product-details fieldset input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 3px;
  margin-right: 1.5em;
}
.product .product-details fieldset input[type=radio]::before {
  content: "";
  border-radius: 100%;
  display: inline-block;
  width: 2em;
  height: 2em;
  border: 0;
  margin-right: 1em;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  box-sizing: border-box;
}
.product .product-details fieldset input[type=radio]#color1::before {
  background-color: #ffc600;
}
.product .product-details fieldset input[type=radio]#color1:checked::before {
  background-color: #d78607;
  border: 8px solid #ffc600;
  /* box-shadow: inset 0 0 0 8px #ffc600; */
}
.product .product-details fieldset input[type=radio]#color2::before {
  background-color: #efefef;
}
.product .product-details fieldset input[type=radio]#color2:checked::before {
  background-color: #999;
  border: 8px solid #efefef;
  /* box-shadow: inset 0 0 0 8px #efefef; */
}
.product .product-details fieldset input[type=radio]#color3::before {
  background-color: #fff;
  border: 1px solid #ccc;
}
.product .product-details fieldset input[type=radio]#color3:checked::before {
  background-color: #999;
  box-shadow: inset 0 0 0 8px #fff;
}
.product .product-details fieldset input[type=radio]#color4::before {
  background-color: #333;
}
.product .product-details fieldset input[type=radio]#color4:checked::before {
  background-color: #999;
  border: 8px solid #000;
}
.product .product-details fieldset.colors {
  margin-bottom: 1.5em;
}
.product .product-details fieldset.colors, .product .product-details fieldset.measures {
  position: relative;
}
.product .product-details fieldset.colors .row > div, .product .product-details fieldset.measures .row > div {
  display: flex;
  flex-direction: row;
  min-height: 35px;
}
.product .product-details fieldset.measures .row > div > div {
  margin-right: 2%;
  flex-grow: 2;
  position: relative;
}
.product .product-details fieldset.measures .row > div > div .label {
  position: absolute;
  top: -10px;
  left: 0;
  color: #666;
  background-color: #f5f5f5;
  padding: 4px 10px 0;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px;
}
.product .product-details fieldset.measures .row > div > div input[type=number] {
  text-align: center;
}
.product .product-details fieldset.colors legend, .product .product-details fieldset.measures legend {
  float: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .product {
    flex-direction: column;
    justify-content: start;
  }
  .product .product-gallery, .product .product-details {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .product .product-details fieldset.colors .row, .product .product-details fieldset.measures .row {
    flex-direction: column;
  }
  .product .product-details fieldset.measures .row > div > div .label {
    font-size: 14px;
    line-height: 14px;
  }
  .product .product-gallery #product-thumbnails li a {
    font-size: 0.8em;
  }
}
.product-desc {
  clear: both;
  position: relative;
}
.product-desc:nth-child(odd)::before {
  content: "";
  position: absolute;
  background-color: #f5f5f5;
  width: 18%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  /* transform: translateX(-70%); */
}
.product-desc:nth-child(even)::after {
  content: "";
  position: absolute;
  background-color: #f5f5f5;
  width: 18%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  /* transform: translateX(70%); */
}
.product-desc .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7em;
  align-items: stretch;
  /* position: relative; */
}
.product-desc .item .text {
  width: 48%;
  position: relative;
  z-index: 1;
  padding: 2em 0 3em;
}
.product-desc .item .text h2 {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.4;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
.product-desc .item .text p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
.product-desc .item .image {
  width: 48%;
  line-height: 0;
  background-position: 50% 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.product-desc .item .image figcaption {
  font-size: 0.8em;
  position: relative;
  top: 1.5em;
}
.product-desc .item .image img {
  width: 100%;
  height: auto;
  display: none;
}

@media screen and (max-width: 900px) {
  .product-desc:nth-child(odd)::before, .product-desc:nth-child(even)::after {
    display: none;
  }
  .product-desc .item {
    flex-direction: column;
    margin-bottom: 5em;
  }
  .product-desc .item .text, .product-desc .item .image {
    width: 100%;
  }
  .product-desc .item .text {
    padding-top: 0;
  }
  .product-desc .item .image img {
    display: inline;
  }
  .product-desc:nth-child(odd) .item {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  .product-desc .item .text h2 {
    font-size: 1.8em;
  }
  .product-desc .item .text p {
    font-size: 1em;
  }
}
/* ------------------------------------------------------------------ */
/* store */
/* CSS Document */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* cart */
.store {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.store .store-cart,
.store .store-form {
  width: 55%;
  margin-bottom: 1.5em;
}
.store .store-summary {
  width: 38%;
}
.store .store-summary .summary-box {
  position: sticky;
  top: 130px;
  overflow: hidden;
  margin-bottom: 5em;
}
.store #invoiceData .btn-1 {
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  padding: 5px 10px;
  display: inline;
}
.store #invoiceData.off {
  display: none;
}
.store .agreements ul li {
  display: flex;
  flex-direction: row;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.5;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
.store .agreements ul li a {
  color: #000;
}

.summary {
  background-color: #f5f5f5;
  padding: 20px 7%;
  margin-bottom: 40px;
}
.summary .promo-code {
  margin-top: 1.5em;
  padding-bottom: 1.5em;
}
.summary .promo-code .msg {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}
.summary .promo-code .msg .promo-value {
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
}
.summary .promo-code fieldset > div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}
.summary .promo-code fieldset > div > div {
  display: flex;
  flex-direction: column;
  width: 42%;
}
.summary .promo-code fieldset > div > div .errorMsg {
  top: 5px;
}
.summary .promo-code fieldset > div input[type=text] {
  background-color: #f5f5f5;
  border: 1px solid #aaaaaa;
  padding: 9px 2%;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  border-radius: 5px;
  text-align: center;
  margin: 0 2%;
  min-width: 125px;
}
.summary .promo-code fieldset > div input[type=text]:focus {
  outline: none;
  border: 1px solid #ccc;
  background-color: #fff;
}
.summary .promo-code fieldset > div input[type=text]:focus::placeholder {
  color: transparent;
}
.summary .promo-code fieldset > div input[type=text].error, .summary .promo-code fieldset > div input[type=text].error:focus {
  border: 2px solid #dd0000;
}
.summary .promo-code fieldset > div .btn-1 {
  background-color: #fff;
  font-size: 16px;
  color: #000;
  margin: 0 2%;
  width: 46%;
}
.summary .promo-code .errorMsg {
  padding-left: 2%;
}
.summary table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 1em;
}
.summary table td {
  padding: 0 0 2em;
  margin: 0;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  vertical-align: top;
}
.summary table td.value {
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 800;
  text-align: right;
}
.summary .order-total-sum {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 1em 0 0 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  /* p:last-child {

  			font-family: $text-font-2;

  		} */
}
.summary .order-total-sum p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.summary .tax {
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.7;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  font-style: normal;
}
.summary .tax svg {
  float: left;
  margin-right: 8px;
}

@media screen and (max-width: 900px) {
  .store {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .store .store-cart,
  .store .store-form {
    width: 100%;
  }
  .store .store-summary {
    width: 100%;
  }
}
fieldset.names, fieldset.address {
  position: relative;
  /* flex-direction: row; */
}
fieldset.address .row > div:first-of-type {
  max-width: 15%;
}

#store-summary .summary-box .reg-info {
  margin-top: 3em;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
#store-summary .summary-box .reg-info a {
  color: #000;
}
#store-summary .summary-box .reg-info strong {
  font-weight: 500;
}
#store-summary .cart-items .cart-item .details {
  margin-right: 0;
}
#store-summary .cart-items .cart-item .details .quantity {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.7;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}

.order-data {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2em;
  flex-wrap: wrap;
}
.order-data .delivery-data,
.order-data .billing-data,
.order-data .order-info {
  width: 44%;
  margin-bottom: 1em;
}
.order-data table {
  display: block;
}
.order-data table tbody {
  display: contents;
}
.order-data table tr {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.order-data table td {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  vertical-align: top;
}
.order-data table td.attr {
  font-size: 1em;
  font-weight: 800;
  line-height: 1.4;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  padding-right: 1em;
  padding-bottom: 0.4em;
}
.order-data table td.value {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  flex-grow: 2;
  padding-bottom: 1.2em;
}

@media screen and (max-width: 1100px) {
  .order-data .delivery-data, .order-data .billing-data {
    width: 45%;
  }
}
@media screen and (max-width: 650px) {
  .order-data {
    flex-direction: column;
  }
  .order-data .delivery-data, .order-data .billing-data, .order-data .order-info {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.regulations-short {
  clear: both;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 3em 0;
}
.regulations-short .title {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
.regulations-short .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.regulations-short .wrapper > div {
  width: 44%;
}
.regulations-short p {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  margin-bottom: 1.5em;
  padding: 0;
}
.regulations-short p a {
  color: #000;
}

#returns .regulations-short {
  background-color: #fff;
}

@media screen and (max-width: 900px) {
  .regulations-short .wrapper > div {
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
  }
}
/* ------------------------------------------------------------------ */
/* cart */
/* CSS Document */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* cart */
.cart-items {
  width: 100%;
  background-image: url(../images/border_1.svg);
  background-repeat: repeat-x;
  background-position: 100% 0;
  margin-bottom: 2em;
}
.cart-items .cart-item {
  clear: both;
  display: flex;
  flex-direction: row;
  background-image: url(../images/border_1.svg);
  background-repeat: repeat-x;
  background-position: 100% 100%;
  padding: 27px 0 30px;
}
.cart-items .cart-item .details {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  margin-right: 5%;
}
.cart-items .cart-item .details > div:first-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cart-items .cart-item .details > div:first-child .info {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 7%;
}
.cart-items .cart-item .details > div:first-child .info .name {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  margin: 0 0 1em 0;
  color: #000;
}
.cart-items .cart-item .details > div:first-child .info .name a {
  text-decoration: none;
  color: inherit;
  position: relative;
}
.cart-items .cart-item .details > div:first-child .info .name a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(245, 173, 60);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.cart-items .cart-item .details > div:first-child .info .name a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  transform: translateY(2px);
}
.cart-items .cart-item .details > div:first-child .info .specs {
  margin: 0 0 1em 0;
  line-height: 1.5;
  font-weight: 300;
}
.cart-items .cart-item .details > div:first-child .info .specs strong {
  font-weight: 600;
}
.cart-items .cart-item .details > div:first-child .rev {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1em;
}
.cart-items .cart-item .details > div:first-child .rev .quantity {
  text-align: center;
  padding-right: 30px;
}
.cart-items .cart-item .details > div:first-child .rev .quantity a {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  color: #f5ad3c;
  text-decoration: none;
  text-align: center;
}
.cart-items .cart-item .details > div:first-child .rev .quantity input::-webkit-outer-spin-button,
.cart-items .cart-item .details > div:first-child .rev .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.cart-items .cart-item .details > div:first-child .rev .quantity input[type=number] {
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
  padding: 9px;
  width: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  border-radius: 5px;
  text-align: center;
  -moz-appearance: textfield; /* Firefox */
}
.cart-items .cart-item .details > div:first-child .rev .quantity input[type=number]:focus {
  outline: none;
  border: 2px solid #ccc;
}
.cart-items .cart-item .details > div:first-child .rev .quantity input[type=number].error, .cart-items .cart-item .details > div:first-child .rev .quantity input[type=number].error:focus {
  border: 2px solid #dd0000;
}
.cart-items .cart-item .details > div:first-child .rev .sum {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  text-align: center;
  min-width: 100px;
}
.cart-items .cart-item .details > div:first-child .rev .sum .base-price {
  font-size: 0.75em;
  text-decoration: line-through;
  font-weight: 300;
  color: #666;
}
.cart-items .cart-item .details .graver-text {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.4;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  margin-bottom: 0.6em;
}
.cart-items .cart-item .details .graver-text strong {
  font-weight: 600;
}
.cart-items .cart-item .details .graver-info {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.4;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
.cart-items .cart-item .details .graver-info strong {
  font-weight: 600;
}
.cart-items .cart-item .options .del {
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 21px;
  position: relative;
  top: -3px;
}
.cart-items .cart-item .options .del span {
  height: 2px;
  width: 18px;
  background-color: initial;
  display: inline-block;
  position: relative;
}
.cart-items .cart-item .options .del span::before, .cart-items .cart-item .options .del span::after {
  content: "";
  height: 2px;
  width: 18px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.25s ease-in-out;
}
.cart-items .cart-item .options .del span::before {
  transform: translateY(0) rotate(-45deg);
}
.cart-items .cart-item .options .del span::after {
  transform: translateY(0) rotate(45deg);
}

@media screen and (max-width: 500px) {
  .cart-items .cart-item .details > div:first-child {
    flex-direction: column;
  }
  .cart-items .cart-item .details > div:first-child .rev {
    justify-content: left;
  }
  .cart-items .cart-item .details > div:first-child .rev .sum {
    margin-top: 10px;
  }
}
.cart-options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2em;
  column-gap: 10%;
  /* .delivery ul li div {

  		margin-bottom: 0;

  	} */
}
.cart-options .delivery, .cart-options .payment {
  min-width: 30%;
}
.cart-options .delivery .errorMsg, .cart-options .payment .errorMsg {
  top: 0;
}
.cart-options .delivery ul li label[for=shipmentTypeDPD] strong,
.cart-options .delivery ul li label[for=shipmentTypeDPDPickup] strong, .cart-options .payment ul li label[for=shipmentTypeDPD] strong,
.cart-options .payment ul li label[for=shipmentTypeDPDPickup] strong {
  font-weight: 500;
}
.cart-options .delivery ul li label[for=shipmentTypeDPD] strong span,
.cart-options .delivery ul li label[for=shipmentTypeDPDPickup] strong span, .cart-options .payment ul li label[for=shipmentTypeDPD] strong span,
.cart-options .payment ul li label[for=shipmentTypeDPDPickup] strong span {
  color: #dc0032;
}
.cart-options .delivery ul li .price, .cart-options .payment ul li .price {
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  flex-grow: 2;
  text-align: right;
}
.cart-options .delivery ul li .btn-1, .cart-options .payment ul li .btn-1 {
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  /* color: $contrast-color; */
  text-decoration: none;
  padding: 5px 10px;
  display: inline;
}
.cart-options .delivery ul li .shipment-type-options, .cart-options .payment ul li .shipment-type-options {
  display: none;
  margin: 15px 0 0 25px;
}
.cart-options .delivery ul li .shipment-type-options.on, .cart-options .payment ul li .shipment-type-options.on {
  display: flex;
}
.cart-options .delivery ul li #inpostDetails.on, .cart-options .delivery ul li #dpdPickupDetails.on, .cart-options .payment ul li #inpostDetails.on, .cart-options .payment ul li #dpdPickupDetails.on {
  display: block;
}
.cart-options .delivery ul li #inpostDetails .point-details-placeholder, .cart-options .delivery ul li #dpdPickupDetails .point-details-placeholder, .cart-options .payment ul li #inpostDetails .point-details-placeholder, .cart-options .payment ul li #dpdPickupDetails .point-details-placeholder {
  font-size: 0.9em;
  font-weight: initial;
  line-height: 1.4;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}

@media screen and (max-width: 1000px) {
  .cart-items .cart-item .details div:first-child .info .name {
    font-size: 1.2em;
  }
  .cart-items .cart-item .details div:first-child .sum {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 600px) {
  .cart-options {
    flex-direction: column;
  }
  .cart-options .delivery, .cart-options .payment {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.empty-cart {
  text-align: center;
}
.empty-cart .sad-lenny {
  padding: 3em 0;
  width: 100%;
  text-align: center;
  margin-bottom: 4em;
}
.empty-cart .sad-lenny svg {
  width: 360px;
  min-width: 20%;
  max-width: 70%;
}
.empty-cart .btn-1 {
  display: inline;
  padding: 10px 1em;
  font-size: 1em;
}

/* ------------------------------------------------------------------ */
/* confirmation */
/* CSS Document */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* confirmation */
#confirmationLead {
  text-align: center;
  background-image: url(../images/border_1.svg);
  background-repeat: repeat-x;
  background-position: 100% 100%;
  padding-bottom: 3em;
  margin-bottom: 3em;
}
#confirmationLead h1 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  color: #000;
}
#confirmationLead .error-desc {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
#confirmationLead .num-info {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  color: #000;
}
#confirmationLead .num {
  font-size: 3em;
  font-weight: 800;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  color: #f5ad3c;
  margin: 0;
}

#confirmationCells {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
#confirmationCells .confirmation-cell {
  margin: 0 0 3em;
  width: 44%;
}
#confirmationCells .confirmation-cell p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
#confirmationCells .confirmation-cell p strong {
  font-weight: 600;
}
#confirmationCells .confirmation-cell a {
  color: #000;
}
#confirmationCells #confirmation-status .btn-1 {
  font-size: 0.9em;
  display: inline;
  padding: 7px 20px;
}
#confirmationCells #confirmation-account table {
  border-spacing: 0;
  border-collapse: collapse;
}
#confirmationCells #confirmation-account table td {
  padding-right: 1.5em;
  padding-bottom: 0.75em;
  vertical-align: top;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}

@media screen and (max-width: 800px) {
  #confirmationCells {
    flex-direction: column;
  }
  #confirmationCells .confirmation-cell {
    margin: 0 0 3em;
    width: 84%;
  }
}
#store-paypal .wrapper {
  text-align: center;
}
#store-paypal .wrapper .btn-1 {
  display: inline;
}

/* ------------------------------------------------------------------ */
/* forms */
/* CSS Document */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* forms */
.errorMsg {
  color: #dd0000;
  top: -1.4em;
  position: relative;
  line-height: 1.5;
  font-weight: 600;
}

li .errorMsg {
  position: initial;
  top: 0;
  margin-top: 1em;
  display: block;
}

/* .req {

    color: $error-color;
    font-weight: 500;
    font-size: inherit;
    line-height: inherit;

}
 */
.required {
  position: relative;
  padding-right: 12px;
  width: fit-content;
}

.required::after {
  content: "*";
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #dd0000;
  position: absolute;
  right: 0;
  top: -5px;
}

.form-title {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}

fieldset {
  padding: 0;
  border: 0;
  margin: 0;
  display: contents;
  margin: 0 0 0.8em;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
}
fieldset legend {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  margin-right: 30px;
  display: block;
}
fieldset em {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  display: block;
  margin-bottom: 15px;
}
fieldset label {
  margin-right: 13px;
}
fieldset > label {
  margin-bottom: 15px;
}
fieldset input[type=text],
fieldset input[type=number],
fieldset input[type=email],
fieldset textarea {
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
  padding: 9px 0.8em;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  border-radius: 5px;
  margin-bottom: 1.5em;
  box-sizing: border-box;
}
fieldset input[type=text]:focus,
fieldset input[type=number]:focus,
fieldset input[type=email]:focus,
fieldset textarea:focus {
  outline: none;
  border: 2px solid #ccc;
}
fieldset input[type=text].error, fieldset input[type=text].error:focus,
fieldset input[type=number].error,
fieldset input[type=number].error:focus,
fieldset input[type=email].error,
fieldset input[type=email].error:focus,
fieldset textarea.error,
fieldset textarea.error:focus {
  border: 2px solid #dd0000;
}
fieldset input[type=text].off,
fieldset input[type=number].off,
fieldset input[type=email].off,
fieldset textarea.off {
  color: #999;
}
fieldset input[type=text],
fieldset input[type=number],
fieldset input[type=email] {
  width: 100%;
}
fieldset input[type=text]::placeholder,
fieldset input[type=number]::placeholder,
fieldset input[type=email]::placeholder {
  font-size: 0.9em;
}
fieldset input[type=radio],
fieldset input[type=checkbox] {
  width: 1.2em;
  height: 1.2em;
  margin: 0 10px 0 0;
}
fieldset input[type=checkbox] {
  /* border: 2px solid $outline-color; */
  /**/
  /* &:checked::before {

          background-color: #d78607;

          } */
}
fieldset input[type=checkbox].error, fieldset input[type=checkbox].error:focus {
  border: 2px solid #dd0000;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
}
fieldset textarea {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
}
fieldset .row {
  display: flex;
  flex-direction: row;
}
fieldset .row label {
  position: relative;
  top: 11px;
  white-space: nowrap;
}
fieldset .row > div {
  flex-grow: 2;
  margin-right: 5%;
}
fieldset .row > div:last-child {
  margin-right: 0;
}
fieldset ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
fieldset ul li {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  margin-bottom: 1em;
}
fieldset ul li .form-item {
  display: flex;
  flex-direction: row;
  align-content: space-between;
}
fieldset ul li svg {
  width: 1em;
  height: auto;
  position: relative;
  top: 2px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-right: 10px;
}
fieldset ul li svg g * {
  fill: #f5ad3c !important;
}
fieldset ul li input[type=radio],
fieldset ul li input[type=checkbox] {
  position: relative;
  top: 3px;
  flex-shrink: 0;
}
fieldset ul li label {
  cursor: pointer;
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  body:not(#catalog-details) .errorMsg {
    top: -0.6em;
  }
  body:not(#catalog-details) fieldset input[type=text],
  body:not(#catalog-details) fieldset input[type=number],
  body:not(#catalog-details) fieldset input[type=email],
  body:not(#catalog-details) fieldset textarea {
    margin-bottom: 0.8em;
  }
  body:not(#catalog-details) fieldset label {
    margin-bottom: 5px;
  }
  body:not(#catalog-details) fieldset .row {
    flex-direction: column;
  }
  body:not(#catalog-details) fieldset .row > div {
    margin-right: 0;
  }
  body:not(#catalog-details) fieldset .row > div:first-of-type {
    max-width: initial !important;
  }
  body:not(#catalog-details) fieldset .row label {
    top: 0;
  }
}
/* ------------------------------------------------------------------ */
/* contact */
/* CSS Document */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* contact */
.contact {
  margin: 0 auto;
  max-width: 800px;
}
.contact .lead {
  text-align: center;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
.contact .phone {
  text-align: center;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
.contact .phone strong {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Lora", Georgia, serif;
  color: #000;
}
.contact .phone em {
  font-size: 0.7em;
  font-weight: 300;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  font-style: normal;
}
.contact .email {
  text-align: center;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.3;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
.contact .email a {
  color: #f5ad3c;
  font-family: "Lora", Georgia, serif;
}
.contact table {
  margin: 2em auto 4em;
}
.contact table td {
  vertical-align: top;
  padding-right: 30px;
  padding-bottom: 1em;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
.contact table td:first-child {
  padding-bottom: 0;
}
.contact table td strong {
  font-weight: 600;
}
.contact table td.attr {
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .contact {
    text-align: center;
  }
  .contact .lead {
    font-size: 1em;
  }
  .contact .phone {
    font-size: 1.4em;
  }
  .contact .email {
    font-size: 1.4em;
  }
  .contact table {
    display: inline-block;
  }
  .contact table tbody {
    display: contents;
  }
  .contact table tbody tr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .contact table tbody tr td {
    display: inline;
    padding-right: 10px;
    padding-bottom: 0.8em;
    font-size: 1em;
    white-space: nowrap;
  }
  .contact table tbody tr:first-child td {
    font-size: 1.4em;
    white-space: normal;
  }
  .contact table tbody tr:first-child td:first-child {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .contact .phone {
    font-size: 1.2em;
  }
  .contact .email {
    font-size: 1.2em;
  }
}
/* ------------------------------------------------------------------ */
/* shipping */
/* CSS Document */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* shipping */
.shipping {
  margin: 0 auto 2em;
  /* border-collapse: collapse; */
  border-spacing: 10px;
}
.shipping th {
  padding: 1.5em 2%;
  text-align: center;
  background-color: #f5f5f5;
  vertical-align: middle;
  width: 40%;
}
.shipping th svg {
  height: auto;
  max-width: 160px;
  width: 70%;
}
.shipping th svg.dpd {
  max-height: 60px;
}
.shipping td {
  text-align: center;
  padding: 1.5em 2%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
.shipping td.price {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.5;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  padding-bottom: 0.5em;
}

/* 	@media screen and (max-width:400px) {


		.shipping {

			display: flex;
			flex-direction: column;

			thead, tbody {

				display: contents;

			}

			tr {

				display: flex;
				flex-direction: row;
				justify-content: space-between;

				td, th {

					width: 45%;

				}

			}

		}

	} */
/* ------------------------------------------------------------------ */
/* regulations */
/* CSS Document */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* regulations */
.regulations .spacer {
  margin-top: 2em;
  padding-bottom: 2em;
}
.regulations .col-s {
  float: left;
  width: 18%;
  text-align: right;
}
.regulations .col-s h2 {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Lora", Georgia, serif;
  color: #000;
}
.regulations .col-s h2 .sect {
  font-size: 2em;
}
.regulations .col-w {
  float: right;
  width: 74%;
  padding-left: 4%;
  border-left: 3px solid #f5f5f5;
}
.regulations p, .regulations li {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
.regulations p strong, .regulations p b, .regulations li strong, .regulations li b {
  font-weight: 600;
}
.regulations li {
  margin-bottom: 1.3em;
  /* &::marker {

              font-family: $text-font-1;

          } */
}
.regulations a {
  color: #000;
}
.regulations .lead {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}

@media screen and (max-width: 800px) {
  .regulations {
    margin-left: 3%;
    margin-right: 3%;
  }
  .regulations .lead {
    font-size: 1em;
  }
  .regulations .col-s {
    float: none;
    width: 100%;
    text-align: center;
  }
  .regulations .col-s h2 {
    margin-bottom: 2em;
  }
  .regulations .col-w {
    float: none;
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .regulations .col-w ul, .regulations .col-w ol {
    padding-inline-start: 1.2em;
  }
}
/* ------------------------------------------------------------------ */
/* external */
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1.2em;
  font-weight: 600;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  margin-bottom: 1em;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc p {
  margin-bottom: 1.3em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  /* background-color: rgba(0, 0, 0, 0.75); */
  background-color: #f5ad3c;
  /* border-radius: 4px; */
  border-radius: 100%;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  /* width: 40px; */
  width: 50px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  /* width: 40px; */
  width: 50px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
@view-transition {
  navigation: auto;
}
/* Global classes */
.clear {
  clear: both;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.spacer {
  clear: both;
  overflow: hidden;
  margin-top: 1em;
  padding-bottom: 1em;
}

.line-1 {
  background-image: url(../images/border_1.svg);
  background-repeat: repeat-x;
  background-position: 100% 100%;
  height: 1px;
}

.btn-1 {
  background-color: #f5ad3c;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 14px 0;
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin-bottom: 1em;
  text-align: center;
}

.btn-2 {
  background-color: #ccc;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 14px 0;
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin-bottom: 1em;
  text-align: center;
}

#body > .wrapper > h1 {
  margin: 0 0 1.5em;
  text-align: center;
  font-size: 1.9em;
  font-weight: 600;
}

@media screen and (max-width: 400px) {
  #body > .wrapper > h1 {
    font-size: 1.7em;
  }
}
/* ------------------------------------------------------------------ */
/* tooltip */
.tooltip {
  position: relative;
  flex-shrink: 0;
}
.tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 90%;
  left: 50%;
  margin-left: -85px;
  font-size: 0.8em;
  font-style: normal;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* ------------------------------------------------------------------ */
/* cookieBar */
#cookieBar {
  width: 90%;
  position: fixed;
  bottom: 0;
  padding: 15px 5%;
  background: #fff;
  z-index: 1000;
  text-align: center;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.5;
  font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  border-top: 3px solid #f5ad3c;
}
#cookieBar * {
  color: #000;
}
#cookieBar .accept {
  font-weight: 700;
  margin-left: 10px;
}

/*# sourceMappingURL=layout.css.map */
