@charset "UTF-8";
/*
Theme Name: kz 
Theme URI: http://kitaszingsnis.lt
Author: Kitas Žingsnis, Aivaras Cenkus
Author URI: ttp://kitaszingsnis.lt
Description: Kitas Žingsnis
Version: 100
License: NON
License URI: --
Tags: private, design, inovation, kz, dev, drop, lithuania, vilnius
Text Domain: kitaszingsnis.lt 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;
}

@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";
}

/* inter-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: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter/inter-v19-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/inter/inter-v19-latin_latin-ext-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter/inter-v19-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/inter/inter-v19-latin_latin-ext-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter/inter-v19-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/inter/inter-v19-latin_latin-ext-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter/inter-v19-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/inter/inter-v19-latin_latin-ext-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body, input, button {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

input, button {
  font-size: 16px;
}

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: 169px;
}
@media only screen and (max-width: 990px) {
  .main {
    padding-top: 139px;
  }
}

a {
  color: #CB1E35;
}

.woo-container, .footer-container, .follow-container, .topMenu-container, .designer-container, .checkout-infoContainer, .profile-container, .products-singleContainer, .products-container, .page-container, .about-container, .category-bottomContainer, .category-container, .hero-container, .title-container, .breadcrumbs-list, .header-container {
  max-width: 1236px;
  padding: 0 20px;
  margin: 0 auto;
}

.woocommerce div.product .product_title,
.woocommerce-page .woocommerce div.product .product_title,
.woocommerce-page.woocommerce div.product .product_title,
.woocommerce-shop.woocommerce div.product .product_title, .woo-title, .designer-title, .checkout-infoTitle, .profile-title, .products-title, .page-title, .about-title, .category-title, .hero-title, .title-title {
  font-style: normal;
  font-weight: 600;
  font-size: 72px;
  line-height: 110%;
  /* or 79px */
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1024px) {
  .woocommerce div.product .product_title,
  .woocommerce-page .woocommerce div.product .product_title,
  .woocommerce-page.woocommerce div.product .product_title,
  .woocommerce-shop.woocommerce div.product .product_title, .woo-title, .designer-title, .checkout-infoTitle, .profile-title, .products-title, .page-title, .about-title, .category-title, .hero-title, .title-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 550px) {
  .woocommerce div.product .product_title,
  .woocommerce-page .woocommerce div.product .product_title,
  .woocommerce-page.woocommerce div.product .product_title,
  .woocommerce-shop.woocommerce div.product .product_title, .woo-title, .designer-title, .checkout-infoTitle, .profile-title, .products-title, .page-title, .about-title, .category-title, .hero-title, .title-title {
    font-size: 40px;
    text-align: center;
  }
}

.checkout-fieldsTitle, .profile-cardTitle, .products-specificationTitle, .products-descriptionTitle, .products-itemTitle {
  color: #150E24;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 160%;
  /* or 32px */
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 550px) {
  .checkout-fieldsTitle, .profile-cardTitle, .products-specificationTitle, .products-descriptionTitle, .products-itemTitle {
    text-align: center;
  }
}

.productCats-title, .woocommerce div.product .related .woo-redTitle,
.woocommerce-page .woocommerce div.product .related .woo-redTitle,
.woocommerce-page.woocommerce div.product .related .woo-redTitle,
.woocommerce-shop.woocommerce div.product .related .woo-redTitle, .woocommerce div.product h2,
.woocommerce-page .woocommerce div.product h2,
.woocommerce-page.woocommerce div.product h2,
.woocommerce-shop.woocommerce div.product h2, .woocommerce .woocommerce-loop-product__title,
.woocommerce-page .woocommerce .woocommerce-loop-product__title,
.woocommerce-page.woocommerce .woocommerce-loop-product__title,
.woocommerce-shop.woocommerce .woocommerce-loop-product__title, .woo-productsCatsTitle, .woo-redTitle, .follow-title, .page-content h2 {
  color: #150E24;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  /* or 32px */
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 550px) {
  .productCats-title, .woocommerce div.product .related .woo-redTitle,
  .woocommerce-page .woocommerce div.product .related .woo-redTitle,
  .woocommerce-page.woocommerce div.product .related .woo-redTitle,
  .woocommerce-shop.woocommerce div.product .related .woo-redTitle, .woocommerce div.product h2,
  .woocommerce-page .woocommerce div.product h2,
  .woocommerce-page.woocommerce div.product h2,
  .woocommerce-shop.woocommerce div.product h2, .woocommerce .woocommerce-loop-product__title,
  .woocommerce-page .woocommerce .woocommerce-loop-product__title,
  .woocommerce-page.woocommerce .woocommerce-loop-product__title,
  .woocommerce-shop.woocommerce .woocommerce-loop-product__title, .woo-productsCatsTitle, .woo-redTitle, .follow-title, .page-content h2 {
    text-align: center;
  }
}

.woo-productsTitle {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  letter-spacing: 0.065em;
}
@media only screen and (max-width: 550px) {
  .woo-productsTitle {
    text-align: center;
  }
}

.page-content, .about-caption, .category-caption, .hero-caption {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  /* or 32px */
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 550px) {
  .page-content, .about-caption, .category-caption, .hero-caption {
    text-align: center;
  }
}

.woocommerce div.product p,
.woocommerce-page .woocommerce div.product p,
.woocommerce-page.woocommerce div.product p,
.woocommerce-shop.woocommerce div.product p, .woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce-page .woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce-page.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce-shop.woocommerce div.product .woocommerce-product-details__short-description, .woocommerce .term-description,
.woocommerce-page .woocommerce .term-description,
.woocommerce-page.woocommerce .term-description,
.woocommerce-shop.woocommerce .term-description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 550px) {
  .woocommerce div.product p,
  .woocommerce-page .woocommerce div.product p,
  .woocommerce-page.woocommerce div.product p,
  .woocommerce-shop.woocommerce div.product p, .woocommerce div.product .woocommerce-product-details__short-description,
  .woocommerce-page .woocommerce div.product .woocommerce-product-details__short-description,
  .woocommerce-page.woocommerce div.product .woocommerce-product-details__short-description,
  .woocommerce-shop.woocommerce div.product .woocommerce-product-details__short-description, .woocommerce .term-description,
  .woocommerce-page .woocommerce .term-description,
  .woocommerce-page.woocommerce .term-description,
  .woocommerce-shop.woocommerce .term-description {
    text-align: center;
  }
}

.config-accordion .step-form .step-navigation .btn, .category:nth-child(2n) .category-menuButton, .woo-productsCatsButton, .category-menuButton, .woocommerce .add-request-quote-button,
.woocommerce-page .woocommerce .add-request-quote-button,
.woocommerce-page.woocommerce .add-request-quote-button,
.woocommerce-shop.woocommerce .add-request-quote-button, .wpfFilterButton, .follow-submit, .config-accordion .step-form .step-navigation .btn.btn-next, .category-bottomCta, .hero-cta, .menu-button, .header-menuButton, .woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce .woocommerce-ordering select,
.woocommerce-page.woocommerce .woocommerce-ordering select,
.woocommerce-shop.woocommerce .woocommerce-ordering select, .wpfClearButton, .wpfFilterContent select, .cookie-agreeLink, .config-accordion .step-form .step-navigation .btn.btn-prev, .designer-next, .designer-prev, .checkout-submit, .checkout-toCart, .checkout-fieldsTitleLink, .cart-bottomLink, .cart-tdDelete, .profile-cta, .products-actionsLink, .products-addCartSubmit, .products-addToCart, .page-cta, .about-moreCta, .radio-button, .card-btn {
  cursor: pointer;
  display: inline-block;
  padding: 14px 24px;
  border-radius: 4px;
  border: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.085em;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 550px) {
  .config-accordion .step-form .step-navigation .btn, .category:nth-child(2n) .category-menuButton, .woo-productsCatsButton, .category-menuButton, .woocommerce .add-request-quote-button,
  .woocommerce-page .woocommerce .add-request-quote-button,
  .woocommerce-page.woocommerce .add-request-quote-button,
  .woocommerce-shop.woocommerce .add-request-quote-button, .wpfFilterButton, .follow-submit, .config-accordion .step-form .step-navigation .btn.btn-next, .category-bottomCta, .hero-cta, .menu-button, .header-menuButton, .woocommerce .woocommerce-ordering select,
  .woocommerce-page .woocommerce .woocommerce-ordering select,
  .woocommerce-page.woocommerce .woocommerce-ordering select,
  .woocommerce-shop.woocommerce .woocommerce-ordering select, .wpfClearButton, .wpfFilterContent select, .cookie-agreeLink, .config-accordion .step-form .step-navigation .btn.btn-prev, .designer-next, .designer-prev, .checkout-submit, .checkout-toCart, .checkout-fieldsTitleLink, .cart-bottomLink, .cart-tdDelete, .profile-cta, .products-actionsLink, .products-addCartSubmit, .products-addToCart, .page-cta, .about-moreCta, .radio-button, .card-btn {
    letter-spacing: 1.8px;
    width: 100%;
    text-align: center;
  }
}
.config-accordion .step-form .step-navigation .btn:hover, .category:nth-child(2n) .category-menuButton:hover, .woo-productsCatsButton:hover, .category-menuButton:hover, .woocommerce .add-request-quote-button:hover, .wpfFilterButton:hover, .follow-submit:hover, .category-bottomCta:hover, .hero-cta:hover, .menu-button:hover, .header-menuButton:hover, .woocommerce .woocommerce-ordering select:hover, .wpfClearButton:hover, .wpfFilterContent select:hover, .cookie-agreeLink:hover, .designer-next:hover, .designer-prev:hover, .checkout-submit:hover, .checkout-toCart:hover, .checkout-fieldsTitleLink:hover, .cart-bottomLink:hover, .cart-tdDelete:hover, .profile-cta:hover, .products-actionsLink:hover, .products-addCartSubmit:hover, .products-addToCart:hover, .page-cta:hover, .about-moreCta:hover, .radio-button:hover, .card-btn:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce .woocommerce-ordering select,
.woocommerce-page.woocommerce .woocommerce-ordering select,
.woocommerce-shop.woocommerce .woocommerce-ordering select, .wpfClearButton, .wpfFilterContent select, .cookie-agreeLink, .config-accordion .step-form .step-navigation .btn.btn-prev, .designer-next, .designer-prev, .checkout-submit, .checkout-toCart, .checkout-fieldsTitleLink, .cart-bottomLink, .cart-tdDelete, .profile-cta, .products-actionsLink, .products-addCartSubmit, .products-addToCart, .page-cta, .about-moreCta, .radio-button, .card-btn {
  border: 2px solid #150E24;
  background-color: transparent;
  color: #150E24;
}
.woocommerce .woocommerce-ordering select:hover, .wpfClearButton:hover, .wpfFilterContent select:hover, .cookie-agreeLink:hover, .config-accordion .step-form .step-navigation .btn.btn-prev:hover, .designer-next:hover, .designer-prev:hover, .checkout-submit:hover, .checkout-toCart:hover, .checkout-fieldsTitleLink:hover, .cart-bottomLink:hover, .cart-tdDelete:hover, .profile-cta:hover, .products-actionsLink:hover, .products-addCartSubmit:hover, .products-addToCart:hover, .page-cta:hover, .about-moreCta:hover, .radio-button:hover, .card-btn:hover {
  color: #CB1E35;
  border-color: #CB1E35;
}

.woocommerce .add-request-quote-button,
.woocommerce-page .woocommerce .add-request-quote-button,
.woocommerce-page.woocommerce .add-request-quote-button,
.woocommerce-shop.woocommerce .add-request-quote-button, .wpfFilterButton, .follow-submit, .config-accordion .step-form .step-navigation .btn.btn-next, .category-bottomCta, .hero-cta, .menu-button, .header-menuButton {
  background-color: #CB1E35;
  color: #fff;
}
.woocommerce .add-request-quote-button:hover, .wpfFilterButton:hover, .follow-submit:hover, .config-accordion .step-form .step-navigation .btn.btn-next:hover, .category-bottomCta:hover, .hero-cta:hover, .menu-button:hover, .header-menuButton:hover {
  background-color: #150E24;
}

.woo-productsCatsButton, .category-menuButton {
  background-color: #fff;
  color: #150E24;
  border: 2px solid transparent;
}
.woo-productsCatsButton:hover, .category-menuButton:hover {
  color: #fff;
  background-color: #150E24;
  border-color: #fff;
}

.category:nth-child(2n) .category-menuButton {
  background-color: #150E24;
  color: #fff;
  border: 2px solid transparent;
}
.category:nth-child(2n) .category-menuButton:hover {
  color: #150E24;
  background-color: #fff;
  border-color: #150E24;
}

/* ===============================
=            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  ====== */
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-search-icon-color: #999;
  --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__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;
  left: 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);
}

.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;
  padding-left: 30px;
  padding-right: 28px;
}

[dir=rtl] .iti__search-input {
  padding-left: inherit;
  padding-right: 30px;
  background-position: right 8px center;
}

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

.iti__search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

.iti__search-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iti__search-icon {
  position: absolute;
  left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}

[dir=rtl] .iti__search-icon {
  left: auto;
  right: 8px;
}

.iti__search-icon-svg {
  stroke: var(--iti-search-icon-color);
  fill: none;
  stroke-width: 3;
}

.iti__search-clear {
  position: absolute;
  right: 4px;
  background: transparent;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  padding: 4px;
  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;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  width: 24px;
  height: 24px;
}

.iti__search-clear .iti__search-clear-x {
  stroke-width: 2;
}

.iti__search-clear .iti__search-clear-bg {
  fill: var(--iti-search-icon-color);
}

[dir=rtl] .iti__search-clear {
  right: auto;
  left: 4px;
}

.iti__search-clear:hover, .iti__search-clear:focus-visible {
  background: var(--iti-hover-color);
  outline: none;
}

.iti__no-results {
  text-align: center;
  padding: 30px 0;
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  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])) button.iti__selected-country {
  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;
}

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

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

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

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

.iti__selected-country {
  font-size: 16px;
}

.form-field {
  width: 100%;
  height: 54px;
  outline: none;
  background: none;
  padding: 16.5px 14px;
  border: 2px solid #e9ecee;
  color: #150E24;
  font-size: 15px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 4px;
}
.form-field:hover, .form-field:focus {
  border-color: #150E24;
}
.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-radioContainer {
  margin-top: 10px;
}
.form-radioItem {
  margin-top: 10px;
}
.form-label {
  z-index: 2;
  color: #817f7f;
  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: #150E24;
}
.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: #CB1E35;
  -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: 0;
  width: 27px;
  height: 27px;
  border: 2px solid #150E24;
  border-radius: 4px;
  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 #150E24;
  border-bottom: 2px solid #150E24;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.form-radioLabel {
  margin-left: 20px;
  vertical-align: middle;
  font-size: 17px;
  line-height: 20px;
  color: #817f7f;
  cursor: pointer;
}
.form-radio {
  display: none;
}
.form-radio:checked ~ .form-radioFakeLabel {
  border-color: #CB1E35;
  -webkit-animation: jelly 0.6s ease;
          animation: jelly 0.6s ease;
}
.form-radio:checked ~ .form-radioFakeLabel:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.form-radioFakeLabel {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 27px;
  height: 27px;
  border: 3px solid #150E24;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
  cursor: pointer;
}
.form-radioFakeLabel:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  background-color: #CB1E35;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.form-radioLabel {
  margin-left: 20px;
  vertical-align: middle;
  font-size: 17px;
  line-height: 20px;
  color: #817f7f;
  cursor: pointer;
}
.form-submit {
  width: 100%;
  height: 48px;
  background-color: #CB1E35;
  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;
  border-radius: 4px;
}
.form-submit:hover {
  background-color: #36424e;
}
.form-error {
  color: red;
}
.form-error span {
  font-size: 14px;
  vertical-align: middle;
}
.form-label--individual {
  position: static;
  -webkit-transform: none;
          transform: none;
  padding: 0;
}
.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: #150E24;
  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: #817f7f;
}
.choices.is-flipped.is-open .choices__list[aria-expanded] {
  border-radius: 0;
  border-top: 2px solid #817f7f;
}

.choices__inner {
  width: 100%;
  height: 54px;
  padding: 16.5px 14px;
  font-size: 15px;
  background: none;
  color: #150E24;
  border: 2px solid #e9ecee;
  border-radius: 4px;
  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: #150E24;
  border-radius: 4px;
}
.choices__inner--error {
  border-color: red;
}

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

.choices__placeholder {
  color: #150E24;
  opacity: 0.6;
}

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 160px;
  width: 100%;
  z-index: 5;
  background-color: #fff;
  -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-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;
}
.header-logoContainer {
  padding: 24px 0;
  -ms-flex-item-align: center;
      align-self: center;
}
.header-logo {
  display: block;
  height: 65.5px;
  width: 189.2px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.header-menuContainer {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu {
  padding: 56px 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 20px;
}
.header-menuLink {
  color: #150E24;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.03em;
  text-align: right;
  text-decoration: none;
  -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: #150E24;
  text-decoration: underline;
  -webkit-transition: 0.8s color ease;
  transition: 0.8s color ease;
}
.header-menuLink--active {
  color: #CB1E35;
  text-decoration: underline;
}
.header-menuButtonContainer {
  padding: 44px 0px 44px 20px;
  -webkit-transition: 0.2s padding ease-in-out;
  transition: 0.2s padding ease-in-out;
}
@media only screen and (max-width: 990px) {
  .header-menuButtonContainer {
    padding: 26px 0px 26px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .header-menuButtonContainer {
    padding: 26px 20px;
  }
}
@media only screen and (max-width: 550px) {
  .header-menuButtonContainer {
    display: none;
  }
}
.header-langContainer {
  display: none;
}
@media only screen and (max-width: 550px) {
  .header-langContainer {
    display: none;
  }
}
.header-langCurrent {
  color: #150E24;
}
.header-langCurrent .material-symbols-outlined {
  vertical-align: middle;
}
.header-langLink {
  color: #EAEAEA;
}
.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: #150E24;
  text-decoration: underline;
  -webkit-transition: 0.8s color ease;
  transition: 0.8s color ease;
}
.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 {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header-hamburgerContainer {
    display: block;
  }
}
.header-hamburgerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.header-hamburgerLabel {
  color: #150E24;
  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: #150E24;
  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: 130px;
  -webkit-transition: 0.5s height ease-in-out;
  transition: 0.5s height ease-in-out;
  -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);
}
.header--scrolled .header-logo {
  height: 42px;
  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: 40px 0;
  -webkit-transition: 0.5s padding ease-in-out;
  transition: 0.5s padding ease-in-out;
}
.header--scrolled .header-menuButtonContainer {
  padding-top: 29px;
  padding-bottom: 29px;
  -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%;
}

.menu {
  background-color: #F5F5F5;
  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: #150E24;
  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;
  text-decoration: none;
}
.menu-link--active {
  color: #CB1E35;
}
.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 .menu-item {
  display: block;
  border-bottom: 2px solid #fff;
}
.menu-mobile .menu-item a {
  display: block;
  padding: 20px;
  color: #150E24;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
.menu-mobile .menu-item a.header-menuLink--active {
  color: #CB1E35;
}
.menu-buttonContainer {
  padding: 44px 0px 44px 20px;
  -webkit-transition: 0.2s padding ease-in-out;
  transition: 0.2s padding ease-in-out;
}
.menu-lang {
  display: none;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 550px) {
  .menu-lang {
    display: block;
  }
}
.menu-lang .header-langCurrent, .menu-lang .header-langLink {
  display: block;
  padding: 20px;
  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;
}

.breadcrumbs {
  background: #EAEAEA;
  padding: 10px 0;
}
.breadcrumbs-list {
  list-style: none;
  color: #150E24;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.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: #150E24;
}
.breadcrumbs-item--current {
  font-weight: 700;
}
.breadcrumbs-item--current .breadcrumbs-link {
  color: #CB1E35;
}
.breadcrumbs-item--separator .material-symbols-outlined {
  vertical-align: middle;
  font-size: 20px;
}

.title {
  background-color: #fff;
}
.title-title {
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  .title-title {
    margin-top: 24px;
  }
}
.title-title strong {
  font-weight: 600;
  color: #CB1E35;
}

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

.card {
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  margin: 30px 0 20px;
}
.card-title {
  margin: 0;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #150E24;
}
.card-title .material-symbols-outlined {
  font-size: 36px;
  color: #CB1E35;
}
.card-content {
  padding: 0 40px 40px;
}
.card-footer {
  margin-top: -20px;
  padding: 0 40px 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;
}
.card-informationLabel {
  font-size: 14px;
  color: #817f7f;
}
.card-informationLink {
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
}
.card-informationLink:first-child {
  margin-left: 0;
}
.card-informationLink:hover {
  color: #EAEAEA;
}
.card-list {
  padding-left: 25px;
}
.card-content-noPad {
  padding: 0;
}
.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: #F5F5F5;
  padding: 20px 30px;
  margin: -40px -40px 0;
}
.card-columns--border {
  padding: 20px 30px;
  margin: 0 -40px 0;
}
.card-columns--border:first-child {
  margin-top: -40px;
}
.card-columns--border:last-child {
  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: #CB1E35;
}

.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: #CB1E35;
}
.radio-input:checked + .radio-helper:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.radio-input:checked + .radio-button {
  border-color: #CB1E35;
  color: #CB1E35;
}
.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 #CB1E35;
}
.radio-helper:after {
  width: 11px;
  height: 11px;
  background: #CB1E35;
  top: 7px;
  left: 7px;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.radio-label, .radio-helper, .radio .material-symbols-outlined {
  vertical-align: middle;
}
.radio--buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 15px;
}
.radio--buttons .radio-item {
  padding-left: 0;
  margin: 0;
}
.radio--buttons .radio-button {
  width: 100%;
  text-align: center;
  padding: 12px 16px;
  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;
  min-height: 50px;
}
.radio--buttons .radio-button .color-preview {
  margin-left: 6px;
}
.radio--buttons .radio-button .radio-button-content {
  width: 100%;
}
.radio--buttons .radio-input:checked + .radio-button {
  border-color: #CB1E35;
  color: #CB1E35;
}

.hero {
  min-height: 550px;
}
.hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 530px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero-content {
  -ms-flex-item-align: center;
      align-self: center;
  width: 50%;
  position: relative;
  padding-right: 40px;
}
@media only screen and (max-width: 990px) {
  .hero-content {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .hero-content {
    width: 100%;
    padding-right: 0;
  }
}
.hero-title {
  margin-top: 0;
}
.hero-title strong {
  font-weight: 600;
  color: #CB1E35;
}
.hero-caption {
  color: #150E24;
}
.hero-cta {
  padding: 14px 54px 14px 34px;
  margin-top: 50px;
  position: relative;
}
.hero-cta:hover .hero-ctaIcon {
  fill: #fff;
  -webkit-transition: 0.2s fill ease-in-out;
  transition: 0.2s fill ease-in-out;
}
.hero-ctaIcon {
  fill: #fff;
  position: absolute;
  top: 16px;
  right: 27px;
  height: 12px;
  width: 7px;
  -webkit-transition: 0.2s fill ease-in-out;
  transition: 0.2s fill ease-in-out;
}
.hero-illustration {
  -ms-flex-item-align: center;
      align-self: center;
  width: 50%;
  position: relative;
  height: 532px;
}
@media only screen and (max-width: 990px) {
  .hero-illustration {
    width: 178.3px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-illustration {
    display: none;
  }
}
.hero-leftDrawing, .hero-rightDrawing, .hero-guy {
  position: absolute;
}
.hero-leftDrawing {
  width: 178.3px;
  height: 530.8px;
  left: 0;
  top: 0;
}
.hero-rightDrawing {
  width: 214.9px;
  height: 526.6px;
  left: 195px;
  top: 0;
}
@media only screen and (max-width: 990px) {
  .hero-rightDrawing {
    display: none;
  }
}
.hero-guy {
  width: 174px;
  height: 487px;
  right: 0;
  top: 30px;
}
@media only screen and (max-width: 990px) {
  .hero-guy {
    display: none;
  }
}

.category {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.category:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 14, 36, 0.5);
}
.category-container {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 530px;
}
.category-content {
  -ms-flex-item-align: center;
      align-self: center;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .category-content {
    width: 100%;
  }
}
.category-title {
  color: #fff;
  margin-top: 0;
}
.category-caption {
  color: #fff;
}
.category-bottom {
  position: relative;
  z-index: 2;
  background-color: #150E24;
}
.category-bottomContainer {
  padding-top: 40px;
  padding-bottom: 40px;
  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: 1236px) {
  .category-bottomContainer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 990px) {
  .category-bottomContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1236px) {
  .category-bottomMain {
    margin: 12px 0;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .category-bottomMain {
    width: 100%;
    padding-right: 0;
  }
}
.category-bottomCta {
  position: relative;
  padding: 24px 60px 24px 24px;
  font-size: 24px;
  min-width: 300px;
}
@media only screen and (max-width: 1236px) {
  .category-bottomCta {
    font-size: 15px;
    padding: 16px 54px 16px 34px;
    min-width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .category-bottomCta {
    width: 100%;
  }
}
.category-bottomCta:hover .category-bottomCtaIcon {
  fill: #fff;
  -webkit-transition: 0.2s fill ease-in-out;
  transition: 0.2s fill ease-in-out;
}
.category-bottomCtaIcon {
  position: absolute;
  top: 26px;
  right: 28px;
  height: 20px;
  width: 12px;
}
@media only screen and (max-width: 1236px) {
  .category-bottomCtaIcon {
    top: 16px;
    right: 27px;
    height: 12px;
    width: 7px;
  }
}
.category-bottomRight {
  width: 80%;
}
@media only screen and (max-width: 1236px) {
  .category-bottomRight {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .category-bottomRight {
    width: 100%;
  }
}
.category-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin-left: 0;
  margin: 12px -20px;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 1236px) {
  .category-menu {
    margin-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.category-menuItem {
  padding: 0 20px;
}
@media only screen and (max-width: 550px) {
  .category-menuItem {
    width: 100%;
    padding: 20px 0;
  }
}
.category-menuButton {
  padding: 14px 54px 14px 34px;
  position: relative;
}
@media only screen and (max-width: 550px) {
  .category-menuButton {
    width: 100%;
  }
}
.category-menuButton:hover .category-menuButtonIcon {
  fill: #fff;
  -webkit-transition: 0.2s fill ease-in-out;
  transition: 0.2s fill ease-in-out;
}
.category-menuButtonIcon {
  fill: #150E24;
  position: absolute;
  top: 16px;
  right: 27px;
  height: 12px;
  width: 7px;
  -webkit-transition: 0.2s fill ease-in-out;
  transition: 0.2s fill ease-in-out;
}
.category:nth-child(2n):after {
  background-color: rgba(255, 255, 255, 0.7);
}
.category:nth-child(2n) .category-title {
  color: #150E24;
}
.category:nth-child(2n) .category-caption {
  color: #150E24;
}
.category:nth-child(2n) .category-bottom {
  background-color: #fff;
}
.category:nth-child(2n) .category-menuButton {
  padding: 14px 54px 14px 34px;
  position: relative;
}
.category:nth-child(2n) .category-menuButton:hover .category-menuButtonIcon {
  fill: #150E24;
  -webkit-transition: 0.2s fill ease-in-out;
  transition: 0.2s fill ease-in-out;
}
.category:nth-child(2n) .category-menuButtonIcon {
  fill: #fff;
}

.about-container {
  position: relative;
}
.about-intro {
  background-color: #F5F5F5;
  padding: 60px 0;
}
@media only screen and (max-width: 990px) {
  .about-intro {
    padding: 48px 0;
  }
}
.about-title {
  color: #CB1E35;
}
.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-contentPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px -12px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-column {
  width: 33.33333%;
  padding: 0 12px;
}
@media only screen and (max-width: 1024px) {
  .about-column {
    width: 50%;
  }
  .about-column:first-child {
    width: 100%;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .about-column {
    width: 100%;
  }
  .about-column:nth-child(2) {
    margin-bottom: 48px;
  }
}
.about-columnPage {
  width: 50%;
  padding: 0 12px;
}
.about-columnPage .about-blockCaption {
  padding-left: 36px;
}
@media only screen and (max-width: 768px) {
  .about-columnPage {
    width: 100%;
  }
  .about-columnPage:nth-child(2) {
    margin-top: 48px;
  }
}
.about-caption p {
  margin: 0;
}
.about-caption p:last-child {
  margin-top: 5px;
}
.about-block {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(21, 14, 36, 0.2);
          box-shadow: 0 0 4px 0 rgba(21, 14, 36, 0.2);
  height: 152px;
  text-decoration: none;
  padding-top: 24px;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .about-block {
    height: auto;
  }
}
.about-titleHolder {
  padding-right: 24px;
  margin-top: -48px;
}
.about-titleInner {
  position: relative;
  height: 78.55px;
  background-color: #150E24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.about-blockTitle {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2.65px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 24px;
  margin: 0;
}
.about-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  height: 45px;
}
.about-iconSvg {
  width: 45px;
  fill: #fff;
}
.about-blockCaption {
  color: #150E24;
  font-size: 16px;
  letter-spacing: 1.77px;
  line-height: 19px;
  text-align: right;
  padding: 24px 24px 24px 48px;
}
@media only screen and (max-width: 550px) {
  .about-blockCaption {
    padding: 24px;
  }
}
.about-more {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 24px;
}
@media only screen and (max-width: 550px) {
  .about-more {
    position: static;
    padding: 48px 0 0;
  }
}
.about-moreCta {
  text-transform: uppercase;
  font-weight: 700;
  color: #EAEAEA;
  border-color: #EAEAEA;
}
.about-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-sectionContent {
  width: 60%;
}
@media only screen and (max-width: 990px) {
  .about-sectionContent {
    width: 100%;
  }
}
.about-sectionPhotoContainer {
  padding: 10px 0 0 48px;
  width: 40%;
}
@media only screen and (max-width: 990px) {
  .about-sectionPhotoContainer {
    display: none;
  }
}
.about-sectionPhoto {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 4px 0 rgba(21, 14, 36, 0.2);
          box-shadow: 0 0 4px 0 rgba(21, 14, 36, 0.2);
  background-position: center;
  background-size: cover;
}
.about-block--height {
  height: 90%;
}
.about-titleInner--yellow {
  background-color: #CB1E35;
}

.page {
  background-color: #F5F5F5;
  padding-top: 48px;
  padding-bottom: 40px;
}
.page-title {
  margin-top: 0;
}
.page-title strong {
  font-weight: 600;
  color: #CB1E35;
}
.page-content {
  margin-bottom: 24px;
}
.page-sidebar {
  margin-top: 50px;
  margin-right: 40px;
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .page-sidebar {
    margin-top: 0;
    margin-right: 0;
    width: auto;
  }
}
.page-contentSide {
  width: 100%;
}
.page-title--mar0 {
  margin-top: 0;
}
.page-container--sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products {
  background-color: #F5F5F5;
}
.products-title {
  margin-top: 60px;
}
.products-description {
  margin: 20px 0 40px 0;
  color: #817f7f;
  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-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  overflow: hidden;
}
.products-catLink:hover {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.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 10px 15px 10px;
  }
}
.products-filterInner {
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  max-width: 274px;
  overflow: hidden;
}
@media only screen and (max-width: 990px) {
  .products-filterInner {
    max-width: 100%;
  }
}
.products-filterWidget {
  border-bottom: 1px solid #E5E5E5;
}
.products-filterWidget:last-child {
  border-bottom: 0;
}
.products-filterHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 18px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.products-filterHeader:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.products-filterHeader .material-symbols-outlined {
  font-size: 20px;
  color: #999;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.products-filterHeader.active .material-symbols-outlined {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.products-filterTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #150E24;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.products-filterBody {
  display: none;
  padding: 0 18px 18px;
}
.products-filterBody.active {
  display: block;
}
.products-filterList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-filterLi {
  display: block;
  padding: 0;
}
.products-filterLink {
  position: relative;
  display: block;
  padding: 8px 0;
  color: #777777;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.products-filterLink:hover {
  color: #150E24;
}
.products-filterLink--active {
  color: #CB1E35;
  font-weight: 600;
}
.products-filterLink .material-symbols-outlined {
  position: relative;
  top: 5px;
  margin-right: 4px;
  font-size: 18px;
  color: #999;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.products-filterLink:hover .material-symbols-outlined {
  color: #CB1E35;
}
.products-filterPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.products-filterPriceInput {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  outline: none;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.products-filterPriceInput:focus {
  border-color: #150E24;
}
.products-filterPriceInput::-webkit-input-placeholder {
  color: #999;
}
.products-filterPriceInput::-moz-placeholder {
  color: #999;
}
.products-filterPriceInput:-ms-input-placeholder {
  color: #999;
}
.products-filterPriceInput::-ms-input-placeholder {
  color: #999;
}
.products-filterPriceInput::placeholder {
  color: #999;
}
.products-filterPriceSeparator {
  color: #999;
  font-size: 14px;
}
.products-filterBtn {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #150E24;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.products-filterBtn:hover {
  background-color: #CB1E35;
}
.products-filterCheckbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
  cursor: pointer;
  font-size: 14px;
  color: #777777;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.products-filterCheckbox:hover {
  color: #150E24;
}
.products-filterCheckbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  cursor: pointer;
  accent-color: #CB1E35;
}
.products-filterTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.products-filterTag {
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
  color: #777777;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.products-filterTag:hover {
  color: #fff;
  background-color: #150E24;
}
.products-filterTag--active {
  color: #fff;
  background-color: #CB1E35;
}
.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;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
}
.products-itemLink:hover {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.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 #EAEAEA;
}
.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: #CB1E35;
}
.products-quantityMinus {
  background-color: #EAEAEA;
}
.products-quantityField {
  width: 70px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 12px 10px;
  border: 3px solid #150E24;
}
.products-quantityField::-webkit-inner-spin-button, .products-quantityField::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.products-addToCart {
  margin-left: 40px;
  border-color: #CB1E35;
  color: #CB1E35;
}
.products-addToCart:hover {
  border-color: #150E24;
  color: #150E24;
}
.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: #EAEAEA;
  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: #CB1E35;
  font-size: 32px;
  letter-spacing: 5px;
  font-weight: 800;
  text-transform: uppercase;
}
.products-itemOlPrice {
  color: #EAEAEA;
}
.products-single {
  background-color: #F5F5F5;
}
.products-singleContainer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.products-singleItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -10px;
}
.products-singleImages {
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .products-singleImages {
    width: 100%;
  }
}
.products-singleImageLink {
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  margin-bottom: 20px;
}
.products-singleGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px;
}
.products-singleGalleryItem {
  width: 33.3333%;
  padding: 20px;
}
.products-singleImageThumb {
  width: 100%;
}
.products-singleSummary {
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .products-singleSummary {
    width: 100%;
  }
}
.products-singleGalleryImage {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.products-singleSummary {
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .products-singleSummary {
    width: 100%;
  }
}
.products-singleSummaryInner {
  height: 100%;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products-singleSummaryInner p:first-child {
  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: #EAEAEA;
  border: 1px solid #EAEAEA;
  text-decoration: none;
}
.products-variantLink:hover {
  border-color: #CB1E35;
}
.products-optionsTitle {
  margin-top: 0;
  color: #CB1E35;
  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: #CB1E35;
}
.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 #CB1E35;
}
.products-optionsHelper:after {
  width: 11px;
  height: 11px;
  background: #CB1E35;
  top: 6px;
  left: 7px;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.products-price {
  margin-top: 20px;
}
.products-priceAmount {
  color: #CB1E35;
  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: #CB1E35;
}
.products-addCartMinus {
  background-color: #EAEAEA;
}
.products-addCartQuantity {
  width: 100px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 12px 10px;
  height: 52px;
  border: 3px solid #150E24;
  outline: 0;
}
.products-addCartQuantity::-webkit-inner-spin-button, .products-addCartQuantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.products-addCartQuantity:focus {
  border-color: #CB1E35;
}
@media only screen and (max-width: 550px) {
  .products-addCartQuantity {
    width: 150px;
  }
}
.products-addCartSubmit {
  margin-left: 40px;
  border-color: #CB1E35;
  color: #CB1E35;
  width: 300px;
}
.products-addCartSubmit:hover {
  border-color: #150E24;
  color: #150E24;
}
@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-descriptionTitle {
  margin-bottom: 0;
}
@media only screen and (max-width: 550px) {
  .products-descriptionTitle {
    text-align: center;
  }
}
.products-specificationTitle {
  margin: 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: #CB1E35;
}
.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: #F5F5F5;
}
.products-label--new {
  background-color: #CB1E35;
}
.products-label--special {
  background-color: #EAEAEA;
}
.products-items--part {
  width: 75%;
}
@media only screen and (max-width: 990px) {
  .products-items--part {
    width: 100%;
  }
}
.products-variantLink--selected {
  color: #CB1E35;
  border-color: #CB1E35;
}

.profile {
  background-color: #F5F5F5;
}
.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 {
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  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;
}
.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 {
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  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;
}
.profile-informationColumn {
  padding: 0 20px;
}
.profile-informationLabel {
  font-size: 14px;
  color: #817f7f;
}
.profile-informationLink {
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
}
.profile-informationLink:first-child {
  margin-left: 0;
}
.profile-informationLink:hover {
  color: #817f7f;
}
.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: #817f7f;
  font-weight: 600;
}

.cart-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  color: #150E24;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
@media only screen and (max-width: 550px) {
  .cart-head {
    display: none;
  }
}
.cart-th {
  padding: 0 10px;
}
.cart-th small {
  color: #EAEAEA;
  display: block;
  text-transform: none;
}
.cart-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EAEAEA;
}
@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: #EAEAEA;
}
.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: #CB1E35;
}
.cart-quantityMinus {
  background-color: #EAEAEA;
}
.cart-quantityField {
  width: 70px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 12px 10px;
  border: 3px solid #150E24;
}
.cart-quantityField::-webkit-inner-spin-button, .cart-quantityField::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-mobileLabel {
  display: none;
  color: #150E24;
}
@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: #150E24;
  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: #CB1E35;
  border-color: #CB1E35;
  color: #fff;
}
.cart-bottomLink:hover {
  color: #fff;
  background-color: #150E24;
  border-color: #150E24;
}
@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: #EAEAEA;
  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: #EAEAEA;
  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: #EAEAEA;
  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 #EAEAEA;
}
.cart-trFoot--total small {
  color: #EAEAEA;
  display: block;
  text-transform: none;
  font-size: 12px;
}
.cart-trFoot--total .cart-td--totalAmount {
  color: #CB1E35;
  -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: #CB1E35;
}
.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 #CB1E35;
}
.checkout-radioHelper:after {
  width: 11px;
  height: 11px;
  background: #CB1E35;
  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: #CB1E35;
}
.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 #CB1E35;
  color: #CB1E35;
  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 #150E24;
  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: #EAEAEA;
}
.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: #150E24;
}
.checkout-cartPrice small {
  font-size: 12px;
}
.checkout-cartQuantity {
  width: 25%;
  padding: 10px;
  text-align: right;
}
.checkout-cartQuantityPrice {
  font-weight: 700;
}
.checkout-cartFoots {
  background-color: #F5F5F5;
  border: 1px solid #150E24;
  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: #EAEAEA;
}
.checkout-cartFoot:last-child {
  font-size: 20px;
  color: #150E24;
}
.checkout-cartFoot:last-child .checkout-cartAmount {
  color: #CB1E35;
  -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: #150E24;
  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: #EAEAEA;
  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: #CB1E35;
}
.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: #CB1E35;
  border-color: #CB1E35;
  color: #fff;
}
.checkout-submit:hover {
  color: #fff;
  background-color: #150E24;
  border-color: #150E24;
}
.checkout-info {
  background-color: #F5F5F5;
  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;
}

.designer-container {
  position: relative;
}
.designer-title {
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  .designer-title {
    margin-top: 24px;
  }
}
.designer-title strong {
  font-weight: 600;
  color: #CB1E35;
}
.designer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}
@media only screen and (max-width: 1024px) {
  .designer-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.designer-column {
  padding: 10px;
}
.designer-column:first-child {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .designer-column:first-child {
    width: 100%;
    padding: 10px 0;
  }
}
.designer-column:last-child {
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .designer-column:last-child {
    width: 100%;
    padding: 10px 0;
  }
}
.designer-step {
  border: 2px solid #CB1E35;
  color: #CB1E35;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  font-size: 0.9rem;
  font-weight: 600;
}
.designer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.designer-prev {
  margin-right: 10px;
}
.designer-next {
  color: #fff;
  background-color: #CB1E35;
  border-color: #CB1E35;
}
.designer-status {
  margin: 40px 0;
}
.designer-statusLabel {
  background-color: #EAEAEA;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.9rem;
  color: #817f7f;
}
.designer-column--w40 {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .designer-column--w40 {
    width: 100%;
  }
}

.form-loading {
  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;
  min-height: 400px;
  padding: 40px;
}
.form-loading-spinner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #CB1E35;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

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

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loading-text {
  font-size: 16px;
  color: #817f7f;
  text-align: center;
}

.canvas-container {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #f8f9fa;
  overflow: hidden;
  display: block;
}
.canvas-container canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.canvas-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #6c757d;
  font-size: 1rem;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  border-radius: 5px;
}

@media only screen and (min-width: 1025px) {
  .designer-column:last-child {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }
  .designer-column:last-child .card {
    height: 100vh;
    margin: 0;
    border-radius: 0;
  }
  .designer-column:last-child .canvas-container {
    height: 100vh;
  }
}
@media only screen and (max-width: 1024px) {
  .designer-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .designer-column:last-child .card {
    height: 70vh;
    position: relative;
  }
  .designer-column:last-child .canvas-container {
    height: 70vh;
  }
}
.config-accordion .accordion_header {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.config-accordion .accordion_header:last-of-type {
  border-bottom: 1px solid #dee2e6;
}
.config-accordion .accordion_header:hover {
  background-color: #e9ecef;
}
.config-accordion .accordion_header.active {
  background-color: #CB1E35;
  color: white;
  border-color: #CB1E35;
}
.config-accordion .accordion_header .step-icon {
  margin-right: 10px;
  font-size: 1.2em;
}
.config-accordion .accordion_content {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #dee2e6;
}
.config-accordion .accordion_content.active {
  display: block;
}
.config-accordion .step-form .form-fieldContainer {
  margin-bottom: 20px;
}
.config-accordion .step-form .step-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #dee2e6;
}
.config-accordion .step-form .step-navigation .btn {
  text-decoration: none;
}
.config-accordion .step-form .step-navigation .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.door-configurator-loading {
  text-align: center;
  padding: 20px;
  color: #666;
}
.door-configurator-tabs {
  width: 100%;
}

.door-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 20px;
}

.door-tab {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px 5px 0 0;
  font-weight: 500;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.door-tab:hover {
  background: #e9e9e9;
}
.door-tab--active {
  background: #ffffff;
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
  color: #007bff;
  font-weight: 600;
}

.door-tab-contents {
  width: 100%;
}

.door-tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 0 5px 5px 5px;
  background: #ffffff;
}
.door-tab-content--active {
  display: block;
}

.door-loading {
  text-align: center;
  padding: 20px;
  color: #666;
  font-style: italic;
}

.door-configuration-wrapper h4 {
  margin: 0 0 20px 0;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.door-config-section {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #f9f9f9;
}
.door-config-section h4 {
  margin: 0 0 15px 0;
  color: #333;
  font-weight: 600;
}
.door-config-section:last-child {
  margin-bottom: 0;
}

.topMenu {
  background-color: #F5F5F5;
  padding: 10px 0;
}
.topMenu-list {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
}
.topMenu-item {
  display: inline-block;
  padding: 0 5px;
}
.follow {
  padding: 80px 0;
  background-color: #EAEAEA;
}
.follow-title {
  margin-top: 0;
}
.follow-title strong {
  display: block;
  font-weight: 600;
  color: #CB1E35;
}
.follow-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: 0 -20px;
}
.follow-item {
  width: 20%;
  padding: 0 25px;
}
@media only screen and (max-width: 1024px) {
  .follow-item {
    width: 50%;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 550px) {
  .follow-item {
    width: 100%;
    text-align: center;
  }
}
.follow-fieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.follow-fieldContainer:hover {
  border-color: #150E24;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.follow-fieldContainer:focus-within {
  border-color: #CB1E35;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.follow-field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 54px;
  width: 100%;
  color: #CB1E35;
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 10px 64px 10px 10px;
}
.follow-field:focus {
  outline: none;
}
.follow-fieldErrorText {
  color: red;
}
.follow-submit {
  margin-left: 12px;
  padding: 18px 22px;
  width: 50px;
  height: 50px;
}
.follow-fieldSubmitIcon {
  height: 12px;
  width: 7.4px;
}
.follow-gdpr {
  margin-top: 25px;
  text-align: left;
}
.follow-gdprCheckbox {
  display: none;
}
.follow-gdprCheckbox:checked ~ .follow-gdprFakeLabel {
  border-color: #CB1E35;
  -webkit-animation: jelly 0.6s ease;
          animation: jelly 0.6s ease;
}
.follow-gdprCheckbox:checked ~ .follow-gdprFakeLabel:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.follow-gdprCheckbox:checked {
  border-color: #CB1E35;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.follow-gdprFakeLabel {
  display: inline-block;
  position: relative;
  top: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  cursor: pointer;
}
.follow-gdprFakeLabel:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  width: 5px;
  height: 11px;
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  border-right: 2px solid #CB1E35;
  border-bottom: 2px solid #CB1E35;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.follow-gdprFakeLabel:hover {
  border-color: #150E24;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.follow-gdprLabel {
  margin-left: 12px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  color: #150E24;
  cursor: pointer;
}
.follow-gdprLink {
  color: #150E24;
  text-decoration: underline;
}
.follow-gdprLink:hover {
  text-decoration: none;
}
.follow-socialsTitle {
  color: #EAEAEA;
  font-size: 18px;
  letter-spacing: 1.99px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  margin-bottom: 40px;
}
.follow-socialsTitle strong {
  display: block;
  font-weight: 600;
}
.follow-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
}
@media only screen and (max-width: 550px) {
  .follow-socials {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0;
  }
}
.follow-socialsLink {
  display: block;
  padding: 12px;
  height: 44px;
  width: 44px;
  margin: 12px;
  background-color: #150E24;
  border-radius: 100%;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.follow-socialsLink:hover {
  background-color: #150E24;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.follow-socialsSvg {
  fill: #fff;
  height: 20px;
  width: 20px;
}
.follow-menu-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.follow-menu-list li.menu-item {
  font-size: 20px;
  line-height: 160%;
  border: 0;
}
.follow-menu-list li.menu-item a {
  color: #150E24;
  text-decoration: none;
}
.follow-menu-list li.menu-item a:hover {
  color: #CB1E35;
}
.follow-item--subscribe, .follow-item--socials {
  width: 30%;
  padding-right: 50px;
}
@media only screen and (max-width: 1024px) {
  .follow-item--subscribe, .follow-item--socials {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .follow-item--subscribe, .follow-item--socials {
    width: 100%;
    padding-right: 20px;
  }
}

.footer {
  background-color: #150E24;
  padding: 24px 0;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.125em;
}
.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;
  }
}

.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;
}
.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 .material-symbols-outlined {
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .notification-icon {
    font-size: 2em;
    padding: 10px 22px;
  }
}
.notification-wrapper--info {
  background-color: #BDE5F8;
  color: #00529B;
}
.notification-wrapper--success {
  background-color: #DFF2BF;
  color: #4F8A10;
}
.notification-wrapper--error {
  background-color: #FFD2D2;
  color: #D8000C;
}
.notification-wrapper--warning {
  background-color: #FEEFB3;
  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: #150E24;
  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;
}

.woo {
  background-color: #F5F5F5;
}
.woo-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.woo-title {
  margin-top: 48px;
  color: #EAEAEA;
}
@media only screen and (max-width: 768px) {
  .woo-title {
    margin-top: 24px;
  }
}
.woo-redTitle {
  color: #CB1E35;
  margin-top: 40px;
}
.woo-sidebar {
  width: 25%;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .woo-sidebar {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .woo-sidebar {
    width: 100%;
  }
}
.woo-sidebarInner {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
}
.woo-contentSide {
  width: 75%;
  padding-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .woo-contentSide {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .woo-contentSide {
    width: 100%;
  }
}
.woo-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 40px -15px;
  padding: 0;
}
.woo-productsItem {
  width: 33.333333%;
  padding: 15px;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .woo-productsItem {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .woo-productsItem {
    width: 100%;
  }
}
.woo-productsItem .woocommerce-LoopProduct-link {
  text-decoration: none;
}
.woo-productsItem:hover .woo-productsInner {
  background-color: #EAEAEA;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.woo-productsContent {
  padding: 20px;
  border-top: 2px solid #EAEAEA;
}
.woo-productsTitle {
  margin: 0;
  text-align: left;
  color: #150E24;
}
.woo-productsTitle strong {
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 160%;
  /* or 22px */
  letter-spacing: 0.065em;
  color: #CB1E35;
}
.woo-productsInner {
  overflow: hidden;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.woo-productsCatsTitle {
  color: #CB1E35;
}
.woo-productsCatsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 12px -20px;
  padding: 0;
}
.woo-productsCatsItem {
  padding: 10px 20px;
  width: 33.333333%;
}
@media only screen and (max-width: 990px) {
  .woo-productsCatsItem {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .woo-productsCatsItem {
    width: 100%;
  }
}
.woo-productsCatsButton {
  padding: 14px 54px 14px 34px;
  width: 100%;
  position: relative;
  border-color: transparent;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
}
.woo-productsCatsButton:hover {
  border-color: transparent;
  color: #150E24;
  background-color: #EAEAEA;
}
.woo-productsCatsButtonIcon {
  fill: #150E24;
  position: absolute;
  top: 16px;
  right: 27px;
  height: 12px;
  width: 7px;
  -webkit-transition: 0.2s fill ease-in-out;
  transition: 0.2s fill ease-in-out;
}
.woo-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -10px;
}
.woo-gallery {
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .woo-gallery {
    width: 100%;
  }
}
.woo-gallery .flex-viewport {
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  margin-bottom: 20px;
}
.woo-summary {
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .woo-summary {
    width: 100%;
  }
}
.woo-summaryInner {
  height: 100%;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woo-summaryInner p:first-child {
  margin-top: 0;
}
.woo-mainInfo {
  width: 100%;
  padding: 10px;
}
.woo-mainInfoInner {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .woo-mainInfoInner ul {
    text-align: left;
  }
}
.woo-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.woo-tab {
  width: 50%;
  padding: 10px;
}
.woo-tab:first-child {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .woo-tab {
    width: 100%;
  }
}
.woo-container--sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wpfFilterButton.wpfButton,
.wpfClearButton.wpfButton {
  width: 100% !important;
  float: none !important;
}

.woocommerce-Input,
#b2bking_registration_roles_dropdown,
.input-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 54px;
  width: 100%;
  border: 2px solid #CB1E35;
  color: #CB1E35;
  font-size: 14px;
  letter-spacing: 1.54px;
  line-height: 16px;
  font-weight: 500;
  padding: 17px 23px;
  border-radius: 0;
}

.woocommerce .add-request-quote-button,
.woocommerce-page .woocommerce .add-request-quote-button,
.woocommerce-page.woocommerce .add-request-quote-button,
.woocommerce-shop.woocommerce .add-request-quote-button {
  margin-bottom: 40px;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce .woocommerce-result-count,
.woocommerce-page.woocommerce .woocommerce-result-count,
.woocommerce-shop.woocommerce .woocommerce-result-count {
  display: none;
}
.woocommerce .woocommerce-loop-product__title,
.woocommerce-page .woocommerce .woocommerce-loop-product__title,
.woocommerce-page.woocommerce .woocommerce-loop-product__title,
.woocommerce-shop.woocommerce .woocommerce-loop-product__title {
  text-transform: none;
  letter-spacing: 3px;
}
.woocommerce .products ul, .woocommerce ul.products,
.woocommerce-page .woocommerce .products ul,
.woocommerce-page .woocommerce ul.products,
.woocommerce-page.woocommerce .products ul,
.woocommerce-page.woocommerce ul.products,
.woocommerce-shop.woocommerce .products ul,
.woocommerce-shop.woocommerce ul.products {
  margin: 40px -15px;
}
.woocommerce ul.products li.product .price,
.woocommerce-page .woocommerce ul.products li.product .price,
.woocommerce-page.woocommerce ul.products li.product .price,
.woocommerce-shop.woocommerce ul.products li.product .price {
  color: #CB1E35;
  font-size: 17px;
}
.woocommerce ul.products li.product .price bdi,
.woocommerce-page .woocommerce ul.products li.product .price bdi,
.woocommerce-page.woocommerce ul.products li.product .price bdi,
.woocommerce-shop.woocommerce ul.products li.product .price bdi {
  font-weight: 700;
}
.woocommerce #payment,
.woocommerce-page .woocommerce #payment,
.woocommerce-page.woocommerce #payment,
.woocommerce-shop.woocommerce #payment {
  background-color: #F5F5F5;
  border-radius: 0;
}
.woocommerce #add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce #add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .woocommerce #add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-page .woocommerce #add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-page .woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-page .woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-page .woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page.woocommerce #add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-page.woocommerce #add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-page.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-page.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-page.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-shop.woocommerce #add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-shop.woocommerce #add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-shop.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-shop.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-shop.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-shop.woocommerce .cart-collaterals .cart_totals tr th {
  border-color: #150E24;
  padding-top: 20px;
  padding-bottom: 20px;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page .woocommerce table.shop_table tbody th,
.woocommerce-page .woocommerce table.shop_table tfoot td,
.woocommerce-page .woocommerce table.shop_table tfoot th,
.woocommerce-page.woocommerce table.shop_table tbody th,
.woocommerce-page.woocommerce table.shop_table tfoot td,
.woocommerce-page.woocommerce table.shop_table tfoot th,
.woocommerce-shop.woocommerce table.shop_table tbody th,
.woocommerce-shop.woocommerce table.shop_table tfoot td,
.woocommerce-shop.woocommerce table.shop_table tfoot th {
  border-color: #150E24;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page .woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-shop.woocommerce table.cart td.actions .coupon .input-text {
  border: 2px solid #CB1E35;
  width: 180px;
}
.woocommerce div.product,
.woocommerce-page .woocommerce div.product,
.woocommerce-page.woocommerce div.product,
.woocommerce-shop.woocommerce div.product {
  margin-top: 0;
}
.woocommerce div.product div.images,
.woocommerce-page .woocommerce div.product div.images,
.woocommerce-page.woocommerce div.product div.images,
.woocommerce-shop.woocommerce div.product div.images {
  float: none;
  width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce-page .woocommerce div.product div.images .flex-control-thumbs,
.woocommerce-page.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce-shop.woocommerce div.product div.images .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px;
}
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-page .woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-page.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-shop.woocommerce div.product div.images .flex-control-thumbs li {
  float: none;
  width: 33.3333%;
  padding: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li img,
.woocommerce-page .woocommerce div.product div.images .flex-control-thumbs li img,
.woocommerce-page.woocommerce div.product div.images .flex-control-thumbs li img,
.woocommerce-shop.woocommerce div.product div.images .flex-control-thumbs li img {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .woocommerce div.product form.cart div.quantity,
  .woocommerce-page .woocommerce div.product form.cart div.quantity,
  .woocommerce-page.woocommerce div.product form.cart div.quantity,
  .woocommerce-shop.woocommerce div.product form.cart div.quantity {
    float: none;
    margin-bottom: 20px;
  }
  .woocommerce div.product form.cart div.quantity .input-text.qty,
  .woocommerce-page .woocommerce div.product form.cart div.quantity .input-text.qty,
  .woocommerce-page.woocommerce div.product form.cart div.quantity .input-text.qty,
  .woocommerce-shop.woocommerce div.product form.cart div.quantity .input-text.qty {
    width: 100%;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-shop.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-shop.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs,
  .woocommerce-page .woocommerce div.product .woocommerce-tabs ul.tabs,
  .woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs,
  .woocommerce-shop.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce-page .woocommerce div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce-shop.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-shop.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    border-bottom: 2px solid !important;
    margin: 5px 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
  .woocommerce-page .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
  .woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
  .woocommerce-shop.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid;
  }
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page .woocommerce div.product p.price,
.woocommerce-page .woocommerce div.product span.price,
.woocommerce-page.woocommerce div.product p.price,
.woocommerce-page.woocommerce div.product span.price,
.woocommerce-shop.woocommerce div.product p.price,
.woocommerce-shop.woocommerce div.product span.price {
  font-size: 30px;
  color: #CB1E35;
  display: block;
  margin: 30px 0;
}
.woocommerce div.product p.price bdi,
.woocommerce div.product span.price bdi,
.woocommerce-page .woocommerce div.product p.price bdi,
.woocommerce-page .woocommerce div.product span.price bdi,
.woocommerce-page.woocommerce div.product p.price bdi,
.woocommerce-page.woocommerce div.product span.price bdi,
.woocommerce-shop.woocommerce div.product p.price bdi,
.woocommerce-shop.woocommerce div.product span.price bdi {
  font-weight: 700;
}
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce-page .woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce-page.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce-shop.woocommerce div.product .woocommerce-product-details__short-description {
  margin-bottom: 40px;
}
.woocommerce div.product h2:first-child,
.woocommerce-page .woocommerce div.product h2:first-child,
.woocommerce-page.woocommerce div.product h2:first-child,
.woocommerce-shop.woocommerce div.product h2:first-child {
  margin-top: 0;
}
.woocommerce div.product .related,
.woocommerce-page .woocommerce div.product .related,
.woocommerce-page.woocommerce div.product .related,
.woocommerce-shop.woocommerce div.product .related {
  padding: 0 10px;
}
.woocommerce div.product .related .woo-redTitle,
.woocommerce-page .woocommerce div.product .related .woo-redTitle,
.woocommerce-page.woocommerce div.product .related .woo-redTitle,
.woocommerce-shop.woocommerce div.product .related .woo-redTitle {
  color: #CB1E35;
  margin-top: 40px;
}
.woocommerce div.product .woocommerce-loop-product__title,
.woocommerce-page .woocommerce div.product .woocommerce-loop-product__title,
.woocommerce-page.woocommerce div.product .woocommerce-loop-product__title,
.woocommerce-shop.woocommerce div.product .woocommerce-loop-product__title {
  text-transform: none;
  letter-spacing: 3px;
}
.woocommerce div.product ul.products li.product .price,
.woocommerce-page .woocommerce div.product ul.products li.product .price,
.woocommerce-page.woocommerce div.product ul.products li.product .price,
.woocommerce-shop.woocommerce div.product ul.products li.product .price {
  color: #CB1E35;
  font-size: 17px;
}
.woocommerce div.product ul.products li.product .price bdi,
.woocommerce-page .woocommerce div.product ul.products li.product .price bdi,
.woocommerce-page.woocommerce div.product ul.products li.product .price bdi,
.woocommerce-shop.woocommerce div.product ul.products li.product .price bdi {
  font-weight: 700;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce-page .woocommerce table.shop_table,
.woocommerce-page .woocommerce table.shop_table td,
.woocommerce-page.woocommerce table.shop_table,
.woocommerce-page.woocommerce table.shop_table td,
.woocommerce-shop.woocommerce table.shop_table,
.woocommerce-shop.woocommerce table.shop_table td {
  border-radius: 0;
  border-color: #150E24;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce-page .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce-page .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce-shop.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce-shop.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-shop.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 2px solid #CB1E35;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page .woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-shop.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  border: 2px solid #150E24;
  border-bottom: 0;
  color: #150E24;
  font-size: 14px;
  letter-spacing: 1.54px;
  line-height: 16px;
  font-weight: 500;
  background-color: #fff;
  padding: 17px 64px 17px 23px;
  margin: 0;
  margin-bottom: -2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-shop.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: #CB1E35;
  color: #CB1E35;
}
.woocommerce .sku,
.woocommerce-page .woocommerce .sku,
.woocommerce-page.woocommerce .sku,
.woocommerce-shop.woocommerce .sku {
  font-weight: 700;
}
.woocommerce .sku_wrapper,
.woocommerce .posted_in,
.woocommerce-page .woocommerce .sku_wrapper,
.woocommerce-page .woocommerce .posted_in,
.woocommerce-page.woocommerce .sku_wrapper,
.woocommerce-page.woocommerce .posted_in,
.woocommerce-shop.woocommerce .sku_wrapper,
.woocommerce-shop.woocommerce .posted_in {
  display: block;
  margin-bottom: 15px;
}
.woocommerce .variations select,
.woocommerce .input-text,
.woocommerce-page .woocommerce .variations select,
.woocommerce-page .woocommerce .input-text,
.woocommerce-page.woocommerce .variations select,
.woocommerce-page.woocommerce .input-text,
.woocommerce-shop.woocommerce .variations select,
.woocommerce-shop.woocommerce .input-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 54px;
  width: 100%;
  border: 2px solid #150E24;
  color: #150E24;
  font-size: 14px;
  letter-spacing: 1.54px;
  line-height: 16px;
  font-weight: 500;
  padding: 17px 64px 17px 23px;
}
.woocommerce .input-text.qty,
.woocommerce-page .woocommerce .input-text.qty,
.woocommerce-page.woocommerce .input-text.qty,
.woocommerce-shop.woocommerce .input-text.qty {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .select2,
.woocommerce-page .woocommerce .select2,
.woocommerce-page.woocommerce .select2,
.woocommerce-shop.woocommerce .select2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 54px;
  width: 100%;
}
.woocommerce .select2 .selection .select2-selection,
.woocommerce-page .woocommerce .select2 .selection .select2-selection,
.woocommerce-page.woocommerce .select2 .selection .select2-selection,
.woocommerce-shop.woocommerce .select2 .selection .select2-selection {
  border: 2px solid #CB1E35;
  color: #CB1E35;
  font-size: 14px;
  letter-spacing: 1.54px;
  line-height: 16px;
  font-weight: 500;
  padding: 11px 64px 17px 23px;
  border-radius: 0;
  min-height: 54px;
}
.woocommerce .select2 .selection .select2-selection .select2-selection__arrow,
.woocommerce-page .woocommerce .select2 .selection .select2-selection .select2-selection__arrow,
.woocommerce-page.woocommerce .select2 .selection .select2-selection .select2-selection__arrow,
.woocommerce-shop.woocommerce .select2 .selection .select2-selection .select2-selection__arrow {
  top: 12px;
}
.woocommerce .select2 .selection .select2-selection .select2-selection__arrow b,
.woocommerce-page .woocommerce .select2 .selection .select2-selection .select2-selection__arrow b,
.woocommerce-page.woocommerce .select2 .selection .select2-selection .select2-selection__arrow b,
.woocommerce-shop.woocommerce .select2 .selection .select2-selection .select2-selection__arrow b {
  border-width: 7px 6px 0 6px;
  margin-left: -27px;
}
.woocommerce fieldset,
.woocommerce-page .woocommerce fieldset,
.woocommerce-page.woocommerce fieldset,
.woocommerce-shop.woocommerce fieldset {
  padding: 20px;
}
.woocommerce fieldset legend,
.woocommerce-page .woocommerce fieldset legend,
.woocommerce-page.woocommerce fieldset legend,
.woocommerce-shop.woocommerce fieldset legend {
  padding: 0 20px;
}
.woocommerce .user-avatar,
.woocommerce-page .woocommerce .user-avatar,
.woocommerce-page.woocommerce .user-avatar,
.woocommerce-shop.woocommerce .user-avatar {
  display: none;
}
.woocommerce #my-account-menu.layout-simple .myaccount-menu > li,
.woocommerce-page .woocommerce #my-account-menu.layout-simple .myaccount-menu > li,
.woocommerce-page.woocommerce #my-account-menu.layout-simple .myaccount-menu > li,
.woocommerce-shop.woocommerce #my-account-menu.layout-simple .myaccount-menu > li {
  padding-left: 15px;
}
.woocommerce #my-account-menu.position-vertical-left,
.woocommerce-page .woocommerce #my-account-menu.position-vertical-left,
.woocommerce-page.woocommerce #my-account-menu.position-vertical-left,
.woocommerce-shop.woocommerce #my-account-menu.position-vertical-left {
  margin-right: 0;
}
.woocommerce #my-account-menu .myaccount-menu, .woocommerce #my-account-menu-tab .myaccount-menu,
.woocommerce-page .woocommerce #my-account-menu .myaccount-menu,
.woocommerce-page .woocommerce #my-account-menu-tab .myaccount-menu,
.woocommerce-page.woocommerce #my-account-menu .myaccount-menu,
.woocommerce-page.woocommerce #my-account-menu-tab .myaccount-menu,
.woocommerce-shop.woocommerce #my-account-menu .myaccount-menu,
.woocommerce-shop.woocommerce #my-account-menu-tab .myaccount-menu {
  -webkit-box-shadow: 0 0 4px 0 rgba(21, 14, 36, 0.2);
          box-shadow: 0 0 4px 0 rgba(21, 14, 36, 0.2);
}
.woocommerce #my-account-menu ~ .woocommerce-MyAccount-content,
.woocommerce-page .woocommerce #my-account-menu ~ .woocommerce-MyAccount-content,
.woocommerce-page.woocommerce #my-account-menu ~ .woocommerce-MyAccount-content,
.woocommerce-shop.woocommerce #my-account-menu ~ .woocommerce-MyAccount-content {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(21, 14, 36, 0.2);
          box-shadow: 0 0 4px 0 rgba(21, 14, 36, 0.2);
  padding: 20px;
  width: 70%;
  min-height: 300px;
}
.woocommerce #my-account-menu.layout-simple .myaccount-menu:before,
.woocommerce #my-account-menu.layout-simple .myaccount-menu:after,
.woocommerce-page .woocommerce #my-account-menu.layout-simple .myaccount-menu:before,
.woocommerce-page .woocommerce #my-account-menu.layout-simple .myaccount-menu:after,
.woocommerce-page.woocommerce #my-account-menu.layout-simple .myaccount-menu:before,
.woocommerce-page.woocommerce #my-account-menu.layout-simple .myaccount-menu:after,
.woocommerce-shop.woocommerce #my-account-menu.layout-simple .myaccount-menu:before,
.woocommerce-shop.woocommerce #my-account-menu.layout-simple .myaccount-menu:after {
  display: none;
}
.woocommerce form.woocommerce-form,
.woocommerce-page .woocommerce form.woocommerce-form,
.woocommerce-page.woocommerce form.woocommerce-form,
.woocommerce-shop.woocommerce form.woocommerce-form {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(21, 14, 36, 0.2);
          box-shadow: 0 0 4px 0 rgba(21, 14, 36, 0.2);
  border-radius: 0;
  border: 0;
}

.woocommerce-account .page-title {
  margin-top: 0;
}
.woocommerce-account .page {
  background-color: #F5F5F5;
  padding: 48px 0;
}

.productCats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  width: 100%;
}
.productCats-block {
  clear: both;
}
.productCats-item {
  list-style: none;
  width: 20%;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .productCats-item {
    width: 50%;
  }
}
.productCats-title {
  text-transform: none;
  font-size: 1.2em;
  letter-spacing: 4px;
  color: #CB1E35;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.productCats-link {
  display: block;
  text-decoration: none;
}
.productCats-link:hover .productCats-title {
  color: #150E24;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

html body .pwf-sticky-filter,
html body .pwf-off-canvas-header,
html body .pwf-canvas-footer {
  line-height: 70px;
  background-color: #F5F5F5;
}
html body .pwf-canvas-footer .pwf-field-item-button .pwf-filter-button {
  background-color: #CB1E35;
  font-weight: 600;
}
html body .pwf-sticky-filter .pwf-sticky-filter-button.c-button {
  background-color: #150E24;
  color: #fff;
}
html body .pwf-sticky-filter-count {
  color: #150E24;
  top: 9px;
  position: absolute;
  background-color: #CB1E35;
  height: 20px;
  width: 20px;
  display: block;
  line-height: 20px;
  right: auto;
  left: 0;
  padding-left: 0;
  margin-left: 9px;
}
html body #tab-title-pwb_tab {
  display: none;
}

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