@charset "UTF-8";
/*!
Theme Name:   Storefront
Theme URI:    https://woocommerce.com/products/storefront/
Author:       Automattic
Author URI:   https://woocommerce.com/
Description:  Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Version:      4.6.1
Tested up to: 6.7
Requires PHP: 5.6.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  storefront
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Storefront is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

All sizing (typography, layout, padding/margins, etc) are inspired by a modular scale that uses 1em as a base size with a 1.618 ratio.
You can read more about the calculator we use in our Sass here: https://github.com/modularscale/modularscale-sass

FontAwesome License: SIL Open Font License - http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
Images License: GNU General Public License v2 or later
*/
/*
======
Note: Do not edit this file. If you wish to add your own CSS, go to Customizer > Additional CSS.
======
*/
/*================================================================
import
================================================================*/
/*base*/
/*! 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

body, button, input, textarea {
  color: #43454b;
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

select {
  color: initial;
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  max-width: 100%;
}

summary {
  display: list-item;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 300;
  margin: 0 0 0.5407911001em;
  color: #131315;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 300;
}

h1, .alpha {
  font-size: 2.617924em;
  line-height: 1.214;
  letter-spacing: -1px;
}

h2, .beta {
  font-size: 2em;
  line-height: 1.214;
}

h2 + h3, .beta + h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 0.5407911001em;
}

h3, .gamma {
  font-size: 1.618em;
}

h4, .delta {
  font-size: 1.41575em;
}

.alpha, .beta, .gamma, .delta {
  display: block;
}

p + h2, p + header h2, p + h3, p + h4, ul + h2, ul + header h2, ul + h3, ul + h4, ol + h2, ol + header h2, ol + h3, ol + h4, table + h2, table + header h2, table + h3, table + h4, blockquote + h2, blockquote + header h2, blockquote + h3, blockquote + h4, form + h2, form + header h2, form + h3, form + h4 {
  margin-top: 2.2906835em;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1.41575em;
}

p {
  margin: 0 0 1.41575em;
}

ul, ol {
  margin: 0 0 1.41575em 3em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 0 1.618em;
}

b, strong {
  font-weight: 600;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  padding: 0 1em;
  border-left: 3px solid rgba(0, 0, 0, 0.05);
  font-style: italic;
}

address {
  margin: 0 0 1.41575em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  text-decoration: none;
  font-weight: 600;
  background: rgba(0, 0, 0, 0);
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 3px;
}

a {
  color: #2c2d33;
  text-decoration: none;
}

a:focus, input:focus, textarea:focus, button:focus {
  outline: 2px solid #7f54b3;
}

.storefront-cute * {
  font-family: "Comic Sans MS", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

.site-content, .header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.site-header {
  background-color: #2c2d33;
  padding-top: 1.618em;
  padding-bottom: 1.618em;
  color: #9aa0a7;
  background-position: center center;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.site-header .site-logo-anchor, .site-header .site-logo-link, .site-header .custom-logo-link {
  display: block;
  margin-bottom: 0;
}

.site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img {
  width: 100%;
  max-width: 210px;
}

.site-header .widget {
  margin-bottom: 0;
}

.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
  margin-bottom: 4.235801032em;
}

.no-wc-breadcrumb .site-header {
  margin-bottom: 4.235801032em;
}

.no-wc-breadcrumb.page-template-template-homepage .site-header {
  margin-bottom: 0;
}

.header-widget-region {
  position: relative;
  z-index: 99;
}

.header-widget-region::before, .header-widget-region::after {
  content: "";
  display: table;
}

.header-widget-region::after {
  clear: both;
}

.header-widget-region .widget {
  margin: 0;
  padding: 1em 0;
  font-size: 0.875em;
}

.site-branding {
  float: left;
  margin-bottom: 0;
  width: calc(100% - 120px);
}

.site-branding .site-title {
  font-size: 2em;
  letter-spacing: -1px;
  margin: 0;
}

.site-branding .site-title a {
  font-weight: 700;
}

.site-branding .site-description {
  font-size: 0.875em;
  display: none;
}

.site-branding .logo {
  margin: 0;
}

.site-main {
  margin-bottom: 2.617924em;
}

.site-content {
  outline: none;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 4.235801032em;
}

.page-template-template-homepage .type-page {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
  position: relative;
}

.page-template-template-homepage .type-page .storefront-hero__button-edit {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 0.875em;
}

.page-template-template-homepage .entry-content {
  font-size: 1.1em;
}

.page-template-template-homepage .entry-content p:last-child {
  margin-bottom: 0;
}

.page-template-template-homepage .entry-header h1 {
  font-size: 3.706325903em;
  margin-bottom: 0.2360828548em;
}

.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
  max-width: 41.0994671405em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail {
  background-size: cover;
  background-position: center center;
  padding-top: 6.8535260698em;
  padding-bottom: 6.8535260698em;
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content, .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title {
  opacity: 0;
  transition: all, ease, 0.5s;
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content.loaded, .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title.loaded {
  opacity: 1;
}

.site-footer {
  background-color: #f3f3f3;
  color: #3b3c3f;
  padding: 1.618em 0 3.706325903em;
}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
  color: #333437;
}

.site-footer a {
  color: #2c2d33;
  text-decoration: underline;
}

.site-footer a:hover {
  text-decoration: none;
}

.site-footer a.button, .site-footer a.components-button:not(.is-link), .site-footer a.wp-block-button__link {
  text-decoration: none;
}

.site-info {
  padding: 2.617924em 0;
}

.site-info span[role=separator] {
  padding: 0 0.2360828548em 0 0.3342343017em;
}

.site-info span[role=separator]::before {
  content: "|";
}

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

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: 700;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  outline: none;
}

.screen-reader-text.skip-link:focus {
  clip-path: none;
}

.clear::before, .clear::after, .entry-content::before, .entry-content::after, .comment-content::before, .comment-content::after, .site-header::before, .site-header::after, .site-content::before, .site-content::after, .site-footer::before, .site-footer::after {
  content: "";
  display: table;
}

.clear::after, .entry-content::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after {
  clear: both;
}

table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 1.41575em;
  border-collapse: separate;
}

table caption {
  padding: 1em 0;
  font-weight: 600;
}

table td, table th {
  padding: 1em 1.41575em;
  text-align: left;
  vertical-align: top;
}

table td p:last-child, table th p:last-child {
  margin-bottom: 0;
}

table th {
  font-weight: 600;
}

table thead th {
  padding: 1.41575em;
  vertical-align: middle;
}

table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: 400;
}

table tbody h2 a {
  font-weight: 400;
}

.error404 .site-content .widget_product_search {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025);
}

.error404 .site-content .widget_product_search form {
  margin: 0;
}

.error404.right-sidebar .content-area, .error404.left-sidebar .content-area {
  width: 100%;
}

.error404 .fourohfour-columns-2 {
  padding: 2.617924em 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
  margin-bottom: 2.617924em;
}

.error404 .fourohfour-columns-2::before, .error404 .fourohfour-columns-2::after {
  content: "";
  display: table;
}

.error404 .fourohfour-columns-2::after {
  clear: both;
}

.error404 .fourohfour-columns-2 ul.products li.product, .error404 .fourohfour-columns-2 .widget {
  margin-bottom: 0;
}

.error404 .fourohfour-columns-2 .col-1 ul.products {
  margin-bottom: 2.2906835em;
}

.error404 .fourohfour-columns-2 .col-1 ul.products li.product {
  width: 45.4545454545%;
  float: left;
  margin-right: 9.0909090909%;
}

.error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child {
  margin-right: 0;
}

.error404 .fourohfour-columns-2 .col-2 {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025);
}

#comments {
  padding-top: 2.617924em;
}

#comments .comments-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0.5407911001em;
  margin-bottom: 1.618em;
}

#comments .comment-list {
  list-style: none;
  margin-left: 0;
}

#comments .comment-list .comment-body::before, #comments .comment-list .comment-body::after {
  content: "";
  display: table;
}

#comments .comment-list .comment-body::after {
  clear: both;
}

#comments .comment-list .comment-content {
  padding-bottom: 1.618em;
  margin-bottom: 1.618em;
}

#comments .comment-list .comment-content .comment-text {
  padding: 1.618em;
  border-radius: 3px;
}

#comments .comment-list .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}

#comments .comment-list .comment-meta {
  margin-bottom: 1em;
}

#comments .comment-list .comment-meta .avatar {
  margin-bottom: 1em;
  max-width: 64px;
  height: auto;
}

#comments .comment-list .comment-meta a.comment-date {
  font-size: 0.875em;
}

#comments .comment-list .comment-meta cite {
  font-style: normal;
  clear: both;
  display: block;
}

#comments .comment-list .reply {
  margin-bottom: 1.618em;
  padding-top: 0.6180469716em;
}

#comments .comment-list .reply::before, #comments .comment-list .reply::after {
  content: "";
  display: table;
}

#comments .comment-list .reply::after {
  clear: both;
}

#comments .comment-list .reply a {
  display: inline-block;
  margin-right: 1em;
}

#comments .comment-list .reply a:last-child {
  margin-right: 0;
}

#comments .comment-list .children {
  list-style: none;
}

.comment-content a {
  word-wrap: break-word;
}

#respond {
  clear: both;
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.0125);
  position: relative;
}

#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input {
  width: 100%;
}

#respond .form-submit, #respond form {
  margin-bottom: 0;
}

#respond #cancel-comment-reply-link {
  position: absolute;
  top: 0.5407911001em;
  right: 0.5407911001em;
  display: block;
  height: 1em;
  width: 1em;
  overflow: hidden;
  line-height: 1;
  font-size: 1.41575em;
  text-align: center;
  transition: transform, ease, 0.3s;
}

#respond #cancel-comment-reply-link:hover {
  transform: scale(1.3);
}

.hentry {
  margin: 0 0 4.235801032em;
}

.hentry .wp-post-image {
  margin-bottom: 1.618em;
  margin-left: auto;
  margin-right: auto;
}

.hentry .entry-header {
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.hentry .entry-header .posted-on, .hentry .entry-header .post-author, .hentry .entry-header .post-comments, .hentry .entry-header .byline {
  font-size: 0.875em;
}

.hentry .entry-header .posted-on a, .hentry .entry-header .post-author a, .hentry .entry-header .post-comments a, .hentry .entry-header .byline a {
  font-weight: 600;
  text-decoration: underline;
}

.hentry .entry-header .posted-on a:hover, .hentry .entry-header .post-author a:hover, .hentry .entry-header .post-comments a:hover, .hentry .entry-header .byline a:hover {
  text-decoration: none;
}

.hentry .entry-content a {
  text-decoration: underline;
}

.hentry .entry-content a.button, .hentry .entry-content a.components-button:not(.is-link), .hentry .entry-content a.wp-block-button__link {
  text-decoration: none;
}

.hentry .entry-taxonomy {
  margin: 1.41575em 0 0;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.hentry.type-page .entry-header {
  border-bottom: 0;
  margin-bottom: 0;
}

.cat-links, .tags-links {
  font-size: 0.875em;
}

.cat-links a, .tags-links a {
  color: #727272;
  font-weight: 600;
  text-decoration: underline;
}

.byline, .updated:not(.published) {
  display: none;
}

.single .byline, .group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1em;
}

form {
  margin-bottom: 1.618em;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
}

button, input[type=button], input[type=reset], input[type=submit], .button, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .added_to_cart {
  border: 0;
  border-radius: 0;
  background: none;
  background-color: #43454b;
  border-color: #43454b;
  color: #fff;
  cursor: pointer;
  padding: 0.6180469716em 1.41575em;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
}

button::after, input[type=button]::after, input[type=reset]::after, input[type=submit]::after, .button::after, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link::after, .added_to_cart::after {
  display: none;
}

button.cta, button.alt, input[type=button].cta, input[type=button].alt, input[type=reset].cta, input[type=reset].alt, input[type=submit].cta, input[type=submit].alt, .button.cta, .button.alt, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt, .added_to_cart.cta, .added_to_cart.alt {
  background-color: #2c2d33;
  border-color: #2c2d33;
}

button.cta:hover, button.alt:hover, input[type=button].cta:hover, input[type=button].alt:hover, input[type=reset].cta:hover, input[type=reset].alt:hover, input[type=submit].cta:hover, input[type=submit].alt:hover, .button.cta:hover, .button.alt:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt:hover, .added_to_cart.cta:hover, .added_to_cart.alt:hover {
  background-color: #2c2d33;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .button:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover, .added_to_cart:hover {
  color: #fff;
}

button.loading, input[type=button].loading, input[type=reset].loading, input[type=submit].loading, .button.loading, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading, .added_to_cart.loading {
  opacity: 0.5;
}

button.small, input[type=button].small, input[type=reset].small, input[type=submit].small, .button.small, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.small, .added_to_cart.small {
  padding: 0.5407911001em 0.875em;
  font-size: 0.875em;
}

button.disabled, button:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=submit].disabled, input[type=submit]:disabled, .button.disabled, .button:disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled, .added_to_cart.disabled, .added_to_cart:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

button.disabled:hover, button:disabled:hover, input[type=button].disabled:hover, input[type=button]:disabled:hover, input[type=reset].disabled:hover, input[type=reset]:disabled:hover, input[type=submit].disabled:hover, input[type=submit]:disabled:hover, .button.disabled:hover, .button:disabled:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled:hover, .added_to_cart.disabled:hover, .added_to_cart:disabled:hover {
  opacity: 0.5 !important;
}

.button.woocommerce-MyAccount-downloads-file {
  overflow-wrap: anywhere;
  word-break: break-word;
  -ms-word-break: break-all;
}

.wc-block-components-button:not(.is-link).disabled, .wc-block-components-button:not(.is-link):disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.wc-block-components-button:not(.is-link).disabled:hover, .wc-block-components-button:not(.is-link):disabled:hover {
  opacity: 0.5;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

input[type=checkbox] + label, input[type=radio] + label {
  margin: 0 0 0 0.3819820591em;
}

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

input[type=search] {
  box-sizing: border-box;
}

input[type=search]::placeholder {
  color: #616161;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}

input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, .input-text:focus {
  background-color: #ededed;
}

textarea {
  overflow: auto;
  padding-left: 0.875em;
  vertical-align: top;
  width: 100%;
}

label {
  font-weight: 400;
}

label.inline input {
  width: auto;
}

fieldset {
  padding: 1.618em;
  padding-top: 1em;
  border: 0;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 1.618em;
}

fieldset legend {
  font-weight: 600;
  padding: 0.6180469716em 1em;
  margin-left: -1em;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding: 1em 0;
}

.gallery {
  margin-bottom: 1em;
}

.gallery::before, .gallery::after {
  content: "";
  display: table;
}

.gallery::after {
  clear: both;
}

.gallery .gallery-item {
  float: left;
}

.gallery .gallery-item .gallery-icon a {
  display: block;
}

.gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin: 0 auto;
}

.gallery .gallery-item .gallery-caption {
  margin: 0;
  text-align: center;
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33.3%;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}

.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%;
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}

embed, iframe, object, video {
  max-width: 100%;
}

.secondary-navigation {
  display: none;
}

button.menu-toggle {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0);
  box-shadow: none;
  border-radius: 2px;
  background-image: none;
  padding: 0.6180469716em 0.875em 0.6180469716em 2.617924em;
  font-size: 0.875em;
  max-width: 120px;
}

button.menu-toggle:hover {
  background-image: none;
}

button.menu-toggle span::before {
  transition: all, ease, 0.2s;
}

button.menu-toggle::before, button.menu-toggle::after, button.menu-toggle span::before {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -1px;
  transition: all, ease, 0.2s;
  border-radius: 3px;
}

button.menu-toggle::before {
  transform: translateY(-4px);
}

button.menu-toggle::after {
  transform: translateY(4px);
}

.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
  transform: rotate(45deg);
}

.toggled button.menu-toggle::after {
  transform: rotate(-45deg);
}

.toggled button.menu-toggle span::before {
  opacity: 0;
}

.primary-navigation {
  display: none;
}

.main-navigation::before, .main-navigation::after {
  content: "";
  display: table;
}

.main-navigation::after {
  clear: both;
}

.main-navigation div.menu {
  display: none;
}

.main-navigation div.menu:last-child {
  display: block;
}

.main-navigation .menu {
  clear: both;
}

.handheld-navigation, .nav-menu, .main-navigation div.menu > ul:not(.nav-menu) {
  overflow: hidden;
  max-height: 0;
  transition: all, ease, 0.8s;
}

.handheld-navigation {
  clear: both;
}

.handheld-navigation ul {
  margin: 0;
}

.handheld-navigation ul.menu li {
  position: relative;
}

.handheld-navigation ul.menu li button::after {
  transition: all, ease, 0.9s;
}

.handheld-navigation ul.menu li button.toggled-on::after {
  transform: rotate(180deg);
}

.handheld-navigation ul.menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: all, ease, 0.9s;
}

.handheld-navigation ul.menu .sub-menu.toggled-on {
  visibility: visible;
  max-height: 9999px;
  opacity: 1;
}

.handheld-navigation .dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.main-navigation.toggled .handheld-navigation, .main-navigation.toggled .menu > ul:not(.nav-menu), .main-navigation.toggled ul[aria-expanded=true] {
  max-height: 9999px;
}

.main-navigation ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.main-navigation ul ul {
  display: block;
  margin-left: 1.41575em;
}

.main-navigation ul li a {
  padding: 0.875em 0;
  display: block;
}

.main-navigation ul li a:hover {
  color: #e6e6e6;
}

.site-main nav.navigation {
  clear: both;
  padding: 2.617924em 0;
}

.site-main nav.navigation::before, .site-main nav.navigation::after {
  content: "";
  display: table;
}

.site-main nav.navigation::after {
  clear: both;
}

.site-main nav.navigation .nav-previous a, .site-main nav.navigation .nav-next a {
  display: inline-block;
}

.site-main nav.navigation .nav-previous {
  float: left;
  width: 50%;
}

.site-main nav.navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.pagination, .woocommerce-pagination {
  padding: 1em 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
  text-align: center;
  clear: both;
}

.pagination ul.page-numbers::before, .pagination ul.page-numbers::after, .woocommerce-pagination ul.page-numbers::before, .woocommerce-pagination ul.page-numbers::after {
  content: "";
  display: table;
}

.pagination ul.page-numbers::after, .woocommerce-pagination ul.page-numbers::after {
  clear: both;
}

.pagination .page-numbers, .woocommerce-pagination .page-numbers {
  list-style: none;
  margin: 0;
  vertical-align: middle;
}

.pagination .page-numbers li, .woocommerce-pagination .page-numbers li {
  display: inline-block;
}

.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
  border-left-width: 0;
  display: inline-block;
  padding: 0.3342343017em 0.875em;
  background-color: rgba(0, 0, 0, 0.025);
  color: #43454b;
}

.pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #2c2d33;
  border-color: #2c2d33;
}

.pagination .page-numbers li .page-numbers.dots, .woocommerce-pagination .page-numbers li .page-numbers.dots {
  background-color: rgba(0, 0, 0, 0);
}

.pagination .page-numbers li .page-numbers.prev, .pagination .page-numbers li .page-numbers.next, .woocommerce-pagination .page-numbers li .page-numbers.prev, .woocommerce-pagination .page-numbers li .page-numbers.next {
  padding-left: 1em;
  padding-right: 1em;
}

.pagination .page-numbers li a.page-numbers:hover, .woocommerce-pagination .page-numbers li a.page-numbers:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.rtl .pagination a.next, .rtl .pagination a.prev, .rtl .woocommerce-pagination a.next, .rtl .woocommerce-pagination a.prev {
  transform: rotateY(180deg);
}

.widget {
  margin: 0 0 3.706325903em;
}

.widget select {
  max-width: 100%;
}

.widget .widget-search .search-submit {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.widget .widget-title, .widget .widgettitle {
  font-size: 1.41575em;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 1em;
  margin-bottom: 1em;
  font-weight: 300;
}

.widget ul {
  margin-left: 0;
  list-style: none;
}

.widget ul ul {
  margin-left: 1.618em;
}

.widget-area .widget {
  font-size: 0.875em;
  font-weight: 400;
}

.widget-area .widget h1.widget-title {
  font-size: 1.41575em;
}

.widget-area .widget a {
  font-weight: 600;
  text-decoration: underline;
}

.widget-area .widget a:hover {
  text-decoration: none;
}

.widget-area .widget a.button, .widget-area .widget a.components-button:not(.is-link), .widget-area .widget a.wp-block-button__link {
  text-decoration: none;
}

.widget-area .widget a.button {
  font-weight: 600 !important;
}

.widget_search form:not(.wp-block-search), .widget_product_search form:not(.wp-block-search) {
  position: relative;
}

.widget_search form:not(.wp-block-search) input[type=text], .widget_search form:not(.wp-block-search) input[type=search], .widget_product_search form:not(.wp-block-search) input[type=text], .widget_product_search form:not(.wp-block-search) input[type=search] {
  width: 100%;
}

.widget_search form:not(.wp-block-search) input[type=submit], .widget_search form:not(.wp-block-search) button[type=submit], .widget_product_search form:not(.wp-block-search) input[type=submit], .widget_product_search form:not(.wp-block-search) button[type=submit] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  top: 0;
  left: 0;
}

.widget_recent_entries ul, .widget_pages ul, .widget_categories ul, .widget_archive ul, .widget_recent_comments ul, .widget_nav_menu ul, .widget_links ul, .widget_product_categories ul, .widget_layered_nav ul, .widget_layered_nav_filters ul {
  margin: 0;
}

.widget_recent_entries ul li, .widget_pages ul li, .widget_categories ul li, .widget_archive ul li, .widget_recent_comments ul li, .widget_nav_menu ul li, .widget_links ul li, .widget_product_categories ul li, .widget_layered_nav ul li, .widget_layered_nav_filters ul li {
  list-style: none;
  margin-bottom: 1em;
  line-height: 1.41575em;
}

.widget_recent_entries ul .children, .widget_pages ul .children, .widget_categories ul .children, .widget_archive ul .children, .widget_recent_comments ul .children, .widget_nav_menu ul .children, .widget_links ul .children, .widget_product_categories ul .children, .widget_layered_nav ul .children, .widget_layered_nav_filters ul .children {
  margin-left: 0;
  margin-top: 1em;
}

#wp-calendar th, #wp-calendar td, .wp-calendar-table th, .wp-calendar-table td {
  padding: 0.236em;
  text-align: center;
}

.widget_recent_entries ul ul.children, .widget_pages ul ul.children {
  margin: 0.6180469716em 0 0 1.41575em;
}

.widget_rating_filter .wc-layered-nav-rating {
  margin-bottom: 0.6180469716em;
}

.widget_rating_filter .wc-layered-nav-rating a {
  text-decoration: none !important;
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
  height: 1em;
  line-height: 1;
}

@media (min-width: 768px) {
  table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
    text-align: left;
  }
  .site-header {
    padding-top: 2.617924em;
    padding-bottom: 0;
  }
  .site-header .site-branding {
    display: block;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: both;
  }
  .site-header .site-branding img {
    height: auto;
    max-width: 230px;
    max-height: none;
  }
  .woocommerce-active .site-header .site-branding {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
  }
  .woocommerce-active .site-header .site-search {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
    clear: none;
  }
  .woocommerce-active .site-header .main-navigation {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
    clear: both;
  }
  .woocommerce-active .site-header .site-header-cart {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
  }
  .storefront-secondary-navigation .site-header .site-branding {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
  }
  .storefront-secondary-navigation .site-header .secondary-navigation {
    width: 56.5217391304%;
    float: right;
    margin-right: 0;
  }
  .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
  }
  .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .site-branding .site-description {
    margin-bottom: 0;
    display: block;
  }
  .site-branding, .site-search, .site-header-cart, .site-logo-anchor, .site-logo-link, .custom-logo-link {
    margin-bottom: 1.41575em;
  }
  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em;
  }
  .site-header .subscribe-and-connect-connect .icons {
    list-style: none;
    margin: 0;
  }
  .site-header .subscribe-and-connect-connect .icons a {
    font-size: 1em !important;
  }
  .site-header .subscribe-and-connect-connect .icons li {
    margin: 0 0 0 0.5407911001em !important;
    display: inline-block;
  }
  .col-full {
    max-width: 66.4989378333em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box;
  }
  .col-full::before, .col-full::after {
    content: "";
    display: table;
  }
  .col-full::after {
    clear: both;
  }
  .col-full:after {
    content: " ";
    display: block;
    clear: both;
  }
  .site-content::before, .site-content::after {
    content: "";
    display: table;
  }
  .site-content::after {
    clear: both;
  }
  .content-area {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
  }
  .widget-area {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
  }
  .right-sidebar .content-area {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
  }
  .right-sidebar .widget-area {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
  }
  .left-sidebar .content-area {
    width: 73.9130434783%;
    float: right;
    margin-right: 0;
  }
  .left-sidebar .widget-area {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
  }
  .storefront-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .content-area, .widget-area {
    margin-bottom: 2.617924em;
  }
  .page-template-template-fullwidth-php .content-area, .page-template-template-homepage-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-widgets {
    padding-top: 4.235801032em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .footer-widgets::before, .footer-widgets::after {
    content: "";
    display: table;
  }
  .footer-widgets::after {
    clear: both;
  }
  .footer-widgets.col-2 .block {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .footer-widgets.col-2 .block.footer-widget-2 {
    float: right;
    margin-right: 0;
  }
  .footer-widgets.col-3 .block {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
  }
  .footer-widgets.col-3 .block.footer-widget-3 {
    float: right;
    margin-right: 0;
  }
  .footer-widgets.col-4 .block {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
  }
  .footer-widgets.col-4 .block.footer-widget-4 {
    float: right;
    margin-right: 0;
  }
  .comment-list::before, .comment-list::after {
    content: "";
    display: table;
  }
  .comment-list::after {
    clear: both;
  }
  .comment-list .comment {
    clear: both;
  }
  .comment-list .comment-meta {
    width: 17.6470588235%;
    float: left;
    margin-right: 5.8823529412%;
    text-align: right;
  }
  .comment-list .comment-meta .avatar {
    float: right;
  }
  .comment-list .comment-content {
    padding-bottom: 3.706325903em;
    margin-bottom: 3.706325903em;
  }
  .comment-list .comment-content, .comment-list #respond {
    width: 76.4705882353%;
    float: right;
    margin-right: 0;
  }
  .comment-list #respond {
    float: right;
  }
  .comment-list #respond .comment-form-author, .comment-list #respond .comment-form-email, .comment-list #respond .comment-form-url {
    width: 100%;
    margin-right: 0;
  }
  .comment-list .comment-body #respond {
    box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
    margin-bottom: 2.617924em;
    margin-top: -1.618em;
  }
  .comment-list .reply {
    clear: both;
    text-align: right;
  }
  .comment-list ol.children {
    width: 88.2352941176%;
    float: right;
    margin-right: 0;
    list-style: none;
  }
  .comment-list ol.children .comment-meta {
    width: 20%;
    float: left;
    margin-right: 6.6666666667%;
  }
  .comment-list ol.children .comment-content, .comment-list ol.children #respond {
    width: 73.3333333333%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children {
    width: 86.6666666667%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children .comment-meta {
    width: 23.0769230769%;
    float: left;
    margin-right: 7.6923076923%;
  }
  .comment-list ol.children ol.children .comment-content, .comment-list ol.children ol.children #respond {
    width: 69.2307692308%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children {
    width: 84.6153846154%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children .comment-meta {
    width: 27.2727272727%;
    float: left;
    margin-right: 9.0909090909%;
  }
  .comment-list ol.children ol.children ol.children .comment-content, .comment-list ol.children ol.children ol.children #respond {
    width: 63.6363636364%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children ol.children {
    width: 81.8181818182%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children ol.children .comment-meta {
    width: 33.3333333333%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .comment-list ol.children ol.children ol.children ol.children .comment-content, .comment-list ol.children ol.children ol.children ol.children #respond {
    width: 55.5555555556%;
    float: right;
    margin-right: 0;
  }
  #respond {
    padding: 2.617924em;
  }
  #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.8823529412%;
  }
  #respond .comment-form-url {
    float: right;
    margin-right: 0;
  }
  #respond .comment-form-comment {
    clear: both;
  }
  .hentry .entry-header {
    margin-bottom: 2.617924em;
  }
  .menu-toggle, .handheld-navigation, .main-navigation.toggled .handheld-navigation, .main-navigation.toggled div.menu {
    display: none;
  }
  .primary-navigation {
    display: block;
  }
  .main-navigation, .secondary-navigation {
    clear: both;
    display: block;
    width: 100%;
  }
  .main-navigation ul, .secondary-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;
  }
  .main-navigation ul li, .secondary-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  .main-navigation ul li a, .secondary-navigation ul li a {
    display: block;
  }
  .main-navigation ul li a::before, .secondary-navigation ul li a::before {
    display: none;
  }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul, .secondary-navigation ul li:hover > ul, .secondary-navigation ul li.focus > ul {
    left: 0;
    display: block;
  }
  .main-navigation ul li:hover > ul li > ul, .main-navigation ul li.focus > ul li > ul, .secondary-navigation ul li:hover > ul li > ul, .secondary-navigation ul li.focus > ul li > ul {
    left: -9999px;
  }
  .main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device, .secondary-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .secondary-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul li:hover > ul li:hover > ul, .main-navigation ul li:hover > ul li.focus > ul, .main-navigation ul li.focus > ul li:hover > ul, .main-navigation ul li.focus > ul li.focus > ul, .secondary-navigation ul li:hover > ul li:hover > ul, .secondary-navigation ul li:hover > ul li.focus > ul, .secondary-navigation ul li.focus > ul li:hover > ul, .secondary-navigation ul li.focus > ul li.focus > ul {
    left: 100%;
    top: 0;
    display: block;
  }
  .main-navigation ul ul, .secondary-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: -9999px;
  }
  .main-navigation ul ul.sub-menu--is-touch-device, .secondary-navigation ul ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul ul li, .secondary-navigation ul ul li {
    display: block;
  }
  .main-navigation ul ul li a, .secondary-navigation ul ul li a {
    width: 200px;
  }
  ul.menu li.current-menu-item > a {
    color: #43454b;
  }
  .storefront-primary-navigation {
    clear: both;
  }
  .storefront-primary-navigation::before, .storefront-primary-navigation::after {
    content: "";
    display: table;
  }
  .storefront-primary-navigation::after {
    clear: both;
  }
  .main-navigation div.menu {
    display: block;
  }
  .main-navigation ul.menu, .main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    margin-left: -1em;
    transition: none;
  }
  .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding: 1.618em 1em;
  }
  .main-navigation ul.menu > li.menu-item-has-children:hover::after, .main-navigation ul.menu > li.page_item_has_children:hover::after, .main-navigation ul.nav-menu > li.menu-item-has-children:hover::after, .main-navigation ul.nav-menu > li.page_item_has_children:hover::after {
    display: block;
  }
  .main-navigation ul.menu ul, .main-navigation ul.nav-menu ul {
    margin-left: 0;
  }
  .main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
    padding: 0.875em 1.41575em;
    font-weight: 400;
    font-size: 0.875em;
  }
  .main-navigation ul.menu ul li:last-child, .main-navigation ul.nav-menu ul li:last-child {
    border-bottom: 0;
  }
  .main-navigation ul.menu ul ul, .main-navigation ul.nav-menu ul ul {
    margin-left: 0;
    box-shadow: none;
  }
  .main-navigation ul.menu ul a:hover, .main-navigation ul.menu ul li:hover > a, .main-navigation ul.menu ul li.focus, .main-navigation ul.nav-menu ul a:hover, .main-navigation ul.nav-menu ul li:hover > a, .main-navigation ul.nav-menu ul li.focus {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .main-navigation a {
    padding: 0 1em 2.2906835em;
  }
  .secondary-navigation {
    margin: 0 0 1.618em;
    width: auto;
    clear: none;
    line-height: 1;
  }
  .secondary-navigation .menu {
    font-size: 0.875em;
    width: auto;
    float: right;
  }
  .secondary-navigation .menu > li:hover > a {
    text-decoration: none;
  }
  .secondary-navigation .menu ul a {
    padding: 0.326em 0.875em;
    background: rgba(0, 0, 0, 0.05);
  }
  .secondary-navigation .menu ul li:first-child a {
    padding-top: 1em;
  }
  .secondary-navigation .menu ul li:last-child a {
    padding-bottom: 1em;
  }
  .secondary-navigation .menu ul ul {
    margin-top: -0.6180469716em;
  }
  .secondary-navigation .menu a {
    padding: 1em 0.875em;
    color: #737781;
    font-weight: 400;
  }
  .secondary-navigation .menu a:hover {
    text-decoration: none;
  }
  .error404 .fourohfour-columns-2 .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 0;
  }
  .error404 .fourohfour-columns-2 .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 66.4989378333em) {
  .col-full {
    margin-left: 2.617924em;
    margin-right: 2.617924em;
    padding: 0;
  }
}
@media (max-width: 568px) {
  .col-full {
    margin-left: 1.41575em;
    margin-right: 1.41575em;
    padding: 0;
  }
}
/*================================================================
Colors
================================================================*/
/*Grey*/
/*Base colors*/
/*================================================================
Filters
================================================================*/
/*https://codepen.io/sosuke/pen/Pjoqqp*/
/*================================================================
Fonts
================================================================*/
/*Font family*/
/*Font size*/
/*Line height*/
/*Font weight*/
/*Font heading*/
/*================================================================
Shadows
================================================================*/
/*================================================================
Transitions
================================================================*/
/*================================================================
Border radius
================================================================*/
/*================================================================
Body
================================================================*/
/*================================================================
Header
================================================================*/
/*$header-height-scrolled: 44px;*/
/*================================================================
Buttons
================================================================*/
/*Soft*/
/*Active*/
/*Soft*/
/*Active*/
/*Soft*/
/*Active*/
/*Btn icons*/
/*================================================================
Lists
================================================================*/
/*================================================================
Social follows
================================================================*/
/*================================================================
Icon links
================================================================*/
/*================================================================
Swiper base
================================================================*/
/*================================================================
Storefront variables
================================================================*/
/*Product list*/
/*Product*/
/*table*/
/*Badge*/
/*Price*/
/*Rating*/
/*Sidebar*/
/*================================================================
Breakpoints
================================================================*/
/*================================================================
Before / After
================================================================*/
/*================================================================
Background base
================================================================*/
/*================================================================
Hover focus active
================================================================*/
/*================================================================
Absolute alignments
================================================================*/
/*================================================================
Image
================================================================*/
/*================================================================
Sticky
================================================================*/
/*================================================================
Formatted text
================================================================*/
/*================================================================
Visually hidden
================================================================*/
/*================================================================
Btn
================================================================*/
/*Btn icon*/
/*Phone*/
/*Arrow*/
/*Video*/
/*Card*/
/*Btn link outline hover*/
/*Btn link*/
/*================================================================
Menu icon link
================================================================*/
/*================================================================
Background position size fix
================================================================*/
/*================================================================
Col full width
================================================================*/
/*================================================================
Sidebar menu
================================================================*/
/*================================================================
Base
================================================================*/
* {
  box-sizing: border-box;
  /*outline: none;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: #224d5e !important;
}

body {
  overflow-x: hidden;
  /*overflow-x: clip;*/
  background: #ffffff !important;
}

img {
  display: block;
  max-width: 100%;
}

/*================================================================
Animation stopper
================================================================*/
.animation-stopper * {
  animation: none !important;
  transition: none !important;
}

/*================================================================
Iframe
================================================================*/
iframe {
  display: block;
}

/*================================================================
Content visibility
================================================================*/
.main-footer,
.modal {
  content-visibility: auto;
}

/*================================================================
Outline
================================================================*/
a:focus-visible,
button:focus-visible {
  outline: 2px solid #000000 !important;
}

/*================================================================
Anchor links
================================================================*/
html {
  scroll-behavior: smooth;
}

.main-body {
  scroll-snap-type: y mandatory;
}

[id] {
  scroll-snap-align: start;
  scroll-margin-top: 65px;
}

@media (min-width: 981px) {
  [id] {
    scroll-margin-top: 90px;
  }
}
/*================================================================
Grid
================================================================*/
/*size reference*/
/*gutter*/
/*gutter big*/
/*container*/
/*section margins/padding*/
/*================================================================
Grid
================================================================*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

.container,
.row,
.row > div {
  position: relative;
}

.container {
  width: 1220px;
  max-width: calc(100% - 10px * 2);
  margin: 0 auto;
  padding: 0 calc(20px / 2);
}

@media (min-width: 768px) {
  .container {
    max-width: calc(100% - 5% * 2);
  }
}
.container--fluid {
  width: 100%;
  max-width: 100%;
}

.row {
  row-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.row--full-width {
  margin: 0 calc(-20px / 2);
}

.row > div {
  margin: 0 auto 0 calc(20px / 2);
}

/*empty*/
.row > div:empty {
  display: none;
}

/*columns alignment*/
/*center*/
.row--g-center,
.row--center {
  justify-content: center;
}

.row--v-center,
.row--center {
  align-items: center;
}

.row--g-center > div,
.row--center > div {
  margin: 0 auto;
}

/*end*/
.row--g-end,
.row--end {
  justify-content: flex-end;
}

.row--v-end,
.row--end {
  align-items: flex-end;
}

.row--g-end > div,
.row--end > div {
  margin: 0 calc(20px / 2) 0 auto;
}

/*start*/
.row--g-start,
.row--start {
  justify-content: flex-start;
}

.row--v-start,
.row--start {
  align-items: flex-start;
}

.row--g-start > div,
.row--start > div {
  margin: 0 auto 0 calc(20px / 2);
}

/*columns individual alignment*/
.col-v-start {
  align-self: flex-start;
}

.col-v-end {
  align-self: flex-end;
}

.col-v-center {
  align-self: center;
}

.col-g-start {
  margin-left: calc(20px / 2) !important;
}

.col-g-end {
  margin-right: calc(20px / 2) !important;
}

/*no gutter*/
.row--no-gutter,
.row--no-g-gutter {
  margin: 0 calc(-20px / 2);
}

.row--no-g-gutter {
  column-gap: 0;
}

.row--no-gutter,
.row--no-v-gutter {
  row-gap: 0;
}

.row--no-g-gutter > .col,
.row--no-gutter > .col {
  margin-right: 0;
  margin-left: 0;
}

/*row inside row*/
.row .row {
  margin: 0 calc(-20px / 2);
}

.row .row--no-gutter,
.row .row--no-g-gutter {
  margin: 0;
}

/*section paddings/margins*/
body .section-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}
body .section-margin--half {
  margin-top: calc(40px / 2);
  margin-bottom: calc(40px / 2);
}
body .section-margin--half-top {
  margin-top: calc(40px / 2);
}
body .section-margin--half-bottom {
  margin-top: calc(40px / 2);
}

body .section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
body .section-padding--half {
  padding-top: calc(40px / 2);
  padding-bottom: calc(40px / 2);
}
body .section-padding--half-top {
  padding-top: calc(40px / 2);
}
body .section-padding--half-bottom {
  padding-bottom: calc(40px / 2);
}

@media (min-width: 768px) {
  body .section-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  body .section-margin--half {
    margin-top: calc(60px / 2);
    margin-bottom: calc(60px / 2);
  }
  body .section-margin--half-top {
    margin-top: calc(60px / 2);
  }
  body .section-margin--half-bottom {
    margin-bottom: calc(60px / 2);
  }
  body .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body .section-padding--half {
    padding-top: calc(60px / 2);
    padding-bottom: calc(60px / 2);
  }
  body .section-padding--half-top {
    padding-top: calc(60px / 2);
  }
  body .section-padding--half-bottom {
    padding-bottom: calc(60px / 2);
  }
}
@media (min-width: 981px) {
  body .section-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  body .section-margin--half {
    margin-top: calc(60px / 1.5);
    margin-bottom: calc(60px / 1.5);
  }
  body .section-margin--half-top {
    margin-top: calc(60px / 1.5);
  }
  body .section-margin--half-bottom {
    margin-bottom: calc(60px / 1.5);
  }
  body .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body .section-padding--half {
    padding-top: calc(60px / 1.5);
    padding-bottom: calc(60px / 1.5);
  }
  body .section-padding--half-top {
    padding-top: calc(60px / 1.5);
  }
  body .section-padding--half-bottom {
    padding-bottom: calc(60px / 1.5);
  }
}
/*columns*/
.col-1 {
  width: calc(8.33% - 20px);
}

.row--no-g-gutter > .col-1,
.row--no-gutter > .col-1 {
  width: 8.33%;
}

.col-2 {
  width: calc(16.66% - 20px);
}

.row--no-g-gutter > .col-2,
.row--no-gutter > .col-2 {
  width: 16.66%;
}

.col-3 {
  width: calc(25% - 20px);
}

.row--no-g-gutter > .col-3,
.row--no-gutter > .col-3 {
  width: 25%;
}

.col-4 {
  width: calc(33.33% - 20px);
}

.row--no-g-gutter > .col-4,
.row--no-gutter > .col-4 {
  width: 33.33%;
}

.col-5 {
  width: calc(41.66% - 20px);
}

.row--no-g-gutter > .col-5,
.row--no-gutter > .col-5 {
  width: 41.66%;
}

.col-6 {
  width: calc(50% - 20px);
}

.row--no-g-gutter > .col-6,
.row--no-gutter > .col-6 {
  width: 50%;
}

.col-7 {
  width: calc(58.33% - 20px);
}

.row--no-g-gutter > .col-7,
.row--no-gutter > .col-7 {
  width: 58.33%;
}

.col-8 {
  width: calc(66.66% - 20px);
}

.row--no-g-gutter > .col-8,
.row--no-gutter > .col-8 {
  width: 66.66%;
}

.col-9 {
  width: calc(75% - 20px);
}

.row--no-g-gutter > .col-9,
.row--no-gutter > .col-9 {
  width: 75%;
}

.col-10 {
  width: calc(83.33% - 20px);
}

.row--no-g-gutter > .col-10,
.row--no-gutter > .col-10 {
  width: 83.33%;
}

.col-11 {
  width: calc(91.66% - 20px);
}

.row--no-g-gutter > .col-11,
.row--no-gutter > .col-11 {
  width: 91.66%;
}

.col-12 {
  width: calc(100% - 20px);
}

.row--no-g-gutter > .col-12,
.row--no-gutter > .col-12 {
  width: 100%;
}

/*order*/
.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 10 !important;
}

/*paddings/margins*/
.p-0 {
  padding: 0 !important;
}

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

.p-15 {
  padding: 6px !important;
}

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

.p-25 {
  padding: 10px !important;
}

.p-26 {
  padding: 12px !important;
}

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

.p-35 {
  padding: 20px !important;
}

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

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

.p-6 {
  padding: 2.5rem !important;
}

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

.p-8 {
  padding: 3.5rem !important;
}

.p-9 {
  padding: calc(60px / 1.5) !important;
}

.p-10 {
  padding: 4.5rem !important;
}

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

.py-1 {
  padding-top: 0.24rem !important;
  padding-bottom: 0.24rem !important;
}

.py-15 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

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

.py-25 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-26 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

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

.py-35 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

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

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-8 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-9 {
  padding-top: calc(60px / 1.5) !important;
  padding-bottom: calc(60px / 1.5) !important;
}

.py-10 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

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

.px-1 {
  padding-left: 0.24rem !important;
  padding-right: 0.24rem !important;
}

.px-15 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

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

.px-25 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-26 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

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

.px-35 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

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

.px-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-6 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-7 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-8 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.px-9 {
  padding-left: calc(60px / 1.5) !important;
  padding-right: calc(60px / 1.5) !important;
}

.px-10 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

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

.pl-1 {
  padding-left: 0.24rem !important;
}

.pl-15 {
  padding-left: 6px !important;
}

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

.pl-25 {
  padding-left: 10px !important;
}

.pl-26 {
  padding-left: 12px !important;
}

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

.pl-35 {
  padding-left: 20px !important;
}

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

.pl-5 {
  padding-left: 2rem !important;
}

.pl-6 {
  padding-left: 2.5rem !important;
}

.pl-7 {
  padding-left: 3rem !important;
}

.pl-8 {
  padding-left: 3.5rem !important;
}

.pl-9 {
  padding-left: calc(60px / 1.5) !important;
}

.pl-10 {
  padding-left: 4.5rem !important;
}

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

.pr-1 {
  padding-right: 0.24rem !important;
}

.pr-15 {
  padding-right: 6px !important;
}

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

.pr-25 {
  padding-right: 10px !important;
}

.pr-26 {
  padding-right: 12px !important;
}

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

.pr-35 {
  padding-right: 20px !important;
}

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

.pr-5 {
  padding-right: 2rem !important;
}

.pr-6 {
  padding-right: 2.5rem !important;
}

.pr-7 {
  padding-right: 3rem !important;
}

.pr-8 {
  padding-right: 3.5rem !important;
}

.pr-9 {
  padding-right: calc(60px / 1.5) !important;
}

.pr-10 {
  padding-right: 4.5rem !important;
}

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

.pb-1 {
  padding-bottom: 0.24rem !important;
}

.pb-15 {
  padding-bottom: 6px !important;
}

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

.pb-25 {
  padding-bottom: 10px !important;
}

.pb-26 {
  padding-bottom: 12px !important;
}

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

.pb-35 {
  padding-bottom: 20px !important;
}

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

.pb-5 {
  padding-bottom: 2rem !important;
}

.pb-6 {
  padding-bottom: 2.5rem !important;
}

.pb-7 {
  padding-bottom: 3rem !important;
}

.pb-8 {
  padding-bottom: 3.5rem !important;
}

.pb-9 {
  padding-bottom: calc(60px / 1.5) !important;
}

.pb-10 {
  padding-bottom: 4.5rem !important;
}

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

.pt-1 {
  padding-top: 0.24rem !important;
}

.pt-15 {
  padding-top: 6px !important;
}

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

.pt-25 {
  padding-top: 10px !important;
}

.pt-26 {
  padding-top: 12px !important;
}

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

.pt-35 {
  padding-top: 20px !important;
}

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

.pt-5 {
  padding-top: 2rem !important;
}

.pt-6 {
  padding-top: 2.5rem !important;
}

.pt-7 {
  padding-top: 3rem !important;
}

.pt-8 {
  padding-top: 3.5rem !important;
}

.pt-9 {
  padding-top: calc(60px / 1.5) !important;
}

.pt-10 {
  padding-top: 4.5rem !important;
}

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

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

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

.m-15 {
  margin: 6px !important;
}

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

.m-25 {
  margin: 10px !important;
}

.m-26 {
  margin: 12px !important;
}

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

.m-35 {
  margin: 20px !important;
}

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

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

.m-6 {
  margin: 2.5rem !important;
}

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

.m-8 {
  margin: 3.5rem !important;
}

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

.m-10 {
  margin: 4.5rem !important;
}

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

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

.my-1 {
  margin-top: 0.24rem !important;
  margin-bottom: 0.24rem !important;
}

.my-15 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

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

.my-25 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-26 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

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

.my-35 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

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

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-8 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-9 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-10 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.mx-1 {
  margin-left: 0.24rem !important;
  margin-right: 0.24rem !important;
}

.mx-15 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

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

.mx-25 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-26 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

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

.mx-35 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

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

.mx-5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-6 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.mx-7 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-8 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.mx-9 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-10 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

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

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

.ml-1 {
  margin-left: 0.24rem !important;
}

.ml-15 {
  margin-left: 6px !important;
}

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

.ml-25 {
  margin-left: 10px !important;
}

.ml-26 {
  margin-left: 12px !important;
}

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

.ml-35 {
  margin-left: 20px !important;
}

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

.ml-5 {
  margin-left: 2rem !important;
}

.ml-6 {
  margin-left: 2.5rem !important;
}

.ml-7 {
  margin-left: 3rem !important;
}

.ml-8 {
  margin-left: 3.5rem !important;
}

.ml-9 {
  margin-left: 4rem !important;
}

.ml-10 {
  margin-left: 4.5rem !important;
}

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

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

.mr-1 {
  margin-right: 0.24rem !important;
}

.mr-15 {
  margin-right: 6px !important;
}

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

.mr-25 {
  margin-right: 10px !important;
}

.mr-26 {
  margin-right: 12px !important;
}

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

.mr-35 {
  margin-right: 20px !important;
}

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

.mr-5 {
  margin-right: 2rem !important;
}

.mr-6 {
  margin-right: 2.5rem !important;
}

.mr-7 {
  margin-right: 3rem !important;
}

.mr-8 {
  margin-right: 3.5rem !important;
}

.mr-9 {
  margin-right: 4rem !important;
}

.mr-10 {
  margin-right: 4.5rem !important;
}

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

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

.mb-1 {
  margin-bottom: 0.24rem !important;
}

.mb-15 {
  margin-bottom: 6px !important;
}

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

.mb-25 {
  margin-bottom: 10px !important;
}

.mb-26 {
  margin-bottom: 12px !important;
}

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

.mb-35 {
  margin-bottom: 20px !important;
}

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

.mb-45 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.mb-6 {
  margin-bottom: 2.5rem !important;
}

.mb-7 {
  margin-bottom: 3rem !important;
}

.mb-8 {
  margin-bottom: 3.5rem !important;
}

.mb-9 {
  margin-bottom: 4rem !important;
}

.mb-10 {
  margin-bottom: 4.5rem !important;
}

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

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

.mt-1 {
  margin-top: 0.24rem !important;
}

.mt-15 {
  margin-top: 6px !important;
}

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

.mt-25 {
  margin-top: 10px !important;
}

.mt-26 {
  margin-top: 12px !important;
}

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

.mt-35 {
  margin-top: 20px !important;
}

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

.mt-45 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 2.5rem !important;
}

.mt-7 {
  margin-top: 3rem !important;
}

.mt-8 {
  margin-top: 3.5rem !important;
}

.mt-9 {
  margin-top: 4rem !important;
}

.mt-10 {
  margin-top: 4.5rem !important;
}

/*sm*/
@media (min-width: 576px) {
  /*gutters*/
  .no-v-gutter-sm {
    row-gap: 0;
  }
  /*columns*/
  .col-left-sm {
    margin-left: calc(20px / 2) !important;
  }
  .col-right-sm {
    margin-right: calc(20px / 2) !important;
  }
  .col-sm-1 {
    width: calc(8.33% - 20px);
  }
  .row--no-g-gutter > .col-sm-1,
  .row--no-gutter > .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: calc(16.66% - 20px);
  }
  .row--no-g-gutter > .col-sm-2,
  .row--no-gutter > .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: calc(25% - 20px);
  }
  .row--no-g-gutter > .col-sm-3,
  .row--no-gutter > .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: calc(33.33% - 20px);
  }
  .row--no-g-gutter > .col-sm-4,
  .row--no-gutter > .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: calc(41.66% - 20px);
  }
  .row--no-g-gutter > .col-sm-5,
  .row--no-gutter > .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: calc(50% - 20px);
  }
  .row--no-g-gutter > .col-sm-6,
  .row--no-gutter > .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: calc(58.33% - 20px);
  }
  .row--no-g-gutter > .col-sm-7,
  .row--no-gutter > .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: calc(66.66% - 20px);
  }
  .row--no-g-gutter > .col-sm-8,
  .row--no-gutter > .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: calc(75% - 20px);
  }
  .row--no-g-gutter > .col-sm-9,
  .row--no-gutter > .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: calc(83.33% - 20px);
  }
  .row--no-g-gutter > .col-sm-10,
  .row--no-gutter > .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-11 {
    width: calc(91.66% - 20px);
  }
  .row--no-g-gutter > .col-sm-11,
  .row--no-gutter > .col-sm-11 {
    width: 91.66%;
  }
  .col-sm-12 {
    width: calc(100% - 20px);
  }
  .row--no-g-gutter > .col-sm-12,
  .row--no-gutter > .col-sm-12 {
    width: 100%;
  }
  /*order*/
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  /*paddings/margins*/
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.24rem !important;
  }
  .p-sm-15 {
    padding: 6px !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-25 {
    padding: 10px !important;
  }
  .p-sm-26 {
    padding: 12px !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-35 {
    padding: 20px !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  .p-sm-7 {
    padding: 3rem !important;
  }
  .p-sm-8 {
    padding: 3.5rem !important;
  }
  .p-sm-9 {
    padding: calc(60px / 1.5) !important;
  }
  .p-sm-10 {
    padding: 4.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.24rem !important;
    padding-bottom: 0.24rem !important;
  }
  .py-sm-15 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-25 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-sm-26 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-35 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-9 {
    padding-top: calc(60px / 1.5) !important;
    padding-bottom: calc(60px / 1.5) !important;
  }
  .py-sm-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.24rem !important;
    padding-right: 0.24rem !important;
  }
  .px-sm-15 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-25 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-sm-26 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-35 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-sm-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-sm-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-sm-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-sm-9 {
    padding-left: calc(60px / 1.5) !important;
    padding-right: calc(60px / 1.5) !important;
  }
  .px-sm-10 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.24rem !important;
  }
  .pl-sm-15 {
    padding-left: 6px !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-25 {
    padding-left: 10px !important;
  }
  .pl-sm-26 {
    padding-left: 12px !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-35 {
    padding-left: 20px !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 2rem !important;
  }
  .pl-sm-6 {
    padding-left: 2.5rem !important;
  }
  .pl-sm-7 {
    padding-left: 3rem !important;
  }
  .pl-sm-8 {
    padding-left: 3.5rem !important;
  }
  .pl-sm-9 {
    padding-left: calc(60px / 1.5) !important;
  }
  .pl-sm-10 {
    padding-left: 4.5rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.24rem !important;
  }
  .pr-sm-15 {
    padding-right: 6px !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-25 {
    padding-right: 10px !important;
  }
  .pr-sm-26 {
    padding-right: 12px !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-35 {
    padding-right: 20px !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 2rem !important;
  }
  .pr-sm-6 {
    padding-right: 2.5rem !important;
  }
  .pr-sm-7 {
    padding-right: 3rem !important;
  }
  .pr-sm-8 {
    padding-right: 3.5rem !important;
  }
  .pr-sm-9 {
    padding-right: calc(60px / 1.5) !important;
  }
  .pr-sm-10 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.24rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 6px !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 10px !important;
  }
  .pb-sm-26 {
    padding-bottom: 12px !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-35 {
    padding-bottom: 20px !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: calc(60px / 1.5) !important;
  }
  .pb-sm-10 {
    padding-bottom: 4.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.24rem !important;
  }
  .pt-sm-15 {
    padding-top: 6px !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-25 {
    padding-top: 10px !important;
  }
  .pt-sm-26 {
    padding-top: 12px !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-35 {
    padding-top: 20px !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  .pt-sm-6 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 3rem !important;
  }
  .pt-sm-8 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-9 {
    padding-top: calc(60px / 1.5) !important;
  }
  .pt-sm-10 {
    padding-top: 4.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.24rem !important;
  }
  .m-sm-15 {
    margin: 6px !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-25 {
    margin: 10px !important;
  }
  .m-sm-26 {
    margin: 12px !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-35 {
    margin: 20px !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  .m-sm-7 {
    margin: 3rem !important;
  }
  .m-sm-8 {
    margin: 3.5rem !important;
  }
  .m-sm-9 {
    margin: 4rem !important;
  }
  .m-sm-10 {
    margin: 4.5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.24rem !important;
    margin-bottom: 0.24rem !important;
  }
  .my-sm-15 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-25 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-26 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-35 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.24rem !important;
    margin-right: 0.24rem !important;
  }
  .mx-sm-15 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-25 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-sm-26 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-35 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-sm-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-sm-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-sm-9 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-sm-10 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.24rem !important;
  }
  .ml-sm-15 {
    margin-left: 6px !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-25 {
    margin-left: 10px !important;
  }
  .ml-sm-26 {
    margin-left: 12px !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-35 {
    margin-left: 20px !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 2rem !important;
  }
  .ml-sm-6 {
    margin-left: 2.5rem !important;
  }
  .ml-sm-7 {
    margin-left: 3rem !important;
  }
  .ml-sm-8 {
    margin-left: 3.5rem !important;
  }
  .ml-sm-9 {
    margin-left: 4rem !important;
  }
  .ml-sm-10 {
    margin-left: 4.5rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.24rem !important;
  }
  .mr-sm-15 {
    margin-right: 6px !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-25 {
    margin-right: 10px !important;
  }
  .mr-sm-26 {
    margin-right: 12px !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-35 {
    margin-right: 20px !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 2rem !important;
  }
  .mr-sm-6 {
    margin-right: 2.5rem !important;
  }
  .mr-sm-7 {
    margin-right: 3rem !important;
  }
  .mr-sm-8 {
    margin-right: 3.5rem !important;
  }
  .mr-sm-9 {
    margin-right: 4rem !important;
  }
  .mr-sm-10 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.24rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 6px !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 10px !important;
  }
  .mb-sm-26 {
    margin-bottom: 12px !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-35 {
    margin-bottom: 20px !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-45 {
    margin-bottom: 40px !important;
  }
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 4.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.24rem !important;
  }
  .mt-sm-15 {
    margin-top: 6px !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-25 {
    margin-top: 10px !important;
  }
  .mt-sm-26 {
    margin-top: 12px !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-35 {
    margin-top: 20px !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .mt-sm-6 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 3rem !important;
  }
  .mt-sm-8 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-9 {
    margin-top: 4rem !important;
  }
  .mt-sm-10 {
    margin-top: 4.5rem !important;
  }
}
/*md*/
@media (min-width: 768px) {
  /*gutters*/
  .no-v-gutter-md {
    row-gap: 0;
  }
  /*columns*/
  .col-left-md {
    margin-left: calc(20px / 2) !important;
  }
  .col-right-md {
    margin-right: calc(20px / 2) !important;
  }
  .col-md-1 {
    width: calc(8.33% - 20px);
  }
  .row--no-g-gutter > .col-md-1,
  .row--no-gutter > .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: calc(16.66% - 20px);
  }
  .row--no-g-gutter > .col-md-2,
  .row--no-gutter > .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: calc(25% - 20px);
  }
  .row--no-g-gutter > .col-md-3,
  .row--no-gutter > .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: calc(33.33% - 20px);
  }
  .row--no-g-gutter > .col-md-4,
  .row--no-gutter > .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: calc(41.66% - 20px);
  }
  .row--no-g-gutter > .col-md-5,
  .row--no-gutter > .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: calc(50% - 20px);
  }
  .row--no-g-gutter > .col-md-6,
  .row--no-gutter > .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: calc(58.33% - 20px);
  }
  .row--no-g-gutter > .col-md-7,
  .row--no-gutter > .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: calc(66.66% - 20px);
  }
  .row--no-g-gutter > .col-md-8,
  .row--no-gutter > .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: calc(75% - 20px);
  }
  .row--no-g-gutter > .col-md-9,
  .row--no-gutter > .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: calc(83.33% - 20px);
  }
  .row--no-g-gutter > .col-md-10,
  .row--no-gutter > .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: calc(91.66% - 20px);
  }
  .row--no-g-gutter > .col-md-11,
  .row--no-gutter > .col-md-11 {
    width: 91.66%;
  }
  .col-md-12 {
    width: calc(100% - 20px);
  }
  .row--no-g-gutter > .col-md-12,
  .row--no-gutter > .col-md-12 {
    width: 100%;
  }
  /*order*/
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  /*paddings/margins*/
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.24rem !important;
  }
  .p-md-15 {
    padding: 6px !important;
  }
  .p-md-15 {
    padding: 6px !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-25 {
    padding: 10px !important;
  }
  .p-md-26 {
    padding: 12px !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-35 {
    padding: 20px !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .p-md-8 {
    padding: 3.5rem !important;
  }
  .p-md-9 {
    padding: calc(60px / 1.5) !important;
  }
  .p-md-10 {
    padding: 4.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.24rem !important;
    padding-bottom: 0.24rem !important;
  }
  .py-md-15 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-md-15 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-25 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-26 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-35 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-9 {
    padding-top: calc(60px / 1.5) !important;
    padding-bottom: calc(60px / 1.5) !important;
  }
  .py-md-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.24rem !important;
    padding-right: 0.24rem !important;
  }
  .px-md-15 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .px-md-5 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-25 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-md-26 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-35 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-md-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-md-9 {
    padding-left: calc(60px / 1.5) !important;
    padding-right: calc(60px / 1.5) !important;
  }
  .px-md-10 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.24rem !important;
  }
  .pl-md-15 {
    padding-left: 6px !important;
  }
  .pl-md-15 {
    padding-left: 6px !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-25 {
    padding-left: 10px !important;
  }
  .pl-md-26 {
    padding-left: 12px !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pl-md-35 {
    padding-left: 20px !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pl-md-5 {
    padding-left: 2rem !important;
  }
  .pl-md-6 {
    padding-left: 2.5rem !important;
  }
  .pl-md-7 {
    padding-left: 3rem !important;
  }
  .pl-md-8 {
    padding-left: 3.5rem !important;
  }
  .pl-md-9 {
    padding-left: calc(60px / 1.5) !important;
  }
  .pl-md-10 {
    padding-left: 4.5rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.24rem !important;
  }
  .pr-md-15 {
    padding-right: 6px !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-25 {
    padding-right: 10px !important;
  }
  .pr-md-26 {
    padding-right: 12px !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-35 {
    padding-right: 20px !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pr-md-5 {
    padding-right: 2rem !important;
  }
  .pr-md-6 {
    padding-right: 2.5rem !important;
  }
  .pr-md-7 {
    padding-right: 3rem !important;
  }
  .pr-md-8 {
    padding-right: 3.5rem !important;
  }
  .pr-md-9 {
    padding-right: calc(60px / 1.5) !important;
  }
  .pr-md-10 {
    padding-right: 4.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.24rem !important;
  }
  .pb-md-15 {
    padding-bottom: 6px !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-25 {
    padding-bottom: 10px !important;
  }
  .pb-md-26 {
    padding-bottom: 12px !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-35 {
    padding-bottom: 20px !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 3rem !important;
  }
  .pb-md-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: calc(60px / 1.5) !important;
  }
  .pb-md-10 {
    padding-bottom: 4.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.24rem !important;
  }
  .pt-md-15 {
    padding-top: 6px !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-25 {
    padding-top: 10px !important;
  }
  .pt-md-26 {
    padding-top: 12px !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-35 {
    padding-top: 20px !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  .pt-md-6 {
    padding-top: 2.5rem !important;
  }
  .pt-md-7 {
    padding-top: 3rem !important;
  }
  .pt-md-8 {
    padding-top: 3.5rem !important;
  }
  .pt-md-9 {
    padding-top: calc(60px / 1.5) !important;
  }
  .pt-md-10 {
    padding-top: 4.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.24rem !important;
  }
  .m-md-15 {
    margin: 6px !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-25 {
    margin: 10px !important;
  }
  .m-md-26 {
    margin: 12px !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-35 {
    margin: 20px !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .m-md-8 {
    margin: 3.5rem !important;
  }
  .m-md-9 {
    margin: 4rem !important;
  }
  .m-md-10 {
    margin: 4.5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.24rem !important;
    margin-bottom: 0.24rem !important;
  }
  .my-md-15 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-25 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-26 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-35 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.24rem !important;
    margin-right: 0.24rem !important;
  }
  .mx-md-15 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-25 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-md-26 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-35 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-md-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-md-9 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-10 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.24rem !important;
  }
  .ml-md-15 {
    margin-left: 6px !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-25 {
    margin-left: 10px !important;
  }
  .ml-md-26 {
    margin-left: 12px !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-35 {
    margin-left: 20px !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 2rem !important;
  }
  .ml-md-6 {
    margin-left: 2.5rem !important;
  }
  .ml-md-7 {
    margin-left: 3rem !important;
  }
  .ml-md-8 {
    margin-left: 3.5rem !important;
  }
  .ml-md-9 {
    margin-left: 4rem !important;
  }
  .ml-md-10 {
    margin-left: 4.5rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.24rem !important;
  }
  .mr-md-15 {
    margin-right: 6px !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-25 {
    margin-right: 10px !important;
  }
  .mr-md-26 {
    margin-right: 12px !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-35 {
    margin-right: 20px !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mr-md-5 {
    margin-right: 2rem !important;
  }
  .mr-md-6 {
    margin-right: 2.5rem !important;
  }
  .mr-md-7 {
    margin-right: 3rem !important;
  }
  .mr-md-8 {
    margin-right: 3.5rem !important;
  }
  .mr-md-9 {
    margin-right: 4rem !important;
  }
  .mr-md-10 {
    margin-right: 4.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.24rem !important;
  }
  .mb-md-15 {
    margin-bottom: 6px !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-25 {
    margin-bottom: 10px !important;
  }
  .mb-md-26 {
    margin-bottom: 12px !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-32 {
    margin-bottom: 18px !important;
  }
  .mb-md-35 {
    margin-bottom: 20px !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-45 {
    margin-bottom: 40px !important;
  }
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 3rem !important;
  }
  .mb-md-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 4rem !important;
  }
  .mb-md-10 {
    margin-bottom: 4.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.24rem !important;
  }
  .mt-md-15 {
    margin-top: 6px !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-25 {
    margin-top: 10px !important;
  }
  .mt-md-26 {
    margin-top: 12px !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-35 {
    margin-top: 20px !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  .mt-md-6 {
    margin-top: 2.5rem !important;
  }
  .mt-md-7 {
    margin-top: 3rem !important;
  }
  .mt-md-8 {
    margin-top: 3.5rem !important;
  }
  .mt-md-9 {
    margin-top: 4rem !important;
  }
  .mt-md-10 {
    margin-top: 4.5rem !important;
  }
}
/*lg*/
@media (min-width: 981px) {
  /*gutters*/
  .no-v-gutter-lg {
    row-gap: 0;
  }
  /*columns*/
  .col-left-lg {
    margin-left: calc(20px / 2) !important;
  }
  .col-right-lg {
    margin-right: calc(20px / 2) !important;
  }
  .col-lg-1 {
    width: calc(8.33% - 20px);
  }
  .row--no-g-gutter > .col-lg-1,
  .row--no-gutter > .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: calc(16.66% - 20px);
  }
  .row--no-g-gutter > .col-lg-2,
  .row--no-gutter > .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: calc(25% - 20px);
  }
  .row--no-g-gutter > .col-lg-3,
  .row--no-gutter > .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: calc(33.33% - 20px);
  }
  .row--no-g-gutter > .col-lg-4,
  .row--no-gutter > .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: calc(41.66% - 20px);
  }
  .row--no-g-gutter > .col-lg-5,
  .row--no-gutter > .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: calc(50% - 20px);
  }
  .row--no-g-gutter > .col-lg-6,
  .row--no-gutter > .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: calc(58.33% - 20px);
  }
  .row--no-g-gutter > .col-lg-7,
  .row--no-gutter > .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: calc(66.66% - 20px);
  }
  .row--no-g-gutter > .col-lg-8,
  .row--no-gutter > .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: calc(75% - 20px);
  }
  .row--no-g-gutter > .col-lg-9,
  .row--no-gutter > .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: calc(83.33% - 20px);
  }
  .row--no-g-gutter > .col-lg-10,
  .row--no-gutter > .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: calc(91.66% - 20px);
  }
  .row--no-g-gutter > .col-lg-11,
  .row--no-gutter > .col-lg-11 {
    width: 91.66%;
  }
  .col-lg-12 {
    width: calc(100% - 20px);
  }
  .row--no-g-gutter > .col-lg-12,
  .row--no-gutter > .col-lg-12 {
    width: 100%;
  }
  /*order*/
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  /*paddings/margins*/
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.24rem !important;
  }
  .p-lg-15 {
    padding: 6px !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-25 {
    padding: 10px !important;
  }
  .p-lg-26 {
    padding: 12px !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-35 {
    padding: 20px !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  .p-lg-9 {
    padding: calc(60px / 1.5) !important;
  }
  .p-lg-10 {
    padding: 4.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.24rem !important;
    padding-bottom: 0.24rem !important;
  }
  .py-lg-15 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-25 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-26 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-35 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-9 {
    padding-top: calc(60px / 1.5) !important;
    padding-bottom: calc(60px / 1.5) !important;
  }
  .py-lg-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.24rem !important;
    padding-right: 0.24rem !important;
  }
  .px-lg-15 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-25 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-lg-26 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-35 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-lg-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-lg-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-lg-9 {
    padding-left: calc(60px / 1.5) !important;
    padding-right: calc(60px / 1.5) !important;
  }
  .px-lg-10 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.24rem !important;
  }
  .pl-lg-15 {
    padding-left: 6px !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-25 {
    padding-left: 10px !important;
  }
  .pl-lg-26 {
    padding-left: 12px !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-35 {
    padding-left: 20px !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 2rem !important;
  }
  .pl-lg-6 {
    padding-left: 2.5rem !important;
  }
  .pl-lg-7 {
    padding-left: 3rem !important;
  }
  .pl-lg-8 {
    padding-left: 3.5rem !important;
  }
  .pl-lg-9 {
    padding-left: calc(60px / 1.5) !important;
  }
  .pl-lg-10 {
    padding-left: 4.5rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.24rem !important;
  }
  .pr-lg-15 {
    padding-right: 6px !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-25 {
    padding-right: 10px !important;
  }
  .pr-lg-26 {
    padding-right: 12px !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-35 {
    padding-right: 20px !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 2rem !important;
  }
  .pr-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pr-lg-7 {
    padding-right: 3rem !important;
  }
  .pr-lg-8 {
    padding-right: 3.5rem !important;
  }
  .pr-lg-9 {
    padding-right: calc(60px / 1.5) !important;
  }
  .pr-lg-10 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.24rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 6px !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 10px !important;
  }
  .pb-lg-26 {
    padding-bottom: 12px !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-35 {
    padding-bottom: 20px !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: calc(60px / 1.5) !important;
  }
  .pb-lg-10 {
    padding-bottom: 4.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.24rem !important;
  }
  .pt-lg-15 {
    padding-top: 6px !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-25 {
    padding-top: 10px !important;
  }
  .pt-lg-26 {
    padding-top: 12px !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-35 {
    padding-top: 20px !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 3rem !important;
  }
  .pt-lg-8 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-9 {
    padding-top: calc(60px / 1.5) !important;
  }
  .pt-lg-10 {
    padding-top: 4.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.24rem !important;
  }
  .m-lg-15 {
    margin: 6px !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-25 {
    margin: 10px !important;
  }
  .m-lg-26 {
    margin: 12px !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-35 {
    margin: 20px !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  .m-lg-9 {
    margin: 4rem !important;
  }
  .m-lg-10 {
    margin: 4.5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.24rem !important;
    margin-bottom: 0.24rem !important;
  }
  .my-lg-15 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-25 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-26 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-35 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.24rem !important;
    margin-right: 0.24rem !important;
  }
  .mx-lg-15 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-25 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-lg-26 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-35 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-lg-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-lg-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-lg-9 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-lg-10 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.24rem !important;
  }
  .ml-lg-15 {
    margin-left: 6px !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-25 {
    margin-left: 10px !important;
  }
  .ml-lg-26 {
    margin-left: 12px !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-35 {
    margin-left: 20px !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 2rem !important;
  }
  .ml-lg-6 {
    margin-left: 2.5rem !important;
  }
  .ml-lg-7 {
    margin-left: 3rem !important;
  }
  .ml-lg-8 {
    margin-left: 3.5rem !important;
  }
  .ml-lg-9 {
    margin-left: 4rem !important;
  }
  .ml-lg-10 {
    margin-left: 4.5rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.24rem !important;
  }
  .mr-lg-15 {
    margin-right: 6px !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-25 {
    margin-right: 10px !important;
  }
  .mr-lg-26 {
    margin-right: 12px !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-35 {
    margin-right: 20px !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 2rem !important;
  }
  .mr-lg-6 {
    margin-right: 2.5rem !important;
  }
  .mr-lg-7 {
    margin-right: 3rem !important;
  }
  .mr-lg-8 {
    margin-right: 3.5rem !important;
  }
  .mr-lg-9 {
    margin-right: 4rem !important;
  }
  .mr-lg-10 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.24rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 6px !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 10px !important;
  }
  .mb-lg-26 {
    margin-bottom: 12px !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-35 {
    margin-bottom: 20px !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-45 {
    margin-bottom: 40px !important;
  }
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 4.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.24rem !important;
  }
  .mt-lg-15 {
    margin-top: 6px !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-25 {
    margin-top: 10px !important;
  }
  .mt-lg-26 {
    margin-top: 12px !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-35 {
    margin-top: 20px !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-45 {
    margin-top: 40px !important;
  }
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 3rem !important;
  }
  .mt-lg-8 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-9 {
    margin-top: 4rem !important;
  }
  .mt-lg-10 {
    margin-top: 4.5rem !important;
  }
}
/*lg-big*/
@media (min-width: 1140px) {
  /*gutters*/
  .no-v-gutter-lg-big {
    row-gap: 0;
  }
  /*columns*/
  .col-left-lg-big {
    margin-left: calc(20px / 2) !important;
  }
  .col-right-lg-big {
    margin-right: calc(20px / 2) !important;
  }
  .col-lg-big-1 {
    width: calc(8.33% - 20px);
  }
  .row--no-g-gutter > .col-lg-big-big-1,
  .row--no-gutter > .col-lg-big-big-1 {
    width: 8.33%;
  }
  .col-lg-big-big-2 {
    width: calc(16.66% - 20px);
  }
  .row--no-g-gutter > .col-lg-big-2,
  .row--no-gutter > .col-lg-big-2 {
    width: 16.66%;
  }
  .col-lg-big-3 {
    width: calc(25% - 20px);
  }
  .row--no-g-gutter > .col-lg-big-3,
  .row--no-gutter > .col-lg-big-3 {
    width: 25%;
  }
  .col-lg-big-4 {
    width: calc(33.33% - 20px);
  }
  .row--no-g-gutter > .col-lg-big-4,
  .row--no-gutter > .col-lg-big-4 {
    width: 33.33%;
  }
  .col-lg-big-5 {
    width: calc(41.66% - 20px);
  }
  .row--no-g-gutter > .col-lg-big-5,
  .row--no-gutter > .col-lg-big-5 {
    width: 41.66%;
  }
  .col-lg-big-6 {
    width: calc(50% - 20px);
  }
  .row--no-g-gutter > .col-lg-big-6,
  .row--no-gutter > .col-lg-big-6 {
    width: 50%;
  }
  .col-lg-big-7 {
    width: calc(58.33% - 20px);
  }
  .row--no-g-gutter > .col-lg-big-7,
  .row--no-gutter > .col-lg-big-7 {
    width: 58.33%;
  }
  .col-lg-big-8 {
    width: calc(66.66% - 20px);
  }
  .row--no-g-gutter > .col-lg-big-8,
  .row--no-gutter > .col-lg-big-8 {
    width: 66.66%;
  }
  .col-lg-big-9 {
    width: calc(75% - 20px);
  }
  .row--no-g-gutter > .col-lg-big-9,
  .row--no-gutter > .col-lg-big-9 {
    width: 75%;
  }
  .col-lg-big-10 {
    width: calc(83.33% - 20px);
  }
  .row--no-g-gutter > .col-lg-big-10,
  .row--no-gutter > .col-lg-big-10 {
    width: 83.33%;
  }
  .col-lg-big-11 {
    width: calc(91.66% - 20px);
  }
  .row--no-g-gutter > .col-lg-big-11,
  .row--no-gutter > .col-lg-big-11 {
    width: 91.66%;
  }
  .col-lg-big-12 {
    width: calc(100% - 20px);
  }
  .row--no-g-gutter > .col-lg-big-12,
  .row--no-gutter > .col-lg-big-12 {
    width: 100%;
  }
  /*order*/
  .order-lg-big-first {
    order: -1 !important;
  }
  .order-lg-big-0 {
    order: 0 !important;
  }
  .order-lg-big-1 {
    order: 1 !important;
  }
  .order-lg-big-2 {
    order: 2 !important;
  }
  .order-lg-big-3 {
    order: 3 !important;
  }
  .order-lg-big-4 {
    order: 4 !important;
  }
  .order-lg-big-5 {
    order: 5 !important;
  }
  .order-lg-big-last {
    order: 6 !important;
  }
  /*paddings/margins*/
  .p-lg-big-0 {
    padding: 0 !important;
  }
  .p-lg-big-1 {
    padding: 0.24rem !important;
  }
  .p-lg-big-15 {
    padding: 6px !important;
  }
  .p-lg-big-2 {
    padding: 0.5rem !important;
  }
  .p-lg-big-25 {
    padding: 10px !important;
  }
  .p-lg-big-26 {
    padding: 12px !important;
  }
  .p-lg-big-3 {
    padding: 1rem !important;
  }
  .p-lg-big-35 {
    padding: 20px !important;
  }
  .p-lg-big-4 {
    padding: 1.5rem !important;
  }
  .p-lg-big-5 {
    padding: 2rem !important;
  }
  .p-lg-big-6 {
    padding: 2.5rem !important;
  }
  .p-lg-big-7 {
    padding: 3rem !important;
  }
  .p-lg-big-8 {
    padding: 3.5rem !important;
  }
  .p-lg-big-9 {
    padding: calc(60px / 1.5) !important;
  }
  .p-lg-big-10 {
    padding: 4.5rem !important;
  }
  .py-lg-big-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-big-1 {
    padding-top: 0.24rem !important;
    padding-bottom: 0.24rem !important;
  }
  .py-lg-big-15 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-lg-big-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-big-25 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-big-26 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-lg-big-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-big-35 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-big-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-big-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-big-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-big-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-big-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-big-9 {
    padding-top: calc(60px / 1.5) !important;
    padding-bottom: calc(60px / 1.5) !important;
  }
  .py-lg-big-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-lg-big-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-big-1 {
    padding-left: 0.24rem !important;
    padding-right: 0.24rem !important;
  }
  .px-lg-big-15 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .px-lg-big-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-big-25 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-lg-big-26 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px-lg-big-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-big-35 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-lg-big-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-big-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-lg-big-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-lg-big-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-big-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-lg-big-9 {
    padding-left: calc(60px / 1.5) !important;
    padding-right: calc(60px / 1.5) !important;
  }
  .px-lg-big-10 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .pl-lg-big-0 {
    padding-left: 0 !important;
  }
  .pl-lg-big-1 {
    padding-left: 0.24rem !important;
  }
  .pl-lg-big-15 {
    padding-left: 6px !important;
  }
  .pl-lg-big-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-big-25 {
    padding-left: 10px !important;
  }
  .pl-lg-big-26 {
    padding-left: 12px !important;
  }
  .pl-lg-big-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-big-35 {
    padding-left: 20px !important;
  }
  .pl-lg-big-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-big-5 {
    padding-left: 2rem !important;
  }
  .pl-lg-big-6 {
    padding-left: 2.5rem !important;
  }
  .pl-lg-big-7 {
    padding-left: 3rem !important;
  }
  .pl-lg-big-8 {
    padding-left: 3.5rem !important;
  }
  .pl-lg-big-9 {
    padding-left: calc(60px / 1.5) !important;
  }
  .pl-lg-big-10 {
    padding-left: 4.5rem !important;
  }
  .pr-lg-big-0 {
    padding-right: 0 !important;
  }
  .pr-lg-big-1 {
    padding-right: 0.24rem !important;
  }
  .pr-lg-big-15 {
    padding-right: 6px !important;
  }
  .pr-lg-big-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-big-25 {
    padding-right: 10px !important;
  }
  .pr-lg-big-26 {
    padding-right: 12px !important;
  }
  .pr-lg-big-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-big-35 {
    padding-right: 20px !important;
  }
  .pr-lg-big-4 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-big-5 {
    padding-right: 2rem !important;
  }
  .pr-lg-big-6 {
    padding-right: 2.5rem !important;
  }
  .pr-lg-big-7 {
    padding-right: 3rem !important;
  }
  .pr-lg-big-8 {
    padding-right: 3.5rem !important;
  }
  .pr-lg-big-9 {
    padding-right: calc(60px / 1.5) !important;
  }
  .pr-lg-big-10 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-big-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-big-1 {
    padding-bottom: 0.24rem !important;
  }
  .pb-lg-big-15 {
    padding-bottom: 6px !important;
  }
  .pb-lg-big-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-big-25 {
    padding-bottom: 10px !important;
  }
  .pb-lg-big-26 {
    padding-bottom: 12px !important;
  }
  .pb-lg-big-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-big-35 {
    padding-bottom: 20px !important;
  }
  .pb-lg-big-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-big-5 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-big-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-big-7 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-big-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-big-9 {
    padding-bottom: calc(60px / 1.5) !important;
  }
  .pb-lg-big-10 {
    padding-bottom: 4.5rem !important;
  }
  .pt-lg-big-0 {
    padding-top: 0 !important;
  }
  .pt-lg-big-1 {
    padding-top: 0.24rem !important;
  }
  .pt-lg-big-15 {
    padding-top: 6px !important;
  }
  .pt-lg-big-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-big-25 {
    padding-top: 10px !important;
  }
  .pt-lg-big-26 {
    padding-top: 12px !important;
  }
  .pt-lg-big-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-big-35 {
    padding-top: 20px !important;
  }
  .pt-lg-big-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-big-5 {
    padding-top: 2rem !important;
  }
  .pt-lg-big-6 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-big-7 {
    padding-top: 3rem !important;
  }
  .pt-lg-big-8 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-big-9 {
    padding-top: calc(60px / 1.5) !important;
  }
  .pt-lg-big-10 {
    padding-top: 4.5rem !important;
  }
  .m-lg-big-auto {
    margin: auto !important;
  }
  .m-lg-big-0 {
    margin: 0 !important;
  }
  .m-lg-big-1 {
    margin: 0.24rem !important;
  }
  .m-lg-big-15 {
    margin: 6px !important;
  }
  .m-lg-big-2 {
    margin: 0.5rem !important;
  }
  .m-lg-big-25 {
    margin: 10px !important;
  }
  .m-lg-big-26 {
    margin: 12px !important;
  }
  .m-lg-big-3 {
    margin: 1rem !important;
  }
  .m-lg-big-35 {
    margin: 20px !important;
  }
  .m-lg-big-4 {
    margin: 1.5rem !important;
  }
  .m-lg-big-5 {
    margin: 2rem !important;
  }
  .m-lg-big-6 {
    margin: 2.5rem !important;
  }
  .m-lg-big-7 {
    margin: 3rem !important;
  }
  .m-lg-big-8 {
    margin: 3.5rem !important;
  }
  .m-lg-big-9 {
    margin: 4rem !important;
  }
  .m-lg-big-10 {
    margin: 4.5rem !important;
  }
  .my-lg-big-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-lg-big-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-big-1 {
    margin-top: 0.24rem !important;
    margin-bottom: 0.24rem !important;
  }
  .my-lg-big-15 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-lg-big-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-big-25 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-big-26 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-lg-big-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-big-35 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-big-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-big-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-big-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-big-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-big-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-big-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-big-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-lg-big-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-lg-big-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-big-1 {
    margin-left: 0.24rem !important;
    margin-right: 0.24rem !important;
  }
  .mx-lg-big-15 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .mx-lg-big-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-big-25 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-lg-big-26 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx-lg-big-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-big-35 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mx-lg-big-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-big-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-lg-big-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-lg-big-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-big-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-lg-big-9 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-lg-big-10 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .ml-lg-big-auto {
    margin-left: auto !important;
  }
  .ml-lg-big-0 {
    margin-left: 0 !important;
  }
  .ml-lg-big-1 {
    margin-left: 0.24rem !important;
  }
  .ml-lg-big-15 {
    margin-left: 6px !important;
  }
  .ml-lg-big-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-big-25 {
    margin-left: 10px !important;
  }
  .ml-lg-big-26 {
    margin-left: 12px !important;
  }
  .ml-lg-big-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-big-35 {
    margin-left: 20px !important;
  }
  .ml-lg-big-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-big-5 {
    margin-left: 2rem !important;
  }
  .ml-lg-big-6 {
    margin-left: 2.5rem !important;
  }
  .ml-lg-big-7 {
    margin-left: 3rem !important;
  }
  .ml-lg-big-8 {
    margin-left: 3.5rem !important;
  }
  .ml-lg-big-9 {
    margin-left: 4rem !important;
  }
  .ml-lg-big-10 {
    margin-left: 4.5rem !important;
  }
  .mr-lg-big-auto {
    margin-right: auto !important;
  }
  .mr-lg-big-0 {
    margin-right: 0 !important;
  }
  .mr-lg-big-1 {
    margin-right: 0.24rem !important;
  }
  .mr-lg-big-15 {
    margin-right: 6px !important;
  }
  .mr-lg-big-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-big-25 {
    margin-right: 10px !important;
  }
  .mr-lg-big-26 {
    margin-right: 12px !important;
  }
  .mr-lg-big-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-big-35 {
    margin-right: 20px !important;
  }
  .mr-lg-big-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-big-5 {
    margin-right: 2rem !important;
  }
  .mr-lg-big-6 {
    margin-right: 2.5rem !important;
  }
  .mr-lg-big-7 {
    margin-right: 3rem !important;
  }
  .mr-lg-big-8 {
    margin-right: 3.5rem !important;
  }
  .mr-lg-big-9 {
    margin-right: 4rem !important;
  }
  .mr-lg-big-10 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-big-auto {
    margin-bottom: auto !important;
  }
  .mb-lg-big-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-big-1 {
    margin-bottom: 0.24rem !important;
  }
  .mb-lg-big-15 {
    margin-bottom: 6px !important;
  }
  .mb-lg-big-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-big-25 {
    margin-bottom: 10px !important;
  }
  .mb-lg-big-26 {
    margin-bottom: 12px !important;
  }
  .mb-lg-big-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-big-35 {
    margin-bottom: 20px !important;
  }
  .mb-lg-big-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-big-45 {
    margin-bottom: 40px !important;
  }
  .mb-lg-big-5 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-big-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-big-7 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-big-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-big-9 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-big-10 {
    margin-bottom: 4.5rem !important;
  }
  .mt-lg-big-auto {
    margin-top: auto !important;
  }
  .mt-lg-big-0 {
    margin-top: 0 !important;
  }
  .mt-lg-big-1 {
    margin-top: 0.24rem !important;
  }
  .mt-lg-big-15 {
    margin-top: 6px !important;
  }
  .mt-lg-big-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-big-25 {
    margin-top: 10px !important;
  }
  .mt-lg-big-26 {
    margin-top: 12px !important;
  }
  .mt-lg-big-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-big-35 {
    margin-top: 20px !important;
  }
  .mt-lg-big-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-big-45 {
    margin-top: 40px !important;
  }
  .mt-lg-big-5 {
    margin-top: 2rem !important;
  }
  .mt-lg-big-6 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-big-7 {
    margin-top: 3rem !important;
  }
  .mt-lg-big-8 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-big-9 {
    margin-top: 4rem !important;
  }
  .mt-lg-big-10 {
    margin-top: 4.5rem !important;
  }
}
/*xl*/
@media (min-width: 1240px) {
  /*gutters*/
  .no-v-gutter-xl {
    row-gap: 0;
  }
  /*columns*/
  .col-left-xl {
    margin-left: calc(20px / 2) !important;
  }
  .col-right-xl {
    margin-right: calc(20px / 2) !important;
  }
  .col-xl-1 {
    width: calc(8.33% - 20px);
  }
  .row--no-g-gutter > .col-xl-1,
  .row--no-gutter > .col-xl-1 {
    width: 8.33%;
  }
  .col-xl-2 {
    width: calc(16.66% - 20px);
  }
  .row--no-g-gutter > .col-xl-2,
  .row--no-gutter > .col-xl-2 {
    width: 16.66%;
  }
  .col-xl-3 {
    width: calc(25% - 20px);
  }
  .row--no-g-gutter > .col-xl-3,
  .row--no-gutter > .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: calc(33.33% - 20px);
  }
  .row--no-g-gutter > .col-xl-4,
  .row--no-gutter > .col-xl-4 {
    width: 33.33%;
  }
  .col-xl-5 {
    width: calc(41.66% - 20px);
  }
  .row--no-g-gutter > .col-xl-5,
  .row--no-gutter > .col-xl-5 {
    width: 41.66%;
  }
  .col-xl-6 {
    width: calc(50% - 20px);
  }
  .row--no-g-gutter > .col-xl-6,
  .row--no-gutter > .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: calc(58.33% - 20px);
  }
  .row--no-g-gutter > .col-xl-7,
  .row--no-gutter > .col-xl-7 {
    width: 58.33%;
  }
  .col-xl-8 {
    width: calc(66.66% - 20px);
  }
  .row--no-g-gutter > .col-xl-8,
  .row--no-gutter > .col-xl-8 {
    width: 66.66%;
  }
  .col-xl-9 {
    width: calc(75% - 20px);
  }
  .row--no-g-gutter > .col-xl-9,
  .row--no-gutter > .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: calc(83.33% - 20px);
  }
  .row--no-g-gutter > .col-xl-10,
  .row--no-gutter > .col-xl-10 {
    width: 83.33%;
  }
  .col-xl-11 {
    width: calc(91.66% - 20px);
  }
  .row--no-g-gutter > .col-xl-11,
  .row--no-gutter > .col-xl-11 {
    width: 91.66%;
  }
  .col-xl-12 {
    width: calc(100% - 20px);
  }
  .row--no-g-gutter > .col-xl-12,
  .row--no-gutter > .col-xl-12 {
    width: 100%;
  }
  /*big gutter*/
  /*use only for xl columns*/
  .container--big-gutter {
    padding: 0 calc(60px);
  }
  .container--big-gutter .row {
    margin: 0 -60px;
  }
  .container--big-gutter .row > div {
    margin: 0 auto 0 calc(60px / 2);
  }
  .container--big-gutter .row-full-width {
    margin: 0 calc(-60px / 2);
  }
  .container--big-gutter .col-xl-1 {
    width: calc(8.33% - 60px);
  }
  .container--big-gutter .col-xl-2 {
    width: calc(16.66% - 60px);
  }
  .container--big-gutter .col-xl-3 {
    width: calc(25% - 60px);
  }
  .container--big-gutter .col-xl-4 {
    width: calc(33.33% - 60px);
  }
  .container--big-gutter .col-xl-5 {
    width: calc(41.66% - 60px);
  }
  .container--big-gutter .col-xl-6 {
    width: calc(50% - 60px);
  }
  .container--big-gutter .col-xl-7 {
    width: calc(58.33% - 60px);
  }
  .container--big-gutter .col-xl-8 {
    width: calc(66.66% - 60px);
  }
  .container--big-gutter .col-xl-9 {
    width: calc(75% - 60px);
  }
  .container--big-gutter .col-xl-10 {
    width: calc(83.33% - 60px);
  }
  .container--big-gutter .col-xl-11 {
    width: calc(91.66% - 60px);
  }
  .container--big-gutter .col-xl-12 {
    width: calc(100% - 60px);
  }
  /*paddings/margins*/
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.24rem !important;
  }
  .p-xl-15 {
    padding: 6px !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-25 {
    padding: 10px !important;
  }
  .p-xl-26 {
    padding: 12px !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-35 {
    padding: 20px !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  .p-xl-9 {
    padding: calc(60px / 1.5) !important;
  }
  .p-xl-10 {
    padding: 4.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.24rem !important;
    padding-bottom: 0.24rem !important;
  }
  .py-xl-15 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-25 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xl-26 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-35 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-9 {
    padding-top: calc(60px / 1.5) !important;
    padding-bottom: calc(60px / 1.5) !important;
  }
  .py-xl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.24rem !important;
    padding-right: 0.24rem !important;
  }
  .px-xl-15 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-25 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-xl-26 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-35 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xl-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-xl-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xl-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-xl-9 {
    padding-left: calc(60px / 1.5) !important;
    padding-right: calc(60px / 1.5) !important;
  }
  .px-xl-10 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 0.24rem !important;
  }
  .pl-xl-15 {
    padding-left: 6px !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-25 {
    padding-left: 10px !important;
  }
  .pl-xl-26 {
    padding-left: 12px !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .pl-xl-35 {
    padding-left: 20px !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 2rem !important;
  }
  .pl-xl-6 {
    padding-left: 2.5rem !important;
  }
  .pl-xl-7 {
    padding-left: 3rem !important;
  }
  .pl-xl-8 {
    padding-left: 3.5rem !important;
  }
  .pl-xl-9 {
    padding-left: calc(60px / 1.5) !important;
  }
  .pl-xl-10 {
    padding-left: 4.5rem !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 0.24rem !important;
  }
  .pr-xl-15 {
    padding-right: 6px !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-25 {
    padding-right: 10px !important;
  }
  .pr-xl-26 {
    padding-right: 12px !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pr-xl-35 {
    padding-right: 20px !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xl-5 {
    padding-right: 2rem !important;
  }
  .pr-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pr-xl-7 {
    padding-right: 3rem !important;
  }
  .pr-xl-8 {
    padding-right: 3.5rem !important;
  }
  .pr-xl-9 {
    padding-right: calc(60px / 1.5) !important;
  }
  .pr-xl-10 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.24rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 6px !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 10px !important;
  }
  .pb-xl-26 {
    padding-bottom: 12px !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-35 {
    padding-bottom: 20px !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: calc(60px / 1.5) !important;
  }
  .pb-xl-10 {
    padding-bottom: 4.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.24rem !important;
  }
  .pt-xl-15 {
    padding-top: 6px !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-25 {
    padding-top: 10px !important;
  }
  .pt-xl-26 {
    padding-top: 12px !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-35 {
    padding-top: 20px !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  .pt-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 3rem !important;
  }
  .pt-xl-8 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-9 {
    padding-top: calc(60px / 1.5) !important;
  }
  .pt-xl-10 {
    padding-top: 4.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.24rem !important;
  }
  .m-xl-15 {
    margin: 6px !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-25 {
    margin: 10px !important;
  }
  .m-xl-26 {
    margin: 12px !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-35 {
    margin: 20px !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  .m-xl-9 {
    margin: 4rem !important;
  }
  .m-xl-10 {
    margin: 4.5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.24rem !important;
    margin-bottom: 0.24rem !important;
  }
  .my-xl-15 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-25 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-26 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-35 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.24rem !important;
    margin-right: 0.24rem !important;
  }
  .mx-xl-15 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-25 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-xl-26 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-35 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xl-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-xl-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-xl-9 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xl-10 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.24rem !important;
  }
  .ml-xl-15 {
    margin-left: 6px !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-25 {
    margin-left: 10px !important;
  }
  .ml-xl-26 {
    margin-left: 12px !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .ml-xl-35 {
    margin-left: 20px !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 2rem !important;
  }
  .ml-xl-6 {
    margin-left: 2.5rem !important;
  }
  .ml-xl-7 {
    margin-left: 3rem !important;
  }
  .ml-xl-8 {
    margin-left: 3.5rem !important;
  }
  .ml-xl-9 {
    margin-left: 4rem !important;
  }
  .ml-xl-10 {
    margin-left: 4.5rem !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.24rem !important;
  }
  .mr-xl-15 {
    margin-right: 6px !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-25 {
    margin-right: 10px !important;
  }
  .mr-xl-26 {
    margin-right: 12px !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mr-xl-35 {
    margin-right: 20px !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 2rem !important;
  }
  .mr-xl-6 {
    margin-right: 2.5rem !important;
  }
  .mr-xl-7 {
    margin-right: 3rem !important;
  }
  .mr-xl-8 {
    margin-right: 3.5rem !important;
  }
  .mr-xl-9 {
    margin-right: 4rem !important;
  }
  .mr-xl-10 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.24rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 6px !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 10px !important;
  }
  .mb-xl-26 {
    margin-bottom: 12px !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-35 {
    margin-bottom: 20px !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-45 {
    margin-bottom: 40px !important;
  }
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 4.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.24rem !important;
  }
  .mt-xl-15 {
    margin-top: 6px !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-25 {
    margin-top: 10px !important;
  }
  .mt-xl-26 {
    margin-top: 12px !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-35 {
    margin-top: 20px !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-45 {
    margin-top: 40px !important;
  }
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 3rem !important;
  }
  .mt-xl-8 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-9 {
    margin-top: 4rem !important;
  }
  .mt-xl-10 {
    margin-top: 4.5rem !important;
  }
}
/*xxl*/
@media (min-width: 1440px) {
  /*gutters*/
  .no-v-gutter-xxl {
    row-gap: 0;
  }
  /*columns*/
  .col-left-xxl {
    margin-left: calc(20px / 2) !important;
  }
  .col-right-xxl {
    margin-right: calc(20px / 2) !important;
  }
  .col-xxl-1 {
    width: calc(8.33% - 20px);
  }
  .row--no-g-gutter > .col-xxl-1,
  .row--no-gutter > .col-xxl-1 {
    width: 8.33%;
  }
  .col-xxl-2 {
    width: calc(16.66% - 20px);
  }
  .row--no-g-gutter > .col-xxl-2,
  .row--no-gutter > .col-xxl-2 {
    width: 16.66%;
  }
  .col-xxl-3 {
    width: calc(25% - 20px);
  }
  .row--no-g-gutter > .col-xxl-3,
  .row--no-gutter > .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: calc(33.33% - 20px);
  }
  .row--no-g-gutter > .col-xxl-4,
  .row--no-gutter > .col-xxl-4 {
    width: 33.33%;
  }
  .col-xxl-5 {
    width: calc(41.66% - 20px);
  }
  .row--no-g-gutter > .col-xxl-5,
  .row--no-gutter > .col-xxl-5 {
    width: 41.66%;
  }
  .col-xxl-6 {
    width: calc(50% - 20px);
  }
  .row--no-g-gutter > .col-xxl-6,
  .row--no-gutter > .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: calc(58.33% - 20px);
  }
  .row--no-g-gutter > .col-xxl-7,
  .row--no-gutter > .col-xxl-7 {
    width: 58.33%;
  }
  .col-xxl-8 {
    width: calc(66.66% - 20px);
  }
  .row--no-g-gutter > .col-xxl-8,
  .row--no-gutter > .col-xxl-8 {
    width: 66.66%;
  }
  .col-xxl-9 {
    width: calc(75% - 20px);
  }
  .row--no-g-gutter > .col-xxl-9,
  .row--no-gutter > .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10 {
    width: calc(83.33% - 20px);
  }
  .row--no-g-gutter > .col-xxl-10,
  .row--no-gutter > .col-xxl-10 {
    width: 83.33%;
  }
  .col-xxl-11 {
    width: calc(91.66% - 20px);
  }
  .row--no-g-gutter > .col-xxl-11,
  .row--no-gutter > .col-xxl-11 {
    width: 91.66%;
  }
  .col-xxl-12 {
    width: calc(100% - 20px);
  }
  .row--no-g-gutter > .col-xxl-12,
  .row--no-gutter > .col-xxl-12 {
    width: 100%;
  }
  /*paddings/margins*/
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.24rem !important;
  }
  .p-xxl-15 {
    padding: 6px !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-25 {
    padding: 10px !important;
  }
  .p-xxl-26 {
    padding: 12px !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-35 {
    padding: 20px !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 2rem !important;
  }
  .p-xxl-6 {
    padding: 2.5rem !important;
  }
  .p-xxl-7 {
    padding: 3rem !important;
  }
  .p-xxl-8 {
    padding: 3.5rem !important;
  }
  .p-xxl-9 {
    padding: calc(60px / 1.5) !important;
  }
  .p-xxl-10 {
    padding: 4.5rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.24rem !important;
    padding-bottom: 0.24rem !important;
  }
  .py-xxl-15 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-25 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xxl-26 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-35 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-9 {
    padding-top: calc(60px / 1.5) !important;
    padding-bottom: calc(60px / 1.5) !important;
  }
  .py-xxl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.24rem !important;
    padding-right: 0.24rem !important;
  }
  .px-xxl-15 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-25 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-xxl-26 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-35 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xxl-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-xxl-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xxl-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-xxl-9 {
    padding-left: calc(60px / 1.5) !important;
    padding-right: calc(60px / 1.5) !important;
  }
  .px-xxl-10 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-1 {
    padding-left: 0.24rem !important;
  }
  .pl-xxl-15 {
    padding-left: 6px !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxl-25 {
    padding-left: 10px !important;
  }
  .pl-xxl-26 {
    padding-left: 12px !important;
  }
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .pl-xxl-35 {
    padding-left: 20px !important;
  }
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xxl-5 {
    padding-left: 2rem !important;
  }
  .pl-xxl-6 {
    padding-left: 2.5rem !important;
  }
  .pl-xxl-7 {
    padding-left: 3rem !important;
  }
  .pl-xxl-8 {
    padding-left: 3.5rem !important;
  }
  .pl-xxl-9 {
    padding-left: calc(60px / 1.5) !important;
  }
  .pl-xxl-10 {
    padding-left: 4.5rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxl-1 {
    padding-right: 0.24rem !important;
  }
  .pr-xxl-15 {
    padding-right: 6px !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxl-25 {
    padding-right: 10px !important;
  }
  .pr-xxl-26 {
    padding-right: 12px !important;
  }
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .pr-xxl-35 {
    padding-right: 20px !important;
  }
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xxl-5 {
    padding-right: 2rem !important;
  }
  .pr-xxl-6 {
    padding-right: 2.5rem !important;
  }
  .pr-xxl-7 {
    padding-right: 3rem !important;
  }
  .pr-xxl-8 {
    padding-right: 3.5rem !important;
  }
  .pr-xxl-9 {
    padding-right: calc(60px / 1.5) !important;
  }
  .pr-xxl-10 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.24rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 6px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 10px !important;
  }
  .pb-xxl-26 {
    padding-bottom: 12px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-35 {
    padding-bottom: 20px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: calc(60px / 1.5) !important;
  }
  .pb-xxl-10 {
    padding-bottom: 4.5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.24rem !important;
  }
  .pt-xxl-15 {
    padding-top: 6px !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-25 {
    padding-top: 10px !important;
  }
  .pt-xxl-26 {
    padding-top: 12px !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-35 {
    padding-top: 20px !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 2rem !important;
  }
  .pt-xxl-6 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 3rem !important;
  }
  .pt-xxl-8 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-9 {
    padding-top: calc(60px / 1.5) !important;
  }
  .pt-xxl-10 {
    padding-top: 4.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.24rem !important;
  }
  .m-xxl-15 {
    margin: 6px !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-25 {
    margin: 10px !important;
  }
  .m-xxl-26 {
    margin: 12px !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-35 {
    margin: 20px !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 2rem !important;
  }
  .m-xxl-6 {
    margin: 2.5rem !important;
  }
  .m-xxl-7 {
    margin: 3rem !important;
  }
  .m-xxl-8 {
    margin: 3.5rem !important;
  }
  .m-xxl-9 {
    margin: 4rem !important;
  }
  .m-xxl-10 {
    margin: 4.5rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.24rem !important;
    margin-bottom: 0.24rem !important;
  }
  .my-xxl-15 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-25 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xxl-26 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-35 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.24rem !important;
    margin-right: 0.24rem !important;
  }
  .mx-xxl-15 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-25 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-xxl-26 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-35 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xxl-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-xxl-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-xxl-9 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xxl-10 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxl-1 {
    margin-left: 0.24rem !important;
  }
  .ml-xxl-15 {
    margin-left: 6px !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxl-25 {
    margin-left: 10px !important;
  }
  .ml-xxl-26 {
    margin-left: 12px !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .ml-xxl-35 {
    margin-left: 20px !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xxl-5 {
    margin-left: 2rem !important;
  }
  .ml-xxl-6 {
    margin-left: 2.5rem !important;
  }
  .ml-xxl-7 {
    margin-left: 3rem !important;
  }
  .ml-xxl-8 {
    margin-left: 3.5rem !important;
  }
  .ml-xxl-9 {
    margin-left: 4rem !important;
  }
  .ml-xxl-10 {
    margin-left: 4.5rem !important;
  }
  .mr-xxl-auto {
    margin-right: auto !important;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxl-1 {
    margin-right: 0.24rem !important;
  }
  .mr-xxl-15 {
    margin-right: 6px !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxl-25 {
    margin-right: 10px !important;
  }
  .mr-xxl-26 {
    margin-right: 12px !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mr-xxl-35 {
    margin-right: 20px !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xxl-5 {
    margin-right: 2rem !important;
  }
  .mr-xxl-6 {
    margin-right: 2.5rem !important;
  }
  .mr-xxl-7 {
    margin-right: 3rem !important;
  }
  .mr-xxl-8 {
    margin-right: 3.5rem !important;
  }
  .mr-xxl-9 {
    margin-right: 4rem !important;
  }
  .mr-xxl-10 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.24rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 6px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-26 {
    margin-bottom: 12px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-35 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-45 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 4.5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.24rem !important;
  }
  .mt-xxl-15 {
    margin-top: 6px !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-25 {
    margin-top: 10px !important;
  }
  .mt-xxl-26 {
    margin-top: 12px !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-35 {
    margin-top: 20px !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 2rem !important;
  }
  .mt-xxl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 3rem !important;
  }
  .mt-xxl-8 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-9 {
    margin-top: 4rem !important;
  }
  .mt-xxl-10 {
    margin-top: 4.5rem !important;
  }
}
/*================================================================
Flexbox Utility
================================================================*/
/* Displays */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

/* Flex directions */
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* Horizontal alignment (justify-content) */
.justify-start {
  justify-content: flex-start !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

/* Vertical alignment (align-items) */
.align-start {
  align-items: flex-start !important;
}

.align-center {
  align-items: center !important;
}

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

.align-baseline {
  align-items: baseline !important;
}

.align-stretch {
  align-items: stretch !important;
}

/* Individual element alignment (align-self) */
.align-self-start {
  align-self: flex-start !important;
}

.align-self-center {
  align-self: center !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

/* Flex wrapping */
.flex-wrap {
  flex-wrap: wrap !important;
}

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

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

/* Auto-generate classes for breakpoints */
@media (min-width: 320px) {
  /* Flex directions */
  .xxs-flex-row {
    flex-direction: row !important;
  }
  .xxs-flex-column {
    flex-direction: column !important;
  }
  .xxs-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xxs-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* Horizontal alignment */
  .xxs-justify-start {
    justify-content: flex-start !important;
  }
  .xxs-justify-center {
    justify-content: center !important;
  }
  .xxs-justify-end {
    justify-content: flex-end !important;
  }
  .xxs-justify-between {
    justify-content: space-between !important;
  }
  .xxs-justify-around {
    justify-content: space-around !important;
  }
  .xxs-justify-evenly {
    justify-content: space-evenly !important;
  }
  /* Vertical alignment */
  .xxs-align-start {
    align-items: flex-start !important;
  }
  .xxs-align-center {
    align-items: center !important;
  }
  .xxs-align-end {
    align-items: flex-end !important;
  }
  .xxs-align-baseline {
    align-items: baseline !important;
  }
  .xxs-align-stretch {
    align-items: stretch !important;
  }
  /* Individual element alignment */
  .xxs-align-self-start {
    align-self: flex-start !important;
  }
  .xxs-align-self-center {
    align-self: center !important;
  }
  .xxs-align-self-end {
    align-self: flex-end !important;
  }
  .xxs-align-self-baseline {
    align-self: baseline !important;
  }
  .xxs-align-self-stretch {
    align-self: stretch !important;
  }
  /* Flex wrapping */
  .xxs-flex-wrap {
    flex-wrap: wrap !important;
  }
  .xxs-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .xxs-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* Display Utility Classes */
  .d-xxs-none {
    display: none !important;
  }
  .d-xxs-block {
    display: block !important;
  }
  .d-xxs-flex {
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 360px) {
  /* Flex directions */
  .xs-flex-row {
    flex-direction: row !important;
  }
  .xs-flex-column {
    flex-direction: column !important;
  }
  .xs-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xs-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* Horizontal alignment */
  .xs-justify-start {
    justify-content: flex-start !important;
  }
  .xs-justify-center {
    justify-content: center !important;
  }
  .xs-justify-end {
    justify-content: flex-end !important;
  }
  .xs-justify-between {
    justify-content: space-between !important;
  }
  .xs-justify-around {
    justify-content: space-around !important;
  }
  .xs-justify-evenly {
    justify-content: space-evenly !important;
  }
  /* Vertical alignment */
  .xs-align-start {
    align-items: flex-start !important;
  }
  .xs-align-center {
    align-items: center !important;
  }
  .xs-align-end {
    align-items: flex-end !important;
  }
  .xs-align-baseline {
    align-items: baseline !important;
  }
  .xs-align-stretch {
    align-items: stretch !important;
  }
  /* Individual element alignment */
  .xs-align-self-start {
    align-self: flex-start !important;
  }
  .xs-align-self-center {
    align-self: center !important;
  }
  .xs-align-self-end {
    align-self: flex-end !important;
  }
  .xs-align-self-baseline {
    align-self: baseline !important;
  }
  .xs-align-self-stretch {
    align-self: stretch !important;
  }
  /* Flex wrapping */
  .xs-flex-wrap {
    flex-wrap: wrap !important;
  }
  .xs-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .xs-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* Display Utility Classes */
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 375px) {
  /* Flex directions */
  .sm-small-flex-row {
    flex-direction: row !important;
  }
  .sm-small-flex-column {
    flex-direction: column !important;
  }
  .sm-small-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .sm-small-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* Horizontal alignment */
  .sm-small-justify-start {
    justify-content: flex-start !important;
  }
  .sm-small-justify-center {
    justify-content: center !important;
  }
  .sm-small-justify-end {
    justify-content: flex-end !important;
  }
  .sm-small-justify-between {
    justify-content: space-between !important;
  }
  .sm-small-justify-around {
    justify-content: space-around !important;
  }
  .sm-small-justify-evenly {
    justify-content: space-evenly !important;
  }
  /* Vertical alignment */
  .sm-small-align-start {
    align-items: flex-start !important;
  }
  .sm-small-align-center {
    align-items: center !important;
  }
  .sm-small-align-end {
    align-items: flex-end !important;
  }
  .sm-small-align-baseline {
    align-items: baseline !important;
  }
  .sm-small-align-stretch {
    align-items: stretch !important;
  }
  /* Individual element alignment */
  .sm-small-align-self-start {
    align-self: flex-start !important;
  }
  .sm-small-align-self-center {
    align-self: center !important;
  }
  .sm-small-align-self-end {
    align-self: flex-end !important;
  }
  .sm-small-align-self-baseline {
    align-self: baseline !important;
  }
  .sm-small-align-self-stretch {
    align-self: stretch !important;
  }
  /* Flex wrapping */
  .sm-small-flex-wrap {
    flex-wrap: wrap !important;
  }
  .sm-small-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .sm-small-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* Display Utility Classes */
  .d-sm-small-none {
    display: none !important;
  }
  .d-sm-small-block {
    display: block !important;
  }
  .d-sm-small-flex {
    display: flex !important;
  }
  .d-sm-small-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  /* Flex directions */
  .sm-flex-row {
    flex-direction: row !important;
  }
  .sm-flex-column {
    flex-direction: column !important;
  }
  .sm-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .sm-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* Horizontal alignment */
  .sm-justify-start {
    justify-content: flex-start !important;
  }
  .sm-justify-center {
    justify-content: center !important;
  }
  .sm-justify-end {
    justify-content: flex-end !important;
  }
  .sm-justify-between {
    justify-content: space-between !important;
  }
  .sm-justify-around {
    justify-content: space-around !important;
  }
  .sm-justify-evenly {
    justify-content: space-evenly !important;
  }
  /* Vertical alignment */
  .sm-align-start {
    align-items: flex-start !important;
  }
  .sm-align-center {
    align-items: center !important;
  }
  .sm-align-end {
    align-items: flex-end !important;
  }
  .sm-align-baseline {
    align-items: baseline !important;
  }
  .sm-align-stretch {
    align-items: stretch !important;
  }
  /* Individual element alignment */
  .sm-align-self-start {
    align-self: flex-start !important;
  }
  .sm-align-self-center {
    align-self: center !important;
  }
  .sm-align-self-end {
    align-self: flex-end !important;
  }
  .sm-align-self-baseline {
    align-self: baseline !important;
  }
  .sm-align-self-stretch {
    align-self: stretch !important;
  }
  /* Flex wrapping */
  .sm-flex-wrap {
    flex-wrap: wrap !important;
  }
  .sm-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .sm-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* Display Utility Classes */
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* Flex directions */
  .md-flex-row {
    flex-direction: row !important;
  }
  .md-flex-column {
    flex-direction: column !important;
  }
  .md-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .md-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* Horizontal alignment */
  .md-justify-start {
    justify-content: flex-start !important;
  }
  .md-justify-center {
    justify-content: center !important;
  }
  .md-justify-end {
    justify-content: flex-end !important;
  }
  .md-justify-between {
    justify-content: space-between !important;
  }
  .md-justify-around {
    justify-content: space-around !important;
  }
  .md-justify-evenly {
    justify-content: space-evenly !important;
  }
  /* Vertical alignment */
  .md-align-start {
    align-items: flex-start !important;
  }
  .md-align-center {
    align-items: center !important;
  }
  .md-align-end {
    align-items: flex-end !important;
  }
  .md-align-baseline {
    align-items: baseline !important;
  }
  .md-align-stretch {
    align-items: stretch !important;
  }
  /* Individual element alignment */
  .md-align-self-start {
    align-self: flex-start !important;
  }
  .md-align-self-center {
    align-self: center !important;
  }
  .md-align-self-end {
    align-self: flex-end !important;
  }
  .md-align-self-baseline {
    align-self: baseline !important;
  }
  .md-align-self-stretch {
    align-self: stretch !important;
  }
  /* Flex wrapping */
  .md-flex-wrap {
    flex-wrap: wrap !important;
  }
  .md-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .md-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* Display Utility Classes */
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 981px) {
  /* Flex directions */
  .lg-flex-row {
    flex-direction: row !important;
  }
  .lg-flex-column {
    flex-direction: column !important;
  }
  .lg-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .lg-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* Horizontal alignment */
  .lg-justify-start {
    justify-content: flex-start !important;
  }
  .lg-justify-center {
    justify-content: center !important;
  }
  .lg-justify-end {
    justify-content: flex-end !important;
  }
  .lg-justify-between {
    justify-content: space-between !important;
  }
  .lg-justify-around {
    justify-content: space-around !important;
  }
  .lg-justify-evenly {
    justify-content: space-evenly !important;
  }
  /* Vertical alignment */
  .lg-align-start {
    align-items: flex-start !important;
  }
  .lg-align-center {
    align-items: center !important;
  }
  .lg-align-end {
    align-items: flex-end !important;
  }
  .lg-align-baseline {
    align-items: baseline !important;
  }
  .lg-align-stretch {
    align-items: stretch !important;
  }
  /* Individual element alignment */
  .lg-align-self-start {
    align-self: flex-start !important;
  }
  .lg-align-self-center {
    align-self: center !important;
  }
  .lg-align-self-end {
    align-self: flex-end !important;
  }
  .lg-align-self-baseline {
    align-self: baseline !important;
  }
  .lg-align-self-stretch {
    align-self: stretch !important;
  }
  /* Flex wrapping */
  .lg-flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .lg-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* Display Utility Classes */
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1140px) {
  /* Flex directions */
  .lg-big-flex-row {
    flex-direction: row !important;
  }
  .lg-big-flex-column {
    flex-direction: column !important;
  }
  .lg-big-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .lg-big-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* Horizontal alignment */
  .lg-big-justify-start {
    justify-content: flex-start !important;
  }
  .lg-big-justify-center {
    justify-content: center !important;
  }
  .lg-big-justify-end {
    justify-content: flex-end !important;
  }
  .lg-big-justify-between {
    justify-content: space-between !important;
  }
  .lg-big-justify-around {
    justify-content: space-around !important;
  }
  .lg-big-justify-evenly {
    justify-content: space-evenly !important;
  }
  /* Vertical alignment */
  .lg-big-align-start {
    align-items: flex-start !important;
  }
  .lg-big-align-center {
    align-items: center !important;
  }
  .lg-big-align-end {
    align-items: flex-end !important;
  }
  .lg-big-align-baseline {
    align-items: baseline !important;
  }
  .lg-big-align-stretch {
    align-items: stretch !important;
  }
  /* Individual element alignment */
  .lg-big-align-self-start {
    align-self: flex-start !important;
  }
  .lg-big-align-self-center {
    align-self: center !important;
  }
  .lg-big-align-self-end {
    align-self: flex-end !important;
  }
  .lg-big-align-self-baseline {
    align-self: baseline !important;
  }
  .lg-big-align-self-stretch {
    align-self: stretch !important;
  }
  /* Flex wrapping */
  .lg-big-flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg-big-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .lg-big-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* Display Utility Classes */
  .d-lg-big-none {
    display: none !important;
  }
  .d-lg-big-block {
    display: block !important;
  }
  .d-lg-big-flex {
    display: flex !important;
  }
  .d-lg-big-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1240px) {
  /* Flex directions */
  .xl-flex-row {
    flex-direction: row !important;
  }
  .xl-flex-column {
    flex-direction: column !important;
  }
  .xl-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xl-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* Horizontal alignment */
  .xl-justify-start {
    justify-content: flex-start !important;
  }
  .xl-justify-center {
    justify-content: center !important;
  }
  .xl-justify-end {
    justify-content: flex-end !important;
  }
  .xl-justify-between {
    justify-content: space-between !important;
  }
  .xl-justify-around {
    justify-content: space-around !important;
  }
  .xl-justify-evenly {
    justify-content: space-evenly !important;
  }
  /* Vertical alignment */
  .xl-align-start {
    align-items: flex-start !important;
  }
  .xl-align-center {
    align-items: center !important;
  }
  .xl-align-end {
    align-items: flex-end !important;
  }
  .xl-align-baseline {
    align-items: baseline !important;
  }
  .xl-align-stretch {
    align-items: stretch !important;
  }
  /* Individual element alignment */
  .xl-align-self-start {
    align-self: flex-start !important;
  }
  .xl-align-self-center {
    align-self: center !important;
  }
  .xl-align-self-end {
    align-self: flex-end !important;
  }
  .xl-align-self-baseline {
    align-self: baseline !important;
  }
  .xl-align-self-stretch {
    align-self: stretch !important;
  }
  /* Flex wrapping */
  .xl-flex-wrap {
    flex-wrap: wrap !important;
  }
  .xl-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .xl-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* Display Utility Classes */
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  /* Flex directions */
  .xxl-flex-row {
    flex-direction: row !important;
  }
  .xxl-flex-column {
    flex-direction: column !important;
  }
  .xxl-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xxl-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* Horizontal alignment */
  .xxl-justify-start {
    justify-content: flex-start !important;
  }
  .xxl-justify-center {
    justify-content: center !important;
  }
  .xxl-justify-end {
    justify-content: flex-end !important;
  }
  .xxl-justify-between {
    justify-content: space-between !important;
  }
  .xxl-justify-around {
    justify-content: space-around !important;
  }
  .xxl-justify-evenly {
    justify-content: space-evenly !important;
  }
  /* Vertical alignment */
  .xxl-align-start {
    align-items: flex-start !important;
  }
  .xxl-align-center {
    align-items: center !important;
  }
  .xxl-align-end {
    align-items: flex-end !important;
  }
  .xxl-align-baseline {
    align-items: baseline !important;
  }
  .xxl-align-stretch {
    align-items: stretch !important;
  }
  /* Individual element alignment */
  .xxl-align-self-start {
    align-self: flex-start !important;
  }
  .xxl-align-self-center {
    align-self: center !important;
  }
  .xxl-align-self-end {
    align-self: flex-end !important;
  }
  .xxl-align-self-baseline {
    align-self: baseline !important;
  }
  .xxl-align-self-stretch {
    align-self: stretch !important;
  }
  /* Flex wrapping */
  .xxl-flex-wrap {
    flex-wrap: wrap !important;
  }
  .xxl-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .xxl-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* Display Utility Classes */
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
/*=========================================================
Animations
=========================================================*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ticker {
  0% {
    transform: translate(100%, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/*================================================================
Image
================================================================*/
.img-responsive {
  width: auto;
  height: auto;
}

.img-cover {
  object-fit: cover;
  object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}

/*================================================================
Overflow
================================================================*/
.overflow-clip {
  overflow: clip !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

/*================================================================
Cursor
================================================================*/
.cursor-pointer {
  cursor: pointer;
}

.cursor-grab {
  cursor: grab;
}

/*================================================================
Positioning
================================================================*/
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

/*================================================================
Visually hidden
================================================================*/
.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

/*================================================================
Color and Background
================================================================*/
/*Colors*/
.color-primary {
  color: #053e44 !important;
}

.color-secondary {
  color: #193947 !important;
}

.color-brand {
  color: #053e44 !important;
}

.color-primary-active {
  color: #a6273d !important;
}

.color-secondary-active {
  color: #193947 !important;
}

.color-brand-active {
  color: #224d5e !important;
}

.color-white {
  color: #ffffff !important;
}

.color-black {
  color: #000000 !important;
}

.color-light-grey {
  color: #f6f6f6 !important;
}

@media (min-width: 768px) {
  .md-color-primary {
    color: #053e44 !important;
  }
  .md-color-secondary {
    color: #193947 !important;
  }
  .md-color-brand {
    color: #053e44 !important;
  }
  .md-color-primary-active {
    color: #a6273d !important;
  }
  .md-color-secondary-active {
    color: #193947 !important;
  }
  .md-color-brand-active {
    color: #224d5e !important;
  }
  .md-color-white {
    color: #ffffff !important;
  }
  .md-color-black {
    color: #000000 !important;
  }
  .md-color-light-grey {
    color: #f6f6f6 !important;
  }
}
@media (min-width: 981px) {
  .lg-color-primary {
    color: #053e44 !important;
  }
  .lg-color-secondary {
    color: #193947 !important;
  }
  .lg-color-brand {
    color: #053e44 !important;
  }
  .lg-color-primary-active {
    color: #a6273d !important;
  }
  .lg-color-secondary-active {
    color: #193947 !important;
  }
  .lg-color-brand-active {
    color: #224d5e !important;
  }
  .lg-color-white {
    color: #ffffff !important;
  }
  .lg-color-black {
    color: #000000 !important;
  }
  .lg-color-light-grey {
    color: #f6f6f6 !important;
  }
}
/*Backgrounds*/
.bg-primary {
  background-color: #053e44 !important;
}

.bg-secondary {
  background-color: #193947 !important;
}

.bg-brand {
  background-color: #053e44 !important;
}

.bg-primary-active {
  background-color: #a6273d !important;
}

.bg-secondary-active {
  background-color: #193947 !important;
}

.bg-brand-active {
  background-color: #224d5e !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-light-grey {
  background-color: #f6f6f6 !important;
}

@media (min-width: 768px) {
  .md-bg-primary {
    background-color: #053e44 !important;
  }
  .md-bg-secondary {
    background-color: #193947 !important;
  }
  .md-bg-brand {
    background-color: #053e44 !important;
  }
  .md-bg-primary-active {
    background-color: #a6273d !important;
  }
  .md-bg-secondary-active {
    background-color: #193947 !important;
  }
  .md-bg-brand-active {
    background-color: #224d5e !important;
  }
  .md-bg-white {
    background-color: #ffffff !important;
  }
  .md-bg-black {
    background-color: #000000 !important;
  }
  .md-bg-light-grey {
    background-color: #f6f6f6 !important;
  }
}
@media (min-width: 981px) {
  .lg-bg-primary {
    background-color: #053e44 !important;
  }
  .lg-bg-secondary {
    background-color: #193947 !important;
  }
  .lg-bg-brand {
    background-color: #053e44 !important;
  }
  .lg-bg-primary-active {
    background-color: #a6273d !important;
  }
  .lg-bg-secondary-active {
    background-color: #193947 !important;
  }
  .lg-bg-brand-active {
    background-color: #224d5e !important;
  }
  .lg-bg-white {
    background-color: #ffffff !important;
  }
  .lg-bg-black {
    background-color: #000000 !important;
  }
  .lg-bg-light-grey {
    background-color: #f6f6f6 !important;
  }
}
/*================================================================
Font sizes
================================================================*/
.font-size-0 {
  font-size: 0 !important;
}

.font-size-xxs {
  font-size: 9px;
}

.font-size-xs {
  font-size: 10px;
}

.font-size-sm {
  font-size: 12px;
}

.font-size-md {
  font-size: 16px;
}

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

.font-size-xl {
  font-size: 20px;
}

.font-size-xxl {
  font-size: 22px;
}

.font-size-bs {
  font-size: 16px;
}

.font-size-mob {
  font-size: 16px;
}

@media (min-width: 576px) {
  .font-size-sm-0 {
    font-size: 0 !important;
  }
  .font-size-sm-xxs {
    font-size: 9px;
  }
  .font-size-sm-xs {
    font-size: 10px;
  }
  .font-size-sm-sm {
    font-size: 12px;
  }
  .font-size-sm-md {
    font-size: 16px;
  }
  .font-size-sm-lg {
    font-size: 18px;
  }
  .font-size-sm-xl {
    font-size: 20px;
  }
  .font-size-sm-xxl {
    font-size: 22px;
  }
  .font-size-sm-bs {
    font-size: 16px;
  }
  .font-size-sm-mob {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .font-size-sm-0-down {
    font-size: 0 !important;
  }
}
@media (min-width: 768px) {
  .font-size-md-0 {
    font-size: 0 !important;
  }
  .font-size-md-xxs {
    font-size: 9px;
  }
  .font-size-md-xs {
    font-size: 10px;
  }
  .font-size-md-sm {
    font-size: 12px;
  }
  .font-size-md-md {
    font-size: 16px;
  }
  .font-size-md-lg {
    font-size: 18px;
  }
  .font-size-md-xl {
    font-size: 20px;
  }
  .font-size-md-xxl {
    font-size: 22px;
  }
  .font-size-md-bs {
    font-size: 16px;
  }
  .font-size-md-mob {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font-size-md-0-down {
    font-size: 0 !important;
  }
}
@media (min-width: 981px) {
  .font-size-lg-0 {
    font-size: 0 !important;
  }
  .font-size-lg-xxs {
    font-size: 9px;
  }
  .font-size-lg-xs {
    font-size: 10px;
  }
  .font-size-lg-sm {
    font-size: 12px;
  }
  .font-size-lg-md {
    font-size: 16px;
  }
  .font-size-lg-lg {
    font-size: 18px;
  }
  .font-size-lg-xl {
    font-size: 20px;
  }
  .font-size-lg-xxl {
    font-size: 22px;
  }
  .font-size-lg-bs {
    font-size: 16px;
  }
  .font-size-lg-mob {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  .font-size-lg-0-down {
    font-size: 0 !important;
  }
}
@media (min-width: 1240px) {
  .font-size-xl-0 {
    font-size: 0 !important;
  }
  .font-size-xl-xxs {
    font-size: 9px;
  }
  .font-size-xl-xs {
    font-size: 10px;
  }
  .font-size-xl-sm {
    font-size: 12px;
  }
  .font-size-xl-md {
    font-size: 16px;
  }
  .font-size-xl-lg {
    font-size: 18px;
  }
  .font-size-xl-xl {
    font-size: 20px;
  }
  .font-size-xl-xxl {
    font-size: 22px;
  }
  .font-size-xl-bs {
    font-size: 16px;
  }
  .font-size-xl-mob {
    font-size: 16px;
  }
}
@media (max-width: 1239px) {
  .font-size-xl-0-down {
    font-size: 0 !important;
  }
}
@media (min-width: 1440px) {
  .font-size-xxl-0 {
    font-size: 0 !important;
  }
  .font-size-xxl-xxs {
    font-size: 9px;
  }
  .font-size-xxl-xs {
    font-size: 10px;
  }
  .font-size-xxl-sm {
    font-size: 12px;
  }
  .font-size-xxl-md {
    font-size: 16px;
  }
  .font-size-xxl-lg {
    font-size: 18px;
  }
  .font-size-xxl-xl {
    font-size: 20px;
  }
  .font-size-xxl-xxl {
    font-size: 22px;
  }
  .font-size-xxl-bs {
    font-size: 16px;
  }
  .font-size-xxl-mob {
    font-size: 16px;
  }
}
@media (max-width: 1339px) {
  .font-size-xxl-0-down {
    font-size: 0 !important;
  }
}
/*================================================================
Borders
================================================================*/
.border {
  border: 1px solid #d1d5db;
}

.border-bottom {
  border-bottom: 1px solid #d1d5db;
}

.border-top {
  border-top: 1px solid #d1d5db;
}

.border-left {
  border-left: 1px solid #d1d5db;
}

.border-right {
  border-right: 1px solid #d1d5db;
}

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

/*================================================================
Border radius
================================================================*/
.border-radius-sm {
  border-radius: 2px;
}

.border-radius {
  border-radius: 4px;
}

.border-radius-md {
  border-radius: 6px;
}

.border-radius-lg {
  border-radius: 8px;
}

.border-radius-xl {
  border-radius: 12px;
}

.border-radius-xxl {
  border-radius: 24px;
}

.border-radius-3xl {
  border-radius: 32px;
}

.border-radius-100 {
  border-radius: 100%;
}

@media (min-width: 768px) {
  .md-border-radius-sm {
    border-radius: 2px !important;
  }
  .md-border-radius {
    border-radius: 4px !important;
  }
  .md-border-radius-md {
    border-radius: 6px !important;
  }
  .md-border-radius-lg {
    border-radius: 8px !important;
  }
  .md-border-radius-xl {
    border-radius: 12px !important;
  }
  .md-border-radius-xxl {
    border-radius: 24px !important;
  }
  .md-border-radius-3xl {
    border-radius: 32px !important;
  }
  .md-border-radius-100 {
    border-radius: 100% !important;
  }
}
@media (min-width: 981px) {
  .lg-border-radius-sm {
    border-radius: 2px !important;
  }
  .lg-border-radius {
    border-radius: 4px !important;
  }
  .lg-border-radius-md {
    border-radius: 6px !important;
  }
  .lg-border-radius-lg {
    border-radius: 8px !important;
  }
  .lg-border-radius-xl {
    border-radius: 12px !important;
  }
  .lg-border-radius-xxl {
    border-radius: 24px !important;
  }
  .lg-border-radius-3xl {
    border-radius: 32px !important;
  }
  .lg-border-radius-100 {
    border-radius: 100% !important;
  }
}
/*================================================================
Shadows
================================================================*/
.shadow-xs {
  box-shadow: 0 1px 2px 0px rgba(10, 13, 18, 0.05) !important;
}

.shadow-sm {
  box-shadow: 0 1px 3px 0 rgba(10, 13, 18, 0.1), 0 1px 2px 0px rgba(10, 13, 18, 0.06) !important;
}

.shadow-md {
  box-shadow: 0 4px 8px -2px rgba(10, 13, 18, 0.1), 0 2px 4px -2px rgba(10, 13, 18, 0.06) !important;
}

.shadow-lg {
  box-shadow: 0 14px 9px -10px rgba(58, 58, 58, 0.28) !important;
}

.shadow-xl {
  box-shadow: 0 20px 24px -4px rgba(10, 13, 18, 0.08), 0 8px 8px -4px rgba(10, 13, 18, 0.03) !important;
}

.shadow-2xl {
  box-shadow: 0 24px 48px -12px rgba(10, 13, 18, 0.18) !important;
}

.shadow-3xl {
  box-shadow: 0 32px 64px -12px rgba(10, 13, 18, 0.08) !important;
}

.shadow-4xl {
  box-shadow: 0 41px 34px -30px rgba(5, 62, 68, 0.1) !important;
}

.shadow-none {
  box-shadow: none !important;
}

@media (min-width: 768px) {
  .shadow-md-xs {
    box-shadow: 0 1px 2px 0px rgba(10, 13, 18, 0.05) !important;
  }
  .shadow-md-sm {
    box-shadow: 0 1px 3px 0 rgba(10, 13, 18, 0.1), 0 1px 2px 0px rgba(10, 13, 18, 0.06) !important;
  }
  .shadow-md-md {
    box-shadow: 0 4px 8px -2px rgba(10, 13, 18, 0.1), 0 2px 4px -2px rgba(10, 13, 18, 0.06) !important;
  }
  .shadow-md-lg {
    box-shadow: 0 14px 9px -10px rgba(58, 58, 58, 0.28) !important;
  }
  .shadow-md-xl {
    box-shadow: 0 20px 24px -4px rgba(10, 13, 18, 0.08), 0 8px 8px -4px rgba(10, 13, 18, 0.03) !important;
  }
  .shadow-md-2xl {
    box-shadow: 0 24px 48px -12px rgba(10, 13, 18, 0.18) !important;
  }
  .shadow-md-3xl {
    box-shadow: 0 32px 64px -12px rgba(10, 13, 18, 0.08) !important;
  }
  .shadow-md-4xl {
    box-shadow: 0 41px 34px -30px rgba(5, 62, 68, 0.1) !important;
  }
  .shadow-md-none {
    box-shadow: none !important;
  }
}
@media (min-width: 981px) {
  .shadow-lg-xs {
    box-shadow: 0 1px 2px 0px rgba(10, 13, 18, 0.05) !important;
  }
  .shadow-lg-sm {
    box-shadow: 0 1px 3px 0 rgba(10, 13, 18, 0.1), 0 1px 2px 0px rgba(10, 13, 18, 0.06) !important;
  }
  .shadow-lg-md {
    box-shadow: 0 4px 8px -2px rgba(10, 13, 18, 0.1), 0 2px 4px -2px rgba(10, 13, 18, 0.06) !important;
  }
  .shadow-lg-lg {
    box-shadow: 0 14px 9px -10px rgba(58, 58, 58, 0.28) !important;
  }
  .shadow-lg-xl {
    box-shadow: 0 20px 24px -4px rgba(10, 13, 18, 0.08), 0 8px 8px -4px rgba(10, 13, 18, 0.03) !important;
  }
  .shadow-lg-2xl {
    box-shadow: 0 24px 48px -12px rgba(10, 13, 18, 0.18) !important;
  }
  .shadow-lg-3xl {
    box-shadow: 0 32px 64px -12px rgba(10, 13, 18, 0.08) !important;
  }
  .shadow-lg-4xl {
    box-shadow: 0 41px 34px -30px rgba(5, 62, 68, 0.1) !important;
  }
  .shadow-lg-none {
    box-shadow: none !important;
  }
}
/*================================================================
Events
================================================================*/
.events-none {
  pointer-events: none;
}

/*================================================================
Opacity
================================================================*/
.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

/*================================================================
Width
================================================================*/
.w-auto {
  width: auto !important;
}

.w-0 {
  width: 0 !important;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.w-fit {
  width: fit-content !important;
}

@media (min-width: 768px) {
  .md-w-auto {
    width: auto !important;
  }
  .md-w-0 {
    width: 0 !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-w-100 {
    width: 100% !important;
  }
  .md-w-fit {
    width: fit-content !important;
  }
}
@media (min-width: 981px) {
  .lg-w-auto {
    width: auto !important;
  }
  .lg-w-0 {
    width: 0 !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-w-100 {
    width: 100% !important;
  }
  .lg-w-fit {
    width: fit-content !important;
  }
}
.max-w-100 {
  max-width: 100% !important;
}

.min-w-100 {
  min-width: 100% !important;
}

/*================================================================
Height
================================================================*/
.h-auto {
  height: auto !important;
}

.h-0 {
  height: 0 !important;
}

.h-50 {
  height: 50% !important;
}

.h-100 {
  height: 100% !important;
}

.h-fit {
  height: fit-content !important;
}

@media (min-width: 768px) {
  .md-h-auto {
    height: auto !important;
  }
  .md-h-0 {
    height: 0 !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-h-100 {
    height: 100% !important;
  }
  .md-h-fit {
    height: fit-content !important;
  }
}
@media (min-width: 981px) {
  .lg-h-auto {
    height: auto !important;
  }
  .lg-h-0 {
    height: 0 !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-h-100 {
    height: 100% !important;
  }
  .lg-h-fit {
    height: fit-content !important;
  }
}
/*================================================================
Ratio
================================================================*/
.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

/*================================================================
Transition
================================================================*/
.transition {
  transition: all 0.3s ease 0s !important;
}

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

/*================================================================
Truncate
================================================================*/
.truncate {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*================================================================
Text nowrap
================================================================*/
.text-nowrap {
  white-space: nowrap;
}

/*================================================================
Image decorative wrapper
================================================================*/
.image-decorative-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  width: 50px;
  height: 50px;
  padding: 0 !important;
  background: #666;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}

@media (min-width: 768px) {
  .image-decorative-wrapper {
    min-width: 70px;
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1240px) {
  .image-decorative-wrapper {
    min-width: 100px;
    width: 100px;
    height: 100px;
  }
}
/*================================================================
Font utilities
================================================================*/
/*Font*/
.font-primary {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.font-secondary {
  font-family: "Manrope", sans-serif !important;
}

/*Line height*/
.line-height-primary {
  line-height: 1.5 !important;
}

.line-height-secondary {
  line-height: 1.3 !important;
}

.line-height-subheading {
  line-height: 1.2 !important;
}

.line-height-1 {
  line-height: 1 !important;
}

/*Modifiers*/
.text-transform-none {
  text-transform: none !important;
}

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

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

.text-line-through {
  text-decoration: line-through !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-no-wrap {
  white-space: nowrap !important;
}

/*================================================================
Text alignments
================================================================*/
.text-center {
  text-align: center;
}

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

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

@media (min-width: 768px) {
  .text-center-md {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 981px) {
  .text-center-lg {
    text-align: center;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
}
/*================================================================
Font weight
================================================================*/
.font-300,
.font-300 * {
  font-weight: 300 !important;
}

.font-400,
.font-400 * {
  font-weight: 400 !important;
}

.font-500,
.font-500 * {
  font-weight: 500 !important;
}

.font-600,
.font-600 * {
  font-weight: 600 !important;
}

.font-700,
.font-700 * {
  font-weight: 700 !important;
}

.font-900,
.font-900 * {
  font-weight: 900 !important;
}

@media (min-width: 768px) {
  .font-300-md,
  .font-300-md * {
    font-weight: 300 !important;
  }
  .font-400-md,
  .font-400-md * {
    font-weight: 400 !important;
  }
  .font-500-md,
  .font-500-md * {
    font-weight: 500 !important;
  }
  .font-600-md,
  .font-600-md * {
    font-weight: 600 !important;
  }
  .font-700-md,
  .font-700-md * {
    font-weight: 700 !important;
  }
  .font-900-md,
  .font-900-md * {
    font-weight: 900 !important;
  }
}
@media (min-width: 981px) {
  .font-300-lg,
  .font-300-lg * {
    font-weight: 300 !important;
  }
  .font-400-lg,
  .font-400-lg * {
    font-weight: 400 !important;
  }
  .font-500-lg,
  .font-500-lg * {
    font-weight: 500 !important;
  }
  .font-600-lg,
  .font-600-lg * {
    font-weight: 600 !important;
  }
  .font-700-lg,
  .font-700-lg * {
    font-weight: 700 !important;
  }
  .font-900-lg,
  .font-900-lg * {
    font-weight: 900 !important;
  }
}
/*================================================================
Sticky
================================================================*/
.sticky {
  position: sticky !important;
  z-index: 100;
  top: 65px;
}
@media (min-width: 768px) {
  .sticky-md {
    position: sticky !important;
    z-index: 100;
    top: 65px;
  }
}
@media (min-width: 981px) {
  .sticky {
    top: 90px;
  }
  .sticky-md, .sticky-lg {
    top: 90px;
  }
  .sticky-lg {
    position: sticky !important;
    z-index: 100;
  }
}

/*================================================================
Column image wrapper
================================================================*/
@media (max-width: 980px) {
  .col.col--image-wrapper {
    margin-bottom: -55px !important;
  }
  .col.col--image-wrapper img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

/*================================================================
Typography
================================================================*/
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #053e44;
}
@media (min-width: 981px) {
  body {
    font-size: 16px;
  }
}

.product_title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #193947;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 981px) {
  .product_title,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 600;
  }
}

h1,
h2,
.product_title,
.h1,
.h2 {
  margin-left: -0.05em;
}

h1,
.product_title,
.h1 {
  font-size: 29px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 21px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

.subheading {
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  h1,
  .product_title,
  .h1 {
    font-size: 29px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 21px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }
  .subheading {
    font-size: 14px;
  }
}
@media (min-width: 981px) {
  h1,
  .product_title,
  .h1 {
    font-size: clamp(29px, 2.3vw, 46px);
  }
  h2,
  .h2 {
    font-size: clamp(24px, 1.7vw, 28px);
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
  .subheading {
    font-size: 16px;
  }
}
/*================================================================
Formatted text
================================================================*/
.formatted-text ul,
.formatted-text ol,
.formatted-text p,
.formatted-text pre {
  margin-top: 0 !important;
  margin-bottom: 0.6em !important;
}
.formatted-text ul:last-child,
.formatted-text ol:last-child,
.formatted-text p:last-child,
.formatted-text pre:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.formatted-text ul:empty,
.formatted-text ol:empty,
.formatted-text p:empty,
.formatted-text pre:empty {
  margin-bottom: -0.6em !important;
}
.formatted-text h2,
.formatted-text h3,
.formatted-text h4,
.formatted-text h5,
.formatted-text h6 {
  margin-bottom: 8px;
}
@media (min-width: 981px) {
  .formatted-text h2,
  .formatted-text h3,
  .formatted-text h4,
  .formatted-text h5,
  .formatted-text h6 {
    margin-bottom: 12px;
  }
}
.formatted-text p + h2,
.formatted-text p + header h2,
.formatted-text p + h3,
.formatted-text p + h4,
.formatted-text p + h5,
.formatted-text p + h6,
.formatted-text ul + h2,
.formatted-text ul + header h2,
.formatted-text ul + h3,
.formatted-text ul + h4,
.formatted-text ul + h5,
.formatted-text ul + h6,
.formatted-text ol + h2,
.formatted-text ol + header h2,
.formatted-text ol + h3,
.formatted-text ol + h4,
.formatted-text ol + h5,
.formatted-text ol + h6,
.formatted-text table + h2,
.formatted-text table + header h2,
.formatted-text table + h3,
.formatted-text table + h4,
.formatted-text table + h5,
.formatted-text table + h6,
.formatted-text blockquote + h2,
.formatted-text blockquote + header h2,
.formatted-text blockquote + h3,
.formatted-text blockquote + h4,
.formatted-text blockquote + h5,
.formatted-text blockquote + h6,
.formatted-text form + h2,
.formatted-text form + header h2,
.formatted-text form + h3,
.formatted-text form + h4,
.formatted-text form + h5,
.formatted-text form + h6 {
  margin-top: 24px;
}
.formatted-text h2 + h3,
.formatted-text .beta + h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 8px;
}

/*================================================================
Text color change
================================================================*/
@media (min-width: 576px) {
  .text-color-change-sm-white *,
  .text-color-change-sm-white {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .text-color-change-md-white *,
  .text-color-change-md-white {
    color: #ffffff;
  }
}
@media (min-width: 981px) {
  .text-color-change-lg-white *,
  .text-color-change-lg-white {
    color: #ffffff;
  }
}
/*================================================================
Line text
================================================================*/
.line-text {
  display: flex;
  align-items: center;
  text-align: center;
}
.line-text::before, .line-text::after {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  flex: 1;
  border-bottom: 1px solid #666;
  margin: 0;
}
.line-text::before {
  margin-right: 20px;
}
.line-text::after {
  margin-left: 20px;
}

/*================================================================
Links
================================================================*/
a.current-page:not(.icon-link, .btn), a.highlighted:not(.btn), a.active:not(.btn) {
  color: #224d5e !important;
}

/*.hentry .entry-content a:not(.button){
    @include hover-focus-active {
        color: $color-blue;
    }
}*/
.gform_wrapper.gravity-theme .gfield_checkbox label a,
.gform_wrapper.gravity-theme .gfield_radio label a,
.custom-tab,
a,
.versandkosten {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.gform_wrapper.gravity-theme .gfield_checkbox label a:hover, .gform_wrapper.gravity-theme .gfield_checkbox label a:focus, .gform_wrapper.gravity-theme .gfield_checkbox label a:active, .gform_wrapper.gravity-theme .gfield_checkbox label a:focus-visible,
.gform_wrapper.gravity-theme .gfield_radio label a:hover,
.gform_wrapper.gravity-theme .gfield_radio label a:focus,
.gform_wrapper.gravity-theme .gfield_radio label a:active,
.gform_wrapper.gravity-theme .gfield_radio label a:focus-visible,
.custom-tab:hover,
.custom-tab:focus,
.custom-tab:active,
.custom-tab:focus-visible,
a:hover,
a:focus,
a:active,
a:focus-visible,
.versandkosten:hover,
.versandkosten:focus,
.versandkosten:active,
.versandkosten:focus-visible {
  color: #224d5e;
}

.gform_wrapper.gravity-theme .gfield_checkbox label a,
.gform_wrapper.gravity-theme .gfield_radio label a,
.versandkosten,
.custom-tab__panels a {
  text-decoration: underline;
}

.link {
  transition: all 0.3s ease 0s;
}
.link:not(.link--same-color) h1,
.link:not(.link--same-color) h2,
.link:not(.link--same-color) h3,
.link:not(.link--same-color) h4,
.link:not(.link--same-color) h5,
.link:not(.link--same-color) h6,
.link:not(.link--same-color) p,
.link:not(.link--same-color) pre {
  transition: all 0.3s ease 0s;
}
.link:not(.link--same-color):hover *, .link:not(.link--same-color):focus *, .link:not(.link--same-color):active *, .link:not(.link--same-color):focus-visible * {
  color: #224d5e;
}
.link {
  /*same color*/
}
.link--same-color {
  color: inherit !important;
}
.link {
  /*underline*/
}
.link--underline {
  text-decoration: underline;
}
.link {
  /*underline hover*/
}
.link--underline-hover:hover, .link--underline-hover:focus, .link--underline-hover:active, .link--underline-hover:focus-visible {
  text-decoration: underline;
}
.link {
  /*icon*/
}
.link--icon {
  display: inline-flex;
  align-items: center;
}
.link--icon::after {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  min-width: 16px;
  min-height: 16px;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease 0s;
}
.link {
  /*icon arrow*/
}
.link--icon-arrow::after {
  background-image: url("/wp-content/uploads/2026/01/arrow-right.svg");
}
.link--icon-arrow:not(.link--same-color):hover::after, .link--icon-arrow:not(.link--same-color):focus::after, .link--icon-arrow:not(.link--same-color):active::after, .link--icon-arrow:not(.link--same-color):focus-visible::after {
  background-image: url("/wp-content/uploads/2026/01/arrow-right.svg");
}
.link {
  /*icon phone*/
}
.link--icon-phone::after {
  background-image: url("/wp-content/uploads/2026/01/phone-icon-2.svg");
}
.link--icon-phone:not(.link--same-color):hover::after, .link--icon-phone:not(.link--same-color):focus::after, .link--icon-phone:not(.link--same-color):active::after, .link--icon-phone:not(.link--same-color):focus-visible::after {
  background-image: url("/wp-content/uploads/2026/01/phone-icon-2.svg");
}
.link {
  /*icon email*/
}
.link--icon-email::after {
  background-image: url("/wp-content/uploads/2026/02/Email-Icon.svg");
}
.link--icon-email:not(.link--same-color):hover::after, .link--icon-email:not(.link--same-color):focus::after, .link--icon-email:not(.link--same-color):active::after, .link--icon-email:not(.link--same-color):focus-visible::after {
  background-image: url("/wp-content/uploads/2026/02/Email-Icon.svg");
}
.link {
  /*icon location*/
}
.link--icon-location::after {
  background-image: url("/wp-content/uploads/2026/01/arrow-right.svg");
}
.link--icon-location:not(.link--same-color):hover::after, .link--icon-location:not(.link--same-color):focus::after, .link--icon-location:not(.link--same-color):active::after, .link--icon-location:not(.link--same-color):focus-visible::after {
  background-image: url("/wp-content/uploads/2026/01/arrow-right.svg");
}
.link {
  /*icon time*/
}
.link--icon-time::after {
  background-image: url("/wp-content/uploads/2026/01/arrow-right.svg");
}
.link--icon-time:not(.link--same-color):hover::after, .link--icon-time:not(.link--same-color):focus::after, .link--icon-time:not(.link--same-color):active::after, .link--icon-time:not(.link--same-color):focus-visible::after {
  background-image: url("/wp-content/uploads/2026/01/arrow-right.svg");
}
.link {
  /*size*/
}
.link--icon-sm::after {
  min-width: 12px;
  min-height: 12px;
  width: 12px;
  height: 12px;
}
.link--icon-lg::after {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
}
.link {
  /*placement*/
}
.link--icon-before::after {
  order: -1;
  margin-left: 0;
  margin-right: 6px;
}
.link {
  /*rotation*/
}
.link--rotate-45::after {
  transform: rotate(45deg);
}
.link--rotate-90::after {
  transform: rotate(90deg);
}
.link--rotate-180::after {
  transform: rotate(180deg);
}
.link--rotate-270::after {
  transform: rotate(270deg);
}
.link--rotate-315::after {
  transform: rotate(315deg);
}
.link {
  /*Media*/
}
@media (max-width: 980px) {
  .link {
    /*btn*/
  }
  .link--md-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100% !important;
    min-width: auto;
    padding: 14px 8px !important;
    border: 1px solid #053e44;
    line-height: 1.5;
    border-radius: 8px !important;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 400 !important;
    text-transform: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  .link--md-btn[disabled] {
    opacity: 0.75;
    pointer-events: none;
  }
  .link--md-btn:hover, .link--md-btn:focus, .link--md-btn:active, .link--md-btn:focus-visible {
    box-shadow: 0 14px 9px -10px rgba(58, 58, 58, 0.28);
  }
  .link--md-btn {
    /*Media*/
    border-color: #053e44;
    background: #ffffff;
    color: #053e44 !important;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  .link--md-btn {
    width: auto !important;
    font-size: 18px;
    padding: 14px 16px !important;
  }
}
@media (max-width: 980px) and (min-width: 981px) {
  .link--md-btn {
    font-size: 18px;
    padding: 14px 20px !important;
  }
}
@media (max-width: 980px) {
  .link--md-btn.btn--soft {
    border-color: #eef4f4;
    background: #eef4f4;
    color: #ffffff !important;
  }
  .link--md-btn.btn--outline {
    background: none;
    color: #053e44 !important;
  }
  .link--md-btn:hover.btn, .link--md-btn:focus.btn, .link--md-btn:active.btn, .link--md-btn:focus-visible.btn {
    border-color: #a6273d;
    background: #fdf5f7;
    color: #a6273d !important;
  }
}
@media (max-width: 767px) {
  .link {
    /*btn*/
  }
  .link--sm-btn, .link--md-btn {
    width: 100%;
  }
  .link--sm-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100% !important;
    min-width: auto;
    padding: 14px 8px !important;
    border: 1px solid #053e44;
    line-height: 1.5;
    border-radius: 8px !important;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 400 !important;
    text-transform: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  .link--sm-btn[disabled] {
    opacity: 0.75;
    pointer-events: none;
  }
  .link--sm-btn:hover, .link--sm-btn:focus, .link--sm-btn:active, .link--sm-btn:focus-visible {
    box-shadow: 0 14px 9px -10px rgba(58, 58, 58, 0.28);
  }
  .link--sm-btn {
    /*Media*/
    border-color: #053e44;
    background: #ffffff;
    color: #053e44 !important;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .link--sm-btn {
    width: auto !important;
    font-size: 18px;
    padding: 14px 16px !important;
  }
}
@media (max-width: 767px) and (min-width: 981px) {
  .link--sm-btn {
    font-size: 18px;
    padding: 14px 20px !important;
  }
}
@media (max-width: 767px) {
  .link--sm-btn.btn--soft {
    border-color: #eef4f4;
    background: #eef4f4;
    color: #ffffff !important;
  }
  .link--sm-btn.btn--outline {
    background: none;
    color: #053e44 !important;
  }
  .link--sm-btn:hover.btn, .link--sm-btn:focus.btn, .link--sm-btn:active.btn, .link--sm-btn:focus-visible.btn {
    border-color: #a6273d;
    background: #fdf5f7;
    color: #a6273d !important;
  }
}

/*================================================================
Lists
================================================================*/
ul.list,
.list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: inherit;
}

.list li ul,
.list li ol {
  padding-top: 8px;
}

.list li,
.list li div {
  position: relative;
}

.list li {
  margin-bottom: 8px;
}

.list--stylized li {
  margin-bottom: 8px;
}

.list li:last-child {
  margin-bottom: 0;
}

ul.list:not(.list--stylized) > li,
.list:not(.list--stylized) ul > li,
ul.list--stylized > li > div,
.list--stylized ul > li > div {
  padding-left: 14px;
}

ul.list:not(.list--stylized) > li::before,
.list:not(.list--stylized) ul > li::before,
ul.list--stylized > li > div::before,
.list--stylized ul > li > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  min-width: 6px;
  width: 6px;
  height: 6px;
  min-height: 6px;
  background-color: #053e44;
  border-radius: 50%;
}

@media (min-width: 981px) {
  .list--stylized li {
    margin-bottom: 16px;
  }
}
/*================================================================
List check
================================================================*/
ul.list--check:not(.list--stylized) > li,
.list--check:not(.list--stylized) > ul > li,
ul.list--check.list--stylized > li > div,
.list--check.list--stylized > ul > li > div {
  padding-left: 24px;
}
@media (min-width: 981px) {
  ul.list--check:not(.list--stylized) > li,
  .list--check:not(.list--stylized) > ul > li,
  ul.list--check.list--stylized > li > div,
  .list--check.list--stylized > ul > li > div {
    padding-left: 28px;
  }
}

ul.list--check:not(.list--stylized) > li::before,
.list--check:not(.list--stylized) > ul > li::before,
ul.list--check.list--stylized > li > div::before,
.list--check.list--stylized > ul > div::before {
  content: "";
  display: block;
  top: calc((1em * 1.5 - 16px) / 2);
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/uploads/2026/01/check-icon.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 0;
}
@media (min-width: 981px) {
  ul.list--check:not(.list--stylized) > li::before,
  .list--check:not(.list--stylized) > ul > li::before,
  ul.list--check.list--stylized > li > div::before,
  .list--check.list--stylized > ul > div::before {
    width: 20px;
    height: 20px;
  }
}

/*================================================================
Icon center
================================================================*/
ul.list--icon-center > li::before,
.list--icon-center > ul > li::before,
ul.list--icon-center > li > div::before,
.list--icon-center > ul > div::before {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/*================================================================
Icon mobile top
================================================================*/
@media (max-width: 575px) {
  ul.list--check.list--icon-mobile-top:not(.list--stylized) > li,
  .list--check.list--icon-mobile-top:not(.list--stylized) > ul > li,
  ul.list--check.list--icon-mobile-top.list--stylized > li > div,
  .list--check.list--icon-mobile-top.list--stylized > ul > div {
    padding-left: 0;
  }
  ul.list--check.list--icon-mobile-top:not(.list--stylized) > li::before,
  .list--check.list--icon-mobile-top:not(.list--stylized) > ul > li::before,
  ul.list--check.list--icon-mobile-top.list--stylized > li > div::before,
  .list--check.list--icon-mobile-top.list--stylized > ul > div::before {
    transform: none !important;
    position: static;
    margin-bottom: 16px;
  }
}
/*================================================================
ol
================================================================*/
ol.list,
.list ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 19px !important;
}

ol li::marker {
  font-weight: 700;
  color: #053e44;
}

/*custom counter*/
ol.list--custom-counter,
.list--custom-counter > ol {
  counter-reset: custom-counter;
  list-style-type: none;
  padding-left: 0 !important;
}

ol.list--custom-counter > li,
.list--custom-counter > ol > li {
  counter-increment: custom-counter;
}

ol.list--custom-counter.list--stylized > li,
.list--custom-counter.list--stylized > ol > li {
  display: flex;
  align-items: flex-start;
}

ol.list--custom-counter > li::before,
.list--custom-counter > ol > li::before {
  content: counter(custom-counter) ":";
  display: inline-block;
  margin: 0 4px 0 0;
  font-weight: 600;
  color: #053e44;
}

/*================================================================
List inline
================================================================*/
@media (min-width: 576px) {
  .list--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .list--inline li {
    margin: 0 !important;
  }
  /*fix for ordered list*/
  ol.list.list--inline:not(.list--custom-counter),
  .list.list--inline:not(.list--custom-counter) ol {
    column-gap: calc(16px * 2) !important;
  }
}
@media (min-width: 768px) {
  .list--inline {
    gap: 16px;
  }
}
/*================================================================
List icons link
================================================================*/
.list--icons-link li:not(:last-child) {
  margin-bottom: 8px;
}
.list--icons-link a {
  display: flex;
  align-items: center;
  gap: 8px;
}

/*================================================================
List icons link
================================================================*/
.list--btns li {
  margin-bottom: 6px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .list--btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  .list--btns li {
    padding: 5px 8px;
    border: 1px solid #d1d5db;
    margin: 0;
    border-radius: 30px;
  }
  .list--btns.list--check li {
    padding-left: 26px !important;
  }
  .list--btns.list--check li::before {
    width: 14px !important;
    height: 14px !important;
    margin-top: 5px;
    margin-left: 8px;
  }
}
@media (min-width: 768px) {
  .list--btns li {
    font-size: 18px;
  }
}
@media (min-width: 1240px) {
  .list--btns li {
    font-size: 20px;
  }
}

/*================================================================
Btn
================================================================*/
button {
  padding: 0;
  border: none;
  font-size: inherit;
  background: transparent;
  color: #053e44;
}

.form-row .button,
.submit,
.single_add_to_cart_button,
.wc-block-components-checkout-place-order-button,
.button,
.woocommerce-button,
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100% !important;
  min-width: auto;
  padding: 14px 8px !important;
  border: 1px solid #053e44;
  line-height: 1.5;
  border-radius: 8px !important;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.form-row .button[disabled],
.submit[disabled],
.single_add_to_cart_button[disabled],
.wc-block-components-checkout-place-order-button[disabled],
.button[disabled],
.woocommerce-button[disabled],
.btn[disabled] {
  opacity: 0.75;
  pointer-events: none;
}
.form-row .button:hover, .form-row .button:focus, .form-row .button:active, .form-row .button:focus-visible,
.submit:hover,
.submit:focus,
.submit:active,
.submit:focus-visible,
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus,
.single_add_to_cart_button:active,
.single_add_to_cart_button:focus-visible,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus,
.wc-block-components-checkout-place-order-button:active,
.wc-block-components-checkout-place-order-button:focus-visible,
.button:hover,
.button:focus,
.button:active,
.button:focus-visible,
.woocommerce-button:hover,
.woocommerce-button:focus,
.woocommerce-button:active,
.woocommerce-button:focus-visible,
.btn:hover,
.btn:focus,
.btn:active,
.btn:focus-visible {
  box-shadow: 0 14px 9px -10px rgba(58, 58, 58, 0.28);
}
.form-row .button,
.submit,
.single_add_to_cart_button,
.wc-block-components-checkout-place-order-button,
.button,
.woocommerce-button,
.btn {
  /*Media*/
}
@media (min-width: 768px) {
  .form-row .button,
  .submit,
  .single_add_to_cart_button,
  .wc-block-components-checkout-place-order-button,
  .button,
  .woocommerce-button,
  .btn {
    width: auto !important;
    font-size: 18px;
    padding: 14px 16px !important;
  }
}
@media (min-width: 981px) {
  .form-row .button,
  .submit,
  .single_add_to_cart_button,
  .wc-block-components-checkout-place-order-button,
  .button,
  .woocommerce-button,
  .btn {
    font-size: 18px;
    padding: 14px 20px !important;
  }
}
.form-row .button,
.submit,
.single_add_to_cart_button,
.wc-block-components-checkout-place-order-button,
.button,
.woocommerce-button,
.btn {
  /*Primary*/
}
.form-row .button--primary,
.submit--primary,
.single_add_to_cart_button--primary,
.wc-block-components-checkout-place-order-button--primary,
.button--primary,
.woocommerce-button--primary,
.btn--primary {
  border-color: #053e44;
  background: #053e44;
  color: #ffffff !important;
}
.form-row .button--primary.btn--soft,
.submit--primary.btn--soft,
.single_add_to_cart_button--primary.btn--soft,
.wc-block-components-checkout-place-order-button--primary.btn--soft,
.button--primary.btn--soft,
.woocommerce-button--primary.btn--soft,
.btn--primary.btn--soft {
  border-color: #eef4f4;
  background: #eef4f4;
  color: #ffffff !important;
}
.form-row .button--primary.btn--outline,
.submit--primary.btn--outline,
.single_add_to_cart_button--primary.btn--outline,
.wc-block-components-checkout-place-order-button--primary.btn--outline,
.button--primary.btn--outline,
.woocommerce-button--primary.btn--outline,
.btn--primary.btn--outline {
  background: none;
  color: #053e44 !important;
}
.form-row .button--primary:hover.btn, .form-row .button--primary:focus.btn, .form-row .button--primary:active.btn, .form-row .button--primary:focus-visible.btn,
.submit--primary:hover.btn,
.submit--primary:focus.btn,
.submit--primary:active.btn,
.submit--primary:focus-visible.btn,
.single_add_to_cart_button--primary:hover.btn,
.single_add_to_cart_button--primary:focus.btn,
.single_add_to_cart_button--primary:active.btn,
.single_add_to_cart_button--primary:focus-visible.btn,
.wc-block-components-checkout-place-order-button--primary:hover.btn,
.wc-block-components-checkout-place-order-button--primary:focus.btn,
.wc-block-components-checkout-place-order-button--primary:active.btn,
.wc-block-components-checkout-place-order-button--primary:focus-visible.btn,
.button--primary:hover.btn,
.button--primary:focus.btn,
.button--primary:active.btn,
.button--primary:focus-visible.btn,
.woocommerce-button--primary:hover.btn,
.woocommerce-button--primary:focus.btn,
.woocommerce-button--primary:active.btn,
.woocommerce-button--primary:focus-visible.btn,
.btn--primary:hover.btn,
.btn--primary:focus.btn,
.btn--primary:active.btn,
.btn--primary:focus-visible.btn {
  background: #a6273d;
  border-color: #a6273d;
  color: #ffffff !important;
}
.form-row .button,
.submit,
.single_add_to_cart_button,
.wc-block-components-checkout-place-order-button,
.button,
.woocommerce-button,
.btn {
  /*Secondary*/
}
.form-row .button--secondary,
.submit--secondary,
.single_add_to_cart_button--secondary,
.wc-block-components-checkout-place-order-button--secondary,
.button--secondary,
.woocommerce-button--secondary,
.btn--secondary {
  border-color: #053e44;
  background: #ffffff;
  color: #053e44 !important;
}
.form-row .button--secondary.btn--soft,
.submit--secondary.btn--soft,
.single_add_to_cart_button--secondary.btn--soft,
.wc-block-components-checkout-place-order-button--secondary.btn--soft,
.button--secondary.btn--soft,
.woocommerce-button--secondary.btn--soft,
.btn--secondary.btn--soft {
  border-color: #eef4f4;
  background: #eef4f4;
  color: #ffffff !important;
}
.form-row .button--secondary.btn--outline,
.submit--secondary.btn--outline,
.single_add_to_cart_button--secondary.btn--outline,
.wc-block-components-checkout-place-order-button--secondary.btn--outline,
.button--secondary.btn--outline,
.woocommerce-button--secondary.btn--outline,
.btn--secondary.btn--outline {
  background: none;
  color: #053e44 !important;
}
.form-row .button--secondary:hover.btn, .form-row .button--secondary:focus.btn, .form-row .button--secondary:active.btn, .form-row .button--secondary:focus-visible.btn,
.submit--secondary:hover.btn,
.submit--secondary:focus.btn,
.submit--secondary:active.btn,
.submit--secondary:focus-visible.btn,
.single_add_to_cart_button--secondary:hover.btn,
.single_add_to_cart_button--secondary:focus.btn,
.single_add_to_cart_button--secondary:active.btn,
.single_add_to_cart_button--secondary:focus-visible.btn,
.wc-block-components-checkout-place-order-button--secondary:hover.btn,
.wc-block-components-checkout-place-order-button--secondary:focus.btn,
.wc-block-components-checkout-place-order-button--secondary:active.btn,
.wc-block-components-checkout-place-order-button--secondary:focus-visible.btn,
.button--secondary:hover.btn,
.button--secondary:focus.btn,
.button--secondary:active.btn,
.button--secondary:focus-visible.btn,
.woocommerce-button--secondary:hover.btn,
.woocommerce-button--secondary:focus.btn,
.woocommerce-button--secondary:active.btn,
.woocommerce-button--secondary:focus-visible.btn,
.btn--secondary:hover.btn,
.btn--secondary:focus.btn,
.btn--secondary:active.btn,
.btn--secondary:focus-visible.btn {
  border-color: #a6273d;
  background: #fdf5f7;
  color: #a6273d !important;
}
.form-row .button,
.submit,
.single_add_to_cart_button,
.wc-block-components-checkout-place-order-button,
.button,
.woocommerce-button,
.btn {
  /*Brand*/
}
.form-row .button--brand,
.submit--brand,
.single_add_to_cart_button--brand,
.wc-block-components-checkout-place-order-button--brand,
.button--brand,
.woocommerce-button--brand,
.btn--brand {
  border-color: #053e44;
  background: #053e44;
  color: #ffffff !important;
}
.form-row .button--brand.btn--soft,
.submit--brand.btn--soft,
.single_add_to_cart_button--brand.btn--soft,
.wc-block-components-checkout-place-order-button--brand.btn--soft,
.button--brand.btn--soft,
.woocommerce-button--brand.btn--soft,
.btn--brand.btn--soft {
  border-color: #eef4f4;
  background: #eef4f4;
  color: #ffffff !important;
}
.form-row .button--brand.btn--outline,
.submit--brand.btn--outline,
.single_add_to_cart_button--brand.btn--outline,
.wc-block-components-checkout-place-order-button--brand.btn--outline,
.button--brand.btn--outline,
.woocommerce-button--brand.btn--outline,
.btn--brand.btn--outline {
  background: none;
  color: #053e44 !important;
}
.form-row .button--brand:hover.btn, .form-row .button--brand:focus.btn, .form-row .button--brand:active.btn, .form-row .button--brand:focus-visible.btn,
.submit--brand:hover.btn,
.submit--brand:focus.btn,
.submit--brand:active.btn,
.submit--brand:focus-visible.btn,
.single_add_to_cart_button--brand:hover.btn,
.single_add_to_cart_button--brand:focus.btn,
.single_add_to_cart_button--brand:active.btn,
.single_add_to_cart_button--brand:focus-visible.btn,
.wc-block-components-checkout-place-order-button--brand:hover.btn,
.wc-block-components-checkout-place-order-button--brand:focus.btn,
.wc-block-components-checkout-place-order-button--brand:active.btn,
.wc-block-components-checkout-place-order-button--brand:focus-visible.btn,
.button--brand:hover.btn,
.button--brand:focus.btn,
.button--brand:active.btn,
.button--brand:focus-visible.btn,
.woocommerce-button--brand:hover.btn,
.woocommerce-button--brand:focus.btn,
.woocommerce-button--brand:active.btn,
.woocommerce-button--brand:focus-visible.btn,
.btn--brand:hover.btn,
.btn--brand:focus.btn,
.btn--brand:active.btn,
.btn--brand:focus-visible.btn {
  border-color: #a6273d;
  background: #a6273d;
  color: #ffffff !important;
}
.form-row .button,
.submit,
.single_add_to_cart_button,
.wc-block-components-checkout-place-order-button,
.button,
.woocommerce-button,
.btn {
  /*White*/
}
.form-row .button--white,
.submit--white,
.single_add_to_cart_button--white,
.wc-block-components-checkout-place-order-button--white,
.button--white,
.woocommerce-button--white,
.btn--white {
  border-color: #ffffff;
  background: #ffffff;
  color: #053e44 !important;
}
.form-row .button--white.btn--outline,
.submit--white.btn--outline,
.single_add_to_cart_button--white.btn--outline,
.wc-block-components-checkout-place-order-button--white.btn--outline,
.button--white.btn--outline,
.woocommerce-button--white.btn--outline,
.btn--white.btn--outline {
  background: none;
  color: #ffffff !important;
}
.form-row .button--white:hover.btn, .form-row .button--white:focus.btn, .form-row .button--white:active.btn, .form-row .button--white:focus-visible.btn,
.submit--white:hover.btn,
.submit--white:focus.btn,
.submit--white:active.btn,
.submit--white:focus-visible.btn,
.single_add_to_cart_button--white:hover.btn,
.single_add_to_cart_button--white:focus.btn,
.single_add_to_cart_button--white:active.btn,
.single_add_to_cart_button--white:focus-visible.btn,
.wc-block-components-checkout-place-order-button--white:hover.btn,
.wc-block-components-checkout-place-order-button--white:focus.btn,
.wc-block-components-checkout-place-order-button--white:active.btn,
.wc-block-components-checkout-place-order-button--white:focus-visible.btn,
.button--white:hover.btn,
.button--white:focus.btn,
.button--white:active.btn,
.button--white:focus-visible.btn,
.woocommerce-button--white:hover.btn,
.woocommerce-button--white:focus.btn,
.woocommerce-button--white:active.btn,
.woocommerce-button--white:focus-visible.btn,
.btn--white:hover.btn,
.btn--white:focus.btn,
.btn--white:active.btn,
.btn--white:focus-visible.btn {
  border-color: #a6273d;
  background: #a6273d;
  color: #ffffff !important;
}
.form-row .button,
.submit,
.single_add_to_cart_button,
.wc-block-components-checkout-place-order-button,
.button,
.woocommerce-button,
.btn {
  /*Icon*/
}
.form-row .button--icon,
.submit--icon,
.single_add_to_cart_button--icon,
.wc-block-components-checkout-place-order-button--icon,
.button--icon,
.woocommerce-button--icon,
.btn--icon {
  position: relative;
}
.form-row .button--icon::after,
.submit--icon::after,
.single_add_to_cart_button--icon::after,
.wc-block-components-checkout-place-order-button--icon::after,
.button--icon::after,
.woocommerce-button--icon::after,
.btn--icon::after {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
}
.form-row .button--icon,
.submit--icon,
.single_add_to_cart_button--icon,
.wc-block-components-checkout-place-order-button--icon,
.button--icon,
.woocommerce-button--icon,
.btn--icon {
  /*Before*/
}
.form-row .button--icon-before::after,
.submit--icon-before::after,
.single_add_to_cart_button--icon-before::after,
.wc-block-components-checkout-place-order-button--icon-before::after,
.button--icon-before::after,
.woocommerce-button--icon-before::after,
.btn--icon-before::after {
  order: -1;
  margin-left: 0;
  margin-right: 8px;
}
.form-row .button--icon,
.submit--icon,
.single_add_to_cart_button--icon,
.wc-block-components-checkout-place-order-button--icon,
.button--icon,
.woocommerce-button--icon,
.btn--icon {
  /*Media*/
}
@media (min-width: 768px) {
  .form-row .button--icon::after,
  .submit--icon::after,
  .single_add_to_cart_button--icon::after,
  .wc-block-components-checkout-place-order-button--icon::after,
  .button--icon::after,
  .woocommerce-button--icon::after,
  .btn--icon::after {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
@media (min-width: 981px) {
  .form-row .button--icon::after,
  .submit--icon::after,
  .single_add_to_cart_button--icon::after,
  .wc-block-components-checkout-place-order-button--icon::after,
  .button--icon::after,
  .woocommerce-button--icon::after,
  .btn--icon::after {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
.form-row .button,
.submit,
.single_add_to_cart_button,
.wc-block-components-checkout-place-order-button,
.button,
.woocommerce-button,
.btn {
  /*Phone*/
}
.form-row .button--icon-phone::after,
.submit--icon-phone::after,
.single_add_to_cart_button--icon-phone::after,
.wc-block-components-checkout-place-order-button--icon-phone::after,
.button--icon-phone::after,
.woocommerce-button--icon-phone::after,
.btn--icon-phone::after {
  background-image: url("/wp-content/uploads/2026/01/arrow-right.svg");
}
.form-row .button--icon-phone:hover::after, .form-row .button--icon-phone:focus::after, .form-row .button--icon-phone:active::after, .form-row .button--icon-phone:focus-visible::after,
.submit--icon-phone:hover::after,
.submit--icon-phone:focus::after,
.submit--icon-phone:active::after,
.submit--icon-phone:focus-visible::after,
.single_add_to_cart_button--icon-phone:hover::after,
.single_add_to_cart_button--icon-phone:focus::after,
.single_add_to_cart_button--icon-phone:active::after,
.single_add_to_cart_button--icon-phone:focus-visible::after,
.wc-block-components-checkout-place-order-button--icon-phone:hover::after,
.wc-block-components-checkout-place-order-button--icon-phone:focus::after,
.wc-block-components-checkout-place-order-button--icon-phone:active::after,
.wc-block-components-checkout-place-order-button--icon-phone:focus-visible::after,
.button--icon-phone:hover::after,
.button--icon-phone:focus::after,
.button--icon-phone:active::after,
.button--icon-phone:focus-visible::after,
.woocommerce-button--icon-phone:hover::after,
.woocommerce-button--icon-phone:focus::after,
.woocommerce-button--icon-phone:active::after,
.woocommerce-button--icon-phone:focus-visible::after,
.btn--icon-phone:hover::after,
.btn--icon-phone:focus::after,
.btn--icon-phone:active::after,
.btn--icon-phone:focus-visible::after {
  background-image: url("/wp-content/uploads/2026/01/arrow-right.svg");
}
.form-row .button,
.submit,
.single_add_to_cart_button,
.wc-block-components-checkout-place-order-button,
.button,
.woocommerce-button,
.btn {
  /*Arrow*/
}
.form-row .button--icon-arrow::after,
.submit--icon-arrow::after,
.single_add_to_cart_button--icon-arrow::after,
.wc-block-components-checkout-place-order-button--icon-arrow::after,
.button--icon-arrow::after,
.woocommerce-button--icon-arrow::after,
.btn--icon-arrow::after {
  background-image: url("/wp-content/uploads/2026/02/arrow-right.svg");
}
.form-row .button--icon-arrow:hover::after, .form-row .button--icon-arrow:focus::after, .form-row .button--icon-arrow:active::after, .form-row .button--icon-arrow:focus-visible::after,
.submit--icon-arrow:hover::after,
.submit--icon-arrow:focus::after,
.submit--icon-arrow:active::after,
.submit--icon-arrow:focus-visible::after,
.single_add_to_cart_button--icon-arrow:hover::after,
.single_add_to_cart_button--icon-arrow:focus::after,
.single_add_to_cart_button--icon-arrow:active::after,
.single_add_to_cart_button--icon-arrow:focus-visible::after,
.wc-block-components-checkout-place-order-button--icon-arrow:hover::after,
.wc-block-components-checkout-place-order-button--icon-arrow:focus::after,
.wc-block-components-checkout-place-order-button--icon-arrow:active::after,
.wc-block-components-checkout-place-order-button--icon-arrow:focus-visible::after,
.button--icon-arrow:hover::after,
.button--icon-arrow:focus::after,
.button--icon-arrow:active::after,
.button--icon-arrow:focus-visible::after,
.woocommerce-button--icon-arrow:hover::after,
.woocommerce-button--icon-arrow:focus::after,
.woocommerce-button--icon-arrow:active::after,
.woocommerce-button--icon-arrow:focus-visible::after,
.btn--icon-arrow:hover::after,
.btn--icon-arrow:focus::after,
.btn--icon-arrow:active::after,
.btn--icon-arrow:focus-visible::after {
  background-image: url("/wp-content/uploads/2026/02/arrow-right.svg");
}
.form-row .button,
.submit,
.single_add_to_cart_button,
.wc-block-components-checkout-place-order-button,
.button,
.woocommerce-button,
.btn {
  /*Video*/
}
.form-row .button--icon-video::after,
.submit--icon-video::after,
.single_add_to_cart_button--icon-video::after,
.wc-block-components-checkout-place-order-button--icon-video::after,
.button--icon-video::after,
.woocommerce-button--icon-video::after,
.btn--icon-video::after {
  background-image: url("/wp-content/uploads/2026/01/icon-video-arrow-border.svg");
}
.form-row .button--icon-video:hover::after, .form-row .button--icon-video:focus::after, .form-row .button--icon-video:active::after, .form-row .button--icon-video:focus-visible::after,
.submit--icon-video:hover::after,
.submit--icon-video:focus::after,
.submit--icon-video:active::after,
.submit--icon-video:focus-visible::after,
.single_add_to_cart_button--icon-video:hover::after,
.single_add_to_cart_button--icon-video:focus::after,
.single_add_to_cart_button--icon-video:active::after,
.single_add_to_cart_button--icon-video:focus-visible::after,
.wc-block-components-checkout-place-order-button--icon-video:hover::after,
.wc-block-components-checkout-place-order-button--icon-video:focus::after,
.wc-block-components-checkout-place-order-button--icon-video:active::after,
.wc-block-components-checkout-place-order-button--icon-video:focus-visible::after,
.button--icon-video:hover::after,
.button--icon-video:focus::after,
.button--icon-video:active::after,
.button--icon-video:focus-visible::after,
.woocommerce-button--icon-video:hover::after,
.woocommerce-button--icon-video:focus::after,
.woocommerce-button--icon-video:active::after,
.woocommerce-button--icon-video:focus-visible::after,
.btn--icon-video:hover::after,
.btn--icon-video:focus::after,
.btn--icon-video:active::after,
.btn--icon-video:focus-visible::after {
  background-image: url("/wp-content/uploads/2026/01/icon-video-arrow-border.svg");
}
.form-row .button,
.submit,
.single_add_to_cart_button,
.wc-block-components-checkout-place-order-button,
.button,
.woocommerce-button,
.btn {
  /*Cart*/
}
.form-row .button--icon-cart::after,
.submit--icon-cart::after,
.single_add_to_cart_button--icon-cart::after,
.wc-block-components-checkout-place-order-button--icon-cart::after,
.button--icon-cart::after,
.woocommerce-button--icon-cart::after,
.btn--icon-cart::after {
  background-image: url("/wp-content/uploads/2026/01/cart-icon-white.svg");
}
.form-row .button--icon-cart:hover::after, .form-row .button--icon-cart:focus::after, .form-row .button--icon-cart:active::after, .form-row .button--icon-cart:focus-visible::after,
.submit--icon-cart:hover::after,
.submit--icon-cart:focus::after,
.submit--icon-cart:active::after,
.submit--icon-cart:focus-visible::after,
.single_add_to_cart_button--icon-cart:hover::after,
.single_add_to_cart_button--icon-cart:focus::after,
.single_add_to_cart_button--icon-cart:active::after,
.single_add_to_cart_button--icon-cart:focus-visible::after,
.wc-block-components-checkout-place-order-button--icon-cart:hover::after,
.wc-block-components-checkout-place-order-button--icon-cart:focus::after,
.wc-block-components-checkout-place-order-button--icon-cart:active::after,
.wc-block-components-checkout-place-order-button--icon-cart:focus-visible::after,
.button--icon-cart:hover::after,
.button--icon-cart:focus::after,
.button--icon-cart:active::after,
.button--icon-cart:focus-visible::after,
.woocommerce-button--icon-cart:hover::after,
.woocommerce-button--icon-cart:focus::after,
.woocommerce-button--icon-cart:active::after,
.woocommerce-button--icon-cart:focus-visible::after,
.btn--icon-cart:hover::after,
.btn--icon-cart:focus::after,
.btn--icon-cart:active::after,
.btn--icon-cart:focus-visible::after {
  background-image: url("/wp-content/uploads/2026/01/cart-icon-white.svg");
}
.form-row .button,
.submit,
.single_add_to_cart_button,
.wc-block-components-checkout-place-order-button,
.button,
.woocommerce-button,
.btn {
  /*Link (no styles)*/
}
.form-row .button--link,
.submit--link,
.single_add_to_cart_button--link,
.wc-block-components-checkout-place-order-button--link,
.button--link,
.woocommerce-button--link,
.btn--link {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  font-weight: 400;
  box-shadow: none !important;
  color: #007eb6 !important;
}
@media (max-width: 767px) {
  .form-row .button--link.btn--link-mobile-outline,
  .submit--link.btn--link-mobile-outline,
  .single_add_to_cart_button--link.btn--link-mobile-outline,
  .wc-block-components-checkout-place-order-button--link.btn--link-mobile-outline,
  .button--link.btn--link-mobile-outline,
  .woocommerce-button--link.btn--link-mobile-outline,
  .btn--link.btn--link-mobile-outline {
    padding: 14px 8px !important;
    border: 1px solid #d1d5db !important;
    font-weight: 400 !important;
  }
  .form-row .button--link.btn--link-mobile-outline:hover, .form-row .button--link.btn--link-mobile-outline:focus, .form-row .button--link.btn--link-mobile-outline:active, .form-row .button--link.btn--link-mobile-outline:focus-visible,
  .submit--link.btn--link-mobile-outline:hover,
  .submit--link.btn--link-mobile-outline:focus,
  .submit--link.btn--link-mobile-outline:active,
  .submit--link.btn--link-mobile-outline:focus-visible,
  .single_add_to_cart_button--link.btn--link-mobile-outline:hover,
  .single_add_to_cart_button--link.btn--link-mobile-outline:focus,
  .single_add_to_cart_button--link.btn--link-mobile-outline:active,
  .single_add_to_cart_button--link.btn--link-mobile-outline:focus-visible,
  .wc-block-components-checkout-place-order-button--link.btn--link-mobile-outline:hover,
  .wc-block-components-checkout-place-order-button--link.btn--link-mobile-outline:focus,
  .wc-block-components-checkout-place-order-button--link.btn--link-mobile-outline:active,
  .wc-block-components-checkout-place-order-button--link.btn--link-mobile-outline:focus-visible,
  .button--link.btn--link-mobile-outline:hover,
  .button--link.btn--link-mobile-outline:focus,
  .button--link.btn--link-mobile-outline:active,
  .button--link.btn--link-mobile-outline:focus-visible,
  .woocommerce-button--link.btn--link-mobile-outline:hover,
  .woocommerce-button--link.btn--link-mobile-outline:focus,
  .woocommerce-button--link.btn--link-mobile-outline:active,
  .woocommerce-button--link.btn--link-mobile-outline:focus-visible,
  .btn--link.btn--link-mobile-outline:hover,
  .btn--link.btn--link-mobile-outline:focus,
  .btn--link.btn--link-mobile-outline:active,
  .btn--link.btn--link-mobile-outline:focus-visible {
    background: #a6273d !important;
    border-color: #a6273d !important;
    color: #ffffff !important;
    box-shadow: 0 14px 9px -10px rgba(58, 58, 58, 0.28) !important;
  }
  .form-row .button--link.btn--link-mobile-outline:hover > *, .form-row .button--link.btn--link-mobile-outline:focus > *, .form-row .button--link.btn--link-mobile-outline:active > *, .form-row .button--link.btn--link-mobile-outline:focus-visible > *,
  .submit--link.btn--link-mobile-outline:hover > *,
  .submit--link.btn--link-mobile-outline:focus > *,
  .submit--link.btn--link-mobile-outline:active > *,
  .submit--link.btn--link-mobile-outline:focus-visible > *,
  .single_add_to_cart_button--link.btn--link-mobile-outline:hover > *,
  .single_add_to_cart_button--link.btn--link-mobile-outline:focus > *,
  .single_add_to_cart_button--link.btn--link-mobile-outline:active > *,
  .single_add_to_cart_button--link.btn--link-mobile-outline:focus-visible > *,
  .wc-block-components-checkout-place-order-button--link.btn--link-mobile-outline:hover > *,
  .wc-block-components-checkout-place-order-button--link.btn--link-mobile-outline:focus > *,
  .wc-block-components-checkout-place-order-button--link.btn--link-mobile-outline:active > *,
  .wc-block-components-checkout-place-order-button--link.btn--link-mobile-outline:focus-visible > *,
  .button--link.btn--link-mobile-outline:hover > *,
  .button--link.btn--link-mobile-outline:focus > *,
  .button--link.btn--link-mobile-outline:active > *,
  .button--link.btn--link-mobile-outline:focus-visible > *,
  .woocommerce-button--link.btn--link-mobile-outline:hover > *,
  .woocommerce-button--link.btn--link-mobile-outline:focus > *,
  .woocommerce-button--link.btn--link-mobile-outline:active > *,
  .woocommerce-button--link.btn--link-mobile-outline:focus-visible > *,
  .btn--link.btn--link-mobile-outline:hover > *,
  .btn--link.btn--link-mobile-outline:focus > *,
  .btn--link.btn--link-mobile-outline:active > *,
  .btn--link.btn--link-mobile-outline:focus-visible > * {
    color: #ffffff !important;
  }
  .form-row .button--link.btn--link-mobile-outline:hover::after, .form-row .button--link.btn--link-mobile-outline:focus::after, .form-row .button--link.btn--link-mobile-outline:active::after, .form-row .button--link.btn--link-mobile-outline:focus-visible::after,
  .submit--link.btn--link-mobile-outline:hover::after,
  .submit--link.btn--link-mobile-outline:focus::after,
  .submit--link.btn--link-mobile-outline:active::after,
  .submit--link.btn--link-mobile-outline:focus-visible::after,
  .single_add_to_cart_button--link.btn--link-mobile-outline:hover::after,
  .single_add_to_cart_button--link.btn--link-mobile-outline:focus::after,
  .single_add_to_cart_button--link.btn--link-mobile-outline:active::after,
  .single_add_to_cart_button--link.btn--link-mobile-outline:focus-visible::after,
  .wc-block-components-checkout-place-order-button--link.btn--link-mobile-outline:hover::after,
  .wc-block-components-checkout-place-order-button--link.btn--link-mobile-outline:focus::after,
  .wc-block-components-checkout-place-order-button--link.btn--link-mobile-outline:active::after,
  .wc-block-components-checkout-place-order-button--link.btn--link-mobile-outline:focus-visible::after,
  .button--link.btn--link-mobile-outline:hover::after,
  .button--link.btn--link-mobile-outline:focus::after,
  .button--link.btn--link-mobile-outline:active::after,
  .button--link.btn--link-mobile-outline:focus-visible::after,
  .woocommerce-button--link.btn--link-mobile-outline:hover::after,
  .woocommerce-button--link.btn--link-mobile-outline:focus::after,
  .woocommerce-button--link.btn--link-mobile-outline:active::after,
  .woocommerce-button--link.btn--link-mobile-outline:focus-visible::after,
  .btn--link.btn--link-mobile-outline:hover::after,
  .btn--link.btn--link-mobile-outline:focus::after,
  .btn--link.btn--link-mobile-outline:active::after,
  .btn--link.btn--link-mobile-outline:focus-visible::after {
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 980px) {
  .form-row .button--link.btn--link-tablet-outline,
  .submit--link.btn--link-tablet-outline,
  .single_add_to_cart_button--link.btn--link-tablet-outline,
  .wc-block-components-checkout-place-order-button--link.btn--link-tablet-outline,
  .button--link.btn--link-tablet-outline,
  .woocommerce-button--link.btn--link-tablet-outline,
  .btn--link.btn--link-tablet-outline {
    padding: 14px 8px !important;
    border: 1px solid #d1d5db !important;
    font-weight: 400 !important;
  }
  .form-row .button--link.btn--link-tablet-outline:hover, .form-row .button--link.btn--link-tablet-outline:focus, .form-row .button--link.btn--link-tablet-outline:active, .form-row .button--link.btn--link-tablet-outline:focus-visible,
  .submit--link.btn--link-tablet-outline:hover,
  .submit--link.btn--link-tablet-outline:focus,
  .submit--link.btn--link-tablet-outline:active,
  .submit--link.btn--link-tablet-outline:focus-visible,
  .single_add_to_cart_button--link.btn--link-tablet-outline:hover,
  .single_add_to_cart_button--link.btn--link-tablet-outline:focus,
  .single_add_to_cart_button--link.btn--link-tablet-outline:active,
  .single_add_to_cart_button--link.btn--link-tablet-outline:focus-visible,
  .wc-block-components-checkout-place-order-button--link.btn--link-tablet-outline:hover,
  .wc-block-components-checkout-place-order-button--link.btn--link-tablet-outline:focus,
  .wc-block-components-checkout-place-order-button--link.btn--link-tablet-outline:active,
  .wc-block-components-checkout-place-order-button--link.btn--link-tablet-outline:focus-visible,
  .button--link.btn--link-tablet-outline:hover,
  .button--link.btn--link-tablet-outline:focus,
  .button--link.btn--link-tablet-outline:active,
  .button--link.btn--link-tablet-outline:focus-visible,
  .woocommerce-button--link.btn--link-tablet-outline:hover,
  .woocommerce-button--link.btn--link-tablet-outline:focus,
  .woocommerce-button--link.btn--link-tablet-outline:active,
  .woocommerce-button--link.btn--link-tablet-outline:focus-visible,
  .btn--link.btn--link-tablet-outline:hover,
  .btn--link.btn--link-tablet-outline:focus,
  .btn--link.btn--link-tablet-outline:active,
  .btn--link.btn--link-tablet-outline:focus-visible {
    background: #a6273d !important;
    border-color: #a6273d !important;
    color: #ffffff !important;
    box-shadow: 0 14px 9px -10px rgba(58, 58, 58, 0.28) !important;
  }
  .form-row .button--link.btn--link-tablet-outline:hover > *, .form-row .button--link.btn--link-tablet-outline:focus > *, .form-row .button--link.btn--link-tablet-outline:active > *, .form-row .button--link.btn--link-tablet-outline:focus-visible > *,
  .submit--link.btn--link-tablet-outline:hover > *,
  .submit--link.btn--link-tablet-outline:focus > *,
  .submit--link.btn--link-tablet-outline:active > *,
  .submit--link.btn--link-tablet-outline:focus-visible > *,
  .single_add_to_cart_button--link.btn--link-tablet-outline:hover > *,
  .single_add_to_cart_button--link.btn--link-tablet-outline:focus > *,
  .single_add_to_cart_button--link.btn--link-tablet-outline:active > *,
  .single_add_to_cart_button--link.btn--link-tablet-outline:focus-visible > *,
  .wc-block-components-checkout-place-order-button--link.btn--link-tablet-outline:hover > *,
  .wc-block-components-checkout-place-order-button--link.btn--link-tablet-outline:focus > *,
  .wc-block-components-checkout-place-order-button--link.btn--link-tablet-outline:active > *,
  .wc-block-components-checkout-place-order-button--link.btn--link-tablet-outline:focus-visible > *,
  .button--link.btn--link-tablet-outline:hover > *,
  .button--link.btn--link-tablet-outline:focus > *,
  .button--link.btn--link-tablet-outline:active > *,
  .button--link.btn--link-tablet-outline:focus-visible > *,
  .woocommerce-button--link.btn--link-tablet-outline:hover > *,
  .woocommerce-button--link.btn--link-tablet-outline:focus > *,
  .woocommerce-button--link.btn--link-tablet-outline:active > *,
  .woocommerce-button--link.btn--link-tablet-outline:focus-visible > *,
  .btn--link.btn--link-tablet-outline:hover > *,
  .btn--link.btn--link-tablet-outline:focus > *,
  .btn--link.btn--link-tablet-outline:active > *,
  .btn--link.btn--link-tablet-outline:focus-visible > * {
    color: #ffffff !important;
  }
  .form-row .button--link.btn--link-tablet-outline:hover::after, .form-row .button--link.btn--link-tablet-outline:focus::after, .form-row .button--link.btn--link-tablet-outline:active::after, .form-row .button--link.btn--link-tablet-outline:focus-visible::after,
  .submit--link.btn--link-tablet-outline:hover::after,
  .submit--link.btn--link-tablet-outline:focus::after,
  .submit--link.btn--link-tablet-outline:active::after,
  .submit--link.btn--link-tablet-outline:focus-visible::after,
  .single_add_to_cart_button--link.btn--link-tablet-outline:hover::after,
  .single_add_to_cart_button--link.btn--link-tablet-outline:focus::after,
  .single_add_to_cart_button--link.btn--link-tablet-outline:active::after,
  .single_add_to_cart_button--link.btn--link-tablet-outline:focus-visible::after,
  .wc-block-components-checkout-place-order-button--link.btn--link-tablet-outline:hover::after,
  .wc-block-components-checkout-place-order-button--link.btn--link-tablet-outline:focus::after,
  .wc-block-components-checkout-place-order-button--link.btn--link-tablet-outline:active::after,
  .wc-block-components-checkout-place-order-button--link.btn--link-tablet-outline:focus-visible::after,
  .button--link.btn--link-tablet-outline:hover::after,
  .button--link.btn--link-tablet-outline:focus::after,
  .button--link.btn--link-tablet-outline:active::after,
  .button--link.btn--link-tablet-outline:focus-visible::after,
  .woocommerce-button--link.btn--link-tablet-outline:hover::after,
  .woocommerce-button--link.btn--link-tablet-outline:focus::after,
  .woocommerce-button--link.btn--link-tablet-outline:active::after,
  .woocommerce-button--link.btn--link-tablet-outline:focus-visible::after,
  .btn--link.btn--link-tablet-outline:hover::after,
  .btn--link.btn--link-tablet-outline:focus::after,
  .btn--link.btn--link-tablet-outline:active::after,
  .btn--link.btn--link-tablet-outline:focus-visible::after {
    filter: brightness(0) invert(1);
  }
}
.form-row .button--link.btn--link-desktop-outline,
.submit--link.btn--link-desktop-outline,
.single_add_to_cart_button--link.btn--link-desktop-outline,
.wc-block-components-checkout-place-order-button--link.btn--link-desktop-outline,
.button--link.btn--link-desktop-outline,
.woocommerce-button--link.btn--link-desktop-outline,
.btn--link.btn--link-desktop-outline {
  padding: 14px 8px !important;
  border: 1px solid #d1d5db !important;
  font-weight: 400 !important;
}
.form-row .button--link.btn--link-desktop-outline:hover, .form-row .button--link.btn--link-desktop-outline:focus, .form-row .button--link.btn--link-desktop-outline:active, .form-row .button--link.btn--link-desktop-outline:focus-visible,
.submit--link.btn--link-desktop-outline:hover,
.submit--link.btn--link-desktop-outline:focus,
.submit--link.btn--link-desktop-outline:active,
.submit--link.btn--link-desktop-outline:focus-visible,
.single_add_to_cart_button--link.btn--link-desktop-outline:hover,
.single_add_to_cart_button--link.btn--link-desktop-outline:focus,
.single_add_to_cart_button--link.btn--link-desktop-outline:active,
.single_add_to_cart_button--link.btn--link-desktop-outline:focus-visible,
.wc-block-components-checkout-place-order-button--link.btn--link-desktop-outline:hover,
.wc-block-components-checkout-place-order-button--link.btn--link-desktop-outline:focus,
.wc-block-components-checkout-place-order-button--link.btn--link-desktop-outline:active,
.wc-block-components-checkout-place-order-button--link.btn--link-desktop-outline:focus-visible,
.button--link.btn--link-desktop-outline:hover,
.button--link.btn--link-desktop-outline:focus,
.button--link.btn--link-desktop-outline:active,
.button--link.btn--link-desktop-outline:focus-visible,
.woocommerce-button--link.btn--link-desktop-outline:hover,
.woocommerce-button--link.btn--link-desktop-outline:focus,
.woocommerce-button--link.btn--link-desktop-outline:active,
.woocommerce-button--link.btn--link-desktop-outline:focus-visible,
.btn--link.btn--link-desktop-outline:hover,
.btn--link.btn--link-desktop-outline:focus,
.btn--link.btn--link-desktop-outline:active,
.btn--link.btn--link-desktop-outline:focus-visible {
  background: #a6273d !important;
  border-color: #a6273d !important;
  color: #ffffff !important;
  box-shadow: 0 14px 9px -10px rgba(58, 58, 58, 0.28) !important;
}
.form-row .button--link.btn--link-desktop-outline:hover > *, .form-row .button--link.btn--link-desktop-outline:focus > *, .form-row .button--link.btn--link-desktop-outline:active > *, .form-row .button--link.btn--link-desktop-outline:focus-visible > *,
.submit--link.btn--link-desktop-outline:hover > *,
.submit--link.btn--link-desktop-outline:focus > *,
.submit--link.btn--link-desktop-outline:active > *,
.submit--link.btn--link-desktop-outline:focus-visible > *,
.single_add_to_cart_button--link.btn--link-desktop-outline:hover > *,
.single_add_to_cart_button--link.btn--link-desktop-outline:focus > *,
.single_add_to_cart_button--link.btn--link-desktop-outline:active > *,
.single_add_to_cart_button--link.btn--link-desktop-outline:focus-visible > *,
.wc-block-components-checkout-place-order-button--link.btn--link-desktop-outline:hover > *,
.wc-block-components-checkout-place-order-button--link.btn--link-desktop-outline:focus > *,
.wc-block-components-checkout-place-order-button--link.btn--link-desktop-outline:active > *,
.wc-block-components-checkout-place-order-button--link.btn--link-desktop-outline:focus-visible > *,
.button--link.btn--link-desktop-outline:hover > *,
.button--link.btn--link-desktop-outline:focus > *,
.button--link.btn--link-desktop-outline:active > *,
.button--link.btn--link-desktop-outline:focus-visible > *,
.woocommerce-button--link.btn--link-desktop-outline:hover > *,
.woocommerce-button--link.btn--link-desktop-outline:focus > *,
.woocommerce-button--link.btn--link-desktop-outline:active > *,
.woocommerce-button--link.btn--link-desktop-outline:focus-visible > *,
.btn--link.btn--link-desktop-outline:hover > *,
.btn--link.btn--link-desktop-outline:focus > *,
.btn--link.btn--link-desktop-outline:active > *,
.btn--link.btn--link-desktop-outline:focus-visible > * {
  color: #ffffff !important;
}
.form-row .button--link.btn--link-desktop-outline:hover::after, .form-row .button--link.btn--link-desktop-outline:focus::after, .form-row .button--link.btn--link-desktop-outline:active::after, .form-row .button--link.btn--link-desktop-outline:focus-visible::after,
.submit--link.btn--link-desktop-outline:hover::after,
.submit--link.btn--link-desktop-outline:focus::after,
.submit--link.btn--link-desktop-outline:active::after,
.submit--link.btn--link-desktop-outline:focus-visible::after,
.single_add_to_cart_button--link.btn--link-desktop-outline:hover::after,
.single_add_to_cart_button--link.btn--link-desktop-outline:focus::after,
.single_add_to_cart_button--link.btn--link-desktop-outline:active::after,
.single_add_to_cart_button--link.btn--link-desktop-outline:focus-visible::after,
.wc-block-components-checkout-place-order-button--link.btn--link-desktop-outline:hover::after,
.wc-block-components-checkout-place-order-button--link.btn--link-desktop-outline:focus::after,
.wc-block-components-checkout-place-order-button--link.btn--link-desktop-outline:active::after,
.wc-block-components-checkout-place-order-button--link.btn--link-desktop-outline:focus-visible::after,
.button--link.btn--link-desktop-outline:hover::after,
.button--link.btn--link-desktop-outline:focus::after,
.button--link.btn--link-desktop-outline:active::after,
.button--link.btn--link-desktop-outline:focus-visible::after,
.woocommerce-button--link.btn--link-desktop-outline:hover::after,
.woocommerce-button--link.btn--link-desktop-outline:focus::after,
.woocommerce-button--link.btn--link-desktop-outline:active::after,
.woocommerce-button--link.btn--link-desktop-outline:focus-visible::after,
.btn--link.btn--link-desktop-outline:hover::after,
.btn--link.btn--link-desktop-outline:focus::after,
.btn--link.btn--link-desktop-outline:active::after,
.btn--link.btn--link-desktop-outline:focus-visible::after {
  filter: brightness(0) invert(1);
}
.form-row .button--link > *,
.submit--link > *,
.single_add_to_cart_button--link > *,
.wc-block-components-checkout-place-order-button--link > *,
.button--link > *,
.woocommerce-button--link > *,
.btn--link > * {
  color: #053e44 !important;
  transition: all 0.3s ease 0s;
}
.form-row .button--link:hover, .form-row .button--link:focus, .form-row .button--link:active, .form-row .button--link:focus-visible,
.submit--link:hover,
.submit--link:focus,
.submit--link:active,
.submit--link:focus-visible,
.single_add_to_cart_button--link:hover,
.single_add_to_cart_button--link:focus,
.single_add_to_cart_button--link:active,
.single_add_to_cart_button--link:focus-visible,
.wc-block-components-checkout-place-order-button--link:hover,
.wc-block-components-checkout-place-order-button--link:focus,
.wc-block-components-checkout-place-order-button--link:active,
.wc-block-components-checkout-place-order-button--link:focus-visible,
.button--link:hover,
.button--link:focus,
.button--link:active,
.button--link:focus-visible,
.woocommerce-button--link:hover,
.woocommerce-button--link:focus,
.woocommerce-button--link:active,
.woocommerce-button--link:focus-visible,
.btn--link:hover,
.btn--link:focus,
.btn--link:active,
.btn--link:focus-visible {
  color: #224d5e !important;
}
.form-row .button--link:hover > *, .form-row .button--link:focus > *, .form-row .button--link:active > *, .form-row .button--link:focus-visible > *,
.submit--link:hover > *,
.submit--link:focus > *,
.submit--link:active > *,
.submit--link:focus-visible > *,
.single_add_to_cart_button--link:hover > *,
.single_add_to_cart_button--link:focus > *,
.single_add_to_cart_button--link:active > *,
.single_add_to_cart_button--link:focus-visible > *,
.wc-block-components-checkout-place-order-button--link:hover > *,
.wc-block-components-checkout-place-order-button--link:focus > *,
.wc-block-components-checkout-place-order-button--link:active > *,
.wc-block-components-checkout-place-order-button--link:focus-visible > *,
.button--link:hover > *,
.button--link:focus > *,
.button--link:active > *,
.button--link:focus-visible > *,
.woocommerce-button--link:hover > *,
.woocommerce-button--link:focus > *,
.woocommerce-button--link:active > *,
.woocommerce-button--link:focus-visible > *,
.btn--link:hover > *,
.btn--link:focus > *,
.btn--link:active > *,
.btn--link:focus-visible > * {
  color: #224d5e !important;
}
.form-row .button--link:hover::after, .form-row .button--link:focus::after, .form-row .button--link:active::after, .form-row .button--link:focus-visible::after,
.submit--link:hover::after,
.submit--link:focus::after,
.submit--link:active::after,
.submit--link:focus-visible::after,
.single_add_to_cart_button--link:hover::after,
.single_add_to_cart_button--link:focus::after,
.single_add_to_cart_button--link:active::after,
.single_add_to_cart_button--link:focus-visible::after,
.wc-block-components-checkout-place-order-button--link:hover::after,
.wc-block-components-checkout-place-order-button--link:focus::after,
.wc-block-components-checkout-place-order-button--link:active::after,
.wc-block-components-checkout-place-order-button--link:focus-visible::after,
.button--link:hover::after,
.button--link:focus::after,
.button--link:active::after,
.button--link:focus-visible::after,
.woocommerce-button--link:hover::after,
.woocommerce-button--link:focus::after,
.woocommerce-button--link:active::after,
.woocommerce-button--link:focus-visible::after,
.btn--link:hover::after,
.btn--link:focus::after,
.btn--link:active::after,
.btn--link:focus-visible::after {
  filter: brightness(0) saturate(100%) invert(15%) sepia(14%) saturate(2214%) hue-rotate(153deg) brightness(100%) contrast(87%);
}
.form-row .button,
.submit,
.single_add_to_cart_button,
.wc-block-components-checkout-place-order-button,
.button,
.woocommerce-button,
.btn {
  /*Container*/
}
.form-row .button-container,
.submit-container,
.single_add_to_cart_button-container,
.wc-block-components-checkout-place-order-button-container,
.button-container,
.woocommerce-button-container,
.btn-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.form-row .button,
.submit,
.single_add_to_cart_button,
.wc-block-components-checkout-place-order-button,
.button,
.woocommerce-button,
.btn {
  /*Media*/
}
@media (max-width: 767px) {
  .form-row .button,
  .submit,
  .single_add_to_cart_button,
  .wc-block-components-checkout-place-order-button,
  .button,
  .woocommerce-button,
  .btn {
    /*Container*/
  }
  .form-row .button-container,
  .submit-container,
  .single_add_to_cart_button-container,
  .wc-block-components-checkout-place-order-button-container,
  .button-container,
  .woocommerce-button-container,
  .btn-container {
    width: 100%;
    justify-content: center;
    gap: 12px;
  }
}

/*================================================================
Btn scroll to top
================================================================*/
.btn.btn-scroll-to-top {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100% !important;
  min-width: auto;
  padding: 14px 8px !important;
  border: 1px solid #053e44;
  line-height: 1.5;
  border-radius: 8px !important;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.btn.btn-scroll-to-top[disabled] {
  opacity: 0.75;
  pointer-events: none;
}
.btn.btn-scroll-to-top:hover, .btn.btn-scroll-to-top:focus, .btn.btn-scroll-to-top:active, .btn.btn-scroll-to-top:focus-visible {
  box-shadow: 0 14px 9px -10px rgba(58, 58, 58, 0.28);
}
.btn.btn-scroll-to-top {
  /*Media*/
}
@media (min-width: 768px) {
  .btn.btn-scroll-to-top {
    width: auto !important;
    font-size: 18px;
    padding: 14px 16px !important;
  }
}
@media (min-width: 981px) {
  .btn.btn-scroll-to-top {
    font-size: 18px;
    padding: 14px 20px !important;
  }
}
.btn.btn-scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 42px !important;
  height: 42px !important;
  min-width: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  font-size: 0 !important;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("/wp-content/uploads/2026/01/arrow-right-dark.svg") !important;
  transform: rotate(-90deg);
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  box-shadow: 0 14px 9px -10px rgba(58, 58, 58, 0.28);
  z-index: 1000;
}
.btn.btn-scroll-to-top:hover, .btn.btn-scroll-to-top:focus, .btn.btn-scroll-to-top:active, .btn.btn-scroll-to-top:focus-visible {
  background-color: #ffffff;
}
.btn.btn-scroll-to-top.show {
  display: block;
}

body .btn.btn-scroll-to-top {
  padding: 0 !important;
}

/*================================================================
Overflow draggable
================================================================*/
.overflow-draggable {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  min-width: 100% !important;
  overflow-x: scroll;
  padding-bottom: 10px;
}

.overflow-draggable--vertical-hardcoded {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-height: 300px;
  overflow-x: auto;
  overflow-y: scroll;
}

.overflow-draggable--vertical {
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 0 !important;
  /*    max-height: calc(100vh - 126px);*/
}

.overflow-draggable::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.overflow-draggable::-webkit-scrollbar-track {
  background: #666;
  border-radius: 10px;
}

/* Handle */
.overflow-draggable::-webkit-scrollbar-thumb {
  background: #053e44;
  border-radius: 10px;
  cursor: grab;
}

/* Handle on hover */
.overflow-draggable::-webkit-scrollbar-thumb:hover, .overflow-draggable::-webkit-scrollbar-thumb:focus, .overflow-draggable::-webkit-scrollbar-thumb:active, .overflow-draggable::-webkit-scrollbar-thumb:focus-visible {
  background: #053e44;
}

/* hide scrollbar mixin */
/* hide scrollbar */
.overflow-draggable--hide-scrollbar {
  padding-bottom: 0;
  cursor: default;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.overflow-draggable--hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/*media*/
@media (min-width: 576px) {
  .overflow-draggable--hide-scrollbar-sm {
    padding-bottom: 0;
    cursor: default;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .overflow-draggable--hide-scrollbar-sm::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .overflow-draggable--hide-scrollbar-md {
    padding-bottom: 0;
    cursor: default;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .overflow-draggable--hide-scrollbar-md::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 981px) {
  .overflow-draggable--hide-scrollbar-lg {
    padding-bottom: 0;
    cursor: default;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .overflow-draggable--hide-scrollbar-lg::-webkit-scrollbar {
    display: none;
  }
}
/*================================================================
Menu social icons
================================================================*/
.menu__social-icon a {
  position: relative;
  top: 3px;
  width: fit-content;
  display: block;
  padding: 0 !important;
  margin-right: 0 !important;
  font-size: 0;
}
.menu__social-icon a::after {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: -2px;
  display: block !important;
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
}
.menu__social-icon i {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.menu__social-icon:last-child a {
  margin-right: 0 !important;
}
.menu__social-icon {
  /*Icons*/
}
.menu__social-icon--facebook a::after {
  background-image: url("/wp-content/uploads/2026/01/facebook-dark.svg");
}
.menu__social-icon--instagram a::after {
  background-image: url("/wp-content/uploads/2026/01/instagram-dark.svg");
}
.menu__social-icon {
  /*Dark*/
}
.menu__social-icon--dark.menu__social-icon--facebook a::after {
  background-image: url("/wp-content/uploads/2026/01/facebook-dark.svg");
}
.menu__social-icon--dark.menu__social-icon--instagram a::after {
  background-image: url("/wp-content/uploads/2026/01/instagram-dark.svg");
}
.menu__social-icon {
  /*White*/
}
.menu__social-icon--white.menu__social-icon--facebook a::after {
  background-image: url("../img/icon-facebook.svg");
}
.menu__social-icon--white.menu__social-icon--instagram a::after {
  background-image: url("../img/icon-instagram.svg");
}

/*================================================================
Rating
================================================================*/
.rating {
  display: flex;
  font-size: 14px;
}
.rating__value {
  font-weight: 500;
}
.rating__img {
  max-width: 78px;
  margin-top: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
.rating__text {
  margin: 0 !important;
}
.rating {
  /*Media*/
}
@media (max-width: 767px) {
  .rating {
    margin: auto;
    width: fit-content;
  }
}
@media (min-width: 981px) {
  .rating {
    font-size: 16px;
  }
  .rating__value {
    font-weight: 600;
  }
  .rating__img {
    max-width: 92px;
    margin-left: 8px;
    margin-right: 8px;
  }
}

/*================================================================
Rating 2
================================================================*/
.rating-2__images {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating-2__images img {
  width: 36px;
  height: 36px;
  margin: 0 -7px;
  border: 1px solid #ffffff;
}
.rating-2__stars-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
}
.rating-2__text-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.25em;
  margin-top: 2px;
}
.rating-2 {
  /*Media*/
}
@media (min-width: 768px) {
  .rating-2 {
    display: flex;
    gap: 22px;
    margin-left: 7px;
  }
  .rating-2__images img {
    width: 40px;
    height: 40px;
  }
  .rating-2__stars-wrapper {
    align-items: flex-start;
  }
  .rating-2__text-wrapper {
    justify-content: flex-start;
    margin-top: 0;
  }
}

/*================================================================
Swiper base
================================================================*/
.swiper {
  width: 100%;
  height: 100%;
  /*container*/
}
.swiper__container {
  position: relative;
}
.swiper {
  /*pagination*/
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px !important;
  padding: 10px;
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  background: #053e44 !important;
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 26px !important;
  border-radius: 40px !important;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover, .swiper-pagination-bullet:active, .swiper-pagination-bullet:focus, .swiper-pagination-bullet:focus-visible {
  background: #224d5e !important;
}
.swiper {
  /*arrows container*/
}
.swiper__container:hover .swiper__arrows {
  opacity: 1;
}
.swiper__arrows {
  width: calc(100% + 68px);
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: -34px;
  transition: all 0.3s ease 0s;
  opacity: 0;
  z-index: 10;
}
.swiper {
  /*arrows*/
}
.swiper-button-next, .swiper-button-prev {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 48px !important;
  height: 48px !important;
  background-color: #ffffff !important;
  border: 1px solid #d1d5db;
  border-radius: 200px !important;
  transition: all 0.3s ease 0s !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: "" !important;
  display: block;
  background-image: url("/wp-content/uploads/2026/02/chevron-right.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 32px !important;
  height: 32px !important;
  transition: all 0.3s ease 0s !important;
}
.swiper-button-next:hover, .swiper-button-next:active, .swiper-button-next:focus, .swiper-button-next:focus-visible, .swiper-button-prev:hover, .swiper-button-prev:active, .swiper-button-prev:focus, .swiper-button-prev:focus-visible {
  background-color: #eef4f4 !important;
  border-color: #053e44;
}
.swiper-button-next:hover::after, .swiper-button-next:active::after, .swiper-button-next:focus::after, .swiper-button-next:focus-visible::after, .swiper-button-prev:hover::after, .swiper-button-prev:active::after, .swiper-button-prev:focus::after, .swiper-button-prev:focus-visible::after {
  background-image: url("/wp-content/uploads/2026/02/chevron-right.svg") !important;
}
.swiper-button-next.d-none, .swiper-button-prev.d-none {
  display: none !important;
}
.swiper {
  /*wrapper*/
}
.swiper-wrapper {
  box-sizing: border-box !important;
}
@media (min-width: 981px) {
  .swiper {
    /*pagination*/
  }
  .swiper-pagination {
    display: flex !important;
  }
}
.swiper-button-prev {
  transform: rotate(180deg);
}

/*================================================================
Testimonials
================================================================*/
.testimonials__item {
  flex-direction: column;
  height: auto !important;
  padding: 24px;
  border-radius: 6px;
}
.testimonials .swiper-pagination {
  padding: 0;
}
@media (min-width: 981px) {
  .testimonials .swiper-pagination {
    display: none !important;
  }
}

/*================================================================
Style navigation
================================================================*/
/*
Additional utilities
Form variables
Loader
Form validation
Form body style
Form html
Form gap
Form confirmation message
Form description
Form label
Form fields
Form textarea
Form select
Form radio/checkbox
Form field check block
Form list
Form file field
Form privacy policy agreement
Form submit
Form submit custom arrow
Form submit center
Form submit full width
Form submit without obligation wrapper
Form lock
Form success
Lead form footer
Lead form progressbar
Lead form base
Lead form image text field wrapper
Lead form image text field item
Lead form layout
Form fixes
*/
/*================================================================
Form variables
================================================================*/
:root {
  /*layout*/
  --form-gap: 16px;
  --form-gap-mobile: 12px;
  --form-padding: 32px;
  --form-padding-mobile: 16px;
  --form-multiple-fields-gap: 48px;
  --form-multiple-fields-gap-mobile: 32px;
  --form-bg: #FFF;
  --form-max-width: 560px;
  --form-full-width: 1180px;
  --form-shadow: 0px 54px 74px -40px #A4ACBD;
  --form-border-width: 1px;
  --form-border-color: #D8DBE1;
  --form-border-radius: 12px;
  /*text color*/
  --form-text-color: #273037;
  /*fields*/
  --form-field-color: #273037;
  --form-field-font-size: 16px;
  --form-field-font-size-mobile: 16px;
  --form-field-line-height: 1.4;
  --form-field-border-width: 1px;
  --form-field-border-color: #DADAE0;
  --form-field-border-color-active: #193947;
  --form-field-border-radius: 8px;
  --form-field-checkbox-border-radius: 4px;
  --form-field-bg: #FFF;
  --form-field-bg-active: #FFF;
  --form-field-padding-x: 14px;
  --form-field-padding-y: 12px;
  --form-field-image-filter: $filter-primary;
  /*radio image*/
  --radio-image-bg: #FFF;
  --radio-image-bg-active: #193947;
  --radio-image-color-active: #fff;
  /*placeholder*/
  --form-placeholder-color: #868686;
  /*radio/checkbox/select icons*/
  --form-radio-icon: url('/wp-content/uploads/2026/01/icon-form-radio-active.svg');
  --form-checkbox-icon: url('/wp-content/uploads/2026/01/icon-form-check-white.svg');
  --form-select-icon: url("/wp-content/uploads/2026/01/icon-form-select-arrow.svg");
  /*list*/
  --form-list-plus-icon: url('/wp-content/uploads/2026/01/icon-form-plus.svg');
  --form-list-minus-icon: url('/wp-content/uploads/2026/01/icon-form-minus.svg');
  /*confirmation*/
  --form-confirmation-text-size: 20px;
  --form-confirmation-text-size-mobile: 18px;
  --form-confirmation-line-height: 1.5;
  --form-confirmation-font-weight: 500;
  /*description*/
  --form-description-font-size: 14px;
  --form-description-font-size-mobile: 14px;
  --form-description-line-height: 1.4;
  --form-description-font-weight: 400;
  /*label*/
  --form-label-color: #273037;
  --form-label-font-size: 18px;
  --form-label-font-size-mobile: 16px;
  --form-label-line-height: 1.2;
  --form-label-font-weight: 600;
  /*privacy policy*/
  --form-privacy-policy-font-size: 14px;
  --form-privacy-policy-line-height: 1.5;
  --form-privacy-policy-font-weight: 400;
  /*btn*/
  --form-btn-color: #FFF;
  --form-btn-color-active: #FFF;
  --form-btn-bg: #193947;
  --form-btn-bg-prev: rgba(25, 57, 71, 0.2);
  --form-btn-bg-active: #224E61;
  --form-btn-padding-x: 24px;
  --form-btn-padding-y: 12px;
  --form-btn-border-radius: 8px;
  --form-btn-border-width: 1px;
  --form-btn-border-color: #193947;
  --form-btn-border-color-active: #224E61;
  --form-button-font-size: 16px;
  --form-button-font-size-mobile: 16px;
  /*btn without obligation*/
  --form-btn-without-obligation-font-size: 14px;
  --form-btn-without-obligation-font-color: #94C11C;
  /*icon-margin*/
  --form-icon-margin: 8px;
  /*btn icons*/
  --form-btn-icon-size: 20px;
  --form-btn-icon-prev: url("/wp-content/uploads/2026/01/icon-form-btn-prev.svg");
  --form-btn-icon-prev-active: url("/wp-content/uploads/2026/01/icon-form-btn-prev-white.svg");
  --form-btn-icon-next: url("/wp-content/uploads/2026/01/arrow-right.svg");
  /*progress bar*/
  --form-progress-font-size: 22px;
  --form-progress-font-size-mobile: 16px;
  --form-progress-line-height: 1.2;
  --form-progress-bar-height: 4px;
  --form-progress-bar-bg: #fff;
  --form-progress-bar-bg-active: #193947;
  --form-progress-bar-title-color: #193947;
  --form-progress-bar-margin: 24px;
  --form-progress-bar-margin-mobile: 20px;
  /*html content*/
  --form-heading-line-height: 1.2;
  --form-h2-font-size: 24px;
  --form-h2-font-size-tablet: 18px;
  --form-h2-font-size-mobile: 18px;
  --form-h2-font-weight: 600;
  /*submit custom arrow*/
  --form-custom-arrow-icon: url('/wp-content/uploads/2026/01/arrow-right.svg');
  --form-custom-arrow-size: 20px;
  /*lock*/
  --form-lock-img-size: 28px;
  --form-lock-img-size-mobile: 28px;
  --form-lock-text-size: 16px;
  --form-lock-text-size-mobile: 14px;
  /*success*/
  --form-success-img-size: 56px;
  --form-success-img-size-mobile: 44px;
  --form-success-text-color: $color-green;
  --form-success-text-size: 24px;
  --form-success-text-size-mobile: 18px;
  /*transition*/
  --form-transition: all 0.3s ease 0s;
  /*info description*/
  --form-info-description-icon: url("/wp-content/uploads/2026/01/icon-form-info-dark.svg");
  --form-info-description-icon-size: 24px;
  --form-info-description-padding: 13px 16px;
  --form-info-description-background: #fff;
  /*postal code*/
  --form-postal-code-icon: url("/wp-content/uploads/2026/01/icon-form-map-pin.svg");
  --form-postal-code-icon-size: 24px;
}

body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Loader
  ================================================================*/
}
body.woocommerce .loader-container,
body.woocommerce.woocommerce-js .loader-container,
body.page .loader-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
body.woocommerce .loader-container::after,
body.woocommerce .loader-container::before,
body.woocommerce.woocommerce-js .loader-container::after,
body.woocommerce.woocommerce-js .loader-container::before,
body.page .loader-container::after,
body.page .loader-container::before {
  content: "";
  display: block;
}
body.woocommerce .loader-container::after,
body.woocommerce .loader,
body.woocommerce.woocommerce-js .loader-container::after,
body.woocommerce.woocommerce-js .loader,
body.page .loader-container::after,
body.page .loader {
  width: 40px;
  height: 40px;
  margin: auto;
  border: 4px solid var(--form-field-border-color-active);
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotate 1s linear infinite;
  background: transparent;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*sizes*/
}
body.woocommerce .loader-container--md::after,
body.woocommerce .loader--md,
body.woocommerce.woocommerce-js .loader-container--md::after,
body.woocommerce.woocommerce-js .loader--md,
body.page .loader-container--md::after,
body.page .loader--md {
  width: 70px;
  height: 70px;
}
body.woocommerce .loader-container--lg::after,
body.woocommerce .loader--lg,
body.woocommerce.woocommerce-js .loader-container--lg::after,
body.woocommerce.woocommerce-js .loader--lg,
body.page .loader-container--lg::after,
body.page .loader--lg {
  width: 100px;
  height: 100px;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*positions*/
}
body.woocommerce .loader-container--overlay::after,
body.woocommerce .loader-container--fixed::after,
body.woocommerce .loader--fixed,
body.woocommerce .loader-container--absolute::after,
body.woocommerce .loader--absolute,
body.woocommerce.woocommerce-js .loader-container--overlay::after,
body.woocommerce.woocommerce-js .loader-container--fixed::after,
body.woocommerce.woocommerce-js .loader--fixed,
body.woocommerce.woocommerce-js .loader-container--absolute::after,
body.woocommerce.woocommerce-js .loader--absolute,
body.page .loader-container--overlay::after,
body.page .loader-container--fixed::after,
body.page .loader--fixed,
body.page .loader-container--absolute::after,
body.page .loader--absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate-absolute 1s linear infinite;
  z-index: 1;
}
body.woocommerce .loader-container--overlay::after,
body.woocommerce .loader-container--fixed::after,
body.woocommerce .loader--fixed,
body.woocommerce.woocommerce-js .loader-container--overlay::after,
body.woocommerce.woocommerce-js .loader-container--fixed::after,
body.woocommerce.woocommerce-js .loader--fixed,
body.page .loader-container--overlay::after,
body.page .loader-container--fixed::after,
body.page .loader--fixed {
  position: fixed;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*opacity*/
}
body.woocommerce .loader-container .loader-container--opacity > *,
body.woocommerce.woocommerce-js .loader-container .loader-container--opacity > *,
body.page .loader-container .loader-container--opacity > * {
  opacity: 0.2;
  pointer-events: none;
}
body.woocommerce .loader-container .loader-container--opacity::after,
body.woocommerce.woocommerce-js .loader-container .loader-container--opacity::after,
body.page .loader-container .loader-container--opacity::after {
  opacity: 1;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*overlay*/
}
body.woocommerce .loader-container--overlay::before,
body.woocommerce.woocommerce-js .loader-container--overlay::before,
body.page .loader-container--overlay::before {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  z-index: 10000;
}
body.woocommerce .loader-container--overlay::after,
body.woocommerce.woocommerce-js .loader-container--overlay::after,
body.page .loader-container--overlay::after {
  z-index: 1000;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*hide*/
}
body.woocommerce .loader-container--hidden::after,
body.woocommerce .loader-container--hidden::before,
body.woocommerce .loader--hidden,
body.woocommerce.woocommerce-js .loader-container--hidden::after,
body.woocommerce.woocommerce-js .loader-container--hidden::before,
body.woocommerce.woocommerce-js .loader--hidden,
body.page .loader-container--hidden::after,
body.page .loader-container--hidden::before,
body.page .loader--hidden {
  opacity: 0;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*animations*/
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate-absolute {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form validation
  ================================================================*/
}
body.woocommerce .gform_wrapper.gravity-theme .gform_validation_errors,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_validation_errors,
body.page .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none !important;
}
body.woocommerce .gform_wrapper.gravity-theme .gform_validation_errors,
body.woocommerce .gform_wrapper.form-auto-advanced_wrapper .gform_validation_errors,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_validation_errors,
body.woocommerce.woocommerce-js .gform_wrapper.form-auto-advanced_wrapper .gform_validation_errors,
body.page .gform_wrapper.gravity-theme .gform_validation_errors,
body.page .gform_wrapper.form-auto-advanced_wrapper .gform_validation_errors {
  max-width: var(--form-max-width);
}
body.woocommerce .form-auto-advanced_wrapper.gform_wrapper .validation_message,
body.woocommerce .form-auto-advanced_wrapper.gform_wrapper .gform_validation_errors,
body.woocommerce .gform_wrapper.gravity-theme .validation_message,
body.woocommerce .gform_wrapper.gravity-theme .gform_validation_errors,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper.gform_wrapper .validation_message,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper.gform_wrapper .gform_validation_errors,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .validation_message,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_validation_errors,
body.page .form-auto-advanced_wrapper.gform_wrapper .validation_message,
body.page .form-auto-advanced_wrapper.gform_wrapper .gform_validation_errors,
body.page .gform_wrapper.gravity-theme .validation_message,
body.page .gform_wrapper.gravity-theme .gform_validation_errors {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-radius: 5px;
  box-shadow: none !important;
  border-width: 1px !important;
  outline: none !important;
}
body.woocommerce .form-auto-advanced_wrapper.gform_wrapper .validation_message,
body.woocommerce .form-auto-advanced_wrapper.gform_wrapper .gform_validation_errors > h2,
body.woocommerce .gform_wrapper.gravity-theme .validation_message,
body.woocommerce .gform_wrapper.gravity-theme .gform_validation_errors > h2,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper.gform_wrapper .validation_message,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper.gform_wrapper .gform_validation_errors > h2,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .validation_message,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_validation_errors > h2,
body.page .form-auto-advanced_wrapper.gform_wrapper .validation_message,
body.page .form-auto-advanced_wrapper.gform_wrapper .gform_validation_errors > h2,
body.page .gform_wrapper.gravity-theme .validation_message,
body.page .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px !important;
  line-height: 1.4 !important;
}
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .validation_message,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .validation_message,
body.page .form-auto-advanced_wrapper .form-image-text-field .validation_message {
  text-align: center;
}
body.woocommerce .gform_wrapper.form-auto-advanced_wrapper .gform_validation_errors,
body.woocommerce .form-auto-advanced_wrapper.gform_wrapper .gfield_validation_message,
body.woocommerce .form-auto-advanced_wrapper.gform_wrapper .validation_message,
body.woocommerce .gform_wrapper.gravity-theme .gfield_validation_message,
body.woocommerce .gform_wrapper.gravity-theme .validation_message,
body.woocommerce.woocommerce-js .gform_wrapper.form-auto-advanced_wrapper .gform_validation_errors,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper.gform_wrapper .gfield_validation_message,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper.gform_wrapper .validation_message,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_validation_message,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .validation_message,
body.page .gform_wrapper.form-auto-advanced_wrapper .gform_validation_errors,
body.page .form-auto-advanced_wrapper.gform_wrapper .gfield_validation_message,
body.page .form-auto-advanced_wrapper.gform_wrapper .validation_message,
body.page .gform_wrapper.gravity-theme .gfield_validation_message,
body.page .gform_wrapper.gravity-theme .validation_message {
  padding: var(--form-field-padding-y) var(--form-field-padding-x) !important;
  border: 1px solid #c02b0a;
  margin-top: 10px;
  background: #fff9f9;
  font-size: 15px;
}
body.woocommerce .gform_wrapper.gravity-theme .gform_validation_errors,
body.woocommerce .gform_wrapper.form-auto-advanced_wrapper .gform_validation_errors,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_validation_errors,
body.woocommerce.woocommerce-js .gform_wrapper.form-auto-advanced_wrapper .gform_validation_errors,
body.page .gform_wrapper.gravity-theme .gform_validation_errors,
body.page .gform_wrapper.form-auto-advanced_wrapper .gform_validation_errors {
  position: relative;
  margin: 0 auto 10px;
  z-index: 20;
}
body.woocommerce .gform_wrapper.form-auto-advanced_wrapper .gform_validation_errors,
body.woocommerce.woocommerce-js .gform_wrapper.form-auto-advanced_wrapper .gform_validation_errors,
body.page .gform_wrapper.form-auto-advanced_wrapper .gform_validation_errors {
  text-align: center;
}
body.woocommerce .gform_wrapper.form-auto-advanced_wrapper .gform_validation_errors h2,
body.woocommerce .gf_stylespro .gfield .validation_message,
body.woocommerce.woocommerce-js .gform_wrapper.form-auto-advanced_wrapper .gform_validation_errors h2,
body.woocommerce.woocommerce-js .gf_stylespro .gfield .validation_message,
body.page .gform_wrapper.form-auto-advanced_wrapper .gform_validation_errors h2,
body.page .gf_stylespro .gfield .validation_message {
  color: #c02b0a !important;
  opacity: 1;
}
body.woocommerce .form-auto-advanced_wrapper.gform_wrapper .gform_validation_errors > h2,
body.woocommerce .gform_wrapper.gravity-theme .gform_validation_errors > h2,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper.gform_wrapper .gform_validation_errors > h2,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_validation_errors > h2,
body.page .form-auto-advanced_wrapper.gform_wrapper .gform_validation_errors > h2,
body.page .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  padding-bottom: 0;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form body style
  ================================================================*/
}
body.woocommerce .gform_wrapper.gravity-theme:not(.form-auto-advanced_wrapper) form,
body.woocommerce .form-auto-advanced_wrapper .gform-body,
body.woocommerce .lead-form__links-navigation,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme:not(.form-auto-advanced_wrapper) form,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform-body,
body.woocommerce.woocommerce-js .lead-form__links-navigation,
body.page .gform_wrapper.gravity-theme:not(.form-auto-advanced_wrapper) form,
body.page .form-auto-advanced_wrapper .gform-body,
body.page .lead-form__links-navigation {
  max-width: var(--form-max-width);
  padding: var(--form-padding-mobile);
  border: var(--form-border-width) solid var(--form-border-color);
  margin: 0 auto;
  border-radius: var(--form-border-radius);
  background-color: var(--form-bg);
  box-shadow: var(--form-shadow);
  float: none;
}
body.woocommerce .full-width-form:not(.form-simple-fields) form,
body.woocommerce .full-width-form:not(.form-simple-fields) .gform-body,
body.woocommerce .lead-form__links-navigation,
body.woocommerce.woocommerce-js .full-width-form:not(.form-simple-fields) form,
body.woocommerce.woocommerce-js .full-width-form:not(.form-simple-fields) .gform-body,
body.woocommerce.woocommerce-js .lead-form__links-navigation,
body.page .full-width-form:not(.form-simple-fields) form,
body.page .full-width-form:not(.form-simple-fields) .gform-body,
body.page .lead-form__links-navigation {
  width: 100% !important;
  max-width: var(--form-full-width) !important;
}
@media all and (min-width: 981px) {
  body.woocommerce .gform_wrapper.gravity-theme:not(.form-auto-advanced_wrapper) form,
  body.woocommerce .form-auto-advanced_wrapper .gform-body,
  body.woocommerce .lead-form__links-navigation,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme:not(.form-auto-advanced_wrapper) form,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform-body,
  body.woocommerce.woocommerce-js .lead-form__links-navigation,
  body.page .gform_wrapper.gravity-theme:not(.form-auto-advanced_wrapper) form,
  body.page .form-auto-advanced_wrapper .gform-body,
  body.page .lead-form__links-navigation {
    padding: var(--form-padding);
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form html
  ================================================================*/
}
body.woocommerce .lead-form__title,
body.woocommerce .gform_wrapper.gravity-theme .gfield--type-html,
body.woocommerce.woocommerce-js .lead-form__title,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield--type-html,
body.page .lead-form__title,
body.page .gform_wrapper.gravity-theme .gfield--type-html {
  width: 100%;
  margin: auto;
  text-align: center !important;
}
body.woocommerce .lead-form__title .et_pb_text_inner h1,
body.woocommerce .lead-form__title .et_pb_text_inner h2,
body.woocommerce .lead-form__title .et_pb_text_inner h3,
body.woocommerce .lead-form__title .et_pb_text_inner h4,
body.woocommerce .lead-form__title .et_pb_text_inner h5,
body.woocommerce .lead-form__title .et_pb_text_inner h6,
body.woocommerce .gform_wrapper.gravity-theme .gfield--type-html h1,
body.woocommerce .gform_wrapper.gravity-theme .gfield--type-html h2,
body.woocommerce .gform_wrapper.gravity-theme .gfield--type-html h3,
body.woocommerce .gform_wrapper.gravity-theme .gfield--type-html h4,
body.woocommerce .gform_wrapper.gravity-theme .gfield--type-html h5,
body.woocommerce .gform_wrapper.gravity-theme .gfield--type-html h6,
body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h1,
body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h2,
body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h3,
body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h4,
body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h5,
body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h6,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield--type-html h1,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield--type-html h2,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield--type-html h3,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield--type-html h4,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield--type-html h5,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield--type-html h6,
body.page .lead-form__title .et_pb_text_inner h1,
body.page .lead-form__title .et_pb_text_inner h2,
body.page .lead-form__title .et_pb_text_inner h3,
body.page .lead-form__title .et_pb_text_inner h4,
body.page .lead-form__title .et_pb_text_inner h5,
body.page .lead-form__title .et_pb_text_inner h6,
body.page .gform_wrapper.gravity-theme .gfield--type-html h1,
body.page .gform_wrapper.gravity-theme .gfield--type-html h2,
body.page .gform_wrapper.gravity-theme .gfield--type-html h3,
body.page .gform_wrapper.gravity-theme .gfield--type-html h4,
body.page .gform_wrapper.gravity-theme .gfield--type-html h5,
body.page .gform_wrapper.gravity-theme .gfield--type-html h6 {
  line-height: var(--form-heading-line-height);
}
body.woocommerce .lead-form__title .et_pb_text_inner h1,
body.woocommerce .lead-form__title .et_pb_text_inner h2,
body.woocommerce .lead-form__title .et_pb_text_inner h3,
body.woocommerce .lead-form__title .et_pb_text_inner h4,
body.woocommerce .lead-form__title .et_pb_text_inner h5,
body.woocommerce .lead-form__title .et_pb_text_inner h6,
body.woocommerce .gform_wrapper.gravity-theme .gfield--type-html h2,
body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h1,
body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h2,
body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h3,
body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h4,
body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h5,
body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h6,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield--type-html h2,
body.page .lead-form__title .et_pb_text_inner h1,
body.page .lead-form__title .et_pb_text_inner h2,
body.page .lead-form__title .et_pb_text_inner h3,
body.page .lead-form__title .et_pb_text_inner h4,
body.page .lead-form__title .et_pb_text_inner h5,
body.page .lead-form__title .et_pb_text_inner h6,
body.page .gform_wrapper.gravity-theme .gfield--type-html h2 {
  padding-bottom: calc(var(--form-padding-mobile) - var(--form-gap-mobile));
  font-size: var(--form-h2-font-size-mobile);
  font-weight: var(--form-h2-font-weight);
}
body.woocommerce .gform_wrapper.gravity-theme .gfield--type-html .form__page-description,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield--type-html .form__page-description,
body.page .gform_wrapper.gravity-theme .gfield--type-html .form__page-description {
  margin-top: calc((var(--form-gap-mobile) - var(--form-gap-mobile) * 2) / 2);
  padding-bottom: calc(var(--form-padding-mobile) - var(--form-gap-mobile));
}
@media all and (min-width: 768px) {
  body.woocommerce .lead-form__title .et_pb_text_inner h1,
  body.woocommerce .lead-form__title .et_pb_text_inner h2,
  body.woocommerce .lead-form__title .et_pb_text_inner h3,
  body.woocommerce .lead-form__title .et_pb_text_inner h4,
  body.woocommerce .lead-form__title .et_pb_text_inner h5,
  body.woocommerce .lead-form__title .et_pb_text_inner h6,
  body.woocommerce .gform_wrapper.gravity-theme .gfield--type-html h2,
  body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h1,
  body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h2,
  body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h3,
  body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h4,
  body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h5,
  body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h6,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield--type-html h2,
  body.page .lead-form__title .et_pb_text_inner h1,
  body.page .lead-form__title .et_pb_text_inner h2,
  body.page .lead-form__title .et_pb_text_inner h3,
  body.page .lead-form__title .et_pb_text_inner h4,
  body.page .lead-form__title .et_pb_text_inner h5,
  body.page .lead-form__title .et_pb_text_inner h6,
  body.page .gform_wrapper.gravity-theme .gfield--type-html h2 {
    font-size: var(--form-h2-font-size-tablet);
  }
}
@media all and (min-width: 981px) {
  body.woocommerce .lead-form__title .et_pb_text_inner h1,
  body.woocommerce .lead-form__title .et_pb_text_inner h2,
  body.woocommerce .lead-form__title .et_pb_text_inner h3,
  body.woocommerce .lead-form__title .et_pb_text_inner h4,
  body.woocommerce .lead-form__title .et_pb_text_inner h5,
  body.woocommerce .lead-form__title .et_pb_text_inner h6,
  body.woocommerce .gform_wrapper.gravity-theme .gfield--type-html h2,
  body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h1,
  body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h2,
  body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h3,
  body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h4,
  body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h5,
  body.woocommerce.woocommerce-js .lead-form__title .et_pb_text_inner h6,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield--type-html h2,
  body.page .lead-form__title .et_pb_text_inner h1,
  body.page .lead-form__title .et_pb_text_inner h2,
  body.page .lead-form__title .et_pb_text_inner h3,
  body.page .lead-form__title .et_pb_text_inner h4,
  body.page .lead-form__title .et_pb_text_inner h5,
  body.page .lead-form__title .et_pb_text_inner h6,
  body.page .gform_wrapper.gravity-theme .gfield--type-html h2 {
    padding-bottom: calc(var(--form-padding) - var(--form-gap));
    font-size: var(--form-h2-font-size);
  }
  body.woocommerce .gform_wrapper.gravity-theme .gfield--type-html .form__page-description,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield--type-html .form__page-description,
  body.page .gform_wrapper.gravity-theme .gfield--type-html .form__page-description {
    margin-top: calc((var(--form-gap) - var(--form-gap) * 2) / 2);
    padding-bottom: calc(var(--form-padding) - var(--form-gap));
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form gap
  ================================================================*/
  /*base*/
}
body.woocommerce .lead-form__links-navigation,
body.woocommerce .lead-form__links-navigation .et_pb_blurb_content,
body.woocommerce.woocommerce-js .lead-form__links-navigation,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb_content,
body.page .lead-form__links-navigation,
body.page .lead-form__links-navigation .et_pb_blurb_content {
  display: flex;
  flex-direction: column;
}
body.woocommerce .lead-form__links-navigation .et_pb_row,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_row,
body.page .lead-form__links-navigation .et_pb_row {
  width: 100%;
  min-width: 100%;
}
body.woocommerce .lead-form__links-navigation,
body.woocommerce .gform_wrapper.gravity-theme .gform_fields,
body.woocommerce.woocommerce-js .lead-form__links-navigation,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_fields,
body.page .lead-form__links-navigation,
body.page .gform_wrapper.gravity-theme .gform_fields {
  gap: var(--form-gap-mobile);
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*field gap top / gaps form multiple fields */
}
body.woocommerce .gform_wrapper.gravity-theme .field-gap-top,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-gap-top,
body.page .gform_wrapper.gravity-theme .field-gap-top {
  margin-top: calc(var(--form-multiple-fields-gap-mobile) - var(--form-gap-mobile));
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*complex field*/
}
body.woocommerce .gform_wrapper.gravity-theme .ginput_complex,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .ginput_complex,
body.page .gform_wrapper.gravity-theme .ginput_complex {
  margin: 0 calc(var(--form-gap-mobile) / 2 - var(--form-gap-mobile)) 0;
}
body.woocommerce .gform_wrapper.gravity-theme .ginput_complex span,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .ginput_complex span,
body.page .gform_wrapper.gravity-theme .ginput_complex span {
  margin-bottom: var(--form-gap-mobile) !important;
  margin-right: 0 !important;
  padding: 0 calc(var(--form-gap-mobile) / 2) !important;
}
body.woocommerce .gform_wrapper.gravity-theme .ginput_complex span:nth-last-of-type(1),
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .ginput_complex span:nth-last-of-type(1),
body.page .gform_wrapper.gravity-theme .ginput_complex span:nth-last-of-type(1) {
  margin-bottom: 0 !important;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*media*/
}
@media all and (min-width: 641px) {
  body.woocommerce,
  body.woocommerce.woocommerce-js,
  body.page {
    /*complex field*/
  }
  body.woocommerce .gform_wrapper.gravity-theme .ginput_complex,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .ginput_complex,
  body.page .gform_wrapper.gravity-theme .ginput_complex {
    margin: 0 calc(var(--form-gap-mobile) / 2 - var(--form-gap-mobile)) calc(var(--form-gap-mobile) - var(--form-gap-mobile) * 2);
  }
  body.woocommerce,
  body.woocommerce.woocommerce-js,
  body.page {
    /*complex field 2 columns*/
  }
  body.woocommerce .gform_wrapper.gravity-theme .complex-field-2-columns .ginput_complex span,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .complex-field-2-columns .ginput_complex span,
  body.page .gform_wrapper.gravity-theme .complex-field-2-columns .ginput_complex span {
    flex: 0 0 50% !important;
  }
}
@media all and (min-width: 981px) {
  body.woocommerce,
  body.woocommerce.woocommerce-js,
  body.page {
    /*base*/
  }
  body.woocommerce .lead-form__links-navigation,
  body.woocommerce .gform_wrapper.gravity-theme .gform_fields,
  body.woocommerce.woocommerce-js .lead-form__links-navigation,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_fields,
  body.page .lead-form__links-navigation,
  body.page .gform_wrapper.gravity-theme .gform_fields {
    gap: var(--form-gap);
  }
  body.woocommerce,
  body.woocommerce.woocommerce-js,
  body.page {
    /*complex field*/
  }
  body.woocommerce .gform_wrapper.gravity-theme .ginput_complex span,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .ginput_complex span,
  body.page .gform_wrapper.gravity-theme .ginput_complex span {
    margin-bottom: var(--form-gap) !important;
    padding: 0 calc(var(--form-gap) / 2) !important;
  }
  body.woocommerce .gform_wrapper.gravity-theme .ginput_complex span:nth-last-of-type(1),
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .ginput_complex span:nth-last-of-type(1),
  body.page .gform_wrapper.gravity-theme .ginput_complex span:nth-last-of-type(1) {
    margin-bottom: 0 !important;
  }
  body.woocommerce .gform_wrapper.gravity-theme .ginput_complex,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .ginput_complex,
  body.page .gform_wrapper.gravity-theme .ginput_complex {
    margin: 0 calc(var(--form-gap) / 2 - var(--form-gap)) calc(var(--form-gap) - var(--form-gap) * 2);
  }
  body.woocommerce,
  body.woocommerce.woocommerce-js,
  body.page {
    /*field gap top / gaps form multiple fields */
  }
  body.woocommerce .gform_wrapper.gravity-theme .field-gap-top,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-gap-top,
  body.page .gform_wrapper.gravity-theme .field-gap-top {
    margin-top: calc(var(--form-multiple-fields-gap) - var(--form-gap));
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form confirmation message
  ================================================================*/
}
body.woocommerce .gform_confirmation_message,
body.woocommerce.woocommerce-js .gform_confirmation_message,
body.page .gform_confirmation_message {
  font-size: var(--form-confirmation-text-size-mobile) !important;
  line-height: var(--form-confirmation-line-height);
  font-weight: var(--form-confirmation-font-weight);
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*media*/
}
@media all and (min-width: 768px) {
  body.woocommerce .gform_confirmation_message,
  body.woocommerce.woocommerce-js .gform_confirmation_message,
  body.page .gform_confirmation_message {
    font-size: var(--form-confirmation-text-size) !important;
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form description
  ================================================================*/
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_description,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_description,
body.page .gform_wrapper.gravity-theme .gfield_description {
  font-size: var(--form-description-font-size-mobile) !important;
  line-height: var(--form-description-line-height) !important;
  opacity: 1;
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_description:not(.validation_message),
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_description:not(.validation_message),
body.page .gform_wrapper.gravity-theme .gfield_description:not(.validation_message) {
  padding: 5px 0 0 0 !important;
  margin-top: 0 !important;
  font-weight: var(--form-description-font-weight) !important;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*form info description*/
}
body.woocommerce .gform_wrapper.gravity-theme .form-info-description .gfield_description,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .form-info-description .gfield_description,
body.page .gform_wrapper.gravity-theme .form-info-description .gfield_description {
  display: flex;
  align-items: flex-start;
  margin-top: calc(var(--form-gap-mobile) - 4px) !important;
  padding: var(--form-info-description-padding) !important;
  border-radius: var(--form-field-border-radius);
  background: var(--form-info-description-background);
  opacity: 1 !important;
}
body.woocommerce .gform_wrapper.gravity-theme .form-info-description .gfield_description::before,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .form-info-description .gfield_description::before,
body.page .gform_wrapper.gravity-theme .form-info-description .gfield_description::before {
  content: "";
  display: block;
  background-image: var(--form-info-description-icon);
  background-size: cover;
  background-position: center;
  width: var(--form-info-description-icon-size);
  min-width: var(--form-info-description-icon-size);
  height: var(--form-info-description-icon-size);
  margin-right: var(--form-icon-margin);
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*media*/
}
@media all and (min-width: 768px) {
  body.woocommerce .gform_wrapper.gravity-theme .gfield_description,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_description,
  body.page .gform_wrapper.gravity-theme .gfield_description {
    font-size: var(--form-description-font-size) !important;
  }
}
@media all and (min-width: 981px) {
  body.woocommerce,
  body.woocommerce.woocommerce-js,
  body.page {
    /*form info description*/
  }
  body.woocommerce .gform_wrapper.gravity-theme .form-info-description .gfield_description,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .form-info-description .gfield_description,
  body.page .gform_wrapper.gravity-theme .form-info-description .gfield_description {
    margin-top: calc(var(--form-gap) - 4px) !important;
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form label
  ================================================================*/
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_header_item,
body.woocommerce .gform_wrapper.gravity-theme .gfield_label,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_header_item,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_label,
body.page .gform_wrapper.gravity-theme .gfield_header_item,
body.page .gform_wrapper.gravity-theme .gfield_label {
  color: var(--form-label-color);
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_label,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_label,
body.page .gform_wrapper.gravity-theme .gfield_label {
  padding-top: calc(var(--form-gap-mobile) / 2);
  margin-bottom: 10px;
  font-size: var(--form-label-font-size-mobile);
  line-height: var(--form-label-line-height);
  font-weight: var(--form-label-font-weight);
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /* label above description*/
}
body.woocommerce .gform_wrapper.gravity-theme .field_description_above .gfield_label,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field_description_above .gfield_label,
body.page .gform_wrapper.gravity-theme .field_description_above .gfield_label {
  margin-bottom: 6px;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*media*/
}
@media all and (min-width: 768px) {
  body.woocommerce .gform_wrapper.gravity-theme .gfield_label,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_label,
  body.page .gform_wrapper.gravity-theme .gfield_label {
    padding-top: calc(var(--form-gap) / 4);
    font-size: var(--form-label-font-size);
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form fields
  ================================================================*/
}
body.woocommerce .gform_wrapper.gravity-theme .field-check-block .gchoice,
body.woocommerce .gform_wrapper.gravity-theme .gfield input,
body.woocommerce .gform_wrapper.gravity-theme .gfield select,
body.woocommerce .gform_wrapper.gravity-theme .gfield textarea,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block .gchoice,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield input,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield textarea,
body.page .gform_wrapper.gravity-theme .field-check-block .gchoice,
body.page .gform_wrapper.gravity-theme .gfield input,
body.page .gform_wrapper.gravity-theme .gfield select,
body.page .gform_wrapper.gravity-theme .gfield textarea {
  padding: var(--form-field-padding-y) var(--form-field-padding-x);
  border: var(--form-field-border-width) solid var(--form-field-border-color);
  border-radius: var(--form-field-border-radius);
  background: var(--form-field-bg);
  cursor: pointer;
}
body.woocommerce .gform_wrapper.gravity-theme .field-check-block .gchoice,
body.woocommerce .gform_wrapper.gravity-theme .gfield input,
body.woocommerce .gform_wrapper.gravity-theme .gfield select,
body.woocommerce .gform_wrapper.gravity-theme .gfield textarea,
body.woocommerce .gform_wrapper.gravity-theme .gchoice label,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block .gchoice,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield input,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield textarea,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gchoice label,
body.page .gform_wrapper.gravity-theme .field-check-block .gchoice,
body.page .gform_wrapper.gravity-theme .gfield input,
body.page .gform_wrapper.gravity-theme .gfield select,
body.page .gform_wrapper.gravity-theme .gfield textarea,
body.page .gform_wrapper.gravity-theme .gchoice label {
  font-size: var(--form-field-font-size-mobile);
  line-height: var(--form-field-line-height) !important;
  transition: var(--form-transition);
}
body.woocommerce .gform_wrapper.gravity-theme .field-check-block .gchoice,
body.woocommerce .gform_wrapper.gravity-theme .gfield input,
body.woocommerce .gform_wrapper.gravity-theme .gfield select,
body.woocommerce .gform_wrapper.gravity-theme .gfield textarea,
body.woocommerce .gform_wrapper.gravity-theme .gfield select option,
body.woocommerce .gform_wrapper.gravity-theme .gchoice label,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block .gchoice,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield input,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield textarea,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select option,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gchoice label,
body.page .gform_wrapper.gravity-theme .field-check-block .gchoice,
body.page .gform_wrapper.gravity-theme .gfield input,
body.page .gform_wrapper.gravity-theme .gfield select,
body.page .gform_wrapper.gravity-theme .gfield textarea,
body.page .gform_wrapper.gravity-theme .gfield select option,
body.page .gform_wrapper.gravity-theme .gchoice label {
  color: var(--form-field-color);
}
body.woocommerce .gform_wrapper.gravity-theme .field-check-block .gchoice:hover,
body.woocommerce .gform_wrapper.gravity-theme .field-check-block .gchoice:active,
body.woocommerce .gform_wrapper.gravity-theme .field-check-block .gchoice:focus,
body.woocommerce .gform_wrapper.gravity-theme .field-check-block .gchoice:focus-within,
body.woocommerce .gform_wrapper.gravity-theme .gfield input:hover,
body.woocommerce .gform_wrapper.gravity-theme .gfield input:active,
body.woocommerce .gform_wrapper.gravity-theme .gfield input:focus,
body.woocommerce .gform_wrapper.gravity-theme .gfield select:hover,
body.woocommerce .gform_wrapper.gravity-theme .gfield select:active,
body.woocommerce .gform_wrapper.gravity-theme .gfield select:focus,
body.woocommerce .gform_wrapper.gravity-theme .gfield textarea:hover,
body.woocommerce .gform_wrapper.gravity-theme .gfield textarea:active,
body.woocommerce .gform_wrapper.gravity-theme .gfield textarea:focus,
body.woocommerce .gform_wrapper.gravity-theme .gchoice:hover label,
body.woocommerce .gform_wrapper.gravity-theme .gchoice:active label,
body.woocommerce .gform_wrapper.gravity-theme .gchoice:focus label,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block .gchoice:hover,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block .gchoice:active,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block .gchoice:focus,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block .gchoice:focus-within,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield input:hover,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield input:active,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield input:focus,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select:hover,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select:active,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select:focus,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield textarea:hover,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield textarea:active,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield textarea:focus,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gchoice:hover label,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gchoice:active label,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gchoice:focus label,
body.page .gform_wrapper.gravity-theme .field-check-block .gchoice:hover,
body.page .gform_wrapper.gravity-theme .field-check-block .gchoice:active,
body.page .gform_wrapper.gravity-theme .field-check-block .gchoice:focus,
body.page .gform_wrapper.gravity-theme .field-check-block .gchoice:focus-within,
body.page .gform_wrapper.gravity-theme .gfield input:hover,
body.page .gform_wrapper.gravity-theme .gfield input:active,
body.page .gform_wrapper.gravity-theme .gfield input:focus,
body.page .gform_wrapper.gravity-theme .gfield select:hover,
body.page .gform_wrapper.gravity-theme .gfield select:active,
body.page .gform_wrapper.gravity-theme .gfield select:focus,
body.page .gform_wrapper.gravity-theme .gfield textarea:hover,
body.page .gform_wrapper.gravity-theme .gfield textarea:active,
body.page .gform_wrapper.gravity-theme .gfield textarea:focus,
body.page .gform_wrapper.gravity-theme .gchoice:hover label,
body.page .gform_wrapper.gravity-theme .gchoice:active label,
body.page .gform_wrapper.gravity-theme .gchoice:focus label {
  border-color: var(--form-field-border-color-active);
  background-color: var(--form-field-bg-active);
}
body.woocommerce .gform_wrapper.gravity-theme .gfield select.select-disabled,
body.woocommerce .gform_wrapper.gravity-theme .gfield input::placeholder,
body.woocommerce .gform_wrapper.gravity-theme .gfield textarea::placeholder,
body.woocommerce .gform_wrapper.gravity-theme .gfield select:invalid,
body.woocommerce .gform_wrapper.gravity-theme .gfield select:required:invalid,
body.woocommerce .gform_wrapper.gravity-theme .gfield select option:disabled,
body.woocommerce .gform_wrapper.gravity-theme .gfield select .gf_placeholder,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select.select-disabled,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield input::placeholder,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield textarea::placeholder,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select:invalid,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select:required:invalid,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select option:disabled,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select .gf_placeholder,
body.page .gform_wrapper.gravity-theme .gfield select.select-disabled,
body.page .gform_wrapper.gravity-theme .gfield input::placeholder,
body.page .gform_wrapper.gravity-theme .gfield textarea::placeholder,
body.page .gform_wrapper.gravity-theme .gfield select:invalid,
body.page .gform_wrapper.gravity-theme .gfield select:required:invalid,
body.page .gform_wrapper.gravity-theme .gfield select option:disabled,
body.page .gform_wrapper.gravity-theme .gfield select .gf_placeholder {
  color: var(--form-placeholder-color);
}
body.woocommerce .gform_wrapper.gravity-theme .gfield select option:not(:first-of-type),
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select option:not(:first-of-type),
body.page .gform_wrapper.gravity-theme .gfield select option:not(:first-of-type) {
  color: var(--form-field-color) !important;
}
body.woocommerce .gform_wrapper.gravity-theme .gfield select option,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select option,
body.page .gform_wrapper.gravity-theme .gfield select option {
  color: var(--form-placeholder-color);
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*postal code field*/
}
body.woocommerce .gform_wrapper.gravity-theme .form-postal-code .ginput_container,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .form-postal-code .ginput_container,
body.page .gform_wrapper.gravity-theme .form-postal-code .ginput_container {
  position: relative;
}
body.woocommerce .gform_wrapper.gravity-theme .form-postal-code input,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .form-postal-code input,
body.page .gform_wrapper.gravity-theme .form-postal-code input {
  padding-left: calc(var(--form-field-padding-x) + var(--form-icon-margin) + var(--form-postal-code-icon-size));
}
body.woocommerce .gform_wrapper.gravity-theme .form-postal-code .ginput_container::before,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .form-postal-code .ginput_container::before,
body.page .gform_wrapper.gravity-theme .form-postal-code .ginput_container::before {
  content: "";
  position: absolute;
  left: var(--form-field-padding-x);
  top: 50%;
  transform: translateY(-50%);
  background-image: var(--form-postal-code-icon);
  background-size: cover;
  background-position: center;
  display: block;
  width: var(--form-postal-code-icon-size);
  min-width: var(--form-postal-code-icon-size);
  height: var(--form-postal-code-icon-size);
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*media*/
}
@media all and (min-width: 768px) {
  body.woocommerce .gform_wrapper.gravity-theme .gfield input,
  body.woocommerce .gform_wrapper.gravity-theme .gfield select,
  body.woocommerce .gform_wrapper.gravity-theme .gfield textarea,
  body.woocommerce .gform_wrapper.gravity-theme .gchoice label,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield input,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield textarea,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gchoice label,
  body.page .gform_wrapper.gravity-theme .gfield input,
  body.page .gform_wrapper.gravity-theme .gfield select,
  body.page .gform_wrapper.gravity-theme .gfield textarea,
  body.page .gform_wrapper.gravity-theme .gchoice label {
    font-size: var(--form-field-font-size);
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form textarea
  ================================================================*/
}
body.woocommerce #page-container .gform_wrapper.gravity-theme .gfield textarea,
body.woocommerce.woocommerce-js #page-container .gform_wrapper.gravity-theme .gfield textarea,
body.page #page-container .gform_wrapper.gravity-theme .gfield textarea {
  height: 100px;
}
body.woocommerce #page-container .gform_wrapper.gravity-theme .gfield textarea.medium,
body.woocommerce.woocommerce-js #page-container .gform_wrapper.gravity-theme .gfield textarea.medium,
body.page #page-container .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 150px;
}
body.woocommerce #page-container .gform_wrapper.gravity-theme .gfield textarea.large,
body.woocommerce.woocommerce-js #page-container .gform_wrapper.gravity-theme .gfield textarea.large,
body.page #page-container .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 200px;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form select
  ================================================================*/
}
body.woocommerce .gform_wrapper.gravity-theme .gfield select,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield select,
body.page .gform_wrapper.gravity-theme .gfield select {
  display: block !important;
  padding: var(--form-field-padding-y) 32px var(--form-field-padding-y) var(--form-field-padding-x);
  -webkit-appearance: none;
  appearance: none;
}
body.woocommerce .gform_wrapper.gravity-theme .ginput_container_select,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .ginput_container_select,
body.page .gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}
body.woocommerce .gform_wrapper.gravity-theme .ginput_container_select::after,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .ginput_container_select::after,
body.page .gform_wrapper.gravity-theme .ginput_container_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: var(--form-select-icon);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form radio/checkbox
  ================================================================*/
}
body.woocommerce .gform_wrapper.gravity-theme .gchoice:not(:last-child),
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gchoice:not(:last-child),
body.page .gform_wrapper.gravity-theme .gchoice:not(:last-child) {
  margin-bottom: 10px;
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_radio .gchoice,
body.woocommerce .gform_wrapper.gravity-theme .gfield_checkbox .gchoice,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_radio .gchoice,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_checkbox .gchoice,
body.page .gform_wrapper.gravity-theme .gfield_radio .gchoice,
body.page .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
  display: flex;
  align-items: flex-start;
  line-height: var(--form-field-line-height);
}
body.woocommerce .form-auto-advanced_wrapper .gform-body .gchoice label.gform-field-label,
body.woocommerce .gform_wrapper.gravity-theme .gchoice label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform-body .gchoice label.gform-field-label,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gchoice label,
body.page .form-auto-advanced_wrapper .gform-body .gchoice label.gform-field-label,
body.page .gform_wrapper.gravity-theme .gchoice label {
  margin-top: -0.2em !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
  cursor: pointer;
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_checkbox input,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_checkbox input,
body.page .gform_wrapper.gravity-theme .gfield_checkbox input {
  border-radius: 0;
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_checkbox input,
body.woocommerce .gform_wrapper.gravity-theme .gfield_radio input,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_checkbox input,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_radio input,
body.page .gform_wrapper.gravity-theme .gfield_checkbox input,
body.page .gform_wrapper.gravity-theme .gfield_radio input {
  position: relative;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 0 12px 0 0 !important;
  padding: 0 !important;
  border-radius: var(--form-field-checkbox-border-radius);
  border: 1px solid var(--form-field-border-color);
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  overflow: hidden;
  cursor: pointer;
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_radio input,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_radio input,
body.page .gform_wrapper.gravity-theme .gfield_radio input {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-top: -1px !important;
  border-radius: 50%;
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_checkbox input:checked,
body.woocommerce .gform_wrapper.gravity-theme .gfield_radio input:checked,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_checkbox input:checked,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_radio input:checked,
body.page .gform_wrapper.gravity-theme .gfield_checkbox input:checked,
body.page .gform_wrapper.gravity-theme .gfield_radio input:checked {
  border-color: var(--form-field-border-color-active);
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_checkbox input:checked::before,
body.woocommerce .gform_wrapper.gravity-theme .gfield_radio input:checked::before,
body.woocommerce .gform_wrapper.gravity-theme .gfield_checkbox input:checked::after,
body.woocommerce .gform_wrapper.gravity-theme .gfield_radio input:checked::after,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_checkbox input:checked::before,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_radio input:checked::before,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_checkbox input:checked::after,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_radio input:checked::after,
body.page .gform_wrapper.gravity-theme .gfield_checkbox input:checked::before,
body.page .gform_wrapper.gravity-theme .gfield_radio input:checked::before,
body.page .gform_wrapper.gravity-theme .gfield_checkbox input:checked::after,
body.page .gform_wrapper.gravity-theme .gfield_radio input:checked::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  display: block;
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_radio input:checked::before,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_radio input:checked::before,
body.page .gform_wrapper.gravity-theme .gfield_radio input:checked::before {
  border-radius: 50%;
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_checkbox input:checked::after,
body.woocommerce .gform_wrapper.gravity-theme .gfield_radio input:checked::after,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_checkbox input:checked::after,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_radio input:checked::after,
body.page .gform_wrapper.gravity-theme .gfield_checkbox input:checked::after,
body.page .gform_wrapper.gravity-theme .gfield_radio input:checked::after {
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: var(--form-checkbox-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  z-index: 10;
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_checkbox input:checked::before,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_checkbox input:checked::before,
body.page .gform_wrapper.gravity-theme .gfield_checkbox input:checked::before {
  background-color: var(--form-field-border-color-active);
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_radio input:checked::after,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_radio input:checked::after,
body.page .gform_wrapper.gravity-theme .gfield_radio input:checked::after {
  background-image: var(--form-radio-icon);
  background-size: 14px;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*media*/
}
@media all and (min-width: 768px) {
  body.woocommerce,
  body.woocommerce.woocommerce-js,
  body.page {
    /*2 column radio/checkbox*/
    /*add class choice-2-columns*/
  }
  body.woocommerce .gform_wrapper.gravity-theme .choice-2-columns .gfield_checkbox,
  body.woocommerce .gform_wrapper.gravity-theme .choice-2-columns .gfield_radio,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .choice-2-columns .gfield_checkbox,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .choice-2-columns .gfield_radio,
  body.page .gform_wrapper.gravity-theme .choice-2-columns .gfield_checkbox,
  body.page .gform_wrapper.gravity-theme .choice-2-columns .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.woocommerce .gform_wrapper.gravity-theme .choice-2-columns .gchoice label,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .choice-2-columns .gchoice label,
  body.page .gform_wrapper.gravity-theme .choice-2-columns .gchoice label {
    max-width: 100%;
  }
  body.woocommerce .gform_wrapper.gravity-theme .choice-2-columns .gchoice,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .choice-2-columns .gchoice,
  body.page .gform_wrapper.gravity-theme .choice-2-columns .gchoice {
    width: 50%;
  }
  body.woocommerce .gform_wrapper.gravity-theme .choice-2-columns .gchoice:nth-child(odd),
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .choice-2-columns .gchoice:nth-child(odd),
  body.page .gform_wrapper.gravity-theme .choice-2-columns .gchoice:nth-child(odd) {
    padding-right: calc(var(--form-gap) / 2);
  }
  body.woocommerce .gform_wrapper.gravity-theme .choice-2-columns .gchoice:nth-child(even),
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .choice-2-columns .gchoice:nth-child(even),
  body.page .gform_wrapper.gravity-theme .choice-2-columns .gchoice:nth-child(even) {
    padding-left: calc(var(--form-gap) / 2);
  }
  body.woocommerce,
  body.woocommerce.woocommerce-js,
  body.page {
    /*inline radio/checkbox*/
    /*add class choice-inline*/
  }
  body.woocommerce .gform_wrapper.gravity-theme .choice-inline .gfield_checkbox,
  body.woocommerce .gform_wrapper.gravity-theme .choice-inline .gfield_radio,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .choice-inline .gfield_checkbox,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .choice-inline .gfield_radio,
  body.page .gform_wrapper.gravity-theme .choice-inline .gfield_checkbox,
  body.page .gform_wrapper.gravity-theme .choice-inline .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
  body.woocommerce .gform_wrapper.gravity-theme .choice-inline .gchoice,
  body.woocommerce .gform_wrapper.gravity-theme .choice-inline .gchoice label,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .choice-inline .gchoice,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .choice-inline .gchoice label,
  body.page .gform_wrapper.gravity-theme .choice-inline .gchoice,
  body.page .gform_wrapper.gravity-theme .choice-inline .gchoice label {
    max-width: 100%;
  }
  body.woocommerce .gform_wrapper.gravity-theme .choice-inline .gchoice,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .choice-inline .gchoice,
  body.page .gform_wrapper.gravity-theme .choice-inline .gchoice {
    padding-right: calc(var(--form-gap) * 2);
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form field check block
  ================================================================*/
}
body.woocommerce .gform_wrapper.gravity-theme .field-check-block .gchoice,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block .gchoice,
body.page .gform_wrapper.gravity-theme .field-check-block .gchoice {
  width: 100%;
  margin-bottom: calc(var(--form-gap-mobile) - 4px);
}
body.woocommerce .gform_wrapper.gravity-theme .field-check-block .gchoice:hover input,
body.woocommerce .gform_wrapper.gravity-theme .field-check-block .gchoice:active input,
body.woocommerce .gform_wrapper.gravity-theme .field-check-block .gchoice:focus input,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block .gchoice:hover input,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block .gchoice:active input,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block .gchoice:focus input,
body.page .gform_wrapper.gravity-theme .field-check-block .gchoice:hover input,
body.page .gform_wrapper.gravity-theme .field-check-block .gchoice:active input,
body.page .gform_wrapper.gravity-theme .field-check-block .gchoice:focus input {
  border-color: var(--form-field-border-color-active) !important;
  background-color: var(--form-field-bg) !important;
}
body.woocommerce .gform_wrapper.gravity-theme .field-check-block .gchoice:last-child,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block .gchoice:last-child,
body.page .gform_wrapper.gravity-theme .field-check-block .gchoice:last-child {
  margin-bottom: 0 !important;
}
body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_checkbox .gchoice,
body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_radio .gchoice,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_checkbox .gchoice,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_radio .gchoice,
body.page .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_checkbox .gchoice,
body.page .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_radio .gchoice {
  margin-bottom: 0 !important;
}
body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_checkbox,
body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_radio,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_checkbox,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_radio,
body.page .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_checkbox,
body.page .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_radio {
  display: grid;
  gap: var(--form-gap-mobile);
}
body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_checkbox,
body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_radio,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_checkbox,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_radio,
body.page .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_checkbox,
body.page .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_radio {
  grid-template-columns: repeat(2, 1fr);
}
@media all and (min-width: 400px) {
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox .gchoice,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio .gchoice,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox .gchoice,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio .gchoice,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox .gchoice,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio .gchoice,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox .gchoice,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio .gchoice,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox .gchoice,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio .gchoice,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox .gchoice,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio .gchoice {
    margin-bottom: 0 !important;
  }
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio {
    display: grid;
    gap: var(--form-gap-mobile);
  }
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio {
    grid-template-columns: repeat(2, 1fr);
  }
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 400px) and (max-width: 439px) {
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox .gchoice,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio .gchoice,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox .gchoice,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio .gchoice,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox .gchoice,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio .gchoice,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox .gchoice,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio .gchoice,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox .gchoice,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio .gchoice,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox .gchoice,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio .gchoice {
    padding: var(--form-field-padding-y) !important;
  }
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_checkbox input,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_radio input,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox input,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio input,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox input,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio input,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_checkbox input,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_radio input,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox input,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio input,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox input,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio input,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_checkbox input,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_radio input,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox input,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio input,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox input,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio input {
    margin-right: 6px !important;
  }
}
@media all and (min-width: 981px) {
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block .gchoice,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block .gchoice,
  body.page .gform_wrapper.gravity-theme .field-check-block .gchoice {
    margin-bottom: var(--form-gap-mobile);
  }
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_checkbox,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_radio,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox,
  body.woocommerce .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_checkbox,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_radio,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_checkbox,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2-always .gfield_radio,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_checkbox,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-2 .gfield_radio,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_checkbox,
  body.page .gform_wrapper.gravity-theme .field-check-block--col-3 .gfield_radio {
    gap: var(--form-gap);
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form list
  ================================================================*/
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_list_icons button,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_list_icons button,
body.page .gform_wrapper.gravity-theme .gfield_list_icons button {
  background-color: transparent !important;
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_list_icons button,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_list_icons button,
body.page .gform_wrapper.gravity-theme .gfield_list_icons button {
  background-image: var(--form-list-plus-icon);
  width: 19px;
  height: 19px;
  opacity: 1;
  cursor: pointer;
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item,
body.page .gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item {
  background-image: var(--form-list-minus-icon);
}
@media all and (max-width: 640px) {
  body.woocommerce .gform_wrapper.gravity-theme .gfield_list_icons,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_list_icons,
  body.page .gform_wrapper.gravity-theme .gfield_list_icons {
    background-color: var(--form-field-bg-active);
  }
  body.woocommerce .gform_wrapper.gravity-theme .gfield_list_group,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_list_group,
  body.page .gform_wrapper.gravity-theme .gfield_list_group {
    border: 1px solid var(--form-field-border-color);
    border-radius: var(--form-field-border-radius);
    overflow: hidden;
  }
}
@media all and (min-width: 641px) {
  body.woocommerce .gform_wrapper.gravity-theme .gfield_header_item + .gfield_header_item:not(.gfield_header_item--icons),
  body.woocommerce .gform_wrapper.gravity-theme .gfield_list_group_item + .gfield_list_group_item,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_header_item + .gfield_header_item:not(.gfield_header_item--icons),
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_list_group_item + .gfield_list_group_item,
  body.page .gform_wrapper.gravity-theme .gfield_header_item + .gfield_header_item:not(.gfield_header_item--icons),
  body.page .gform_wrapper.gravity-theme .gfield_list_group_item + .gfield_list_group_item {
    margin-left: 10px;
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*list columns header*/
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_list_header,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_list_header,
body.page .gform_wrapper.gravity-theme .gfield_list_header {
  margin-bottom: 4px;
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_list_group_item::before,
body.woocommerce .gform_wrapper.gravity-theme .gfield_header_item,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_list_group_item::before,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_header_item,
body.page .gform_wrapper.gravity-theme .gfield_list_group_item::before,
body.page .gform_wrapper.gravity-theme .gfield_header_item {
  font-size: var(--form-field-font-size-mobile);
  line-height: var(--form-label-line-height) !important;
  color: var(--form-label-color);
  padding-top: 0;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form file field
  ================================================================*/
}
body.woocommerce .gform_wrapper.gravity-theme .gform_drop_area button,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_drop_area button,
body.page .gform_wrapper.gravity-theme .gform_drop_area button {
  cursor: pointer;
}
body.woocommerce .gform_wrapper.gravity-theme .gform_fileupload_rules,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_fileupload_rules,
body.page .gform_wrapper.gravity-theme .gform_fileupload_rules {
  padding-top: 5px !important;
  margin-top: 0 !important;
}
body.woocommerce .gform_wrapper.gravity-theme .field_description_above .gfield_description,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .field_description_above .gfield_description,
body.page .gform_wrapper.gravity-theme .field_description_above .gfield_description {
  margin-top: 0;
  padding: 0 0 10px !important;
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_description.gform_fileupload_rules,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_description.gform_fileupload_rules,
body.page .gform_wrapper.gravity-theme .gfield_description.gform_fileupload_rules {
  margin: 0 !important;
  padding: 0 !important;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form privacy policy agreement
  ================================================================*/
}
body.woocommerce .gform_wrapper.gravity-theme .privacy-policy-agreement,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .privacy-policy-agreement,
body.page .gform_wrapper.gravity-theme .privacy-policy-agreement {
  margin-top: 2px;
}
body.woocommerce .gform_wrapper.gravity-theme .privacy-policy-agreement .ginput_container,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .privacy-policy-agreement .ginput_container,
body.page .gform_wrapper.gravity-theme .privacy-policy-agreement .ginput_container {
  margin-bottom: 0;
}
body.woocommerce .gform_wrapper.gravity-theme .privacy-policy-agreement input,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .privacy-policy-agreement input,
body.page .gform_wrapper.gravity-theme .privacy-policy-agreement input {
  margin-top: 2px;
}
body.woocommerce .gform_wrapper.gravity-theme .privacy-policy-agreement label,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .privacy-policy-agreement label,
body.page .gform_wrapper.gravity-theme .privacy-policy-agreement label {
  font-size: var(--form-privacy-policy-font-size) !important;
  line-height: var(--form-privacy-policy-line-height) !important;
  font-weight: var(--form-privacy-policy-font-weight);
}
@media all and (min-width: 981px) {
  body.woocommerce .gform_wrapper.gravity-theme .privacy-policy-agreement label,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .privacy-policy-agreement label,
  body.page .gform_wrapper.gravity-theme .privacy-policy-agreement label {
    font-size: var(--form-label-font-size-mobile) !important;
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form submit
  ================================================================*/
}
body.woocommerce .gform_wrapper.gravity-theme .gform-page-footer,
body.woocommerce .gform_wrapper.gravity-theme .gform_footer,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform-page-footer,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_footer,
body.page .gform_wrapper.gravity-theme .gform-page-footer,
body.page .gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: var(--form-padding-mobile);
}
body.woocommerce .gform_wrapper.gravity-theme .gform-page-footer .button,
body.woocommerce .gform_wrapper.gravity-theme .gform_footer .gform_button,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform-page-footer .button,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_footer .gform_button,
body.page .gform_wrapper.gravity-theme .gform-page-footer .button,
body.page .gform_wrapper.gravity-theme .gform_footer .gform_button {
  width: 100%;
  padding: var(--form-btn-padding-y) var(--form-btn-padding-x);
  border: var(--form-btn-border-width) solid var(--form-btn-border-color);
  margin-bottom: 0;
  font-size: var(--form-button-font-size-mobile);
  line-height: 1.5 !important;
  color: var(--form-btn-color);
  background-color: var(--form-btn-bg);
  border-radius: var(--form-btn-border-radius);
  transition: var(--form-transition);
  cursor: pointer;
}
body.woocommerce .gform_wrapper.gravity-theme .gform-page-footer .button:hover,
body.woocommerce .gform_wrapper.gravity-theme .gform-page-footer .button:active,
body.woocommerce .gform_wrapper.gravity-theme .gform-page-footer .button:focus,
body.woocommerce .gform_wrapper.gravity-theme .gform_footer .gform_button:hover,
body.woocommerce .gform_wrapper.gravity-theme .gform_footer .gform_button:active,
body.woocommerce .gform_wrapper.gravity-theme .gform_footer .gform_button:focus,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform-page-footer .button:hover,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform-page-footer .button:active,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform-page-footer .button:focus,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_footer .gform_button:hover,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_footer .gform_button:active,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_footer .gform_button:focus,
body.page .gform_wrapper.gravity-theme .gform-page-footer .button:hover,
body.page .gform_wrapper.gravity-theme .gform-page-footer .button:active,
body.page .gform_wrapper.gravity-theme .gform-page-footer .button:focus,
body.page .gform_wrapper.gravity-theme .gform_footer .gform_button:hover,
body.page .gform_wrapper.gravity-theme .gform_footer .gform_button:active,
body.page .gform_wrapper.gravity-theme .gform_footer .gform_button:focus {
  color: var(--form-btn-color-active);
  border-color: var(--form-btn-border-color-active);
  background-color: var(--form-btn-bg-active);
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*media*/
}
@media all and (min-width: 768px) {
  body.woocommerce .gform_wrapper.gravity-theme .gform-page-footer,
  body.woocommerce .gform_wrapper.gravity-theme .gform_footer,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform-page-footer,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_footer,
  body.page .gform_wrapper.gravity-theme .gform-page-footer,
  body.page .gform_wrapper.gravity-theme .gform_footer {
    justify-content: flex-end;
  }
  body.woocommerce .gform_wrapper.gravity-theme .gform-page-footer .button,
  body.woocommerce .gform_wrapper.gravity-theme .gform_footer .gform_button,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform-page-footer .button,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_footer .gform_button,
  body.page .gform_wrapper.gravity-theme .gform-page-footer .button,
  body.page .gform_wrapper.gravity-theme .gform_footer .gform_button {
    width: auto;
  }
}
@media all and (min-width: 981px) {
  body.woocommerce .gform_wrapper.gravity-theme .gform-page-footer,
  body.woocommerce .gform_wrapper.gravity-theme .gform_footer,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform-page-footer,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_footer,
  body.page .gform_wrapper.gravity-theme .gform-page-footer,
  body.page .gform_wrapper.gravity-theme .gform_footer {
    padding-top: var(--form-padding);
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form submit custom arrow
  ================================================================*/
}
body.woocommerce .gform_wrapper.form-submit-custom-arrow_wrapper > form,
body.woocommerce.woocommerce-js .gform_wrapper.form-submit-custom-arrow_wrapper > form,
body.page .gform_wrapper.form-submit-custom-arrow_wrapper > form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body.woocommerce .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer,
body.woocommerce.woocommerce-js .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer,
body.page .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.woocommerce .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer::after,
body.woocommerce.woocommerce-js .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer::after,
body.page .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: inline-block !important;
  width: var(--form-custom-arrow-size);
  min-width: var(--form-custom-arrow-size);
  height: var(--form-custom-arrow-size);
  margin: 0;
  margin-left: 110px !important;
  opacity: 1;
  transition: var(--form-transition);
  background-image: var(--form-custom-arrow-icon) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
body.woocommerce .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer .gform_button,
body.woocommerce.woocommerce-js .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer .gform_button,
body.page .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer .gform_button {
  padding-right: calc(var(--form-btn-padding-x) + var(--form-custom-arrow-size) + var(--form-icon-margin)) !important;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*media*/
}
@media all and (max-width: 767px) {
  body.woocommerce .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer,
  body.woocommerce.woocommerce-js .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer,
  body.page .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer {
    width: 100%;
  }
  body.woocommerce .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer::after,
  body.woocommerce.woocommerce-js .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer::after,
  body.page .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer::after {
    margin-left: calc(50% + 18px) !important;
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form submit center
  ================================================================*/
  /*
  #page .gform_wrapper.form-submit-center_wrapper .gform_page_footer {
      margin-left: auto !important;
      margin-right: auto !important;
  }
  */
}
body.woocommerce #page .gform_wrapper.form-submit-center_wrapper .gform_page_footer .gform_button:not(.gform_next_button, .gform_previous_button),
body.woocommerce.woocommerce-js #page .gform_wrapper.form-submit-center_wrapper .gform_page_footer .gform_button:not(.gform_next_button, .gform_previous_button),
body.page #page .gform_wrapper.form-submit-center_wrapper .gform_page_footer .gform_button:not(.gform_next_button, .gform_previous_button) {
  margin-left: auto !important;
  margin-right: auto !important;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*#page .gform_wrapper.form-submit-custom-arrow_wrapper.form-submit-center_wrapper .gform_page_footer::after {
      margin-left: 190px !important;
  }*/
  /*================================================================
  Form submit full width
  ================================================================*/
}
body.woocommerce .gform_wrapper.lead-form_wrapper .gform_page:last-child .gform_button,
body.woocommerce .gform_wrapper.form-submit-full-width_wrapper .gform_footer .gform_button,
body.woocommerce.woocommerce-js .gform_wrapper.lead-form_wrapper .gform_page:last-child .gform_button,
body.woocommerce.woocommerce-js .gform_wrapper.form-submit-full-width_wrapper .gform_footer .gform_button,
body.page .gform_wrapper.lead-form_wrapper .gform_page:last-child .gform_button,
body.page .gform_wrapper.form-submit-full-width_wrapper .gform_footer .gform_button {
  width: 100% !important;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form submit without obligation wrapper
  ================================================================*/
}
body.woocommerce .gform_wrapper.lead-form_wrapper .gform_page:last-child .gform_page_footer,
body.woocommerce .gform_wrapper.form-submit-without-obligation_wrapper .gform_footer,
body.woocommerce.woocommerce-js .gform_wrapper.lead-form_wrapper .gform_page:last-child .gform_page_footer,
body.woocommerce.woocommerce-js .gform_wrapper.form-submit-without-obligation_wrapper .gform_footer,
body.page .gform_wrapper.lead-form_wrapper .gform_page:last-child .gform_page_footer,
body.page .gform_wrapper.form-submit-without-obligation_wrapper .gform_footer {
  position: relative;
}
body.woocommerce .gform_wrapper.lead-form_wrapper .gform_page:last-child .gform_page_footer::after,
body.woocommerce .gform_wrapper.form-submit-without-obligation_wrapper .gform_footer::after,
body.woocommerce.woocommerce-js .gform_wrapper.lead-form_wrapper .gform_page:last-child .gform_page_footer::after,
body.woocommerce.woocommerce-js .gform_wrapper.form-submit-without-obligation_wrapper .gform_footer::after,
body.page .gform_wrapper.lead-form_wrapper .gform_page:last-child .gform_page_footer::after,
body.page .gform_wrapper.form-submit-without-obligation_wrapper .gform_footer::after {
  content: "Kostenlos und unverbindlich";
  position: absolute;
  left: 50%;
  bottom: -29px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: var(--form-btn-without-obligation-font-size);
  color: var(--form-btn-without-obligation-font-color);
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Lead form
  ================================================================*/
}
body.woocommerce .gform_wrapper.lead-form_wrapper .gform_page:last-child .gform_previous_button,
body.woocommerce.woocommerce-js .gform_wrapper.lead-form_wrapper .gform_page:last-child .gform_previous_button,
body.page .gform_wrapper.lead-form_wrapper .gform_page:last-child .gform_previous_button {
  display: none;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form lock
  ================================================================*/
}
body.woocommerce .gform_wrapper .form__lock,
body.woocommerce.woocommerce-js .gform_wrapper .form__lock,
body.page .gform_wrapper .form__lock {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--form-padding-mobile);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
body.woocommerce .gform_wrapper.lead-form_wrapper .form__lock,
body.woocommerce .gform_wrapper.form-submit-without-obligation_wrapper .form__lock,
body.woocommerce.woocommerce-js .gform_wrapper.lead-form_wrapper .form__lock,
body.woocommerce.woocommerce-js .gform_wrapper.form-submit-without-obligation_wrapper .form__lock,
body.page .gform_wrapper.lead-form_wrapper .form__lock,
body.page .gform_wrapper.form-submit-without-obligation_wrapper .form__lock {
  padding-top: calc(var(--form-padding-mobile) + 24px);
}
body.woocommerce .gform_wrapper .form__lock.show,
body.woocommerce.woocommerce-js .gform_wrapper .form__lock.show,
body.page .gform_wrapper .form__lock.show {
  opacity: 1;
  transform: translateY(0);
}
body.woocommerce .gform_wrapper .form__lock img,
body.woocommerce.woocommerce-js .gform_wrapper .form__lock img,
body.page .gform_wrapper .form__lock img {
  display: block;
  margin-right: 8px;
  width: var(--form-lock-img-size-mobile);
  min-width: var(--form-lock-img-size-mobile);
  height: auto;
}
body.woocommerce .gform_wrapper .form__lock strong,
body.woocommerce.woocommerce-js .gform_wrapper .form__lock strong,
body.page .gform_wrapper .form__lock strong {
  font-size: var(--form-lock-text-size-mobile);
  font-weight: 400;
}
@media all and (min-width: 981px) {
  body.woocommerce .gform_wrapper .form__lock,
  body.woocommerce.woocommerce-js .gform_wrapper .form__lock,
  body.page .gform_wrapper .form__lock {
    padding-top: var(--form-padding);
  }
  body.woocommerce .gform_wrapper.form-submit-without-obligation_wrapper .form__lock,
  body.woocommerce.woocommerce-js .gform_wrapper.form-submit-without-obligation_wrapper .form__lock,
  body.page .gform_wrapper.form-submit-without-obligation_wrapper .form__lock {
    padding-top: calc(var(--form-padding) + 24px);
  }
  body.woocommerce .gform_wrapper .form__lock img,
  body.woocommerce.woocommerce-js .gform_wrapper .form__lock img,
  body.page .gform_wrapper .form__lock img {
    margin-right: 12px;
    width: var(--form-lock-img-size);
    min-width: var(--form-lock-img-size);
  }
  body.woocommerce .gform_wrapper .form__lock strong,
  body.woocommerce.woocommerce-js .gform_wrapper .form__lock strong,
  body.page .gform_wrapper .form__lock strong {
    font-size: var(--form-lock-text-size);
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form success
  ================================================================*/
}
body.woocommerce .gform_wrapper .form__success-text,
body.woocommerce.woocommerce-js .gform_wrapper .form__success-text,
body.page .gform_wrapper .form__success-text {
  max-width: 240px;
  margin: 0 auto 20px;
  padding-bottom: 0;
  font-size: var(--form-success-text-size-mobile);
  color: var(--form-success-text-color);
}
body.woocommerce .gform_wrapper .form__success-img,
body.woocommerce.woocommerce-js .gform_wrapper .form__success-img,
body.page .gform_wrapper .form__success-img {
  width: var(--form-success-img-size-mobile);
  min-width: var(--form-success-img-size-mobile);
  height: var(--form-success-img-size-mobile);
  margin-bottom: 8px;
}
@media all and (min-width: 981px) {
  body.woocommerce .gform_wrapper .form__success-text,
  body.woocommerce.woocommerce-js .gform_wrapper .form__success-text,
  body.page .gform_wrapper .form__success-text {
    max-width: 300px;
    margin-bottom: 28px;
    font-size: var(--form-success-text-size);
  }
  body.woocommerce .gform_wrapper .form__success-img,
  body.woocommerce.woocommerce-js .gform_wrapper .form__success-img,
  body.page .gform_wrapper .form__success-img {
    width: var(--form-success-img-size);
    min-width: var(--form-success-img-size);
    height: var(--form-success-img-size);
    margin-bottom: 16px;
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Lead form footer
  ================================================================*/
}
body.woocommerce .form-auto-advanced_wrapper .previous-btn,
body.woocommerce .form-auto-advanced .gform_page_footer,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .previous-btn,
body.woocommerce.woocommerce-js .form-auto-advanced .gform_page_footer,
body.page .form-auto-advanced_wrapper .previous-btn,
body.page .form-auto-advanced .gform_page_footer {
  min-width: 100%;
  border: none;
  margin-top: 0;
}
body.woocommerce .form-auto-advanced_wrapper .gform_page_footer .button + .button,
body.woocommerce .form-auto-advanced_wrapper .gform_page_footer .button + input[type=image],
body.woocommerce .form-auto-advanced_wrapper .gform_page_footer .gform_next_button,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page_footer .button + .button,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page_footer .button + input[type=image],
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page_footer .gform_next_button,
body.page .form-auto-advanced_wrapper .gform_page_footer .button + .button,
body.page .form-auto-advanced_wrapper .gform_page_footer .button + input[type=image],
body.page .form-auto-advanced_wrapper .gform_page_footer .gform_next_button {
  margin-left: auto;
}
body.woocommerce .form-auto-advanced_wrapper .previous-btn,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .previous-btn,
body.page .form-auto-advanced_wrapper .previous-btn {
  z-index: 1;
}
body.woocommerce .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button,
body.woocommerce .form-auto-advanced_wrapper .gform_page_footer .gform_next_button,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page_footer .gform_next_button,
body.page .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button,
body.page .form-auto-advanced_wrapper .gform_page_footer .gform_next_button {
  background-size: var(--form-btn-icon-size);
  background-repeat: no-repeat;
}
body.woocommerce .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button,
body.page .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button {
  font-size: 0 !important;
  background-color: var(--form-btn-bg-prev) !important;
  border-color: var(--form-btn-bg-prev) !important;
  background-image: var(--form-btn-icon-prev);
  background-position: center;
}
body.woocommerce .form-auto-advanced .gform_page_footer .gform_next_button,
body.woocommerce.woocommerce-js .form-auto-advanced .gform_page_footer .gform_next_button,
body.page .form-auto-advanced .gform_page_footer .gform_next_button {
  /*padding-right: calc(var(--form-btn-padding-x) + var(--form-btn-icon-size) + var(--form-icon-margin)) !important;*/
  padding-right: calc(var(--form-btn-padding-x) + var(--form-icon-margin) * 2) !important;
  background-image: var(--form-btn-icon-next);
  background-position: calc(100% - var(--form-btn-icon-size) + var(--form-icon-margin)) center;
}
body.woocommerce .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button:hover,
body.woocommerce .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button:active,
body.woocommerce .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button:focus,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button:hover,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button:active,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button:focus,
body.page .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button:hover,
body.page .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button:active,
body.page .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button:focus {
  background-image: var(--form-btn-icon-prev-active);
  background-color: var(--form-btn-bg-active) !important;
  border-color: var(--form-btn-bg-active) !important;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*media*/
}
@media all and (max-width: 767px) {
  body.woocommerce .form-auto-advanced_wrapper .previous-btn a,
  body.woocommerce .form-auto-advanced_wrapper .gform_page_footer input,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .previous-btn a,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page_footer input,
  body.page .form-auto-advanced_wrapper .previous-btn a,
  body.page .form-auto-advanced_wrapper .gform_page_footer input {
    width: auto !important;
  }
  body.woocommerce .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button,
  body.page .form-auto-advanced_wrapper .gform_page_footer .gform_previous_button {
    margin-right: var(--form-gap-mobile) !important;
  }
}
@media all and (min-width: 768px) {
  body.woocommerce .form-auto-advanced_wrapper .gform_page_footer,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page_footer,
  body.page .form-auto-advanced_wrapper .gform_page_footer {
    display: flex;
    justify-content: space-between;
  }
  body.woocommerce .form-auto-advanced_wrapper .gform_page_footer .button,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page_footer .button,
  body.page .form-auto-advanced_wrapper .gform_page_footer .button {
    width: auto;
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Lead form progressbar
  ================================================================*/
}
body.woocommerce .form-auto-advanced_wrapper .gform_required_legend,
body.woocommerce .form-auto-advanced_wrapper .gf_progressbar_wrapper,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_required_legend,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gf_progressbar_wrapper,
body.page .form-auto-advanced_wrapper .gform_required_legend,
body.page .form-auto-advanced_wrapper .gf_progressbar_wrapper {
  width: 100%;
  margin: 0 auto !important;
}
body.woocommerce .form-auto-advanced_wrapper .gform_required_legend,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_required_legend,
body.page .form-auto-advanced_wrapper .gform_required_legend {
  /*top: -100px;*/
  display: none !important;
}
body.woocommerce .form-auto-advanced_wrapper .gf_progressbar,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gf_progressbar,
body.page .form-auto-advanced_wrapper .gf_progressbar {
  width: 100%;
  max-width: 468px;
  margin: var(--form-progress-bar-margin-mobile) auto !important;
  background: var(--form-progress-bar-bg);
}
body.woocommerce .form-auto-advanced_wrapper .gf_progressbar,
body.woocommerce .form-auto-advanced_wrapper .gf_progressbar_percentage,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gf_progressbar,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gf_progressbar_percentage,
body.page .form-auto-advanced_wrapper .gf_progressbar,
body.page .form-auto-advanced_wrapper .gf_progressbar_percentage {
  height: var(--form-progress-bar-height);
  border: none;
  border-radius: 100px;
}
body.woocommerce .form-auto-advanced_wrapper .gf_progressbar_percentage,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gf_progressbar_percentage,
body.page .form-auto-advanced_wrapper .gf_progressbar_percentage {
  background-color: var(--form-progress-bar-bg-active) !important;
}
body.woocommerce .form-auto-advanced_wrapper .gf_progressbar_percentage span,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gf_progressbar_percentage span,
body.page .form-auto-advanced_wrapper .gf_progressbar_percentage span {
  display: none;
}
body.woocommerce .form-auto-advanced_wrapper .gf_progressbar_title,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gf_progressbar_title,
body.page .form-auto-advanced_wrapper .gf_progressbar_title {
  font-size: var(--form-progress-font-size-mobile);
  line-height: var(--form-progress-line-height);
  text-align: center;
  color: var(--form-progress-bar-title-color);
}
@media all and (min-width: 768px) {
  body.woocommerce .form-auto-advanced_wrapper .gf_progressbar,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gf_progressbar,
  body.page .form-auto-advanced_wrapper .gf_progressbar {
    margin: var(--form-progress-bar-margin) auto !important;
  }
  body.woocommerce .form-auto-advanced_wrapper .gf_progressbar_title,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gf_progressbar_title,
  body.page .form-auto-advanced_wrapper .gf_progressbar_title {
    font-size: var(--form-progress-font-size);
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Lead form base
  ================================================================*/
}
body.woocommerce .form-auto-advanced_wrapper .gfield,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gfield,
body.page .form-auto-advanced_wrapper .gfield {
  max-width: 100%;
}
body.woocommerce .form-auto-advanced_wrapper .gform-body .gchoice .gform-field-label,
body.woocommerce .form-auto-advanced_wrapper .gform-body .gfield_checkbox,
body.woocommerce .form-auto-advanced_wrapper .gform-body .gfield_radio,
body.woocommerce .form-auto-advanced_wrapper .gform_page_fields,
body.woocommerce .form-auto-advanced_wrapper .hidden_label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform-body .gchoice .gform-field-label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform-body .gfield_checkbox,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform-body .gfield_radio,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page_fields,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .hidden_label,
body.page .form-auto-advanced_wrapper .gform-body .gchoice .gform-field-label,
body.page .form-auto-advanced_wrapper .gform-body .gfield_checkbox,
body.page .form-auto-advanced_wrapper .gform-body .gfield_radio,
body.page .form-auto-advanced_wrapper .gform_page_fields,
body.page .form-auto-advanced_wrapper .hidden_label {
  margin: 0 !important;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Lead form image text field wrapper
  ================================================================*/
}
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice {
  margin: 0 !important;
}
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_radio,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_radio,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_radio {
  display: flex;
  flex-direction: column;
  gap: var(--form-gap-mobile);
}
@media all and (min-width: 768px) {
  body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox,
  body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_radio,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_radio,
  body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox,
  body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_radio {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--form-gap);
  }
  body.woocommerce .form-auto-advanced_wrapper .gform_page .gf_list_2col .gchoice,
  body.woocommerce .form-auto-advanced_wrapper .gform_page .gf_list_3col .gchoice,
  body.woocommerce .form-auto-advanced_wrapper .gform_page .gf_list_4col .gchoice,
  body.woocommerce .form-auto-advanced_wrapper .gform_page .gf_list_5col .gchoice,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page .gf_list_2col .gchoice,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page .gf_list_3col .gchoice,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page .gf_list_4col .gchoice,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page .gf_list_5col .gchoice,
  body.page .form-auto-advanced_wrapper .gform_page .gf_list_2col .gchoice,
  body.page .form-auto-advanced_wrapper .gform_page .gf_list_3col .gchoice,
  body.page .form-auto-advanced_wrapper .gform_page .gf_list_4col .gchoice,
  body.page .form-auto-advanced_wrapper .gform_page .gf_list_5col .gchoice {
    width: calc(50% - var(--form-gap) / 2) !important;
  }
}
@media all and (min-width: 981px) {
  body.woocommerce .full-width-form .gform_page .gf_list_3col .gchoice,
  body.woocommerce.woocommerce-js .full-width-form .gform_page .gf_list_3col .gchoice,
  body.page .full-width-form .gform_page .gf_list_3col .gchoice {
    width: calc(33.333% - var(--form-gap) * 2 / 3) !important;
  }
  body.woocommerce .full-width-form .gform_page .gf_list_4col .gchoice,
  body.woocommerce.woocommerce-js .full-width-form .gform_page .gf_list_4col .gchoice,
  body.page .full-width-form .gform_page .gf_list_4col .gchoice {
    width: calc(25% - var(--form-gap) * 3 / 4) !important;
  }
  body.woocommerce .full-width-form .gform_page .gf_list_5col .gchoice,
  body.woocommerce.woocommerce-js .full-width-form .gform_page .gf_list_5col .gchoice,
  body.page .full-width-form .gform_page .gf_list_5col .gchoice {
    width: calc(20% - var(--form-gap) * 4 / 5) !important;
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Lead form image text field item
  ================================================================*/
}
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label,
body.woocommerce .lead-form__links-navigation .et_pb_blurb,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label,
body.page .lead-form__links-navigation .et_pb_blurb {
  padding: 20px 10px;
  margin: 0 !important;
  border: var(--form-field-border-width) solid var(--form-field-border-color);
  border-radius: var(--form-field-border-radius) !important;
  transition: var(--form-transition) !important;
  box-shadow: none !important;
}
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label,
body.woocommerce .lead-form__links-navigation .et_pb_blurb h1,
body.woocommerce .lead-form__links-navigation .et_pb_blurb h2,
body.woocommerce .lead-form__links-navigation .et_pb_blurb h3,
body.woocommerce .lead-form__links-navigation .et_pb_blurb h4,
body.woocommerce .lead-form__links-navigation .et_pb_blurb h5,
body.woocommerce .lead-form__links-navigation .et_pb_blurb h6,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb h1,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb h2,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb h3,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb h4,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb h5,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb h6,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label,
body.page .lead-form__links-navigation .et_pb_blurb h1,
body.page .lead-form__links-navigation .et_pb_blurb h2,
body.page .lead-form__links-navigation .et_pb_blurb h3,
body.page .lead-form__links-navigation .et_pb_blurb h4,
body.page .lead-form__links-navigation .et_pb_blurb h5,
body.page .lead-form__links-navigation .et_pb_blurb h6 {
  font-size: var(--form-field-font-size) !important;
  line-height: var(--form-field-line-height) !important;
}
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gfield-choice-input:checked + label,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gfield-choice-input:checked + label,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label:hover,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label:active,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label:focus,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice:focus-within label,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice:focus-visible label,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label:hover,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label:active,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label:focus,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice:focus-within label,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice:focus-visible label,
body.woocommerce .lead-form__links-navigation .et_pb_blurb:hover,
body.woocommerce .lead-form__links-navigation .et_pb_blurb:active,
body.woocommerce .lead-form__links-navigation .et_pb_blurb:focus,
body.woocommerce .lead-form__links-navigation .et_pb_blurb:focus-visible,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gfield-choice-input:checked + label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gfield-choice-input:checked + label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label:hover,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label:active,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label:focus,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice:focus-within label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice:focus-visible label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label:hover,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label:active,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label:focus,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice:focus-within label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice:focus-visible label,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb:hover,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb:active,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb:focus,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb:focus-visible,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gfield-choice-input:checked + label,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gfield-choice-input:checked + label,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label:hover,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label:active,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label:focus,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice:focus-within label,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice:focus-visible label,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label:hover,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label:active,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label:focus,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice:focus-within label,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice:focus-visible label,
body.page .lead-form__links-navigation .et_pb_blurb:hover,
body.page .lead-form__links-navigation .et_pb_blurb:active,
body.page .lead-form__links-navigation .et_pb_blurb:focus,
body.page .lead-form__links-navigation .et_pb_blurb:focus-visible {
  background-color: var(--form-field-bg-active) !important;
  border-color: var(--form-field-border-color-active) !important;
}
body.woocommerce .lead-form__links-navigation .et_pb_blurb .et_pb_main_blurb_image,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb .et_pb_main_blurb_image,
body.page .lead-form__links-navigation .et_pb_blurb .et_pb_main_blurb_image {
  margin-bottom: 0;
}
body.woocommerce .lead-form__links-navigation .et_pb_blurb .et_pb_module_header,
body.woocommerce .form-auto-advanced_wrapper .gfsp_o_frame input + label .o_text,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb .et_pb_module_header,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gfsp_o_frame input + label .o_text,
body.page .lead-form__links-navigation .et_pb_blurb .et_pb_module_header,
body.page .form-auto-advanced_wrapper .gfsp_o_frame input + label .o_text {
  padding: 8px 0 0 0 !important;
}
body.woocommerce .lead-form__links-navigation .et_pb_blurb .et_pb_module_header,
body.woocommerce .form-auto-advanced_wrapper .gfsp_o_frame input:checked + label .o_text,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb .et_pb_module_header,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gfsp_o_frame input:checked + label .o_text,
body.page .lead-form__links-navigation .et_pb_blurb .et_pb_module_header,
body.page .form-auto-advanced_wrapper .gfsp_o_frame input:checked + label .o_text {
  color: var(--form-field-color);
}
body.woocommerce .lead-form__links-navigation .et_pb_blurb .et_pb_module_header,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb .et_pb_module_header,
body.page .lead-form__links-navigation .et_pb_blurb .et_pb_module_header {
  text-align: center;
}
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .gchoice label,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .gchoice label {
  display: flex;
  width: 100%;
  min-height: 100%;
  margin: 0;
}
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .o_label,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .o_label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .o_label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .o_label,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .o_label,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .o_label {
  width: 100%;
  padding: 0;
  background: transparent;
}
body.woocommerce .lead-form__links-navigation .et_pb_blurb .et_pb_main_blurb_image,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field:not(.form-image-no-filter) .gfield_checkbox .o_img_wr,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field:not(.form-image-no-filter) .gfield_radio .o_img_wr,
body.woocommerce.woocommerce-js .lead-form__links-navigation .et_pb_blurb .et_pb_main_blurb_image,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field:not(.form-image-no-filter) .gfield_checkbox .o_img_wr,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field:not(.form-image-no-filter) .gfield_radio .o_img_wr,
body.page .lead-form__links-navigation .et_pb_blurb .et_pb_main_blurb_image,
body.page .form-auto-advanced_wrapper .form-image-text-field:not(.form-image-no-filter) .gfield_checkbox .o_img_wr,
body.page .form-auto-advanced_wrapper .form-image-text-field:not(.form-image-no-filter) .gfield_radio .o_img_wr {
  filter: var(--form-field-image-filter);
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*remove check icon*/
}
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .o_label::before,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .o_label::after,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .o_label::before,
body.woocommerce .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .o_label::after,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .o_label::before,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .o_label::after,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .o_label::before,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .o_label::after,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .o_label::before,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_checkbox .o_label::after,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .o_label::before,
body.page .form-auto-advanced_wrapper .form-image-text-field .gfield_radio .o_label::after {
  content: none;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Lead form layout
  ================================================================*/
  /*base*/
}
body.woocommerce .form-auto-advanced_wrapper .gform_fields,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_fields,
body.page .form-auto-advanced_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.woocommerce .form-auto-advanced_wrapper .gform_page_fields,
body.woocommerce .form-auto-advanced_wrapper .gfield,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_page_fields,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gfield,
body.page .form-auto-advanced_wrapper .gform_page_fields,
body.page .form-auto-advanced_wrapper .gfield {
  float: none;
  margin-bottom: 0;
}
body.woocommerce .form-auto-advanced_wrapper .gfield,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gfield,
body.page .form-auto-advanced_wrapper .gfield {
  max-width: 100%;
}
body.woocommerce .form-auto-advanced_wrapper .gf_hide_label,
body.woocommerce .form-auto-advanced_wrapper .hidden_label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gf_hide_label,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .hidden_label,
body.page .form-auto-advanced_wrapper .gf_hide_label,
body.page .form-auto-advanced_wrapper .hidden_label {
  margin: 0;
}
body.woocommerce .form-auto-advanced_wrapper .gfield_checkbox,
body.woocommerce .form-auto-advanced_wrapper .gfield_radio,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gfield_checkbox,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gfield_radio,
body.page .form-auto-advanced_wrapper .gfield_checkbox,
body.page .form-auto-advanced_wrapper .gfield_radio {
  margin-top: 0;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*input fields has img*/
}
body.woocommerce .form-auto-advanced_wrapper .has_gfsp_icn_img,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .has_gfsp_icn_img,
body.page .form-auto-advanced_wrapper .has_gfsp_icn_img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*complex fields*/
}
body.woocommerce .form-auto-advanced_wrapper .ginput_complex,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .ginput_complex,
body.page .form-auto-advanced_wrapper .ginput_complex {
  width: calc(100% + var(--form-gap-mobile));
}
body.woocommerce .form-auto-advanced_wrapper .ginput_complex > span,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .ginput_complex > span,
body.page .form-auto-advanced_wrapper .ginput_complex > span {
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: var(--form-gap-mobile) !important;
  margin-right: var(--form-gap-mobile) !important;
}
body.woocommerce .form-auto-advanced_wrapper .ginput_complex > .ginput_full,
body.woocommerce .form-auto-advanced_wrapper .ginput_complex > .ginput_right,
body.woocommerce .form-auto-advanced_wrapper .ginput_complex > span:last-child,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .ginput_complex > .ginput_full,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .ginput_complex > .ginput_right,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .ginput_complex > span:last-child,
body.page .form-auto-advanced_wrapper .ginput_complex > .ginput_full,
body.page .form-auto-advanced_wrapper .ginput_complex > .ginput_right,
body.page .form-auto-advanced_wrapper .ginput_complex > span:last-child {
  margin-right: 0 !important;
}
body.woocommerce .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex,
body.page .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex {
  width: calc(100% + var(--form-gap-mobile));
}
body.woocommerce .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex .ginput_full,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex .ginput_full,
body.page .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex .ginput_full {
  width: 100% !important;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*media*/
}
@media all and (max-width: 640px) {
  body.woocommerce .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex .gform-grid-col:not(:last-child),
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex .gform-grid-col:not(:last-child),
  body.page .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex .gform-grid-col:not(:last-child) {
    margin-bottom: var(--form-gap-mobile);
  }
}
@media all and (min-width: 641px) {
  body.woocommerce .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex,
  body.page .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex {
    width: calc(100% + var(--form-gap-mobile) * 2);
  }
  body.woocommerce .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex .ginput_full,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex .ginput_full,
  body.page .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex .ginput_full {
    width: calc(100% - var(--form-gap-mobile)) !important;
  }
  body.woocommerce .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex .gform-grid-col,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex .gform-grid-col,
  body.page .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex .gform-grid-col {
    margin-bottom: var(--form-gap-mobile);
  }
  body.woocommerce .form-auto-advanced_wrapper .gf_name_has_1 > .gform-grid-col,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gf_name_has_1 > .gform-grid-col,
  body.page .form-auto-advanced_wrapper .gf_name_has_1 > .gform-grid-col {
    width: 100% !important;
  }
  body.woocommerce .form-auto-advanced_wrapper .gf_name_has_2 > .gform-grid-col,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gf_name_has_2 > .gform-grid-col,
  body.page .form-auto-advanced_wrapper .gf_name_has_2 > .gform-grid-col {
    width: calc(50% - var(--form-gap-mobile) / 2) !important;
  }
  body.woocommerce .form-auto-advanced_wrapper .ginput_complex > .ginput_right,
  body.woocommerce .form-auto-advanced_wrapper .ginput_complex > .ginput_left,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .ginput_complex > .ginput_right,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .ginput_complex > .ginput_left,
  body.page .form-auto-advanced_wrapper .ginput_complex > .ginput_right,
  body.page .form-auto-advanced_wrapper .ginput_complex > .ginput_left {
    width: calc(50% - var(--form-gap-mobile) / 2) !important;
  }
  body.woocommerce,
  body.woocommerce.woocommerce-js,
  body.page {
    /*base columns*/
  }
  body.woocommerce .form-auto-advanced_wrapper .gform_fields .gfield--width-half,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_fields .gfield--width-half,
  body.page .form-auto-advanced_wrapper .gform_fields .gfield--width-half {
    width: calc(50% - var(--form-gap) / 2) !important;
  }
}
@media all and (min-width: 768px) {
  body.woocommerce,
  body.woocommerce.woocommerce-js,
  body.page {
    /*complex fields*/
  }
  body.woocommerce .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex .ginput_full,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex .ginput_full,
  body.page .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex .ginput_full {
    width: calc(100% - var(--form-gap)) !important;
  }
  body.woocommerce .form-auto-advanced_wrapper .gf_name_has_1 > span,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gf_name_has_1 > span,
  body.page .form-auto-advanced_wrapper .gf_name_has_1 > span {
    width: 100% !important;
  }
  body.woocommerce .form-auto-advanced_wrapper .gf_name_has_2 > span,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gf_name_has_2 > span,
  body.page .form-auto-advanced_wrapper .gf_name_has_2 > span {
    width: calc(50% - var(--form-gap) / 2) !important;
  }
  body.woocommerce .form-auto-advanced_wrapper .ginput_complex > .ginput_right,
  body.woocommerce .form-auto-advanced_wrapper .ginput_complex > .ginput_left,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .ginput_complex > .ginput_right,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .ginput_complex > .ginput_left,
  body.page .form-auto-advanced_wrapper .ginput_complex > .ginput_right,
  body.page .form-auto-advanced_wrapper .ginput_complex > .ginput_left {
    width: calc(50% - var(--form-gap) / 2) !important;
  }
  body.woocommerce,
  body.woocommerce.woocommerce-js,
  body.page {
    /*base columns*/
  }
  body.woocommerce .form-auto-advanced_wrapper .gform_fields .gfield--width-half,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gform_fields .gfield--width-half,
  body.page .form-auto-advanced_wrapper .gform_fields .gfield--width-half {
    width: calc(50% - var(--form-gap) / 2) !important;
  }
}
@media all and (min-width: 981px) {
  body.woocommerce .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex,
  body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex,
  body.page .gform_wrapper.gravity-theme .gf_stylespro .ginput_complex {
    width: calc(100% + var(--form-gap) * 2);
  }
  body.woocommerce .form-auto-advanced_wrapper .gf_name_has_2 > .gform-grid-col,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gf_name_has_2 > .gform-grid-col,
  body.page .form-auto-advanced_wrapper .gf_name_has_2 > .gform-grid-col {
    width: calc(50% - var(--form-gap) / 2) !important;
  }
  body.woocommerce .form-auto-advanced_wrapper .ginput_complex > .ginput_right,
  body.woocommerce .form-auto-advanced_wrapper .ginput_complex > .ginput_left,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .ginput_complex > .ginput_right,
  body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .ginput_complex > .ginput_left,
  body.page .form-auto-advanced_wrapper .ginput_complex > .ginput_right,
  body.page .form-auto-advanced_wrapper .ginput_complex > .ginput_left {
    width: calc(50% - var(--form-gap) / 2) !important;
  }
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Form fixes
  ================================================================*/
  /*legend*/
}
body.woocommerce .gform_wrapper.gravity-theme .gform_required_legend,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_required_legend,
body.page .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*gform_ajax_spinner*/
}
body.woocommerce .gform_wrapper.gravity-theme .gform_ajax_spinner,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_ajax_spinner,
body.page .gform_wrapper.gravity-theme .gform_ajax_spinner {
  max-width: 20px;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*textarea size fix*/
}
body.woocommerce .gform_wrapper.gravity-theme .ginput_container_textarea,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .ginput_container_textarea,
body.page .gform_wrapper.gravity-theme .ginput_container_textarea {
  display: flex !important;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*asterisk*/
}
body.woocommerce .gform_wrapper.gravity-theme .gfield_required_asterisk,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gfield_required_asterisk,
body.page .gform_wrapper.gravity-theme .gfield_required_asterisk {
  padding-left: 0;
  font-size: 20px;
  color: #c02b0a;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*text color*/
}
body.woocommerce .gform_wrapper.gravity-theme,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme,
body.page .gform_wrapper.gravity-theme {
  color: var(--form-text-color);
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*complex field align fix*/
  /*.gform_wrapper.gravity-theme .gf_stylespro .ginput_complex {
      float: none;
  }*/
  /*spinner*/
}
body.woocommerce .gform_wrapper.gravity-theme .gform-loader,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform-loader,
body.page .gform_wrapper.gravity-theme .gform-loader {
  display: none !important;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*calendar*/
}
body.woocommerce .gform_wrapper.gravity-theme .ginput_container_date,
body.woocommerce .gform_wrapper.gravity-theme .ginput_container_date input,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .ginput_container_date,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .ginput_container_date input,
body.page .gform_wrapper.gravity-theme .ginput_container_date,
body.page .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*wrapper fix*/
}
body.woocommerce .gf_stylespro.gf_stylespro_wrapper,
body.woocommerce .gf_stylespro_wrapper,
body.woocommerce.woocommerce-js .gf_stylespro.gf_stylespro_wrapper,
body.woocommerce.woocommerce-js .gf_stylespro_wrapper,
body.page .gf_stylespro.gf_stylespro_wrapper,
body.page .gf_stylespro_wrapper {
  padding: 0 !important;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*stylespro*/
}
body.woocommerce .gf_stylespro .gfield,
body.woocommerce .gf_stylespro .gform_fields,
body.woocommerce.woocommerce-js .gf_stylespro .gfield,
body.woocommerce.woocommerce-js .gf_stylespro .gform_fields,
body.page .gf_stylespro .gfield,
body.page .gf_stylespro .gform_fields {
  float: none;
}
body.woocommerce,
body.woocommerce.woocommerce-js,
body.page {
  /*================================================================
  Radio image
  ================================================================*/
}
body.woocommerce .radio-image,
body.woocommerce.woocommerce-js .radio-image,
body.page .radio-image {
  padding: 0 !important;
  background: transparent !important;
}
body.woocommerce .radio-image .gfield_radio,
body.woocommerce.woocommerce-js .radio-image .gfield_radio,
body.page .radio-image .gfield_radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--form-gap);
  background: transparent;
  border-radius: var(--form-border-radius);
}
body.woocommerce .radio-image.col-2 .gfield_radio,
body.woocommerce.woocommerce-js .radio-image.col-2 .gfield_radio,
body.page .radio-image.col-2 .gfield_radio {
  grid-template-columns: repeat(2, 1fr);
}
body.woocommerce .radio-image.col-3 .gfield_radio,
body.woocommerce.woocommerce-js .radio-image.col-3 .gfield_radio,
body.page .radio-image.col-3 .gfield_radio {
  grid-template-columns: repeat(3, 1fr);
}
body.woocommerce .radio-image.col-4 .gfield_radio,
body.woocommerce.woocommerce-js .radio-image.col-4 .gfield_radio,
body.page .radio-image.col-4 .gfield_radio {
  grid-template-columns: repeat(4, 1fr);
}
body.woocommerce #page .gform_wrapper.gravity-theme .radio-image .gchoice label,
body.woocommerce.woocommerce-js #page .gform_wrapper.gravity-theme .radio-image .gchoice label,
body.page #page .gform_wrapper.gravity-theme .radio-image .gchoice label {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 50px 20px;
  background: var(--radio-image-bg) !important;
  border-radius: var(--form-field-border-radius);
}
@media all and (max-width: 980px) {
  body.woocommerce .radio-image.col-3 .gfield_radio,
  body.woocommerce.woocommerce-js .radio-image.col-3 .gfield_radio,
  body.page .radio-image.col-3 .gfield_radio {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media all and (max-width: 767px) {
  body.woocommerce .radio-image .gchoice label,
  body.woocommerce.woocommerce-js .radio-image .gchoice label,
  body.page .radio-image .gchoice label {
    padding: 20px 20px !important;
  }
  body.woocommerce .radio-image.col-4 .gfield_radio,
  body.woocommerce.woocommerce-js .radio-image.col-4 .gfield_radio,
  body.page .radio-image.col-4 .gfield_radio {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  body.woocommerce .radio-image.col-2 .gfield_radio,
  body.woocommerce.woocommerce-js .radio-image.col-2 .gfield_radio,
  body.page .radio-image.col-2 .gfield_radio {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  body.woocommerce .radio-image .gfsp_label_img,
  body.woocommerce.woocommerce-js .radio-image .gfsp_label_img,
  body.page .radio-image .gfsp_label_img {
    max-height: 36px;
  }
}
@media all and (max-width: 560px) {
  body.woocommerce .radio-image .gchoice label,
  body.woocommerce.woocommerce-js .radio-image .gchoice label,
  body.page .radio-image .gchoice label {
    padding: 20px 20px !important;
  }
  body.woocommerce .radio-image.col-4 .gfield_radio,
  body.woocommerce.woocommerce-js .radio-image.col-4 .gfield_radio,
  body.page .radio-image.col-4 .gfield_radio {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  body.woocommerce .radio-image.col-2 .gfield_radio,
  body.woocommerce.woocommerce-js .radio-image.col-2 .gfield_radio,
  body.page .radio-image.col-2 .gfield_radio {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  body.woocommerce .radio-image.col-3 .gfield_radio,
  body.woocommerce.woocommerce-js .radio-image.col-3 .gfield_radio,
  body.page .radio-image.col-3 .gfield_radio {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  body.woocommerce .radio-image .o_label,
  body.woocommerce.woocommerce-js .radio-image .o_label,
  body.page .radio-image .o_label {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 0 var(--form-gap);
    align-items: center;
  }
  body.woocommerce .radio-image .o_label .o_img_wr,
  body.woocommerce.woocommerce-js .radio-image .o_label .o_img_wr,
  body.page .radio-image .o_label .o_img_wr {
    margin-bottom: 0 !important;
  }
  body.woocommerce .radio-image .o_text,
  body.woocommerce.woocommerce-js .radio-image .o_text,
  body.page .radio-image .o_text {
    text-align: left;
  }
}
body.woocommerce .radio-image .gchoice .gfield-choice-input,
body.woocommerce.woocommerce-js .radio-image .gchoice .gfield-choice-input,
body.page .radio-image .gchoice .gfield-choice-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
}
body.woocommerce .radio-image .gchoice,
body.woocommerce.woocommerce-js .radio-image .gchoice,
body.page .radio-image .gchoice {
  margin-bottom: 0 !important;
}
body.woocommerce .radio-image .o_img_wr,
body.woocommerce.woocommerce-js .radio-image .o_img_wr,
body.page .radio-image .o_img_wr {
  margin-right: 0 !important;
  margin-bottom: 15px;
  padding-right: 0 !important;
}
body.woocommerce #page .gform_wrapper.gravity-theme .radio-image .gchoice label:hover,
body.woocommerce #page .gform_wrapper.gravity-theme .radio-image .gchoice label:active,
body.woocommerce #page .gform_wrapper.gravity-theme .radio-image .gchoice label:focus,
body.woocommerce #page .gform_wrapper.gravity-theme .radio-image .gchoice input:focus-visible + label,
body.woocommerce #page .gform_wrapper.gravity-theme .radio-image .gchoice input:checked + label,
body.woocommerce.woocommerce-js #page .gform_wrapper.gravity-theme .radio-image .gchoice label:hover,
body.woocommerce.woocommerce-js #page .gform_wrapper.gravity-theme .radio-image .gchoice label:active,
body.woocommerce.woocommerce-js #page .gform_wrapper.gravity-theme .radio-image .gchoice label:focus,
body.woocommerce.woocommerce-js #page .gform_wrapper.gravity-theme .radio-image .gchoice input:focus-visible + label,
body.woocommerce.woocommerce-js #page .gform_wrapper.gravity-theme .radio-image .gchoice input:checked + label,
body.page #page .gform_wrapper.gravity-theme .radio-image .gchoice label:hover,
body.page #page .gform_wrapper.gravity-theme .radio-image .gchoice label:active,
body.page #page .gform_wrapper.gravity-theme .radio-image .gchoice label:focus,
body.page #page .gform_wrapper.gravity-theme .radio-image .gchoice input:focus-visible + label,
body.page #page .gform_wrapper.gravity-theme .radio-image .gchoice input:checked + label {
  background: var(--radio-image-bg-active) !important;
  color: var(--radio-image-color-active) !important;
}

/*================================================================
Hamburger
================================================================*/
.hamburger {
  position: relative;
  /*left: 10px;*/
  display: inline-block;
  height: 20px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
  font: inherit;
  color: inherit;
  text-transform: none;
  transition: opacity 0.15s linear, filter 0.15s linear;
  overflow: visible;
  outline: none !important;
  background: transparent !important;
}

.hamburger-box {
  display: inline-block;
  position: relative;
  top: 0;
  width: 20px;
  height: 15px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #053e44;
  border-radius: 4px;
  transition: transform 0.15s ease;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -14px;
}

.hamburger--open .hamburger-inner,
.hamburger--open .hamburger-inner::before,
.hamburger--open .hamburger-inner::after {
  background-color: #224d5e;
}

.hamburger--collapse .hamburger-inner {
  bottom: 0;
  top: auto;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse.hamburger--open .hamburger-box {
  top: 2px;
}

.hamburger--collapse.hamburger--open .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.hamburger--open .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.hamburger--open .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

/*================================================================
Payment systems
================================================================*/
.payment-systems {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
  list-style-type: none;
  margin: 0;
}
.payment-systems__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 39px;
  height: 26px;
  padding: 3px;
  background: #ffffff;
  border-radius: 4px;
}

/*================================================================
Accordion
================================================================*/
/*$accordion-content-shift: -8px;*/
.accordion {
  /*Item*/
}
.accordion__item {
  border: 1px solid #d1d5db;
  background: #ffffff;
  border-radius: 8px;
}
.accordion__item:hover {
  border: 1px solid #9cafae;
  background-color: #f3f4f6;
}
.accordion__item:not(:last-child) {
  margin-bottom: 8px;
}
.accordion__item.active {
  background: #ffffff;
  border-color: #9cafae;
}
.accordion__item.active .accordion__tab::after {
  /*background-image: $accordion-icon-closed;*/
  transform: translateY(-50%) rotate(180deg);
}
.accordion {
  /*Tab*/
}
.accordion__tab {
  position: relative;
  width: 100%;
  padding: 16px calc(24px + 10px + 16px) 16px 16px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  background: transparent !important;
  border: none !important;
  color: #1a1a18 !important;
  transition: all 0.3s ease 0s;
  font-family: "Plus Jakarta Sans", sans-serif;
  /*Icon*/
}
.accordion__tab::after {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2026/02/chevron-down.svg");
}
.accordion__tab:focus-visible {
  outline: none !important;
}
.accordion__tab:focus-visible::after {
  outline: 2px solid #000000;
}
.accordion {
  /*Content*/
}
.accordion__content {
  max-height: 0;
  padding: 0 16px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  color: #666;
}
.accordion .accordion__content > :last-child {
  margin-bottom: 16px !important;
}
.accordion {
  /*Media*/
}
@media (min-width: 768px) {
  .accordion {
    /*Item*/
  }
  .accordion__item {
    border-radius: 8px;
  }
  .accordion__item:not(:last-child) {
    margin-bottom: 8px;
  }
  .accordion {
    /*Tab*/
  }
  .accordion__tab {
    padding: 16px calc(24px + 10px + 16px) 16px 16px;
    font-size: 18px;
  }
  .accordion__tab::after {
    right: 16px;
  }
  .accordion {
    /*Content*/
  }
  .accordion__content {
    padding: 0 16px;
  }
  .accordion .accordion__content > :last-child {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 981px) {
  .accordion {
    /*Item*/
  }
  .accordion__item {
    border-radius: 16px;
  }
  .accordion__item:not(:last-child) {
    margin-bottom: 12px;
  }
  .accordion {
    /*Tab*/
  }
  .accordion__tab {
    padding: 24px calc(24px + 10px + 24px) 24px 24px;
    font-size: clamp(18px, 2vw, 24px);
  }
  .accordion__tab::after {
    right: 24px;
  }
  .accordion {
    /*Content*/
  }
  .accordion__content {
    padding: 0 24px;
  }
  .accordion .accordion__content > :last-child {
    margin-bottom: 24px !important;
  }
}

.faq-section {
  background-color: #eef4f4;
}
@media (max-width: 767px) {
  .faq-section {
    padding-bottom: 80px !important;
  }
}

/*================================================================
Custom blog
================================================================*/
.custom-blog__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.custom-blog__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  transition: all 0.3s ease 0s;
}
.custom-blog__item:hover, .custom-blog__item:focus, .custom-blog__item:active, .custom-blog__item:focus-visible {
  box-shadow: 0 4px 8px -2px rgba(10, 13, 18, 0.1), 0 2px 4px -2px rgba(10, 13, 18, 0.06);
  border-color: #053e44;
}
.custom-blog__item img {
  object-fit: cover;
  object-position: center;
  height: auto;
  margin: 0 !important;
  border-radius: 12px;
  aspect-ratio: 3/2;
}
.custom-blog__item-title a {
  color: #1a1a18;
}
.custom-blog__item-meta .blog-author {
  display: none;
}
.custom-blog__item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px;
  padding-top: 16px !important;
  color: #666;
}
.custom-blog__item-content:last-child {
  margin-bottom: 0 !important;
}
.custom-blog__item-excerpt {
  font-family: "Manrope", sans-serif;
}
.custom-blog__item-btn {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}
.custom-blog__item-btn::after {
  background-image: url("/wp-content/uploads/2026/02/arrow-right-blue.svg");
}
.custom-blog .pagination {
  display: flex;
  justify-content: center;
  gap: 0px 8px;
  border: none;
  padding: 16px 0 0 0;
  margin: 0 -10px;
}
.custom-blog .pagination * {
  display: inline-block;
  min-width: 32px;
  max-height: 32px;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
  font-size: 14px;
  padding: 8px;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #1a1a18;
}
.custom-blog .pagination *:hover, .custom-blog .pagination *:focus, .custom-blog .pagination *:active, .custom-blog .pagination *:focus-visible {
  background: #a6273d;
  color: #ffffff;
}
.custom-blog .pagination .page-numbers.current {
  background: #053e44;
  color: #ffffff;
}
.custom-blog .pagination .prev,
.custom-blog .pagination .next {
  display: inline-flex;
  gap: 6px;
  border-radius: 6px;
  background-color: #053e44;
  color: #ffffff;
  padding: 8px 12px;
  font-weight: 400;
}
.custom-blog .pagination .prev:hover,
.custom-blog .pagination .next:hover {
  background-color: #a6273d;
}
.custom-blog .pagination .prev::before,
.custom-blog .pagination .next::before {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.custom-blog .pagination .prev::before {
  background-image: url("/wp-content/uploads/2026/02/arrow-right.svg");
  transform: rotate(180deg);
}
.custom-blog .pagination .next {
  flex-direction: row-reverse;
}
.custom-blog .pagination .next::before {
  background-image: url("/wp-content/uploads/2026/02/arrow-right.svg");
}
@media (max-width: 575px) {
  .custom-blog .pagination {
    flex-wrap: wrap;
  }
  .custom-blog .pagination::after {
    content: "";
    width: 100%;
    height: 16px;
  }
  .custom-blog .pagination .prev,
  .custom-blog .pagination .next {
    width: 100%;
    justify-content: center;
    order: 1;
    font-size: 16px;
    max-height: unset;
  }
  .custom-blog .pagination .prev:has(~ .next), .custom-blog .pagination:has(.prev) .next {
    width: calc(50% - 4px);
    flex-basis: calc(50% - 4px);
  }
}
@media (min-width: 576px) {
  .custom-blog__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .custom-blog__item {
    width: calc(50% - 12px / 2);
  }
}
@media (min-width: 768px) {
  .custom-blog__list {
    gap: 12px;
  }
  .custom-blog__item {
    width: calc(50% - 12px / 2);
    border-radius: 12px;
  }
  .custom-blog__item img {
    border-radius: 12px;
  }
  .custom-blog__item-content {
    padding: 24px;
  }
  .custom-blog .pagination {
    padding: 24px 0 0 0;
  }
}
@media (min-width: 981px) {
  .custom-blog__list {
    gap: 20px;
  }
  .custom-blog__item {
    width: calc(33.333% - 20px * 2 / 3);
    border-radius: 24px;
  }
  .custom-blog__item img {
    border-radius: 24px;
  }
  .custom-blog__item-content {
    padding: 24px;
  }
}

.blog-hero {
  background-color: #eef4f4;
  padding: 80px 0 60px;
}

@media (max-width: 767px) {
  .blog-hero {
    padding: 40px 0 20px;
  }
}
.blog .rating-widget-section {
  margin-top: 0 !important;
}

/*================================================================
Page nav
================================================================*/
.sidebar-privacy-nav__wrapper,
.page-nav {
  transition: all 0.3s ease 0s;
  z-index: 100;
}
.sidebar-privacy-nav__wrapper a,
.page-nav a {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 8px;
  background: transparent;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
.sidebar-privacy-nav__wrapper a::after,
.page-nav a::after {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 30px;
  background: #053e44;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.sidebar-privacy-nav__wrapper a:hover, .sidebar-privacy-nav__wrapper a:focus, .sidebar-privacy-nav__wrapper a:active, .sidebar-privacy-nav__wrapper a:focus-visible,
.page-nav a:hover,
.page-nav a:focus,
.page-nav a:active,
.page-nav a:focus-visible {
  background: #666;
}
.sidebar-privacy-nav__wrapper a.active,
.page-nav a.active {
  font-weight: 500;
}
.sidebar-privacy-nav__wrapper a.active::after,
.page-nav a.active::after {
  opacity: 1 !important;
}
.sidebar-privacy-nav__wrapper .current_page_item a,
.page-nav .current_page_item a {
  font-weight: 500;
}
.sidebar-privacy-nav__wrapper .current_page_item a::after,
.page-nav .current_page_item a::after {
  opacity: 1 !important;
}
.sidebar-privacy-nav__wrapper .sidebar-privacy-menu,
.page-nav .sidebar-privacy-menu {
  margin: 0;
}
.sidebar-privacy-nav__wrapper .sidebar-privacy-menu, .sidebar-privacy-nav__wrapper__list,
.page-nav .sidebar-privacy-menu,
.page-nav__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  list-style-type: none;
}
.sidebar-privacy-nav__wrapper .menu-item a, .sidebar-privacy-nav__wrapper__item a,
.page-nav .menu-item a,
.page-nav__item a {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 8px;
  background: transparent;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
.sidebar-privacy-nav__wrapper .menu-item a::after, .sidebar-privacy-nav__wrapper__item a::after,
.page-nav .menu-item a::after,
.page-nav__item a::after {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 30px;
  background: #053e44;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.sidebar-privacy-nav__wrapper .menu-item a:hover, .sidebar-privacy-nav__wrapper .menu-item a:focus, .sidebar-privacy-nav__wrapper .menu-item a:active, .sidebar-privacy-nav__wrapper .menu-item a:focus-visible, .sidebar-privacy-nav__wrapper__item a:hover, .sidebar-privacy-nav__wrapper__item a:focus, .sidebar-privacy-nav__wrapper__item a:active, .sidebar-privacy-nav__wrapper__item a:focus-visible,
.page-nav .menu-item a:hover,
.page-nav .menu-item a:focus,
.page-nav .menu-item a:active,
.page-nav .menu-item a:focus-visible,
.page-nav__item a:hover,
.page-nav__item a:focus,
.page-nav__item a:active,
.page-nav__item a:focus-visible {
  background: #666;
}
@media (max-width: 980px) {
  .sidebar-privacy-nav__wrapper,
  .page-nav {
    position: static !important;
  }
  .sidebar-privacy-nav__wrapper .sidebar-privacy-menu, .sidebar-privacy-nav__wrapper__list,
  .page-nav .sidebar-privacy-menu,
  .page-nav__list {
    gap: 0;
  }
  .sidebar-privacy-nav__wrapper .menu-item, .sidebar-privacy-nav__wrapper__item,
  .page-nav .menu-item,
  .page-nav__item {
    border-bottom: 1px solid #d1d5db;
  }
  .sidebar-privacy-nav__wrapper .menu-item a, .sidebar-privacy-nav__wrapper__item a,
  .page-nav .menu-item a,
  .page-nav__item a {
    border-radius: 0;
  }
}

/*================================================================
Site specific components
================================================================*/
/*================================================================
Page offset
================================================================*/
.site-main {
  padding-top: 65px !important;
}
@media (min-width: 981px) {
  .site-main {
    padding-top: 90px !important;
  }
}

/*================================================================
Header
================================================================*/
.main-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  transition: all 0.3s ease 0s;
  box-shadow: 0 5px 13px -5px rgba(58, 58, 58, 0.18);
  z-index: 1000;
}
.main-header--scrolled, .main-header--open {
  background: #fff;
}
.main-header--scrolled {
  box-shadow: 0 5px 13px -5px rgba(58, 58, 58, 0.18);
}
.main-header {
  /*Bottom*/
}
.main-header__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s ease 0s;
}

/*================================================================
Logo
================================================================*/
.main-header__logo {
  display: flex;
  padding: 5px;
}
.main-header__logo img {
  width: 117px;
  min-width: 67px;
  height: 55px;
}
.main-header {
  /*Media*/
}
@media (min-width: 981px) {
  .main-header__logo {
    padding: 0;
  }
  .main-header__logo img {
    width: 145px;
    min-width: 108px;
    height: 90px;
  }
}

/*================================================================
Base menu
================================================================*/
.base-menu {
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  height: 0;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.base-menu ul {
  list-style-type: none;
  padding: calc(12px - 0px) 10px 20px;
  margin: 0;
}
.base-menu li {
  position: relative;
}
.base-menu a {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  color: #1a1a18;
}
.base-menu a.key-control-open, .base-menu a.active, .base-menu a:hover, .base-menu a:focus, .base-menu a:active, .base-menu a:focus-visible {
  color: #053e44;
}
.base-menu {
  /*Sublist*/
}
.base-menu .sub-menu__opener {
  position: absolute;
  left: calc(100% - 22px);
  top: calc(12px + 1em - 0.5lh);
  transform: none;
  width: 20px;
  height: 20px;
  padding: 0;
  background-image: url("/wp-content/uploads/2026/02/chevron-down.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}
.base-menu .sub-menu__opener.active {
  transform: rotate(-180deg);
}
.base-menu .sub-menu.active {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.base-menu {
  /*Media*/
}
@media (max-width: 980px) {
  .base-menu {
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
  }
  .base-menu > ul {
    border-top: 1px solid #d1d5db;
  }
  .base-menu > ul > li {
    border-bottom: 1px solid #d1d5db;
  }
  .base-menu li {
    padding: 0px 0 0 0;
    margin: 0 calc(0px - 8px);
  }
  .base-menu li:first-child {
    border-top: none !important;
  }
  .base-menu a {
    padding: 12px 8px;
    border-radius: 4px;
  }
  .base-menu {
    /*Sublist*/
  }
  .base-menu .sub-menu {
    display: none;
    padding: 0 0 0 20px;
  }
  .base-menu .sub-menu li {
    margin: 0;
  }
  .base-menu .sub-menu.active {
    display: block;
  }
}
@media (min-width: 768px) {
  .base-menu ul {
    padding: calc(20px - 0px) 5% 20px;
  }
}
@media (min-width: 981px) {
  .base-menu {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    width: auto;
    padding: 0;
    border: none;
  }
  .base-menu > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0;
    border: none;
  }
  .base-menu > ul > li.menu-item-has-children {
    padding-right: 12px;
  }
  .base-menu > ul > li.menu-item-has-children .sub-menu__opener {
    margin-left: -12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .base-menu li {
    border-bottom: 0;
    /*Hover fix*/
  }
  .base-menu li:hover > ul {
    opacity: 1;
    pointer-events: all;
  }
  .base-menu a {
    padding: 8px 4px;
    line-height: 1;
  }
  .base-menu li li a {
    padding: 5px 0;
    margin: 5px 0;
    line-height: 1.5;
  }
  .base-menu {
    /*Sublist*/
  }
  .base-menu .sub-menu {
    position: absolute;
    background: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease 0s;
    min-width: 290px;
    z-index: 1;
    box-shadow: 0 4px 8px -2px rgba(10, 13, 18, 0.1), 0 2px 4px -2px rgba(10, 13, 18, 0.06);
  }
  .base-menu .sub-menu .sub-menu__opener {
    margin-left: -16px;
  }
  .base-menu .sub-menu .sub-menu {
    top: 0;
    left: calc(100% - 16px);
  }
  .base-menu .sub-menu__opener {
    left: 100%;
    top: 50%;
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1240px) {
  .base-menu > ul {
    gap: 24px;
  }
}

/*================================================================
Main nav
================================================================*/
.main-nav {
  /*Social icons*/
}
.main-nav .social-icon-container,
.main-nav .menu__social-icon,
.main-nav .lang-switch,
.main-nav .login-menu-link {
  display: none;
}
.main-nav {
  /*Open*/
}
.main-nav--open {
  max-height: calc(100vh - 65px);
  max-height: calc(100dvh - 65px);
  max-height: calc(100svh - 65px);
  height: 100vh !important;
}
.main-nav {
  /*Media*/
}
@media (max-width: 980px) {
  .main-nav {
    /*Remove border*/
  }
  .main-nav .social-icon-container,
  .main-nav .lang-switch,
  .main-nav .login-menu-link {
    border: none !important;
  }
  .main-nav {
    /*Social icons*/
  }
  .main-nav .social-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin: 12px 0 0 0 !important;
    border-radius: 12px;
    background: #f6f6f6;
    gap: 30px;
  }
  .main-nav .social-icon-container .menu__social-icon {
    display: block;
    margin: 0 !important;
  }
  .main-nav {
    /*lang switch*/
  }
  .main-nav .lang-switch a {
    content: "";
    position: relative;
    display: block;
    transition: all 0.3s ease 0s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    background-image: url("/wp-content/uploads/2026/01/globe-icon-dark.svg");
  }
  .main-nav {
    /*Login menu link / lang switch */
  }
  .main-nav .login-menu-link,
  .main-nav .lang-switch {
    display: block;
  }
  .main-nav .login-menu-link a,
  .main-nav .lang-switch a {
    width: auto !important;
    height: auto !important;
    font-size: inherit;
    background-size: 20px;
    background-position: 8px center;
    padding-left: calc(8px + 20px + 8px) !important;
  }
  .main-nav {
    /*Login menu link*/
  }
  .main-nav .login-menu-link {
    border: none;
    margin-top: 8px;
  }
}
@media (min-width: 981px) {
  .main-nav .menu-item a::before {
    content: "";
    position: relative;
    display: block;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 0;
    transition: all 0.3s ease 0s;
    transform: translateX(-50%);
    border-bottom: 2px solid #007eb6 !important;
  }
  .main-nav .menu-item a:hover::before, .main-nav .menu-item a:focus::before, .main-nav .menu-item a:active::before, .main-nav .menu-item a:focus-visible::before {
    width: calc(100% - 8px);
  }
  .main-nav .menu-item.current-menu-item a::before {
    width: calc(100% - 8px);
  }
  .main-nav .sub-menu {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    box-shadow: 0 14px 9px -10px rgba(58, 58, 58, 0.28);
  }
  .main-nav .sub-menu > .menu-item a {
    padding: 8px 38px 8px 8px;
    border-radius: 8px;
  }
  .main-nav .sub-menu > .menu-item a:hover {
    background-color: #f9fafb;
  }
  .main-nav .sub-menu > .menu-item a::before {
    display: none;
  }
  .main-nav .sub-menu > .menu-item a::after {
    content: "";
    position: relative;
    display: block;
    transition: all 0.3s ease 0s;
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .main-nav .sub-menu > .menu-item.current-menu-item a {
    background-color: #f9fafb;
  }
  .main-nav .sub-menu > .menu-item.current-menu-item a::after {
    background-image: url(/wp-content/uploads/2026/02/Check-icon-grey.svg);
  }
}

/*================================================================
Search
================================================================*/
.main-header__search-trigger {
  background: transparent;
  font-size: 16px;
  padding: 10px 20px !important;
  width: auto !important;
}
.main-header__search-trigger::after {
  background-image: url("/wp-content/uploads/2026/02/search-icon.svg");
}
.main-header .container {
  z-index: 99;
}

.header-search__panel {
  position: absolute !important;
  right: 0;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
}

.header-search__panel[hidden] {
  display: none;
}

.search-submit {
  right: 0;
  background: transparent;
  padding: 12px 16px;
  border: 1px solid transparent;
}
.search-submit:hover {
  background: #eef4f4;
}
.search-submit::after {
  background-image: url("/wp-content/uploads/2026/02/search-icon.svg");
  margin: 0;
}

.search-field:hover, .search-field:active, .search-field:focus {
  border-color: #2563eb !important;
}

.search-overlay {
  left: 0;
  right: 0;
  height: 100vh;
}

@media (max-width: 980px) {
  .header-search__panel {
    top: 89px;
    left: 0;
    background: transparent;
  }
  .main-nav {
    z-index: 99;
  }
}
/*================================================================
Footer main
================================================================*/
.main-footer a {
  text-decoration: none;
}
.main-footer a:hover {
  text-decoration: underline;
  color: #0a98d6 !important;
}
.main-footer .menu-list {
  margin: 0;
  list-style: none;
}
.main-footer .menu-list li {
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .main-footer .footer-note {
    border-left: 1px solid #3a4c55;
    padding-left: 24px;
  }
}
.main-footer .footer-menu__title {
  font-size: 18px;
}
.main-footer .footer-note__text {
  font-size: 14px;
  opacity: 0.7;
}

.footer-bottom .menu-list {
  gap: 8px 24px;
}
.footer-bottom .copyright::before {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  width: 100vw;
  height: 1px;
  background-color: #d1dadb;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media (min-width: 981px) {
  .footer-bottom .col {
    border-top: 1px solid #3a4c55;
  }
  .footer-bottom .copyright::before {
    display: none;
  }
}

/*================================================================
Hero
================================================================*/
.hero-1 {
  background-color: #a9cebb;
  background-image: url(https://www.tierpflegeprodukte.de/wp-content/uploads/2026/02/Hundefutter-und-Pflegezubehoer-Set.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% center;
}
.hero-1 h1 {
  max-width: 520px;
}
@media (min-width: 768px) {
  .hero-1 h1 {
    width: clamp(320px, 26vw, 520px);
  }
}
@media (max-width: 767px) {
  .hero-1 {
    background-image: none;
  }
  .hero-1 .row.row__content {
    background-color: #a9cebb;
  }
  .hero-1 h1 {
    max-width: unset;
  }
  .hero-1.section-padding {
    padding: 0;
  }
  .hero-1 .row.row__content {
    background-color: #a9cebb;
    border-radius: 24px 24px 0 0;
    margin-top: -40px;
  }
}

.hero-dropdown__trigger:hover {
  border-color: #053e44;
  background-color: #f9fafb;
}
.hero-dropdown__trigger::after {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  background-image: url("/wp-content/uploads/2026/02/chevron-down.svg");
  width: 24px;
  height: 24px;
}
.hero-dropdown__trigger[aria-expanded=true] {
  border-color: #053e44;
  background-color: #f9fafb;
}
.hero-dropdown__trigger[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.hero-dropdown__inner {
  flex-grow: 1;
}
.hero-dropdown__menu {
  z-index: 99;
}
.hero-dropdown__item {
  color: #1a1a18;
}
.hero-dropdown__item:hover {
  background-color: #f3f4f6;
}
.hero-dropdown__label.placeholder {
  color: #707682;
}

/*================================================================
Benefits
================================================================*/
@media (max-width: 767px) {
  .benefits__row {
    background-color: #eef4f4;
    border-radius: 24px;
  }
}

@media (min-width: 768px) {
  .benefit-item {
    border-top: none;
  }
}
@media (min-width: 981px) {
  .benefit-item__title {
    max-width: 220px;
  }
}
.benefit-item__icon {
  border-radius: 10px;
  background-color: #f8fafc;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .benefit-item__icon {
    background-color: #ffffff;
  }
}
.benefit-item__text {
  font-family: "Manrope", sans-serif;
}

/*================================================================
Home animal comparisons
================================================================*/
@media (min-width: 768px) {
  .animal-comparisons {
    background-color: #eef4f4;
  }
}

.animal-comparisons__items .item__image {
  flex-shrink: 0;
  flex-basis: 274px;
}
.animal-comparisons__items .item__description {
  color: #666;
  font-family: "Manrope", sans-serif;
}
.animal-comparisons__items .item__button {
  font-size: 16px;
}
.animal-comparisons__items .item__image-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: radial-gradient(294.61% 142.69% at 9.7% 62.83%, #75a9aa 0%, #053e44 89.58%);
}
@media (min-width: 768px) {
  .animal-comparisons__items .item__image-bg {
    margin-right: 28px !important;
  }
}
.animal-comparisons__items .item img {
  object-fit: cover;
  object-position: right bottom;
  height: 100%;
  z-index: 10;
}

@media (min-width: 981px) {
  .how-we-evaluate__image-wrapper {
    margin-right: -87px !important;
    flex-grow: 1;
    margin-left: 10px !important;
  }
  .how-we-evaluate__image-wrapper img {
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
  }
  .how-we-evaluate__content {
    margin-right: 10px !important;
    border: none !important;
  }
}
.how-we-evaluate__chip {
  padding: 6px 14px;
  gap: 4px;
}
@media (max-width: 767px) {
  .how-we-evaluate__chip {
    padding: 8px 14px;
    border: none;
  }
  .how-we-evaluate__chip:not(:last-child) {
    border-bottom: 1px solid #d1d5db;
  }
}

.content-area--category .how-we-evaluate {
  background-color: #eef4f4;
}
@media (max-width: 767px) {
  .content-area--category .how-we-evaluate {
    padding-bottom: 0;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    margin-bottom: 40px;
  }
}

.section-divider {
  background-color: #d1d5db;
}

@media (max-width: 767px) {
  .section-divider {
    max-width: 215px;
    margin: 4px auto;
  }
}
.posts-list {
  z-index: 999;
}

.posts-list__item-excerpt {
  color: #666;
  font-family: "Manrope", sans-serif;
}
.posts-list__item:first-child {
  margin-top: 0 !important;
}
.posts-list__item-link::after {
  background-image: url("/wp-content/uploads/2026/02/arrow-right-blue.svg");
}

.cta-section .row {
  background: linear-gradient(180deg, #75a9aa -22.27%, #053e44 69.84%);
  min-height: 350px;
}
.cta-section .cta__image-wrapper {
  position: relative;
}
.cta-section .cta__image-wrapper::before {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 24px;
  margin-top: 46px;
}
.cta-section img {
  filter: drop-shadow(0 14px 14px rgba(0, 0, 0, 0.25));
}
.cta-section .btn {
  border: 1px solid #ffffff;
  color: #ffffff !important;
  background: transparent;
}
.cta-section .btn--icon:hover::after {
  filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(2217%) hue-rotate(332deg) brightness(86%) contrast(88%);
}
.cta-section__content {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .cta-section .row {
    background: radial-gradient(294.61% 142.69% at 9.7% 62.83%, #75a9aa 0%, #053e44 89.58%);
  }
  .cta-section h2 {
    font-size: clamp(39px, 1.7vw, 28px);
    max-width: 510px;
  }
  .cta-section img {
    margin-top: 0;
    filter: drop-shadow(-70px 134px 134px rgba(29, 80, 116, 0.29));
    max-width: 450px;
    float: right;
  }
  .cta-section .cta__image-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    text-align: right;
  }
  .cta-section .cta__image-wrapper::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding-bottom: 0 !important;
  }
  .cta-section .row {
    padding-bottom: 40px;
  }
  .cta-section__image {
    width: 100%;
  }
}

.rating-widget-section {
  background-color: #eef4f4;
  z-index: 50;
}
.rating-widget-section p {
  margin: 0 !important;
}
.rating-widget-section .rmp-widgets-container {
  margin: 0 !important;
}
.rating-widget-section .rmp-rating-widget .rmp-heading {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  line-height: 130%;
}
.rating-widget-section .rmp-rating-widget .rmp-heading--title {
  font-weight: 600;
  line-height: 131%;
  margin-bottom: 8px !important;
}
.rating-widget-section .rmp-rating-widget__icons {
  margin: 16px 0 !important;
  padding: 8px;
}
.rating-widget-section .rmp-rating-widget__results {
  font-family: "Manrope", sans-serif !important;
}
@media (max-width: 767px) {
  .rating-widget-section {
    border-radius: 24px 24px 0 0;
    margin-top: -40px;
  }
}

.content-area--category .rating-widget-section {
  background: #ffffff;
}

.category-hero {
  background: radial-gradient(294.61% 142.69% at 9.7% 62.83%, #75a9aa 0%, #053e44 89.58%);
}
.category-hero h1 span {
  color: var(--accent);
}
.category-hero__row-img img {
  filter: drop-shadow(71px 24px 28px rgba(0, 0, 0, 0.25));
}

@media (max-width: 767px) {
  .category-hero {
    padding: 0 !important;
  }
  .category-hero__row-img {
    margin-bottom: -15px;
  }
  .category-hero__row-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .category-hero__row-img {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 65%;
    z-index: 99;
  }
  .category-hero__row-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: drop-shadow(160px 54px 64px rgba(0, 0, 0, 0.25));
    object-position: 50%;
    overflow: visible;
  }
}
@media (min-width: 981px) {
  .category-hero__row-img {
    left: 47%;
  }
}
.category-info__content ol li::marker {
  color: inherit;
}

.kontakt {
  background-color: #eef4f4;
}
.kontakt__text {
  color: #666;
}
.kontakt__text a {
  color: #007eb6;
  text-decoration: underline;
}

@media (min-width: 981px) {
  .kontakt__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .kontakt {
    padding: 0 !important;
  }
  .kontakt img {
    border-radius: 0 !important;
    aspect-ratio: unset !important;
  }
  .kontakt__content {
    border: none !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.page-kontakt .rating-widget-section {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .page-kontakt .rating-widget-section {
    display: none;
  }
}

.danke__title {
  font-size: clamp(24px, 2vw, 28px);
}
@media (min-width: 981px) {
  .danke__title {
    max-width: 320px;
  }
}

@media (min-width: 981px) {
  .danke__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .danke {
    padding: 0 !important;
  }
  .danke img {
    border-radius: 0 !important;
    aspect-ratio: unset !important;
  }
  .danke__content {
    border: none !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) {
  .page-danke .rating-widget-section {
    display: none;
  }
}

/* Layout */
.scrollspy__nav,
.page-sidemenu__nav {
  position: sticky;
  top: 120px;
}

.scrollspy__list,
.page-sidemenu__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.scrollspy__link,
.page-sidemenu__link {
  display: block;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  color: #1a1a18;
  font-family: "Manrope", sans-serif;
}
.scrollspy__link:hover,
.page-sidemenu__link:hover {
  background-color: #f8fafc;
}
.scrollspy__link::before,
.page-sidemenu__link::before {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  width: 6px;
  height: 100%;
  border-radius: 30px;
  background: #0a98d6;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.scrollspy__link.is-active::before,
.page-sidemenu__link.is-active::before {
  opacity: 1;
}

/* Mobile dropdown */
.scrollspy__dropdown,
.page-sidemenu__dropdown {
  display: none;
  position: relative;
}

.scrollspy__dropdown-btn,
.page-sidemenu__dropdown-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #fff;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  text-align: left;
}
.scrollspy__dropdown-btn:active, .scrollspy__dropdown-btn:focus,
.page-sidemenu__dropdown-btn:active,
.page-sidemenu__dropdown-btn:focus {
  background: #fff;
}

.scrollspy__dropdown-btn .scrollspy__chev,
.page-sidemenu__dropdown-btn .page-sidemenu__chev {
  transition: all 300ms ease;
}

.scrollspy__dropdown-btn[aria-expanded=true] .scrollspy__chev,
.page-sidemenu__dropdown-btn[aria-expanded=true] .page-sidemenu__chev {
  transform: rotate(180deg);
}

.scrollspy__dropdown-panel,
.page-sidemenu__dropdown-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #fff;
  padding: 10px 12px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  z-index: 10;
}

.scrollspy__dropdown-panel .scrollspy__link,
.page-sidemenu__dropdown-panel .page-sidemenu__link {
  padding: 8px;
  border-radius: 8px;
}
.scrollspy__dropdown-panel .scrollspy__link.is-active,
.page-sidemenu__dropdown-panel .page-sidemenu__link.is-active {
  background-color: #f9fafb;
  padding-right: 38px;
}
.scrollspy__dropdown-panel .scrollspy__link.is-active::after,
.page-sidemenu__dropdown-panel .page-sidemenu__link.is-active::after {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  background-image: url("/wp-content/uploads/2026/02/Check-icon-grey.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.scrollspy__dropdown-panel .scrollspy__link::before,
.page-sidemenu__dropdown-panel .page-sidemenu__link::before {
  display: none;
}

.scrollspy__content h2,
.scrollspy__content h3,
.scrollspy__content h4 {
  margin-bottom: 12px;
}
.scrollspy__content section {
  margin-top: 24px;
  color: #666;
}
.scrollspy__content section:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .scrollspy__nav-wrapper,
  .page-sidemenu__nav-wrapper {
    position: sticky !important;
    top: 65px;
    z-index: 999;
  }
  .scrollspy__nav,
  .page-sidemenu__nav {
    position: static;
  }
  .scrollspy__list,
  .page-sidemenu__list {
    display: none;
  }
  .scrollspy__dropdown,
  .page-sidemenu__dropdown {
    display: block;
  }
  .scrollspy__content h2,
  .scrollspy__content h3,
  .scrollspy__content h4 {
    margin-bottom: 8px;
  }
  .scrollspy__content section {
    margin-top: 16px;
  }
  .scrollspy__content section:first-child {
    margin-top: 0;
  }
}
.info-page-heading {
  background-color: #eef4f4;
  padding: 80px 0 60px;
}

@media (max-width: 767px) {
  .info-page-heading {
    padding: 40px 0 20px;
  }
  .js-page-sidemenu {
    padding-top: 0 !important;
  }
}
.page-sidemenu__content p {
  font-family: "Manrope", sans-serif;
  color: #666;
}
.page-sidemenu__content .formatted-text h2 + h3 {
  border-top: none;
  padding-top: 0px;
}
.page-sidemenu .impressum-top__address {
  max-width: 290px;
}
.page-sidemenu .impressum-top__title {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  margin-bottom: 12px !important;
}
@media (max-width: 767px) {
  .page-sidemenu .impressum-top {
    gap: 16px;
  }
  .page-sidemenu .impressum-top .wp-block-group:last-child {
    margin-block-start: 16px !important;
  }
}

.post-hero {
  background-color: #eef4f4;
  padding: 80px 0 60px;
}
.post-hero__excerpt {
  color: #666;
}

@media (max-width: 767px) {
  .post-hero {
    padding: 40px 0 20px;
  }
}
.tier-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px;
}
.tier-list .tier-card__badge {
  border-radius: 8px;
  border: 1px solid #053e44;
  color: #053e44;
  top: 16px;
  left: 16px;
  padding: 2px 6px;
  min-width: 28px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.52px;
  background-color: #ffffff;
}
.tier-list .tier-card__image {
  display: flex;
  justify-content: center;
}
.tier-list .tier-card__image img {
  aspect-ratio: 1.07;
  max-width: 225px;
  object-fit: cover;
}
.tier-list .tier-card__meta {
  font-size: 14px;
}
.tier-list .tier-card__score {
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.tier-list .tier-card__date {
  color: #666;
}
.tier-list .tier-card__overall {
  color: #6b7280;
}
.tier-list .tier-card__overall span {
  padding: 2px 8px;
  border-radius: 200px;
  background: #6b7280;
  color: #ffffff;
  margin-right: 5px;
}
.tier-list .tier-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tier-list .tier-card .product-rating-badge {
  font-size: 14px !important;
  font-weight: 600;
}
.tier-list .tier-card .product-rating-badge__info {
  display: none;
}
.tier-list .tier-card--place-1,
.tier-list .tier-card--place-2 {
  border-radius: 12px;
  border: 1px solid #e45519;
  background: #fffbf9;
}
.tier-list .tier-card--place-1 .tier-card__badge,
.tier-list .tier-card--place-2 .tier-card__badge {
  border: 1px solid #e45519;
  color: #e45519;
  background-color: #fffbf9;
}
.tier-list .tier-card--place-1 .tier-card__overall,
.tier-list .tier-card--place-2 .tier-card__overall {
  color: #e45519;
}
.tier-list .tier-card--place-1 .tier-card__overall span,
.tier-list .tier-card--place-2 .tier-card__overall span {
  background: #e45519;
}

.single-post .scrollspy__content p,
.single-post .scrollspy__content ol,
.single-post .scrollspy__content ul,
.single-post .scrollspy__content ol li::marker,
.single-post .scrollspy__content ul li::marker {
  font-family: "Manrope", sans-serif;
  color: #666;
}

.search-hero {
  background-color: #eef4f4;
  padding: 80px 0 60px;
}

@media (max-width: 767px) {
  .search-hero {
    padding: 40px 0 20px;
  }
}
.search-products-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.search-products-grid .tier-card__image {
  position: relative;
}
.search-products-grid .tier-card__image img {
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: cover;
}
.search-products-grid .tier-card__image::after {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to top, rgba(211, 211, 211, 0.5) 0%, rgba(211, 211, 211, 0) 20%);
  z-index: 99;
}
.search-products-grid .tier-card__meta {
  position: absolute;
  top: 12px;
  left: 6px;
  background-color: #e45519;
  color: #ffffff !important;
  padding: 4px;
  border-radius: 999px;
  z-index: 999;
  line-height: 1;
}
.search-products-grid .tier-card__score {
  padding: 8px;
  border-radius: 999px;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 4px;
}
.search-products-grid .tier-card__score::before {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  width: 13px;
  height: 13px;
  display: block;
  background-image: url("/wp-content/uploads/2026/03/Check-icon-alt.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.search-products-grid .tier-card__score::after {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  width: 2px;
  height: 2px;
  background-color: #fff;
  border-radius: 999px;
}
.search-products-grid .tier-card__rating {
  font-size: 13px;
  font-weight: 400 !important;
  line-height: 140%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  order: 1;
}
.search-products-grid .tier-card__title a {
  color: #1a1a18;
}
.search-products-grid .tier-card__title a:hover, .search-products-grid .tier-card__title a:focus, .search-products-grid .tier-card__title a:active, .search-products-grid .tier-card__title a:focus-visible {
  text-decoration: underline;
}
.search-products-grid .tier-card__actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.search-products-grid .tier-card__actions .btn {
  font-size: 16px;
  padding: 8px 12px !important;
}
@media (min-width: 576px) {
  .search-products-grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  .search-products-grid .tier-card {
    width: calc(50% - 12px / 2);
  }
}
@media (min-width: 768px) {
  .search-products-grid {
    gap: 12px;
  }
  .search-products-grid .tier-card {
    width: calc(50% - 12px / 2);
  }
  .search-products-grid .pagination {
    padding: 24px 0 0 0;
  }
}
@media (min-width: 981px) {
  .search-products-grid {
    gap: 20px;
  }
  .search-products-grid .tier-card {
    width: calc(33.333% - 20px * 2 / 3);
  }
}

/*================================================================
Storefront
================================================================*/
/*Storefront fixes*/
/*================================================================
Storefront fixes
================================================================*/
.site-content > .col-full > .woocommerce > .woocommerce-message:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
  margin-top: 100px;
}

.wc-item-meta {
  margin-bottom: 0;
}

.price .woocommerce-Price-amount {
  font-weight: 700 !important;
}

.quantity .qty {
  width: 100% !important;
}

.widget-area {
  margin: 0 !important;
  width: 100% !important;
}

.tax-product_cat .products {
  justify-content: flex-start;
}

/*Hide elements*/
.edit-link,
.site-footer + .storefront-sticky-add-to-cart,
#tab-title-additional_information,
.storefront-product-pagination,
.woocommerce-page .button.product_type_variable,
body .edit-link.col > .woocommerce-pagination,
.woocommerce-result-count + .woocommerce-pagination {
  display: none !important;
}

/*Base for login/register pages*/
.page-mein-konto .hentry,
.page-warenkorb .hentry,
.woocommerce-lost-password .hentry,
.customer-login .hentry {
  margin-bottom: 0 !important;
}
.page-mein-konto .lost_reset_password,
.page-mein-konto .woocommerce-form-login,
.page-mein-konto .woocommerce-form-register,
.page-warenkorb .lost_reset_password,
.page-warenkorb .woocommerce-form-login,
.page-warenkorb .woocommerce-form-register,
.woocommerce-lost-password .lost_reset_password,
.woocommerce-lost-password .woocommerce-form-login,
.woocommerce-lost-password .woocommerce-form-register,
.customer-login .lost_reset_password,
.customer-login .woocommerce-form-login,
.customer-login .woocommerce-form-register {
  max-width: 526px;
  margin: auto;
}
.page-mein-konto .form-row-first,
.page-mein-konto .form-row-last,
.page-warenkorb .form-row-first,
.page-warenkorb .form-row-last,
.woocommerce-lost-password .form-row-first,
.woocommerce-lost-password .form-row-last,
.customer-login .form-row-first,
.customer-login .form-row-last {
  width: 100%;
  margin: 0;
}
.page-mein-konto .entry-header,
.page-warenkorb .entry-header,
.woocommerce-lost-password .entry-header,
.customer-login .entry-header {
  text-align: center;
}

/*Lost password fix*/
.woocommerce-lost-password .woocommerce-form-row {
  margin-bottom: 0 !important;
}

/*Hide second filter on archive*/
.archive #secondary {
  display: none !important;
}

/*Mini cart fix*/
body.single-product .widget.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  margin-top: -10px !important;
}

/*single-product*/
.single-product .summary .woocommerce-product-rating {
  order: -1;
}

.single-product .woocommerce.widget_shopping_cart:not(:empty) {
  padding-top: 0;
}

.single-product .content-area {
  float: none;
}
.single-product video {
  width: 100%;
}

/*Scroll product*/
.storefront-sticky-add-to-cart,
.site-footer + .storefront-sticky-add-to-cart {
  display: none !important;
}

/*Remove h2 from woocommerce-product-attributes table in accordion*/
.single-product .tabs h2,
.single-product .accordion__content h2 {
  display: none;
}

/*================================================================
Address
================================================================*/
.woocommerce-order-received .woocommerce-customer-details--email,
.woocommerce-order-received .woocommerce-customer-details--phone,
.woocommerce-order-received address,
.page-mein-konto .woocommerce-customer-details--email,
.page-mein-konto .woocommerce-customer-details--phone,
.page-mein-konto address {
  margin-bottom: 0;
}

/*================================================================
Storefront fixes grid
================================================================*/
body .col-full {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: inherit !important;
}

.error404 .col-full,
.page-kasse .col-full,
.woocommerce-account .col-full,
.page-warenkorb .col-full {
  width: 1220px !important;
  max-width: calc(100% - 5% * 2) !important;
  margin: 0 auto !important;
}

.page-kasse #secondary,
.woocommerce-account #secondary,
.page-warenkorb #secondary {
  display: none;
}

.col2-set .col-1,
.col2-set .col-2 {
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .col2-set .col-1 {
    margin-bottom: 0 !important;
  }
}

.col2-set.addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.col2-set.addresses .col-1,
.col2-set.addresses .col-2 {
  width: 100%;
  margin: 0 !important;
}
.col2-set.addresses address {
  margin: 0;
}
.col2-set.addresses .woocommerce-column__title {
  margin-bottom: 0 !important;
}

/*================================================================
Site-main/Content-area
================================================================*/
.site-main {
  margin-bottom: 0 !important;
}

.content-area {
  margin-bottom: 0 !important;
  width: 100% !important;
}

/*================================================================
Storefront fixes breadcrumb
================================================================*/
.storefront-breadcrumb {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
}

#page > .storefront-breadcrumb {
  display: none !important;
}

/*================================================================
Storefront fixes forms
================================================================*/
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  height: auto !important;
  padding: var(--form-field-padding-y) var(--form-field-padding-x) !important;
  border: var(--form-field-border-width) solid var(--form-field-border-color) !important;
  border-radius: var(--form-field-border-radius) !important;
  background: var(--form-field-bg) !important;
  cursor: pointer !important;
  font-size: var(--form-field-font-size-mobile) !important;
  line-height: var(--form-field-line-height) !important;
  transition: var(--form-transition) !important;
  color: var(--form-field-color) !important;
  box-shadow: none !important;
}
.wc-blocks-components-select .wc-blocks-components-select__select:hover, .wc-blocks-components-select .wc-blocks-components-select__select:focus, .wc-blocks-components-select .wc-blocks-components-select__select:active, .wc-blocks-components-select .wc-blocks-components-select__select:focus-visible,
.wc-block-components-form .wc-block-components-text-input input[type=email]:hover,
.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=email]:active,
.wc-block-components-form .wc-block-components-text-input input[type=email]:focus-visible,
.wc-block-components-form .wc-block-components-text-input input[type=number]:hover,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:active,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus-visible,
.wc-block-components-form .wc-block-components-text-input input[type=password]:hover,
.wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=password]:active,
.wc-block-components-form .wc-block-components-text-input input[type=password]:focus-visible,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:hover,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:active,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus-visible,
.wc-block-components-form .wc-block-components-text-input input[type=text]:hover,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:active,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus-visible,
.wc-block-components-form .wc-block-components-text-input input[type=url]:hover,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:active,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus-visible,
.wc-block-components-text-input input[type=email]:hover,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=email]:active,
.wc-block-components-text-input input[type=email]:focus-visible,
.wc-block-components-text-input input[type=number]:hover,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=number]:active,
.wc-block-components-text-input input[type=number]:focus-visible,
.wc-block-components-text-input input[type=password]:hover,
.wc-block-components-text-input input[type=password]:focus,
.wc-block-components-text-input input[type=password]:active,
.wc-block-components-text-input input[type=password]:focus-visible,
.wc-block-components-text-input input[type=tel]:hover,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=tel]:active,
.wc-block-components-text-input input[type=tel]:focus-visible,
.wc-block-components-text-input input[type=text]:hover,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=text]:active,
.wc-block-components-text-input input[type=text]:focus-visible,
.wc-block-components-text-input input[type=url]:hover,
.wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=url]:active,
.wc-block-components-text-input input[type=url]:focus-visible {
  border-color: var(--form-field-border-color-active) !important;
  background-color: var(--form-field-bg-active) !important;
}
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  /*Media*/
}
@media all and (min-width: 768px) {
  .wc-blocks-components-select .wc-blocks-components-select__select,
  .wc-block-components-form .wc-block-components-text-input input[type=email],
  .wc-block-components-form .wc-block-components-text-input input[type=number],
  .wc-block-components-form .wc-block-components-text-input input[type=password],
  .wc-block-components-form .wc-block-components-text-input input[type=tel],
  .wc-block-components-form .wc-block-components-text-input input[type=text],
  .wc-block-components-form .wc-block-components-text-input input[type=url],
  .wc-block-components-text-input input[type=email],
  .wc-block-components-text-input input[type=number],
  .wc-block-components-text-input input[type=password],
  .wc-block-components-text-input input[type=tel],
  .wc-block-components-text-input input[type=text],
  .wc-block-components-text-input input[type=url] {
    font-size: var(--form-field-font-size) !important;
  }
}

.wc-blocks-components-select .wc-blocks-components-select__label,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-text-input.is-active label {
  left: var(--form-field-padding-x) !important;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label, .wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill + label, .wc-block-components-text-input.is-active label {
  transform: translateY(1px) scale(0.75) !important;
}

body.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkbox input {
  min-height: 18px;
}

.select2-selection__rendered,
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea, .input-text,
input,
select,
textarea {
  padding: var(--form-field-padding-y) var(--form-field-padding-x);
  border: var(--form-field-border-width) solid var(--form-field-border-color);
  border-radius: var(--form-field-border-radius);
  background: var(--form-field-bg);
  cursor: pointer;
  font-size: var(--form-field-font-size-mobile);
  line-height: var(--form-field-line-height);
  transition: var(--form-transition);
  color: var(--form-field-color);
  box-shadow: none !important;
}
.select2-selection__rendered:hover, .select2-selection__rendered:focus, .select2-selection__rendered:active, .select2-selection__rendered:focus-visible,
input[type=text]:hover,
input[type=text]:focus,
input[type=text]:active,
input[type=text]:focus-visible,
input[type=number]:hover,
input[type=number]:focus,
input[type=number]:active,
input[type=number]:focus-visible,
input[type=email]:hover,
input[type=email]:focus,
input[type=email]:active,
input[type=email]:focus-visible,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=tel]:active,
input[type=tel]:focus-visible,
input[type=url]:hover,
input[type=url]:focus,
input[type=url]:active,
input[type=url]:focus-visible,
input[type=password]:hover,
input[type=password]:focus,
input[type=password]:active,
input[type=password]:focus-visible,
input[type=search]:hover,
input[type=search]:focus,
input[type=search]:active,
input[type=search]:focus-visible,
textarea:hover,
textarea:focus,
textarea:active,
textarea:focus-visible, .input-text:hover, .input-text:focus, .input-text:active, .input-text:focus-visible,
input:hover,
input:focus,
input:active,
input:focus-visible,
select:hover,
select:focus,
select:active,
select:focus-visible,
textarea:hover,
textarea:focus,
textarea:active,
textarea:focus-visible {
  border-color: var(--form-field-border-color-active);
  background-color: var(--form-field-bg-active);
}
.select2-selection__rendered,
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea, .input-text,
input,
select,
textarea {
  /*Media*/
}
@media all and (min-width: 768px) {
  .select2-selection__rendered,
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=password],
  input[type=search],
  textarea, .input-text,
  input,
  select,
  textarea {
    font-size: var(--form-field-font-size);
  }
}

select.select-disabled,
input::placeholder,
textarea::placeholder,
select:invalid,
select:required:invalid,
select option:disabled,
select .gf_placeholder {
  color: var(--form-placeholder-color);
}

select option {
  color: var(--form-placeholder-color);
}
select option:not(:first-of-type) {
  color: var(--form-field-color) !important;
}

textarea {
  height: 100px;
}

.orderby {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/wp-content/uploads/2026/01/dropdown-arrow.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-position-x: calc(100% - 6px);
  padding-right: 26px;
}

input[type=checkbox] + label,
input[type=radio] + label {
  margin: 0;
}

/*Checkbox/Radio*/
.woocommerce-form__label-for-checkbox,
.comment-respond .comment-form-privacy-policy {
  display: flex !important;
  width: 100%;
  align-items: flex-start;
}

.woocommerce-form__label-for-checkbox {
  cursor: pointer;
}

.comment-respond .comment-form-privacy-policy {
  margin-bottom: 0 !important;
}
.comment-respond .comment-form-privacy-policy label {
  padding-bottom: 0 !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkbox svg {
  display: none;
}
.wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkbox input::before, .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkbox input::after {
  position: absolute;
}

.wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkbox input,
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox,
.woocommerce-form__label-for-checkbox input,
.woof_redraw_zone .icheckbox_square-blue,
.woof_redraw_zone .iradio_square-blue,
.comment-respond .comment-form-privacy-policy input {
  position: relative;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 0 12px 0 0 !important;
  padding: 0 !important;
  border-radius: 4px;
  border: 1px solid var(--form-field-border-color);
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  overflow: hidden;
  cursor: pointer;
}

.comment-respond .comment-form-privacy-policy input {
  top: 2px;
}

.woof_checkbox_label {
  margin-left: 11px !important;
}

.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkbox input:checked,
.woocommerce-form__label-for-checkbox input:checked,
.woof_redraw_zone .icheckbox_square-blue.checked,
.woof_redraw_zone .iradio_square-blue.checked {
  border-color: var(--form-field-border-color-active);
}

.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkbox input:checked::after,
.woocommerce-form__label-for-checkbox input:checked::after,
.comment-respond .comment-form-privacy-policy input:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: var(--form-checkbox-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  z-index: 10;
}

.wc-block-components-checkbox input:checked::before,
.woocommerce-form__label-for-checkbox input:checked::before,
.comment-respond .comment-form-privacy-policy input:checked::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  display: block;
  background-color: var(--form-field-border-color-active);
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: var(--form-field-border-color-active) !important;
}

.woof_redraw_zone .icheckbox_square-blue,
.woof_redraw_zone .iradio_square-blue {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-top: -1px !important;
  border-radius: 50%;
  background: transparent;
}

.woocommerce-form__label-for-checkbox.woocommerce-validated,
.woof_redraw_zone .icheckbox_square-blue.checked,
.woof_redraw_zone .iradio_square-blue.checked {
  background-image: var(--form-radio-icon);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
  font-size: var(--form-privacy-policy-font-size) !important;
}

body.woocommerce .gform-body.gform_body,
body.woocommerce .form-auto-advanced_wrapper .gfield,
body.woocommerce.woocommerce-js .gform-body.gform_body,
body.woocommerce.woocommerce-js .form-auto-advanced_wrapper .gfield,
body.page .gform-body.gform_body,
body.page .form-auto-advanced_wrapper .gfield {
  width: 100%;
}
body.woocommerce .gform_wrapper.gravity-theme .gform-page-footer .button,
body.woocommerce .gform_wrapper.gravity-theme .gform_footer .gform_button,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform-page-footer .button,
body.woocommerce.woocommerce-js .gform_wrapper.gravity-theme .gform_footer .gform_button,
body.page .gform_wrapper.gravity-theme .gform-page-footer .button,
body.page .gform_wrapper.gravity-theme .gform_footer .gform_button {
  padding: var(--form-btn-padding-y) var(--form-btn-padding-x) !important;
}
body.woocommerce #page ~ section .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer .gform_button,
body.woocommerce #page .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer .gform_button,
body.woocommerce.woocommerce-js #page ~ section .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer .gform_button,
body.woocommerce.woocommerce-js #page .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer .gform_button,
body.page #page ~ section .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer .gform_button,
body.page #page .gform_wrapper.form-submit-custom-arrow_wrapper .gform_footer .gform_button {
  padding-right: calc(var(--form-btn-padding-x) + var(--form-custom-arrow-size) + var(--form-icon-margin)) !important;
}
body.woocommerce #page ~ section .form-auto-advanced .gform_page_footer .gform_next_button,
body.woocommerce #page .form-auto-advanced .gform_page_footer .gform_next_button,
body.woocommerce.woocommerce-js #page ~ section .form-auto-advanced .gform_page_footer .gform_next_button,
body.woocommerce.woocommerce-js #page .form-auto-advanced .gform_page_footer .gform_next_button,
body.page #page ~ section .form-auto-advanced .gform_page_footer .gform_next_button,
body.page #page .form-auto-advanced .gform_page_footer .gform_next_button {
  /*padding-right: calc(var(--form-btn-padding-x) + var(--form-btn-icon-size) + var(--form-icon-margin)) !important;*/
  padding-right: calc(var(--form-btn-padding-x) + var(--form-icon-margin) * 2) !important;
}

/*Woocommerce*/
.site-content .woocommerce-form-row {
  margin-bottom: 10px;
}
.site-content .woocommerce-form-row:last-child {
  margin-bottom: 0;
}
.site-content .woocommerce-form-row dfn,
.site-content .woocommerce-form-row cite,
.site-content .woocommerce-form-row em,
.site-content .woocommerce-form-row i {
  font-size: 14px;
  color: #053e44;
}
.site-content .woocommerce .woocommerce-input-wrapper {
  font-size: 20px;
}
.site-content .woocommerce fieldset {
  padding: 20px;
  margin: 24px 0 0;
  border-radius: 8px;
}
.site-content .woocommerce fieldset legend {
  padding: 15px 20px;
  margin: 0 0 -20px -20px;
  font-size: 20px;
  border-radius: 8px;
}
.site-content .woocommerce input[type=submit],
.site-content .woocommerce button[type=submit] {
  margin-top: 24px;
}
.site-content .woocommerce .selection {
  display: block;
  margin-bottom: 5px;
}
.site-content .woocommerce .selection .select2-selection {
  height: auto !important;
  border: none !important;
}
.site-content .woocommerce .selection .select2-selection__rendered {
  padding-top: var(--form-field-padding-y);
  padding-bottom: var(--form-field-padding-y);
}
.site-content .woocommerce .selection .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.site-content .woocommerce .selection .select2-selection__arrow b {
  position: static !important;
  width: 19px !important;
  height: 20px !important;
  margin: 0 !important;
  border: none !important;
}
.site-content .woocommerce .selection .select2-selection__arrow b::before {
  right: 0 !important;
}

/*Comment form*/
.comment-form .form-submit {
  margin-top: var(--form-padding-mobile) !important;
  margin-bottom: 0 !important;
}
@media all and (min-width: 981px) {
  .comment-form .form-submit {
    margin-top: var(--form-padding) !important;
  }
}

/*User account table*/
body {
  /*font size*/
}
body .validate-required .woocommerce-form__label-for-checkbox,
body .wc-cart-shipping-notice small,
body .comment-respond .comment-form-privacy-policy label,
body .gform_wrapper.gravity-theme .privacy-policy-agreement label {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  body {
    /*font size*/
  }
  body .validate-required .woocommerce-form__label-for-checkbox,
  body .wc-cart-shipping-notice small,
  body .comment-respond .comment-form-privacy-policy label,
  body .gform_wrapper.gravity-theme .privacy-policy-agreement label {
    font-size: 16px !important;
  }
  body {
    /*account form*/
  }
  body .col2-set .form-row-first,
  body .woocommerce-MyAccount-content .form-row-first {
    margin-right: 10px;
  }
  body .col2-set .form-row-first,
  body .col2-set .form-row-last,
  body .woocommerce-MyAccount-content .form-row-first,
  body .woocommerce-MyAccount-content .form-row-last {
    width: calc(50% - 5px);
  }
}

/*Select fix*/
.select2-selection__arrow b::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: var(--form-select-icon);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

/*Show password input*/
body .show-password-input {
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  border-color: transparent !important;
  color: #053e44 !important;
}
body .show-password-input.display-password::after {
  color: #224d5e !important;
}

/*================================================================
Storefront fixes btn
================================================================*/
@media (max-width: 767px) {
  body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button {
    margin-top: 10px;
  }
}

body.page-warenkorb .page .wc-backward,
body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button,
.wc-block-cart__submit-container,
.wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100% !important;
  min-width: auto;
  padding: 14px 8px !important;
  border: 1px solid #053e44;
  line-height: 1.5;
  border-radius: 8px !important;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
body.page-warenkorb .page .wc-backward[disabled],
body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button[disabled],
.wc-block-cart__submit-container[disabled],
.wc-block-components-checkout-place-order-button[disabled],
.wc-block-components-totals-coupon__button[disabled] {
  opacity: 0.75;
  pointer-events: none;
}
body.page-warenkorb .page .wc-backward:hover, body.page-warenkorb .page .wc-backward:focus, body.page-warenkorb .page .wc-backward:active, body.page-warenkorb .page .wc-backward:focus-visible,
body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button:hover,
body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button:focus,
body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button:active,
body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button:focus-visible,
.wc-block-cart__submit-container:hover,
.wc-block-cart__submit-container:focus,
.wc-block-cart__submit-container:active,
.wc-block-cart__submit-container:focus-visible,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus,
.wc-block-components-checkout-place-order-button:active,
.wc-block-components-checkout-place-order-button:focus-visible,
.wc-block-components-totals-coupon__button:hover,
.wc-block-components-totals-coupon__button:focus,
.wc-block-components-totals-coupon__button:active,
.wc-block-components-totals-coupon__button:focus-visible {
  box-shadow: 0 14px 9px -10px rgba(58, 58, 58, 0.28);
}
body.page-warenkorb .page .wc-backward,
body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button,
.wc-block-cart__submit-container,
.wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__button {
  /*Media*/
}
@media (min-width: 768px) {
  body.page-warenkorb .page .wc-backward,
  body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button,
  .wc-block-cart__submit-container,
  .wc-block-components-checkout-place-order-button,
  .wc-block-components-totals-coupon__button {
    width: auto !important;
    font-size: 18px;
    padding: 14px 16px !important;
  }
}
@media (min-width: 981px) {
  body.page-warenkorb .page .wc-backward,
  body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button,
  .wc-block-cart__submit-container,
  .wc-block-components-checkout-place-order-button,
  .wc-block-components-totals-coupon__button {
    font-size: 18px;
    padding: 14px 20px !important;
  }
}
body.page-warenkorb .page .wc-backward,
body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button,
.wc-block-cart__submit-container,
.wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__button {
  border-color: #053e44;
  background: #053e44;
  color: #ffffff !important;
}
body.page-warenkorb .page .wc-backward.btn--soft,
body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button.btn--soft,
.wc-block-cart__submit-container.btn--soft,
.wc-block-components-checkout-place-order-button.btn--soft,
.wc-block-components-totals-coupon__button.btn--soft {
  border-color: #eef4f4;
  background: #eef4f4;
  color: #ffffff !important;
}
body.page-warenkorb .page .wc-backward.btn--outline,
body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button.btn--outline,
.wc-block-cart__submit-container.btn--outline,
.wc-block-components-checkout-place-order-button.btn--outline,
.wc-block-components-totals-coupon__button.btn--outline {
  background: none;
  color: #053e44 !important;
}
body.page-warenkorb .page .wc-backward:hover.btn, body.page-warenkorb .page .wc-backward:focus.btn, body.page-warenkorb .page .wc-backward:active.btn, body.page-warenkorb .page .wc-backward:focus-visible.btn,
body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button:hover.btn,
body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button:focus.btn,
body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button:active.btn,
body.page-mein-konto .site-content .woocommerce-MyAccount-content .woocommerce-button:focus-visible.btn,
.wc-block-cart__submit-container:hover.btn,
.wc-block-cart__submit-container:focus.btn,
.wc-block-cart__submit-container:active.btn,
.wc-block-cart__submit-container:focus-visible.btn,
.wc-block-components-checkout-place-order-button:hover.btn,
.wc-block-components-checkout-place-order-button:focus.btn,
.wc-block-components-checkout-place-order-button:active.btn,
.wc-block-components-checkout-place-order-button:focus-visible.btn,
.wc-block-components-totals-coupon__button:hover.btn,
.wc-block-components-totals-coupon__button:focus.btn,
.wc-block-components-totals-coupon__button:active.btn,
.wc-block-components-totals-coupon__button:focus-visible.btn {
  background: #a6273d;
  border-color: #a6273d;
  color: #ffffff !important;
}

/*Storefront base*/
/*================================================================
Tag list
================================================================*/
/*Tags*/
.tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  list-style-type: none;
}
.tag-list li {
  font-size: 9px;
  padding: 3px 8px;
  background: transparent;
  border: 1px solid #053e44;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #053e44;
  border-radius: 30px;
}
.tag-list li a {
  pointer-events: none;
}

.product-cats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.product-cats__item {
  color: #666;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.product-cats__item::after {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 2px;
  background: #e45519;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*================================================================
Table
================================================================*/
.woocommerce-order-received table td, .woocommerce-order-received table th,
.page-mein-konto table td,
.page-mein-konto table th {
  padding: 8px !important;
}
.woocommerce-order-received table tbody td, .woocommerce-order-received table tbody th,
.page-mein-konto table tbody td,
.page-mein-konto table tbody th {
  background: #ffffff !important;
  border-bottom: 1px solid #ffffff;
}
.woocommerce-order-received table tfoot td, .woocommerce-order-received table tfoot th,
.woocommerce-order-received table thead td,
.woocommerce-order-received table thead th,
.page-mein-konto table tfoot td,
.page-mein-konto table tfoot th,
.page-mein-konto table thead td,
.page-mein-konto table thead th {
  background: #f6f6f6 !important;
  border-bottom: 1px solid #ffffff;
}
.woocommerce-order-received table tfoot tr:last-child td, .woocommerce-order-received table tfoot tr:last-child th,
.page-mein-konto table tfoot tr:last-child td,
.page-mein-konto table tfoot tr:last-child th {
  border-bottom: none;
}
@media (min-width: 576px) {
  .woocommerce-order-received,
  .page-mein-konto {
    /*table*/
  }
  .woocommerce-order-received table td, .woocommerce-order-received table th,
  .page-mein-konto table td,
  .page-mein-konto table th {
    padding: 10px 16px !important;
  }
}

/*================================================================
Storefront message
================================================================*/
body .woocommerce .woocommerce-no-products-found .woocommerce-info {
  margin-bottom: 0 !important;
}
body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-noreviews,
body p.no-comments {
  margin-bottom: 12px !important;
  border: none;
  border-radius: 6px;
}
body .woocommerce-error:not(:last-child),
body .woocommerce-info:not(:last-child),
body .woocommerce-noreviews:not(:last-child),
body p.no-comments:not(:last-child) {
  margin-bottom: 30px !important;
}
body .woocommerce-info,
body .woocommerce-noreviews,
body p.no-comments {
  background-color: #053e44 !important;
  color: #ffffff !important;
}
body .woocommerce-info::before, body .woocommerce-info::after,
body .woocommerce-noreviews::before,
body .woocommerce-noreviews::after,
body p.no-comments::before,
body p.no-comments::after {
  color: #ffffff;
}
body .woocommerce-info a,
body .woocommerce-noreviews a,
body p.no-comments a {
  color: #ffffff !important;
}
body .woocommerce-info a:hover, body .woocommerce-info a:focus, body .woocommerce-info a:active, body .woocommerce-info a:focus-visible,
body .woocommerce-noreviews a:hover,
body .woocommerce-noreviews a:focus,
body .woocommerce-noreviews a:active,
body .woocommerce-noreviews a:focus-visible,
body p.no-comments a:hover,
body p.no-comments a:focus,
body p.no-comments a:active,
body p.no-comments a:focus-visible {
  text-decoration: underline !important;
}
body .woocommerce-message,
body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-noreviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .woocommerce-message::after,
body .woocommerce-error::after,
body .woocommerce-info::after,
body .woocommerce-noreviews::after {
  content: none;
}
body .woocommerce-message .wc-forward,
body .woocommerce-error .wc-forward,
body .woocommerce-info .wc-forward,
body .woocommerce-noreviews .wc-forward {
  width: auto;
  margin: 0 0 0 1em !important;
  padding: 0 0 0 1em !important;
  border-right: none !important;
  border-top: none;
  border-bottom: none;
  border-radius: 0 !important;
  white-space: nowrap;
}
body .woocommerce-message .wc-forward::after,
body .woocommerce-error .wc-forward::after,
body .woocommerce-info .wc-forward::after,
body .woocommerce-noreviews .wc-forward::after {
  position: relative;
  top: 2px;
}
body .woocommerce-message .wc-forward:hover, body .woocommerce-message .wc-forward:focus, body .woocommerce-message .wc-forward:active, body .woocommerce-message .wc-forward:focus-visible,
body .woocommerce-error .wc-forward:hover,
body .woocommerce-error .wc-forward:focus,
body .woocommerce-error .wc-forward:active,
body .woocommerce-error .wc-forward:focus-visible,
body .woocommerce-info .wc-forward:hover,
body .woocommerce-info .wc-forward:focus,
body .woocommerce-info .wc-forward:active,
body .woocommerce-info .wc-forward:focus-visible,
body .woocommerce-noreviews .wc-forward:hover,
body .woocommerce-noreviews .wc-forward:focus,
body .woocommerce-noreviews .wc-forward:active,
body .woocommerce-noreviews .wc-forward:focus-visible {
  text-decoration: underline !important;
}
body .woocommerce-error {
  background-color: #c2191b;
}
body {
  /*Media*/
}
@media (max-width: 767px) {
  body .woocommerce-message,
  body .woocommerce-error,
  body .woocommerce-info,
  body .woocommerce-noreviews {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  body .woocommerce-message .wc-forward,
  body .woocommerce-error .wc-forward,
  body .woocommerce-info .wc-forward,
  body .woocommerce-noreviews .wc-forward {
    margin: 10px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
}

.col-full > .woocommerce {
  background-color: transparent;
}
.col-full > .woocommerce:not(:empty) {
  padding-top: calc(40px / 2);
  margin-top: 65px;
  margin-bottom: calc(-65px - 20px);
}
.col-full > .woocommerce:not(:empty) .woocommerce-message,
.col-full > .woocommerce:not(:empty) .woocommerce-error {
  width: 1220px !important;
  max-width: calc(100% - 10px * 2) !important;
  border-radius: 12px;
  margin: 0 auto !important;
  z-index: 1;
}
.col-full > .woocommerce {
  /*Media*/
}
@media (min-width: 768px) {
  .col-full > .woocommerce:not(:empty) {
    padding-top: calc(60px / 2);
    margin-bottom: calc(-65px - calc(60px / 2));
  }
  .col-full > .woocommerce:not(:empty) .woocommerce-message,
  .col-full > .woocommerce:not(:empty) .woocommerce-error {
    max-width: calc(100% - 5% * 2) !important;
  }
}
@media (min-width: 981px) {
  .col-full > .woocommerce:not(:empty) {
    padding-top: 70px;
    margin-bottom: calc(-90px - calc(60px / 1.5));
  }
}

/*Specific pages*/
.archive .col-full > .woocommerce:not(:empty) + .content-area .hero-1,
.archive .col-full > .woocommerce:not(:empty) + .content-area .hero-2,
.archive .col-full > .woocommerce:not(:empty) + .content-area .hero-3 {
  padding-top: 0;
}
.archive .col-full > .woocommerce:not(:empty) + .content-area .hero-1 .row,
.archive .col-full > .woocommerce:not(:empty) + .content-area .hero-2 .row,
.archive .col-full > .woocommerce:not(:empty) + .content-area .hero-3 .row {
  margin-top: 0;
}

.archive .col-full > .woocommerce:not(:empty),
.page-template-template-homepage .col-full > .woocommerce:not(:empty) {
  margin-bottom: calc(65px - 65px * 2 + calc(40px / 2));
}
@media (min-width: 768px) {
  .archive .col-full > .woocommerce:not(:empty),
  .page-template-template-homepage .col-full > .woocommerce:not(:empty) {
    margin-bottom: calc(65px - 65px * 2 + calc(60px / 2));
  }
}
@media (min-width: 981px) {
  .archive .col-full > .woocommerce:not(:empty),
  .page-template-template-homepage .col-full > .woocommerce:not(:empty) {
    margin-bottom: calc(90px - 90px * 2 + calc(60px / 1.5));
  }
}

/*Storefront header*/
/*================================================================
Links
================================================================*/
.login-menu-link a {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  background-image: url("/wp-content/uploads/2026/01/user-icon.svg");
}

/*================================================================
Shopping cart
================================================================*/
#page .site-header-cart {
  order: 2;
  display: flex;
  justify-content: flex-end;
  height: 20px;
  margin-top: 1px;
}
#page .site-header-cart .cart-contents {
  position: relative;
  top: -5px;
  display: flex;
  padding: 6px 0 10px 0 !important;
  color: #ffffff !important;
}
#page .site-header-cart .cart-contents .amount {
  display: none;
}
#page .site-header-cart .cart-contents .count {
  position: absolute;
  top: 3px;
  left: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 12px;
  height: 12px;
  border-radius: 20px;
  padding: 1px;
  font-size: 8px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 1 !important;
  background: #4bb064;
}
#page .site-header-cart .cart-contents::after {
  content: "" !important;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  background-image: url("/wp-content/uploads/2026/01/shopping-bag-icon.svg");
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#page .site-header-cart .widget_shopping_cart {
  min-width: 400px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
}
#page .site-header-cart .widget_shopping_cart p.total,
#page .site-header-cart .widget_shopping_cart p.buttons,
#page .site-header-cart .widget_shopping_cart li,
#page .site-header-cart .widget_shopping_cart .jde_hint {
  padding: 20px;
}
#page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin: 10px !important;
}
#page .site-header-cart .widget_shopping_cart .jde_hint {
  margin: 0;
}
#page .site-header-cart .widget_shopping_cart .product_list_widget img {
  margin-left: 10px;
  max-width: 100px;
}
#page .site-header-cart .widget_shopping_cart .mini_cart_item {
  padding: 12px !important;
  border-color: #d1d5db;
}
#page .site-header-cart .widget_shopping_cart .mini_cart_item .remove_from_cart_button {
  top: -1px;
}
#page .site-header-cart .widget_shopping_cart .mini_cart_item a {
  color: #053e44 !important;
}
#page .site-header-cart .widget_shopping_cart .mini_cart_item a::before {
  color: #053e44 !important;
}
#page .site-header-cart .widget_shopping_cart .mini_cart_item a:nth-child(2) {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.1;
}
#page .site-header-cart .widget_shopping_cart .mini_cart_item .variation {
  display: flex;
  gap: 3px;
  margin-bottom: 0;
  font-size: 12px;
  color: #053e44 !important;
}
#page .site-header-cart .widget_shopping_cart .mini_cart_item .variation .variation-Gre {
  font-size: 14px;
  margin-bottom: 0;
  color: #053e44 !important;
}
#page .site-header-cart .widget_shopping_cart .mini_cart_item .variation .variation-Lieferzeit {
  display: none;
}
#page .site-header-cart .widget_shopping_cart .mini_cart_item .variation p {
  margin-bottom: 0.6em;
  color: #053e44 !important;
}
#page .site-header-cart .widget_shopping_cart .mini_cart_item .variation p:last-child {
  margin-bottom: 0;
}
#page .site-header-cart .widget_shopping_cart .mini_cart_item .quantity {
  display: flex !important;
  gap: 5px;
  font-size: 14px;
  color: #053e44 !important;
}
#page .site-header-cart .widget_shopping_cart .mini_cart_item .quantity .woocommerce-Price-amount {
  display: block !important;
}
#page .site-header-cart .widget_shopping_cart .mini_cart_item .wgm-info {
  font-size: 12px;
  color: #053e44 !important;
}
#page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total {
  padding: 12px !important;
  background-color: #fff !important;
  border-color: #d1d5db;
  font-size: 16px !important;
}
#page .site-header-cart .widget_shopping_cart .jde_hint {
  display: none;
  padding: 12px;
}
#page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons {
  padding: 12px !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff !important;
}
#page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button,
#page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  /*min-width: 140px;*/
  padding: 14px 20px !important;
  line-height: 1.5;
  border: 1px solid #053e44;
  border-radius: 8px !important;
  color: #ffffff !important;
  background: #053e44;
  font-weight: 500;
  text-transform: inherit;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
#page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover, #page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button:focus, #page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button:active, #page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button:focus-visible,
#page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:hover,
#page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:focus,
#page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:active,
#page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:focus-visible {
  background: #a6273d;
  border-color: #a6273d;
  color: #ffffff !important;
}
#page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button::after,
#page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout::after {
  display: none !important;
}
#page .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  background: transparent;
  border-color: #053e44;
  color: #053e44 !important;
}
#page .site-header-cart:hover .widget_shopping_cart, #page .site-header-cart:active .widget_shopping_cart, #page .site-header-cart.focus .widget_shopping_cart {
  left: -999em !important;
}
#page .site-header-cart .widget_shopping_cart:hover,
#page .site-header-cart .widget_shopping_cart:active,
#page .site-header-cart .widget_shopping_cart:focus,
#page .site-header-cart .login-menu-link + li:hover + li .widget_shopping_cart,
#page .site-header-cart .login-menu-link + li:active + li .widget_shopping_cart,
#page .site-header-cart .login-menu-link + li:focus + li .widget_shopping_cart {
  left: auto !important;
  right: 0;
}
#page .site-header-cart {
  /*media*/
}
@media (min-width: 768px) {
  #page .site-header-cart:hover .widget_shopping_cart, #page .site-header-cart:focus .widget_shopping_cart, #page .site-header-cart:active .widget_shopping_cart, #page .site-header-cart:focus-visible .widget_shopping_cart {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 981px) {
  #page .site-header-cart .widget_shopping_cart {
    min-width: 400px;
  }
}

/*Storefront product*/
/*================================================================
Price
================================================================*/
.shipping_de_string small {
  font-size: 100%;
}

.price small:empty {
  display: none;
}
.price .woocommerce-Price-amount bdi {
  color: #224d5e !important;
}
.price del .woocommerce-Price-amount bdi {
  color: #666 !important;
  font-weight: 400 !important;
}

.product .price ins {
  color: #224d5e;
}

.price del,
.product .price del,
.product .price del bdi {
  color: #666 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

.price del ~ br {
  display: none;
}

.price del ~ ins {
  margin-left: 0.5em !important;
}

.products .product .price .amount,
.woocommerce-Price-amount,
#page .site-header-cart .widget_shopping_cart .mini_cart_item .quantity {
  font-weight: 700 !important;
}

/*================================================================
Storefront products
================================================================*/
.products {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
  /*Hide elements*/
}
.products .onsale,
.products .shipping_de {
  display: none;
}
.products {
  /*    .onsale,
     .button.product_type_simple,
     .button.product_type_simple.add_to_cart_button,
     .button.product_type_variable.add_to_cart_button,*/
}
.products::before, .products::after {
  content: none !important;
}
.products {
  /*Slider*/
}
.products .swiper {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  /*Container*/
}
.products .swiper__container {
  border-bottom: 1px solid #d1d5db;
  /*Arrows*/
}
.products .swiper__container .swiper-button-next,
.products .swiper__container .swiper-button-prev {
  opacity: 0;
}
.products .swiper__container:hover .swiper-button-next,
.products .swiper__container:hover .swiper-button-prev, .products .swiper__container:focus .swiper-button-next,
.products .swiper__container:focus .swiper-button-prev, .products .swiper__container:active .swiper-button-next,
.products .swiper__container:active .swiper-button-prev, .products .swiper__container:focus-visible .swiper-button-next,
.products .swiper__container:focus-visible .swiper-button-prev {
  opacity: 1;
}
.products .swiper__container:hover .swiper-button-next.swiper-button-disabled,
.products .swiper__container:hover .swiper-button-prev.swiper-button-disabled, .products .swiper__container:focus .swiper-button-next.swiper-button-disabled,
.products .swiper__container:focus .swiper-button-prev.swiper-button-disabled, .products .swiper__container:active .swiper-button-next.swiper-button-disabled,
.products .swiper__container:active .swiper-button-prev.swiper-button-disabled, .products .swiper__container:focus-visible .swiper-button-next.swiper-button-disabled,
.products .swiper__container:focus-visible .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}
.products .swiper {
  /*Slide*/
}
.products .swiper-slide img {
  width: 100%;
  margin: 0 !important;
  border-radius: 0 !important;
}
.products {
  /*Product*/
}
.products .product {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 !important;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.products .product:hover, .products .product:focus, .products .product:active, .products .product:focus-visible {
  background: #ffffff;
  border: 1px solid #d1d5db;
  box-shadow: 0 4px 8px -2px rgba(10, 13, 18, 0.1), 0 2px 4px -2px rgba(10, 13, 18, 0.06);
}
.products .product {
  /*Image*/
}
.products .product__image {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: 1px solid #d1d5db;
}
.products .product__image img {
  margin-bottom: 0 !important;
}
.products .product {
  /*Info*/
}
.products .product__info {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  padding: 16px;
}
.products .product {
  /*Title*/
}
.products .product .woocommerce-loop-product__link {
  /*Hover color fix*/
}
.products .product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title, .products .product .woocommerce-loop-product__link:focus .woocommerce-loop-product__title, .products .product .woocommerce-loop-product__link:active .woocommerce-loop-product__title, .products .product .woocommerce-loop-product__link:focus-visible .woocommerce-loop-product__title {
  color: inherit;
}
.products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  width: fit-content !important;
  margin: 0 0 4px !important;
  text-align: left !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
}
.products .product {
  /*Review*/
}
.products .product .woocommerce-review-link {
  order: -1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 4px;
}
.products .product .woocommerce-review-link img {
  margin: 0 4px 0 0 !important;
}
.products .product {
  /*Hide reviews*/
}
.products .product .star-rating {
  display: none !important;
}
.products .product {
  /*Tax*/
}
.products .product .woocommerce-de_price_taxrate {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25em;
  margin-top: 8px;
  font-size: 12px;
}
.products .product .woocommerce-de_price_taxrate .woocommerce_de_versandkosten {
  font-size: inherit;
}
.products .product .woocommerce-de_price_taxrate .woocommerce_de_versandkosten .versandkosten {
  text-decoration: underline;
}
.products .product {
  /*Price*/
}
.products .product .price {
  width: fit-content;
  margin: auto 0 0 !important;
  font-size: 14px;
}
.products .product {
  /*Button*/
}
.products .product .add_to_cart_button {
  padding: 9px !important;
  margin-top: 16px;
  margin-bottom: 0 !important;
  font-weight: 500;
  position: relative;
}
.products .product .add_to_cart_button::after {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
}
.products .product .add_to_cart_button {
  /*Before*/
}
.products .product .add_to_cart_button-before::after {
  order: -1;
  margin-left: 0;
  margin-right: 8px;
}
.products .product .add_to_cart_button {
  /*Media*/
}
@media (min-width: 768px) {
  .products .product .add_to_cart_button::after {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
@media (min-width: 981px) {
  .products .product .add_to_cart_button::after {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
.products .product .add_to_cart_button::after {
  background-image: url("/wp-content/uploads/2026/01/cart-icon-white.svg");
}
.products .product .add_to_cart_button:hover::after, .products .product .add_to_cart_button:focus::after, .products .product .add_to_cart_button:active::after, .products .product .add_to_cart_button:focus-visible::after {
  background-image: url("/wp-content/uploads/2026/01/cart-icon-white.svg");
}
.products .product .add_to_cart_button {
  background-color: transparent !important;
  color: #053e44 !important;
  border-color: #d1d5db !important;
}
.products .product .add_to_cart_button:hover, .products .product .add_to_cart_button:focus, .products .product .add_to_cart_button:active, .products .product .add_to_cart_button:focus-visible {
  background: #a6273d !important;
  border-color: #a6273d !important;
  color: #ffffff !important;
}
.products .product {
  /*Tags*/
}
.products .product .tag-list {
  position: absolute;
  bottom: 8px;
  left: 16px;
  right: 16px;
}
.products .product .tag-list li {
  font-size: 9px;
  padding: 4px 6px;
  border: none;
  background: #053e44;
  color: #ffffff;
}
.products .product {
  /*Short description*/
}
.products .product__short-description {
  text-align: left;
  font-size: 16px;
}
.products {
  /*Media*/
}
@media (min-width: 576px) {
  .products {
    flex-direction: row;
    justify-content: center;
    /*Product*/
  }
  .products .product {
    width: calc(50% - 12px / 2) !important;
    /*No stars offset*/
  }
  .products .product--no-stars .woocommerce-loop-product__title {
    margin-top: 21px !important;
  }
}
@media (min-width: 981px) {
  .products {
    /*Product*/
  }
  .products .product {
    width: calc(25% - 12px * 3 / 4) !important;
  }
}

/*================================================================
Storefront product badge
================================================================*/
.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  order: 100;
  width: fit-content;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 12px !important;
  z-index: 10;
}
.product-badge--onsale {
  display: flex;
  align-items: center;
  background-color: #224d5e;
  color: #ffffff;
}
.product-badge--onsale::before {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  background-image: url("/wp-content/uploads/2026/01/onsale.svg");
  margin-right: 4px;
}

/*================================================================
Product reviews
================================================================*/
/*Stars*/
.star-rating {
  margin-right: 6px !important;
}
.star-rating::before, .star-rating span::before {
  color: #e45519 !important;
}

/*Rating*/
.woocommerce-product-rating {
  margin: 0 !important;
}
.woocommerce-product-rating::before, .woocommerce-product-rating::after {
  display: block !important;
}
.woocommerce-product-rating a {
  font-size: 12px;
  font-weight: 400 !important;
  white-space: nowrap;
}

/*Reviews*/
#reviews .woocommerce-Reviews-title {
  font-size: 16px;
  font-weight: 500;
}
#reviews .commentlist .comment-text,
#reviews #respond {
  padding: 16px;
  border-radius: 12px;
}
#reviews .commentlist li {
  margin-bottom: 12px !important;
}
#reviews .commentlist time {
  display: none !important;
}
#reviews .commentlist .comment-text {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  border: 1px solid #d1d5db;
  background: #ffffff;
}
#reviews .commentlist .comment-text .star-rating {
  margin-bottom: 8px;
}
#reviews .commentlist .comment-text .description {
  margin-bottom: 8px;
}
#reviews .commentlist .comment-text .meta {
  order: 1;
  margin: auto 0 0 !important;
}
#reviews .commentlist .comment-text .woocommerce-review__author {
  line-height: 150%;
  font-weight: 500;
  color: #053e44;
}
#reviews {
  /*Form*/
}
#reviews .comment-respond {
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 6px;
}
#reviews .comment-respond .comment-form-rating {
  margin-bottom: 8px;
}
#reviews .comment-respond .comment-form-rating .stars {
  margin: 0 !important;
}
#reviews .comment-respond p.stars.selected a.active:before,
#reviews .comment-respond p.stars:hover a:before,
#reviews .comment-respond p.stars.selected a:not(.active):before,
#reviews .comment-respond p.stars.selected a.active:before {
  color: #e45519;
}
#reviews .comment-respond label {
  display: block;
  padding-bottom: 6px;
}
#reviews .description {
  padding: 0 !important;
}
#reviews .description ul {
  margin: 0 0 0.6em 22px !important;
}
#reviews .description ul li::marker {
  color: #053e44 !important;
}
@media (min-width: 768px) {
  #reviews .commentlist .comment-text,
  #reviews #respond {
    padding: 24px;
  }
}
@media (min-width: 981px) {
  #reviews {
    max-width: 670px;
  }
}

.product-evaluation {
  font-family: "Manrope", sans-serif;
}
.product-evaluation__value {
  display: flex;
  color: #666;
}
.product-evaluation__value-num {
  color: #4bb064;
}
.product-evaluation__bar {
  background-color: #eef4f4;
  height: 4px;
}
.product-evaluation__bar-fill {
  background-color: #4bb064;
}

.single-product .product-evaluation-section__title {
  vertical-align: middle;
}
.single-product .product-evaluation-section .subtitle {
  color: #666;
  font-size: 14px;
}
.single-product .product-evaluation__row {
  padding-top: 16px;
  font-size: 16px;
}
.single-product .product-evaluation__row:first-child {
  padding-top: 0;
}
.single-product .product-evaluation__value {
  gap: 8px;
}

.product .product-score {
  gap: 8px;
  font-size: 16px;
}
.product .product-score__value {
  background-color: #4bb064;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1px;
}
.product .product-evaluation__row {
  padding-top: 8px;
  font-size: 16px;
}
.product .product-evaluation__value {
  gap: 4px;
}
.product__evaluation {
  padding-left: 24px;
  border-left: 2px dashed #4bb064;
}
.product__evaluation-mobile {
  display: none;
}

@media (max-width: 980px) {
  .product__evaluation {
    padding-left: 0;
    padding-top: 16px;
    border-left: none;
    border-top: 1px dashed #4bb064;
  }
}
@media (max-width: 767px) {
  .product__evaluation {
    display: none;
  }
  .product__evaluation-mobile {
    display: block;
  }
}
.product-rating-badge {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-rating-badge__stars {
  display: inline-flex;
  gap: 3px;
}
.product-rating-badge__star {
  width: 16px;
  height: 16px;
  position: relative;
}
.product-rating-badge__star::before {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2026/02/Star-empty.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.product-rating-badge__star.is-filled {
  opacity: 1;
}
.product-rating-badge__star.is-filled::before {
  background-image: url("/wp-content/uploads/2026/02/Star.svg");
}
.product-rating-badge__info {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: help;
  outline: none;
}
.product-rating-badge__info:hover .product-rating-badge__tooltip, .product-rating-badge__info:focus .product-rating-badge__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.product-rating-badge__info img {
  margin: 0 !important;
}
.product-rating-badge__tooltip {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translate(-50%, 6px);
  z-index: 999;
  color: #1a1a18 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 10px 12px;
  min-width: 200px;
  max-width: 280px;
}

.product-testimonials {
  background-color: #eef4f4;
}

.testimonials__count {
  font-size: 14px;
}

.testimonial-card__top {
  min-height: 60px;
}
.testimonial-card__avatar {
  border-radius: 200px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.testimonial-card__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666;
  -webkit-line-clamp: 5;
}
@media (min-width: 768px) {
  .testimonial-card__text {
    -webkit-line-clamp: 4;
  }
}
.testimonial-card.is-expanded .testimonial-card__text {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}
.testimonial-card__toggle:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 2px;
}

ul.products.columns-1 {
  flex-direction: column;
}
ul.products.columns-1 > li {
  width: 100% !important;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 24px;
}

ul.products .product .product__info {
  align-items: unset;
}
ul.products .product .product__info h2.woocommerce-loop-product__title {
  margin-top: 0 !important;
}
ul.products .product .product__info h2.woocommerce-loop-product__title a {
  font-size: clamp(21px, 2.3vw, 24px);
  color: #1a1a18;
}
ul.products .product__image {
  border-bottom: none !important;
}
ul.products .product__image img {
  max-width: 215px;
  height: 100%;
  object-fit: cover;
  margin-right: 0 !important;
  border-radius: 20px;
}
@media (max-width: 767px) {
  ul.products .product__image img {
    border-radius: 8px;
  }
}
ul.products .product-rating-badge {
  margin-bottom: 16px !important;
}
ul.products .product {
  /*Short description*/
}
ul.products .product__short-description ul,
ul.products .product__short-description ol,
ul.products .product__short-description p,
ul.products .product__short-description pre {
  margin-top: 0 !important;
  margin-bottom: 0.6em !important;
}
ul.products .product__short-description ul:last-child,
ul.products .product__short-description ol:last-child,
ul.products .product__short-description p:last-child,
ul.products .product__short-description pre:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
ul.products .product__short-description ul:empty,
ul.products .product__short-description ol:empty,
ul.products .product__short-description p:empty,
ul.products .product__short-description pre:empty {
  margin-bottom: -0.6em !important;
}
ul.products .product__short-description h2,
ul.products .product__short-description h3,
ul.products .product__short-description h4,
ul.products .product__short-description h5,
ul.products .product__short-description h6 {
  margin-bottom: 8px;
}
@media (min-width: 981px) {
  ul.products .product__short-description h2,
  ul.products .product__short-description h3,
  ul.products .product__short-description h4,
  ul.products .product__short-description h5,
  ul.products .product__short-description h6 {
    margin-bottom: 12px;
  }
}
ul.products .product__short-description p + h2,
ul.products .product__short-description p + header h2,
ul.products .product__short-description p + h3,
ul.products .product__short-description p + h4,
ul.products .product__short-description p + h5,
ul.products .product__short-description p + h6,
ul.products .product__short-description ul + h2,
ul.products .product__short-description ul + header h2,
ul.products .product__short-description ul + h3,
ul.products .product__short-description ul + h4,
ul.products .product__short-description ul + h5,
ul.products .product__short-description ul + h6,
ul.products .product__short-description ol + h2,
ul.products .product__short-description ol + header h2,
ul.products .product__short-description ol + h3,
ul.products .product__short-description ol + h4,
ul.products .product__short-description ol + h5,
ul.products .product__short-description ol + h6,
ul.products .product__short-description table + h2,
ul.products .product__short-description table + header h2,
ul.products .product__short-description table + h3,
ul.products .product__short-description table + h4,
ul.products .product__short-description table + h5,
ul.products .product__short-description table + h6,
ul.products .product__short-description blockquote + h2,
ul.products .product__short-description blockquote + header h2,
ul.products .product__short-description blockquote + h3,
ul.products .product__short-description blockquote + h4,
ul.products .product__short-description blockquote + h5,
ul.products .product__short-description blockquote + h6,
ul.products .product__short-description form + h2,
ul.products .product__short-description form + header h2,
ul.products .product__short-description form + h3,
ul.products .product__short-description form + h4,
ul.products .product__short-description form + h5,
ul.products .product__short-description form + h6 {
  margin-top: 24px;
}
ul.products .product__short-description h2 + h3,
ul.products .product__short-description .beta + h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 8px;
}
ul.products .product__short-description {
  font-weight: 600;
  margin-bottom: -6px;
}
ul.products .product__short-description ul,
ul.products .product__short-description ol {
  margin: 0;
  margin-bottom: 0 !important;
  margin-left: 28px;
  list-style: none;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
ul.products .product__short-description ul li,
ul.products .product__short-description ol li {
  margin-bottom: 6px;
  position: relative;
}
ul.products .product__short-description ul li::before,
ul.products .product__short-description ol li::before {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: -28px;
  top: calc(1em - 0.5lh - 2px);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
ul.products .product__short-description ul > li {
  color: #1a1a18;
}
ul.products .product__short-description ul > li::before {
  background-image: url("/wp-content/uploads/2026/02/Check-icon.svg");
}
ul.products .product__short-description ol > li {
  color: #666;
}
ul.products .product__short-description ol > li::before {
  background-image: url("/wp-content/uploads/2026/02/info-circle.svg");
}
ul.products .product__buttons {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
ul.products .product .button.product_type_external {
  display: inline-flex;
  background-color: #053e44;
  color: #ffffff;
  margin: 0 !important;
  border-color: #053e44;
}
ul.products .product .button.product_type_external:hover, ul.products .product .button.product_type_external:focus, ul.products .product .button.product_type_external:active, ul.products .product .button.product_type_external:focus-visible {
  background-color: #a6273d;
  border-color: #a6273d;
}
ul.products .product__details-toggle {
  display: none;
  padding: 10px 0 !important;
}
ul.products .product__details-toggle::after {
  background-image: url(/wp-content/uploads/2026/02/chevron-down.svg);
  filter: brightness(0) saturate(100%) invert(35%) sepia(23%) saturate(3982%) hue-rotate(170deg) brightness(96%) contrast(102%);
}
ul.products .product__details.is-open .product__details-toggle {
  color: #006794;
}
ul.products .product__details.is-open .product__details-toggle::after {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(2983%) hue-rotate(183deg) brightness(103%) contrast(102%);
}

@media (max-width: 980px) {
  ul.products.columns-1 {
    flex-direction: column;
  }
  ul.products.columns-1 > li {
    width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .product__evaluation {
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  ul.products.columns-1 {
    flex-direction: column;
  }
  ul.products.columns-1 > li {
    width: 100% !important;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .product__buttons a:not(.coupon-badge) {
    max-width: calc(50% - 4px);
  }
  li.product .product-rating-badge {
    justify-content: center;
  }
  .product__short-description {
    font-size: 14px;
  }
  .product-rating-badge__info .product-rating-badge__tooltip {
    transform: translate(-100%, 6px);
  }
  .product-rating-badge__info:hover .product-rating-badge__tooltip,
  .product-rating-badge__info:focus .product-rating-badge__tooltip {
    transform: translate(-100%, 0);
  }
}
.category-tooltip-container {
  color: #007eb6;
}
.category-tooltip-container .product-rating-badge__tooltip {
  right: 0;
  left: unset;
  transform: translate(0, 6px);
  min-width: 280px;
  max-width: 320px;
}
.category-tooltip-container .product-rating-badge__info:hover .product-rating-badge__tooltip,
.category-tooltip-container .product-rating-badge__info:focus .product-rating-badge__tooltip {
  transform: translate(0, 0);
}
@media (max-width: 980px) {
  .category-tooltip-container .product-rating-badge__tooltip {
    right: unset;
    left: 50%;
    transform: translate(-50%, 6px);
    min-width: 280px;
    max-width: 320px;
  }
  .category-tooltip-container .product-rating-badge__info:hover .product-rating-badge__tooltip,
  .category-tooltip-container .product-rating-badge__info:focus .product-rating-badge__tooltip {
    transform: translate(-50%, 0);
  }
}

.tier-badge {
  border-radius: 2px;
  background-color: #7b89a2;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.19);
  padding: 2px;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
  z-index: 99;
  text-align: center;
}
.tier-badge__inner {
  display: flex;
  flex-direction: column;
}
.tier-badge__top {
  color: #7b89a2;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 8px 7px;
  border-radius: 2px;
  background: #ffffff;
}
.tier-badge__date {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.tier-badge__score {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tier-badge__rating {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.tier-badge__divider {
  width: 62px;
  height: 1px;
}
.tier-badge__brand {
  width: 100%;
  border-radius: 2px;
}
.tier-badge__brand img {
  max-width: unset;
  border-radius: 0px;
  object-fit: cover;
}

.tier-badge--winner {
  background-color: #4bb064;
}
.tier-badge--winner .tier-badge__top {
  color: #4bb064;
}

.tier-badge--second {
  background-color: #4d525c;
}
.tier-badge--second .tier-badge__top {
  color: #4d525c;
}

.product .tier-badge {
  top: 16px;
  left: 16px;
}

.single-product .product .tier-badge {
  top: -8px;
  left: -4px;
}

li.product:has(.tier-badge--winner) {
  border-color: #4bb064 !important;
}

li.product:has(.tier-badge--second) {
  border-color: #4d525c !important;
}

.coupon-badge {
  background-color: #e45519;
  color: #ffffff;
  border-color: #e45519;
}
.coupon-badge:hover {
  background-color: #a6273d;
  border-color: #a6273d;
  color: #ffffff;
}

/*Storefront shop*/
/*================================================================
Storefront shop list
================================================================*/
.storefront-archive {
  padding-bottom: 40px;
  padding-top: 40px;
  /*Media*/
}
@media (min-width: 768px) {
  .storefront-archive {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .storefront-archive .products .product {
    width: calc(33.333% - 12px * 2 / 3) !important;
  }
}
@media (min-width: 981px) {
  .storefront-archive {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .storefront-archive .products {
    gap: 12px;
  }
  .storefront-archive .products .product {
    width: calc(33.333% - 12px * 2 / 3) !important;
  }
}

/*================================================================
Storefront shop filter
================================================================*/
.storefront-archive {
  /*Container*/
}
.storefront-archive__controls {
  display: flex;
  flex-direction: row;
  width: 100vw;
  margin-left: -5vw;
}
.storefront-archive {
  /*Filter*/
}
.storefront-archive__filter {
  flex-direction: column;
  margin-top: 20px;
  /*Select fix*/
}
.storefront-archive__filter .chosen-container {
  width: 100% !important;
}
.storefront-archive {
  /*Sorting*/
}
.storefront-archive .storefront-sorting {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.storefront-archive .storefront-sorting:last-child {
  justify-content: center;
  font-size: 16px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 12px !important;
}
.storefront-archive .storefront-sorting .woocommerce-ordering {
  order: 1;
  padding: 0;
}
.storefront-archive .storefront-sorting .woocommerce-result-count {
  order: 10;
  font-size: 10px;
  text-align: center;
  color: #053e44;
  margin-bottom: -12px;
}
.storefront-archive .storefront-sorting .custom-sorting-text {
  align-items: center;
  font-size: 16px;
  font-weight: 600 !important;
  padding-top: 20px;
  padding-bottom: 4px;
}
.storefront-archive {
  /*Show/Hide*/
}
.storefront-archive__filter,
.storefront-archive .woocommerce-ordering,
.storefront-archive .custom-sorting-text {
  display: none !important;
}
.storefront-archive__filter.active,
.storefront-archive .woocommerce-ordering.active,
.storefront-archive .custom-sorting-text.active {
  display: flex !important;
}
.storefront-archive {
  /*Media*/
}
@media (max-width: 767px) {
  .storefront-archive {
    /*Sorting*/
  }
  .storefront-archive .storefront-sorting .woocommerce-result-count {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .storefront-archive .storefront-sorting .woocommerce-ordering {
    margin-bottom: 0;
  }
  .storefront-archive .storefront-sorting .woocommerce-ordering .orderby {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .storefront-archive {
    /*Sorting*/
  }
  .storefront-archive .storefront-sorting:last-child {
    padding-top: 16px !important;
  }
  .storefront-archive .storefront-sorting .woocommerce-result-count {
    font-size: 16px;
    text-align: left;
    padding-top: 16px;
  }
}
@media (min-width: 981px) {
  .storefront-archive {
    /*Filter*/
  }
  .storefront-archive__filter {
    margin-top: 0;
  }
  .storefront-archive {
    /*Sorting*/
  }
  .storefront-archive .storefront-sorting {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .storefront-archive .storefront-sorting .custom-sorting-text {
    padding-top: 0;
    padding-bottom: 0;
  }
  .storefront-archive .storefront-sorting:last-child {
    padding-top: 20px !important;
  }
  .storefront-archive .storefront-sorting .woocommerce-result-count {
    order: -1;
    width: 100%;
    padding: 0 0 16px 0;
    margin: 0;
    text-align: left;
  }
  .storefront-archive {
    /*Show/Hide*/
  }
  .storefront-archive__filter,
  .storefront-archive .woocommerce-ordering,
  .storefront-archive .custom-sorting-text {
    display: flex !important;
  }
}
@media (min-width: 1240px) {
  .storefront-archive {
    /*Sorting*/
  }
  .storefront-archive .storefront-sorting {
    align-items: center;
  }
  .storefront-archive .storefront-sorting .custom-sorting-text {
    margin-left: auto;
  }
  .storefront-archive .storefront-sorting .woocommerce-ordering {
    margin-right: 0;
  }
  .storefront-archive .storefront-sorting .woocommerce-result-count {
    width: auto;
    padding-bottom: 0;
  }
}

/*================================================================
Storefront show hide filter btn
================================================================*/
.storefront-archive__sorting-btn,
.storefront-archive__filter-btn {
  position: relative !important;
  min-height: 44px;
  background-color: transparent !important;
  border-radius: 0 !important;
  border-color: #d1d5db !important;
  color: #053e44 !important;
}
.storefront-archive__sorting-btn::before,
.storefront-archive__filter-btn::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.storefront-archive__sorting-btn:hover, .storefront-archive__sorting-btn:focus, .storefront-archive__sorting-btn:active, .storefront-archive__sorting-btn:focus-visible,
.storefront-archive__filter-btn:hover,
.storefront-archive__filter-btn:focus,
.storefront-archive__filter-btn:active,
.storefront-archive__filter-btn:focus-visible {
  background: #a6273d !important;
  border-color: #a6273d !important;
  color: #ffffff !important;
}

.storefront-archive__sorting-btn {
  width: 100%;
}
.storefront-archive__sorting-btn::before {
  left: 24px;
  background-image: url("/wp-content/uploads/2026/01/switch-vertical.svg");
}
.storefront-archive__sorting-btn:hover::before, .storefront-archive__sorting-btn:focus::before, .storefront-archive__sorting-btn:active::before, .storefront-archive__sorting-btn:focus-visible::before {
  background-image: url("/wp-content/uploads/2026/01/switch-vertical-white.svg");
}
@media (min-width: 768px) {
  .storefront-archive__sorting-btn {
    padding-left: 56px !important;
  }
}

.storefront-archive__filter-btn {
  content: "" !important;
  width: auto;
  padding-left: calc(5vw + 24px) !important;
  font-size: 0 !important;
  margin-right: -1px;
}
.storefront-archive__filter-btn::before {
  position: relative;
  background-image: url("/wp-content/uploads/2026/01/filter-icon.svg");
}
.storefront-archive__filter-btn:hover::before, .storefront-archive__filter-btn:focus::before, .storefront-archive__filter-btn:active::before, .storefront-archive__filter-btn:focus-visible::before {
  background-image: url("/wp-content/uploads/2026/01/filter-icon-white.svg");
}

/*================================================================
Storefront archive product categories
================================================================*/
/*Shop page*/
.post-type-archive-product .storefront-archive__filter .cat-item {
  display: flex;
}

/*Base*/
.storefront-archive__filter .widgettitle {
  display: none;
}
.storefront-archive__filter .widget {
  margin-bottom: 0;
}
.storefront-archive__filter .children {
  margin: 2px 0 0 0 !important;
}
.storefront-archive__filter .children,
.storefront-archive__filter .cat-parent,
.storefront-archive__filter .product-categories {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.storefront-archive__filter .cat-item {
  position: relative;
  display: none;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
}
.storefront-archive__filter .cat-item:last-child {
  margin-bottom: 0;
}
.storefront-archive__filter .cat-item a {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 8px;
  background: transparent;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
.storefront-archive__filter .cat-item a::after {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 30px;
  background: #053e44;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.storefront-archive__filter .cat-item a:hover, .storefront-archive__filter .cat-item a:focus, .storefront-archive__filter .cat-item a:active, .storefront-archive__filter .cat-item a:focus-visible {
  background: #666;
}
.storefront-archive__filter .cat-item .count {
  font-weight: 500;
}
.storefront-archive__filter .cat-item::before {
  content: none !important;
}
.storefront-archive__filter .cat-item.current-cat > a {
  font-weight: 500;
}
.storefront-archive__filter .cat-item.current-cat > a::after {
  opacity: 1 !important;
}
.storefront-archive__filter .current-cat.cat-parent,
.storefront-archive__filter .cat-parent.current-cat-parent {
  display: block;
}
.storefront-archive__filter .current-cat.cat-parent .cat-item,
.storefront-archive__filter .cat-parent.current-cat-parent .cat-item {
  display: flex;
}
.storefront-archive__filter {
  /*Media*/
}
@media (min-width: 981px) {
  .storefront-archive__filter .widget {
    margin-bottom: 20px;
  }
}

/*================================================================
Storefront pagination
================================================================*/
.woocommerce-pagination {
  padding: 0;
  margin: 0;
  border: 0;
  float: unset !important;
  font-size: 16px;
}
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  text-indent: 0 !important;
}
.woocommerce-pagination .page-numbers {
  display: flex !important;
  justify-content: center !important;
  gap: 2px;
}
.woocommerce-pagination .page-numbers::before {
  display: none !important;
}
.woocommerce-pagination .page-numbers li {
  position: relative;
}
.woocommerce-pagination .page-numbers li .current,
.woocommerce-pagination .page-numbers li a {
  position: relative !important;
  padding: 12px !important;
  background-color: transparent !important;
  transition: color 0.3s ease;
}
.woocommerce-pagination .page-numbers li .current::after,
.woocommerce-pagination .page-numbers li a::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #224d5e;
  transition: width 0.3s ease, background-color 0.3s ease;
  z-index: 10;
}
.woocommerce-pagination .page-numbers .current {
  color: #224d5e !important;
}
.woocommerce-pagination .page-numbers .current::after {
  width: 100% !important;
}

/*================================================================
Woof
================================================================*/
.woof_autohide_wrapper,
.woof_products_top_panel_ul,
.woof_products_top_panel {
  display: none !important;
}

.woof_redraw_zone {
  display: flex;
  flex-direction: column;
  /*Сontainer*/
}
.woof_redraw_zone .woof_container {
  padding: 16px;
  margin: 0;
  border-bottom: 1px solid #d1d5db;
}
.woof_redraw_zone .woof_container_inner h4 {
  margin: 8px 0 14px;
  font-weight: 500;
}
.woof_redraw_zone .woof_container label {
  font-size: 16px;
  transition: all 0.3s ease 0s;
  color: #053e44;
}
.woof_redraw_zone {
  /*Filter*/
}
.woof_redraw_zone .woof_price_filter {
  padding: 16px;
}
.woof_redraw_zone .woof_price_filter .irs--round .irs-single,
.woof_redraw_zone .woof_price_filter .irs--round .irs-from,
.woof_redraw_zone .woof_price_filter .irs--round .irs-to {
  background-color: #224d5e;
}
.woof_redraw_zone .woof_price_filter .irs--round .irs-single::before,
.woof_redraw_zone .woof_price_filter .irs--round .irs-from::before,
.woof_redraw_zone .woof_price_filter .irs--round .irs-to::before {
  border-top-color: #224d5e;
}
.woof_redraw_zone .woof_price_filter .irs--round .irs-max,
.woof_redraw_zone .woof_price_filter .irs--round .irs-min {
  color: #053e44;
  background-color: #224d5e;
}
.woof_redraw_zone .woof_price_filter .irs--round .irs-bar {
  background-color: #224d5e;
}
.woof_redraw_zone .woof_price_filter .irs--round .irs-handle {
  border: none;
  background-color: #224d5e;
}
.woof_redraw_zone .woof_price_filter .irs--round .irs-grid-pol {
  background-color: #053e44;
}
.woof_redraw_zone .woof_price_filter .irs--round .irs-grid-text {
  color: #053e44;
}
.woof_redraw_zone {
  /*List*/
}
.woof_redraw_zone ul.woof_list li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin: 0 0 2px 0;
}
.woof_redraw_zone ul.woof_list li:hover > label, .woof_redraw_zone ul.woof_list li:focus > label, .woof_redraw_zone ul.woof_list li:active > label, .woof_redraw_zone ul.woof_list li:focus-visible > label {
  color: #224d5e;
}
.woof_redraw_zone ul.woof_list li .woof_checkbox_label {
  width: calc(100% - 31px);
}
.woof_redraw_zone ul.woof_list > li:last-child {
  margin-bottom: 0;
}
.woof_redraw_zone ul.woof_list .lazyloaded {
  display: none;
}
.woof_redraw_zone .woof_checkbox_instock_container .woof_container_inner,
.woof_redraw_zone .woof_checkbox_sales_container .woof_container_inner {
  display: flex;
  align-items: center;
}
.woof_redraw_zone .woof_childs_list_opener {
  position: absolute;
  right: 0;
  top: 10px;
}
.woof_redraw_zone .woof_childs_list_opener span {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2026/01/icon-form-select-arrow.svg");
  transition: all 0.3s ease 0s;
}
.woof_redraw_zone .woof_childs_list_opener span.woof_is_opened {
  transform: rotate(-180deg);
}
.woof_redraw_zone .woof_childs_list_opener:hover span, .woof_redraw_zone .woof_childs_list_opener:focus span, .woof_redraw_zone .woof_childs_list_opener:active span, .woof_redraw_zone .woof_childs_list_opener:focus-visible span {
  filter: brightness(0) saturate(100%) invert(15%) sepia(14%) saturate(2214%) hue-rotate(153deg) brightness(100%) contrast(87%);
}
.woof_redraw_zone a.woof_front_toggle {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  font-size: 0;
  background-image: url("/wp-content/uploads/2026/01/icon-angle-down-dark.svg");
  transition: all 0.3s ease 0s;
}
.woof_redraw_zone a.woof_front_toggle:hover, .woof_redraw_zone a.woof_front_toggle:focus, .woof_redraw_zone a.woof_front_toggle:active, .woof_redraw_zone a.woof_front_toggle:focus-visible {
  filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(2217%) hue-rotate(332deg) brightness(86%) contrast(88%);
}
.woof_redraw_zone a.woof_front_toggle.woof_front_toggle_opened {
  transform: rotate(-180deg);
}
.woof_redraw_zone {
  /*search*/
}
.woof_redraw_zone .woof_text_search_container {
  order: -1;
  padding-bottom: 0;
  /*search icon*/
}
.woof_redraw_zone .woof_text_search_container .woof_text_search_go {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.woof_redraw_zone .woof_text_search_container {
  /*cross*/
}
.woof_redraw_zone .woof_text_search_container .woof_husky_txt-cross {
  display: none !important;
}
.woof_redraw_zone .woof_text_search_container {
  /*loader*/
}
.woof_redraw_zone .woof_text_search_container .woof_husky_txt-loader {
  top: -40px !important;
  right: 2px;
  width: 32px !important;
  height: 32px !important;
  border-top-color: #224d5e;
}
.woof_redraw_zone {
  /*Media*/
}
@media (min-width: 981px) {
  .woof_redraw_zone .woof_submit_search_form_container .button {
    flex-grow: 1;
  }
}

/*Storefront account*/
/*=========================================================
Custom Tabs Wrapper
=========================================================*/
.custom-tab__warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*=========================================================
Tab Navigation
=========================================================*/
.custom-tabs {
  display: flex;
  align-items: center;
  padding-bottom: 24px !important;
  /*Media*/
}
@media (max-width: 767px) {
  .custom-tabs {
    flex-direction: column;
    gap: 4px;
  }
}
@media (min-width: 981px) {
  .custom-tabs {
    padding-bottom: 40px !important;
  }
}

/*=========================================================
Tab
=========================================================*/
.custom-tab {
  position: relative;
  display: block;
  padding: 5px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  /*Media*/
}
@media (min-width: 768px) {
  .custom-tab {
    margin: 0 21px;
    /*Divider*/
  }
  .custom-tab:not(:last-child)::after {
    content: "";
    position: relative;
    display: block;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    right: -22px;
    width: 1px;
    height: 100%;
    background-color: #d1d5db;
  }
}

/*=========================================================
Tab Panels Wrapper
=========================================================*/
.custom-tab__panels {
  width: 100%;
  min-height: 200px;
  overflow: hidden;
}
.custom-tab__panels label {
  text-align: left;
}

/*=========================================================
Individual Tab Panel
=========================================================*/
.custom-tab__panel {
  display: none;
  animation: fadein 0.8s;
  /* WooCommerce Form Styling */
}
.custom-tab__panel .woocommerce-form .form-row :not(:last-child) {
  margin-bottom: 12px !important;
}
.custom-tab__panel .woocommerce-form .form-row .woocommerce-form__label-for-checkbox {
  margin-bottom: 0 !important;
}
.custom-tab__panel .woocommerce-form .form-row .woocommerce-form-register__submit {
  margin-top: 12px !important;
}
.custom-tab__panel .woocommerce-form .validate-required .woocommerce-form__label-for-checkbox {
  display: flex !important;
  margin-left: 0 !important;
}
.custom-tab__panel .woocommerce-form {
  /*Lost Password*/
}
.custom-tab__panel .woocommerce-form .woocommerce-LostPassword {
  margin: 12px 0 0 !important;
}

/*=========================================================
Tab Panel Visibility Logic via :checked
=========================================================*/
.custom-tab__radio {
  display: none;
}

#custom-tab-radio-0:checked ~ .custom-tab__panels #panel-0,
#custom-tab-radio-1:checked ~ .custom-tab__panels #panel-1,
#custom-tab-radio-2:checked ~ .custom-tab__panels #panel-2 {
  display: block;
}

#custom-tab-radio-0:checked ~ .custom-tabs #custom-tab-0,
#custom-tab-radio-1:checked ~ .custom-tabs #custom-tab-1,
#custom-tab-radio-2:checked ~ .custom-tabs #custom-tab-2 {
  color: #224d5e;
}

/*================================================================
Storefront user account
================================================================*/
.page-mein-konto {
  /*Title*/
}
.page-mein-konto .entry-title {
  margin: 0;
}
.page-mein-konto {
  /*Page*/
}
.page-mein-konto .site-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-mein-konto {
  /*Header*/
}
.page-mein-konto .entry-header {
  padding-bottom: calc(40px / 2);
}
.page-mein-konto {
  /*Layout*/
}
.page-mein-konto .woocommerce-MyAccount-navigation,
.page-mein-konto .woocommerce-MyAccount-content {
  width: 100% !important;
}
.page-mein-konto {
  /*Navigation*/
}
.page-mein-konto .woocommerce-MyAccount-navigation {
  margin-bottom: 20px !important;
}
.page-mein-konto .woocommerce-MyAccount-navigation ul,
.page-mein-konto .woocommerce-MyAccount-navigation li {
  border-color: #053e44 !important;
}
.page-mein-konto .woocommerce-MyAccount-navigation ul {
  margin: 0;
}
.page-mein-konto .woocommerce-MyAccount-navigation ul li a {
  padding: 12px 0;
  font-weight: 500;
}
.page-mein-konto .woocommerce-MyAccount-navigation ul li a::before {
  opacity: 1;
  transition: none;
}
.page-mein-konto .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
}
.page-mein-konto {
  /*Content*/
}
.page-mein-konto .woocommerce-MyAccount-content p {
  margin-bottom: 0.6em;
}
.page-mein-konto .woocommerce-MyAccount-content p:last-child {
  margin-bottom: 0;
}
.page-mein-konto .woocommerce-MyAccount-content {
  /*Addresses*/
}
.page-mein-konto .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.page-mein-konto .woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
.page-mein-konto .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  width: 100%;
  margin: 0 !important;
}
.page-mein-konto .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-mein-konto .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2 {
  margin-bottom: 6px !important;
}
.page-mein-konto .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .edit {
  margin: 0 !important;
}
.page-mein-konto .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::before, .page-mein-konto .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::after {
  content: none !important;
}
.page-mein-konto .woocommerce-MyAccount-content .woocommerce-Addresses address {
  margin: 0 !important;
}
.page-mein-konto .woocommerce-MyAccount-content {
  /*Coupons*/
}
.page-mein-konto .woocommerce-MyAccount-content .wt-mycoupons h4 {
  margin-bottom: 12px;
}
.page-mein-konto .woocommerce-MyAccount-content .wt-mycoupons .wt_sc_available_coupon_sort_by {
  float: left;
}
.page-mein-konto .woocommerce-MyAccount-content .wt-mycoupons .wt_sc_available_coupon_sort_by form {
  margin-bottom: 12px;
}
.page-mein-konto .woocommerce-MyAccount-content .wt-mycoupons .wt_coupon_wrapper {
  margin-bottom: 30px;
  padding: 0;
}
.page-mein-konto .woocommerce-MyAccount-content {
  /*Tables*/
}
.page-mein-konto .woocommerce-MyAccount-content .my_account_orders thead tr th {
  background-color: #f6f6f6 !important;
}
.page-mein-konto .woocommerce-MyAccount-content .my_account_orders tbody tr th {
  vertical-align: middle;
  background-color: #f6f6f6 !important;
}
.page-mein-konto .woocommerce-MyAccount-content .my_account_orders tbody tr td {
  vertical-align: middle;
  background-color: #ffffff !important;
}
.page-mein-konto .woocommerce-MyAccount-content .my_account_orders tbody tr td .woocommerce-button {
  width: 100% !important;
  margin: 0 !important;
}
.page-mein-konto .woocommerce-MyAccount-content .my_account_orders tbody tr td .woocommerce-button:not(:last-child) {
  margin-bottom: 10px !important;
}
.page-mein-konto .woocommerce-MyAccount-content .woocommerce-table--order-details thead th {
  background-color: #ffffff !important;
}
.page-mein-konto .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td {
  background-color: #f6f6f6 !important;
}
.page-mein-konto .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot th,
.page-mein-konto .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot td {
  background-color: #ffffff !important;
}
.page-mein-konto {
  /*Media*/
}
@media (max-width: 767px) {
  .page-mein-konto .woocommerce-MyAccount-content .my_account_orders tbody tr td {
    background: #f6f6f6 !important;
  }
  .page-mein-konto .woocommerce-MyAccount-content .my_account_orders tbody tr .woocommerce-button {
    margin-top: 10px !important;
  }
  .page-mein-konto .woocommerce-MyAccount-content .my_account_orders tbody tr .woocommerce-button:not(:last-child) {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .page-mein-konto {
    /*Page*/
  }
  .page-mein-konto .site-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-mein-konto {
    /*Header*/
  }
  .page-mein-konto .entry-header {
    padding-bottom: calc(60px / 2);
  }
  .page-mein-konto {
    /*Content*/
  }
  .page-mein-konto .woocommerce-MyAccount-content {
    /*Addresses*/
  }
  .page-mein-konto .woocommerce-MyAccount-content .woocommerce-Addresses {
    flex-wrap: nowrap;
  }
  .page-mein-konto .woocommerce-MyAccount-content .woocommerce-Address-title {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 981px) {
  .page-mein-konto {
    /*Page*/
  }
  .page-mein-konto .site-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-mein-konto {
    /*Header*/
  }
  .page-mein-konto .entry-header {
    padding-bottom: calc(60px / 1.5);
  }
  .page-mein-konto {
    /*Layout*/
  }
  .page-mein-konto .woocommerce-MyAccount-navigation {
    width: calc(25% - 20px) !important;
    margin: 0 40px 0 0 !important;
  }
  .page-mein-konto .woocommerce-MyAccount-content {
    width: calc(75% - 20px) !important;
  }
}

/*================================================================
Storefront Customer login
================================================================*/
.customer-login .entry-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.customer-login #customer_login {
  text-align: center;
}
.customer-login #customer_login h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .customer-login .entry-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 981px) {
  .customer-login .entry-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*Storefront pages*/
/*================================================================
Storefront single product
================================================================*/
/*Out of stock icon*/
.variable-items-wrapper .variable-item:not(.radio-variable-item).disabled {
  position: relative;
  color: #666 !important;
  border-color: #666 !important;
  background: transparent !important;
  overflow: hidden;
}
.variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents {
  position: static;
}
.variable-items-wrapper .variable-item:not(.radio-variable-item).disabled::before {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(415deg);
  width: 1px !important;
  height: 115px !important;
  background: #666 !important;
  visibility: visible;
  opacity: 1;
  min-width: 0;
  padding-inline: 0;
  box-shadow: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before {
  content: none;
}

/*Base*/
.single-product .site-main > [id*=product-] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-product .site-main > [id*=product-] .woocommerce-variation-availability {
  height: auto !important;
}
.single-product .site-main > [id*=product-] .stock.in-stock {
  display: none !important;
}
.single-product .site-main > [id*=product-] h2 {
  font-size: clamp(21px, 2.3vw, 24px);
}
.single-product .site-main > [id*=product-] {
  /*Elements order*/
}
.single-product .site-main > [id*=product-] .woocommerce-product-rating {
  order: -10;
}
.single-product .site-main > [id*=product-] .tag-list {
  order: -9;
}
.single-product .site-main > [id*=product-] .product_title {
  order: -8;
}
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description {
  order: -7;
}
.single-product .site-main > [id*=product-] {
  /*Tag list*/
}
.single-product .site-main > [id*=product-] .tag-list {
  margin: 6px 0 12px;
}
.single-product .site-main > [id*=product-] {
  /*Short description*/
}
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ul,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ol,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description p,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description pre {
  margin-top: 0 !important;
  margin-bottom: 0.6em !important;
}
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ul:last-child,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ol:last-child,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description p:last-child,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description pre:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ul:empty,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ol:empty,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description p:empty,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description pre:empty {
  margin-bottom: -0.6em !important;
}
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description h2,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description h3,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description h4,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description h5,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description h6 {
  margin-bottom: 8px;
}
@media (min-width: 981px) {
  .single-product .site-main > [id*=product-] .woocommerce-product-details__short-description h2,
  .single-product .site-main > [id*=product-] .woocommerce-product-details__short-description h3,
  .single-product .site-main > [id*=product-] .woocommerce-product-details__short-description h4,
  .single-product .site-main > [id*=product-] .woocommerce-product-details__short-description h5,
  .single-product .site-main > [id*=product-] .woocommerce-product-details__short-description h6 {
    margin-bottom: 12px;
  }
}
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description p + h2,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description p + header h2,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description p + h3,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description p + h4,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description p + h5,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description p + h6,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ul + h2,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ul + header h2,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ul + h3,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ul + h4,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ul + h5,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ul + h6,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ol + h2,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ol + header h2,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ol + h3,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ol + h4,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ol + h5,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ol + h6,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description table + h2,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description table + header h2,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description table + h3,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description table + h4,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description table + h5,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description table + h6,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description blockquote + h2,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description blockquote + header h2,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description blockquote + h3,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description blockquote + h4,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description blockquote + h5,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description blockquote + h6,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description form + h2,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description form + header h2,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description form + h3,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description form + h4,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description form + h5,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description form + h6 {
  margin-top: 24px;
}
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description h2 + h3,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description .beta + h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 8px;
}
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
}
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ul,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ol {
  margin: 0;
  margin-bottom: 0 !important;
  margin-left: 28px;
  list-style: none;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ul li,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ol li {
  margin-bottom: 6px;
  position: relative;
}
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ul li::before,
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ol li::before {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: -28px;
  top: calc(1em - 0.5lh - 2px);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ul > li {
  color: #1a1a18;
}
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ul > li::before {
  background-image: url("/wp-content/uploads/2026/02/Check-icon.svg");
}
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ol > li {
  color: #666;
}
.single-product .site-main > [id*=product-] .woocommerce-product-details__short-description ol > li::before {
  background-image: url("/wp-content/uploads/2026/02/info-circle.svg");
}
.single-product .site-main > [id*=product-] {
  /*Custom product description*/
}
.single-product .site-main > [id*=product-] .custom-product-description:not(:last-child) {
  padding-bottom: 24px;
}
.single-product .site-main > [id*=product-] {
  /*Hide rating*/
}
.single-product .site-main > [id*=product-] span.rating::before {
  content: none;
}
.single-product .site-main > [id*=product-] {
  /*Out of stock*/
}
.single-product .site-main > [id*=product-] .stock.out-of-stock {
  position: relative;
  color: #053e44 !important;
  padding-left: 21px;
  margin-bottom: 8px !important;
}
.single-product .site-main > [id*=product-] .stock.out-of-stock::before {
  content: "" !important;
  position: absolute !important;
  top: 4px !important;
  left: 0 !important;
  width: 12px;
  height: 12px;
  background-image: url("/wp-content/uploads/2026/07/minus-circle.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.single-product .site-main > [id*=product-] {
  /*Summary*/
}
.single-product .site-main > [id*=product-] .summary {
  display: flex;
  flex-direction: column;
  float: none !important;
}
.single-product .site-main > [id*=product-] .summary .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2em;
}
.single-product .site-main > [id*=product-] .summary .price__start {
  font-size: 18px;
}
.single-product .site-main > [id*=product-] .summary .price .woocommerce-Price-amount bdi {
  color: #e45519 !important;
}
.single-product .site-main > [id*=product-] .summary .price ins {
  margin: 0 !important;
}
.single-product .site-main > [id*=product-] .summary .price del {
  order: 1;
}
.single-product .site-main > [id*=product-] .summary .price del .woocommerce-Price-amount bdi {
  color: #666 !important;
}
.single-product .site-main > [id*=product-] {
  /*Tittle*/
}
.single-product .site-main > [id*=product-] .product_title {
  margin-bottom: 8px !important;
}
.single-product .site-main > [id*=product-] {
  /*legacy*/
}
.single-product .site-main > [id*=product-] .legacy-itemprop-offers {
  display: flex !important;
  flex-wrap: wrap;
  padding-bottom: 24px;
  border-bottom: 1px solid #d1d5db;
  margin-bottom: 24px !important;
  height: auto !important;
  line-height: 1.3;
}
.single-product .site-main > [id*=product-] .legacy-itemprop-offers .price {
  width: 100%;
  margin: 0 0 8px;
  font-size: 22px;
}
.single-product .site-main > [id*=product-] .legacy-itemprop-offers .price .woocommerce-Price-amount {
  font-size: 22px;
}
.single-product .site-main > [id*=product-] .legacy-itemprop-offers .wgm-info {
  font-size: 12px !important;
  margin-right: 4px;
}
.single-product .site-main > [id*=product-] .legacy-itemprop-offers .wgm-info small {
  font-size: 10px !important;
}
.single-product .site-main > [id*=product-] .legacy-itemprop-offers .shipping_de.shipping_de_string {
  margin: 0 !important;
}
.single-product .site-main > [id*=product-] {
  /*Shipping/Delivery/Availability*/
}
.single-product .site-main > [id*=product-] .product-availability-status,
.single-product .site-main > [id*=product-] .shipping_de_string,
.single-product .site-main > [id*=product-] .product-delivery-info {
  position: relative !important;
  margin-bottom: 4px !important;
  padding-left: 18px !important;
}
.single-product .site-main > [id*=product-] .product-availability-status::before,
.single-product .site-main > [id*=product-] .shipping_de_string::before,
.single-product .site-main > [id*=product-] .product-delivery-info::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url("/wp-content/uploads/2026/01/check-icon.svg");
  background-size: 12px;
  width: 12px;
  height: 12px;
}
.single-product .site-main > [id*=product-] {
  /*Variations form*/
}
.single-product .site-main > [id*=product-] .variations_form {
  display: flex;
  flex-direction: column;
}
.single-product .site-main > [id*=product-] .variations_form .variations .label {
  font-size: 16px !important;
  color: #053e44 !important;
  margin: 0 0 8px 0 !important;
}
.single-product .site-main > [id*=product-] .variations_form .variations .label > * {
  font-weight: 500;
}
.single-product .site-main > [id*=product-] .variations_form .variations .label label {
  margin: 0 2px 0 0 !important;
}
.single-product .site-main > [id*=product-] .variations_form .variations .value {
  margin-bottom: 0 !important;
}
.single-product .site-main > [id*=product-] .variations_form .variations .value .variable-items-wrapper {
  gap: 5px !important;
  margin-bottom: 24px !important;
}
.single-product .site-main > [id*=product-] .variations_form .variations .value .variable-items-wrapper .variable-item {
  min-width: 57px !important;
  min-height: 46px !important;
  width: fit-content;
  height: 100%;
  background: #ffffff !important;
  padding: 14px 10px !important;
  margin: 0 !important;
  border: 1px solid #d1d5db !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}
.single-product .site-main > [id*=product-] .variations_form .variations .value .variable-items-wrapper .variable-item.disabled {
  cursor: default;
}
.single-product .site-main > [id*=product-] .variations_form .variations .value .variable-items-wrapper .variable-item:not(.disabled):hover, .single-product .site-main > [id*=product-] .variations_form .variations .value .variable-items-wrapper .variable-item:not(.disabled):focus, .single-product .site-main > [id*=product-] .variations_form .variations .value .variable-items-wrapper .variable-item:not(.disabled):active, .single-product .site-main > [id*=product-] .variations_form .variations .value .variable-items-wrapper .variable-item:not(.disabled):focus-visible {
  background: #224d5e !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.single-product .site-main > [id*=product-] .variations_form .variations .value .variable-items-wrapper .variable-item .variable-item-span {
  padding: 0 !important;
}
.single-product .site-main > [id*=product-] .variations_form .variations .value .variable-items-wrapper .variable-item.selected {
  background: #224d5e !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.single-product .site-main > [id*=product-] .variations_form .variations .value .variable-items-wrapper .variable-item-span {
  color: inherit !important;
}
.single-product .site-main > [id*=product-] .variations_form .variations_button {
  padding-top: 20px !important;
}
.single-product .site-main > [id*=product-] .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single-product .site-main > [id*=product-] {
  /*Product buttons*/
}
.single-product .site-main > [id*=product-] .product__purchase {
  display: flex;
  gap: 12px 8px;
}
@media (max-width: 767px) {
  .single-product .site-main > [id*=product-] .product__purchase {
    flex-direction: column;
  }
}
.single-product .site-main > [id*=product-] {
  /*Cart*/
}
.single-product .site-main > [id*=product-] .cart {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
  transition: none !important;
}
.single-product .site-main > [id*=product-] .cart--out-of-stock {
  margin-top: 0 !important;
}
.single-product .site-main > [id*=product-] .cart.variations_form {
  padding-top: 0 !important;
}
.single-product .site-main > [id*=product-] .cart .quantity {
  width: 100%;
  margin-right: 0 !important;
  margin-bottom: 12px !important;
}
.single-product .site-main > [id*=product-] .cart .single_add_to_cart_button {
  flex-grow: 1;
}
.single-product .site-main > [id*=product-] {
  /*Payment icons*/
}
.single-product .site-main > [id*=product-] .payment-systems {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 4px;
  width: 270px;
  margin: auto;
  margin-bottom: 0 !important;
}
.single-product .site-main > [id*=product-] {
  /*Badge*/
}
.single-product .site-main > [id*=product-] .product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
}
.single-product .site-main > [id*=product-] {
  /*Gallery*/
}
.single-product .site-main > [id*=product-] .woocommerce-product-gallery {
  position: relative !important;
  min-width: 100% !important;
  margin-bottom: 0 !important;
}
.single-product .site-main > [id*=product-] .woocommerce-product-gallery img {
  min-width: 100% !important;
  border: 1px solid #d1d5db;
  border-radius: 12px;
}
.single-product .site-main > [id*=product-] .woocommerce-product-gallery img.flex-active {
  border: 2px solid #224d5e;
}
.single-product .site-main > [id*=product-] .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 4px !important;
}
.single-product .site-main > [id*=product-] .woocommerce-product-gallery .flex-control-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}
.single-product .site-main > [id*=product-] .woocommerce-product-gallery .flex-control-nav::before {
  content: none !important;
}
.single-product .site-main > [id*=product-] .woocommerce-product-gallery .flex-control-nav li {
  width: calc(33.333% - 2.6666666667px) !important;
  margin: 0 !important;
}
.single-product .site-main > [id*=product-] .woocommerce-product-gallery .flex-control-nav li img {
  width: 100% !important;
}
.single-product .site-main > [id*=product-] {
  /*Rating*/
}
.single-product .site-main > [id*=product-] .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin-top: 0 !important;
  margin-bottom: 6px !important;
}
.single-product .site-main > [id*=product-] .woocommerce-product-rating .star-rating {
  margin-right: 6px !important;
}
.single-product .site-main > [id*=product-] .woocommerce-product-rating .star-rating span::before {
  color: #e45519 !important;
}
.single-product .site-main > [id*=product-] .woocommerce-product-rating .woocommerce-review-link {
  font-size: 12px;
  font-weight: 400;
}
.single-product .site-main > [id*=product-] {
  /*Tabs*/
}
.single-product .site-main > [id*=product-] .woocommerce-tabs {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0 !important;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .panel {
  width: 100% !important;
  overflow-x: auto;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .panel :last-child {
  margin-bottom: 0 !important;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .tabs {
  display: flex;
  gap: 16px;
  border: none !important;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .tabs li {
  border: none !important;
  white-space: nowrap;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .tabs li a {
  padding: 12px 0;
  color: #053e44 !important;
  outline-color: transparent !important;
  font-weight: 500;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .tabs li::after {
  content: "" !important;
  width: 0;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .tabs li.active a {
  color: #224d5e !important;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .tabs li.active::after {
  content: "" !important;
  width: 100%;
  height: 2px;
  top: unset !important;
  bottom: 0 !important;
  left: 0 !important;
  background-color: #224d5e !important;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .woocommerce-Tabs-panel .product-size-table_a tr:nth-child(odd) th,
.single-product .site-main > [id*=product-] .woocommerce-tabs .woocommerce-Tabs-panel .product-size-table_a tr:nth-child(odd) td {
  background-color: #f6f6f6;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .woocommerce-Tabs-panel .product-size-table_a tr:nth-child(even) th,
.single-product .site-main > [id*=product-] .woocommerce-tabs .woocommerce-Tabs-panel .product-size-table_a tr:nth-child(even) td {
  background-color: #ffffff;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .woocommerce-Tabs-panel .properties-row th {
  background-color: #f6f6f6 !important;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .woocommerce-Tabs-panel .properties-row td {
  background-color: #ffffff !important;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .woocommerce-Tabs-panel table {
  color: #053e44 !important;
  font-size: 16px;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .woocommerce-Tabs-panel table .woocommerce-product-attributes-item__label {
  background-color: #ffffff;
  color: #053e44;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .woocommerce-Tabs-panel table .woocommerce-product-attributes-item__value {
  background-color: #f6f6f6;
}
.single-product .site-main > [id*=product-] .woocommerce-tabs .woocommerce-Tabs-panel table th,
.single-product .site-main > [id*=product-] .woocommerce-tabs .woocommerce-Tabs-panel table td {
  padding: 10px !important;
  color: #053e44 !important;
}
.single-product .site-main > [id*=product-] {
  /*Reset variations*/
}
.single-product .site-main > [id*=product-] .reset_variations {
  display: none !important;
}
.single-product .site-main > [id*=product-] {
  /*Accordion table*/
}
.single-product .site-main > [id*=product-] .accordion table {
  border-collapse: collapse;
  background: #ffffff;
}
.single-product .site-main > [id*=product-] .accordion table tr td,
.single-product .site-main > [id*=product-] .accordion table tr th {
  padding: 8px !important;
  border: 1px solid #d1d5db;
  background: transparent !important;
}
.single-product .site-main > [id*=product-] {
  /*Price*/
}
.single-product .site-main > [id*=product-] .price .woocommerce-Price-amount bdi {
  color: #c2191b !important;
}
.single-product .site-main > [id*=product-] .price del .woocommerce-Price-amount bdi {
  color: #666 !important;
}
.single-product .site-main > [id*=product-] {
  /*Variations price*/
}
.single-product .site-main > [id*=product-] #german-market-variation-price {
  padding-bottom: 24px;
}
.single-product .site-main > [id*=product-] #german-market-variation-price .price {
  font-size: 22px;
}
.single-product .site-main > [id*=product-] #german-market-variation-price .wgm-info {
  display: none;
}
.single-product .site-main > [id*=product-] {
  /*Product attributes*/
}
.single-product .site-main > [id*=product-] .woocommerce-product-attributes {
  margin-top: 16px;
  margin-bottom: 0;
}
.single-product .site-main > [id*=product-] .woocommerce-product-attributes-item__label, .single-product .site-main > [id*=product-] .woocommerce-product-attributes-item__value {
  font-family: "Manrope", sans-serif;
  background-color: transparent;
  padding: 8px 0;
  border-bottom: 1px solid #d1d5db;
}
.single-product .site-main > [id*=product-] .woocommerce-product-attributes-item__label {
  font-weight: 400;
}
.single-product .site-main > [id*=product-] .woocommerce-product-attributes-item__value {
  font-weight: 600;
}
.single-product .site-main > [id*=product-] {
  /*Pros & Cons*/
}
.single-product .site-main > [id*=product-] .product-pros-cons__list {
  margin: 0;
  margin-left: 28px;
  list-style: none;
  font-family: "Manrope", sans-serif;
}
.single-product .site-main > [id*=product-] .product-pros-cons__item {
  position: relative;
}
.single-product .site-main > [id*=product-] .product-pros-cons__item::before {
  content: "";
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: -28px;
  top: calc(1em - 0.5lh + 4px);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.single-product .site-main > [id*=product-] .product-pros-cons__list--pros .product-pros-cons__item::before {
  background-image: url("/wp-content/uploads/2026/02/Pro-Icon.svg");
}
.single-product .site-main > [id*=product-] .product-pros-cons__list--cons .product-pros-cons__item::before {
  background-image: url("/wp-content/uploads/2026/02/Contra-Icon.svg");
}
.single-product .site-main > [id*=product-] {
  /*Media*/
}
@media (min-width: 768px) {
  .single-product .site-main > [id*=product-] {
    padding-top: 60px;
    padding-bottom: 60px;
    /*Gallery*/
  }
  .single-product .site-main > [id*=product-] .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 8px !important;
  }
  .single-product .site-main > [id*=product-] .woocommerce-product-gallery .flex-control-nav {
    gap: 8px;
  }
  .single-product .site-main > [id*=product-] .woocommerce-product-gallery .flex-control-nav li {
    width: calc(33.333% - 5.3333333333px) !important;
  }
  .single-product .site-main > [id*=product-] {
    /*Form*/
  }
  .single-product .site-main > [id*=product-] .variations_form {
    display: flex;
    flex-direction: column;
  }
  .single-product .site-main > [id*=product-] .variations_form select {
    max-width: 70% !important;
  }
  .single-product .site-main > [id*=product-] .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: row;
  }
  .single-product .site-main > [id*=product-] {
    /*Cart*/
  }
  .single-product .site-main > [id*=product-] .cart {
    flex-wrap: nowrap;
  }
  .single-product .site-main > [id*=product-] .cart .quantity {
    width: fit-content !important;
    margin-right: 24px !important;
    margin-bottom: 0 !important;
  }
  .single-product .site-main > [id*=product-] .cart .qty {
    width: 100px !important;
  }
  .single-product .site-main > [id*=product-] .cart .single_add_to_cart_button {
    border-color: #053e44;
    background-color: #053e44;
    color: #ffffff;
  }
  .single-product .site-main > [id*=product-] .cart .single_add_to_cart_button:hover {
    border-color: #a6273d;
    background-color: #a6273d;
    color: #ffffff;
  }
  .single-product .site-main > [id*=product-] {
    /*Payment icons*/
  }
  .single-product .site-main > [id*=product-] .payment-systems {
    justify-content: flex-end;
    max-width: calc(100% - 124px);
    width: 270px;
    margin-right: 0 !important;
  }
  .single-product .site-main > [id*=product-] {
    /*Badge*/
  }
  .single-product .site-main > [id*=product-] .product-badge {
    top: 16px;
    left: 16px;
    padding: 4px 16px;
  }
  .single-product .site-main > [id*=product-] .woocommerce-product-details__short-description {
    font-size: 16px;
  }
}
@media (min-width: 981px) {
  .single-product .site-main > [id*=product-] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .single-product .site-main > [id*=product-] .stock.out-of-stock::before {
    top: 3px !important;
    width: 16px !important;
    height: 16px !important;
    background-size: 16px !important;
  }
  .single-product .site-main > [id*=product-] {
    /*Tittle*/
  }
  .single-product .site-main > [id*=product-] .product_title {
    margin-bottom: 12px !important;
  }
  .single-product .site-main > [id*=product-] {
    /*Layout*/
  }
  .single-product .site-main > [id*=product-] .row .col:first-child {
    padding-right: 20px;
  }
  .single-product .site-main > [id*=product-] {
    /*Tag list*/
  }
  .single-product .site-main > [id*=product-] .tag-list {
    margin: 18px 0 12px;
  }
  .single-product .site-main > [id*=product-] {
    /*Rating*/
  }
  .single-product .site-main > [id*=product-] .woocommerce-product-rating {
    margin-bottom: 6px !important;
  }
  .single-product .site-main > [id*=product-] .woocommerce-product-rating .star-rating {
    margin-right: 8px !important;
  }
  .single-product .site-main > [id*=product-] .woocommerce-product-rating .woocommerce-review-link {
    font-size: 16px;
  }
  .single-product .site-main > [id*=product-] {
    /*Summary*/
  }
  .single-product .site-main > [id*=product-] .summary {
    margin-bottom: 32px !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }
  .single-product .site-main > [id*=product-] .summary .product-availability-status,
  .single-product .site-main > [id*=product-] .summary .shipping_de_string,
  .single-product .site-main > [id*=product-] .summary .product-delivery-info {
    padding-left: 24px !important;
    font-size: 16px !important;
  }
  .single-product .site-main > [id*=product-] .summary .product-availability-status::before,
  .single-product .site-main > [id*=product-] .summary .shipping_de_string::before,
  .single-product .site-main > [id*=product-] .summary .product-delivery-info::before {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
  .single-product .site-main > [id*=product-] {
    /*Variations*/
  }
  .single-product .site-main > [id*=product-] .woocommerce-variation .out-of-stock {
    padding-left: 21px !important;
    font-size: 16px !important;
  }
  .single-product .site-main > [id*=product-] .woocommerce-variation .out-of-stock::before {
    background-size: 15px;
    width: 15px !important;
    height: 15px !important;
  }
  .single-product .site-main > [id*=product-] {
    /*Tabs*/
  }
  .single-product .site-main > [id*=product-] .woocommerce-tabs .tabs {
    gap: 24px;
  }
  .single-product .site-main > [id*=product-] .woocommerce-tabs .woocommerce-Tabs-panel p {
    margin-bottom: 0.6em !important;
  }
}
@media (min-width: 1240px) {
  .single-product .site-main > [id*=product-] {
    /*layout*/
  }
  .single-product .site-main > [id*=product-] .row .col:first-child {
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .single-product .site-main > [id*=product-] {
    /*layout*/
  }
  .single-product .site-main > [id*=product-] .row .col:first-child {
    padding-right: 60px;
  }
}

/*================================================================
Shopping cart checkout base
================================================================*/
/*Border color fix*/
@media all and (min-width: 700px) {
  .page-warenkorb .wc-block-cart__main .wc-block-cart-items td {
    border-color: #d1d5db;
  }
}

.wp-block-woocommerce-checkout-order-summary-totals-block,
.wc-block-components-totals-wrapper,
html .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-shipping-block {
  border-color: #d1d5db !important;
}

/*Base*/
.page-warenkorb,
.page-kasse {
  /*padding/margin*/
}
.page-warenkorb .page,
.page-kasse .page {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.page-warenkorb .hentry,
.page-kasse .hentry {
  margin-bottom: 0;
}
.page-warenkorb,
.page-kasse {
  /*page title*/
}
.page-warenkorb .entry-header,
.page-kasse .entry-header {
  padding-top: 0;
  padding-bottom: calc(40px / 2);
}
.page-warenkorb .entry-header .entry-title,
.page-kasse .entry-header .entry-title {
  margin: 0 !important;
}
.page-warenkorb,
.page-kasse {
  /*product prise / detail*/
}
.page-warenkorb .wc-block-formatted-money-amount,
.page-warenkorb .wc-block-components-product-details__name,
.page-warenkorb .wc-block-components-product-price__value,
.page-kasse .wc-block-formatted-money-amount,
.page-kasse .wc-block-components-product-details__name,
.page-kasse .wc-block-components-product-price__value {
  font-weight: 700 !important;
}
.page-warenkorb .wc-block-formatted-money-amount::after,
.page-kasse .wc-block-formatted-money-amount::after {
  font-weight: 400 !important;
}
.page-warenkorb,
.page-kasse {
  /*layout*/
}
.page-warenkorb .wc-block-components-sidebar-layout,
.page-kasse .wc-block-components-sidebar-layout {
  margin-bottom: 0 !important;
  /*main col*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main,
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 0;
}
.page-warenkorb .wc-block-components-sidebar-layout,
.page-kasse .wc-block-components-sidebar-layout {
  /*summary col*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar,
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  margin-top: 0;
  margin-bottom: 0;
  /*title*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__totals-title,
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title-text,
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__totals-title,
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title-text {
  font-size: 18px;
  font-weight: 600;
  text-transform: none !important;
  line-height: 1.2 !important;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title,
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title {
  border: none;
  border-radius: 8px;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__content,
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__content {
  border: none;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar,
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  /*total price*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-item__value .wc-block-formatted-money-amount,
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-item__value .wc-block-formatted-money-amount {
  font-size: 20px;
}
.page-warenkorb .wc-block-cart,
.page-kasse .wc-block-cart {
  margin-bottom: 0 !important;
}
.page-warenkorb,
.page-kasse {
  /*media*/
}
@media (min-width: 768px) {
  .page-warenkorb,
  .page-kasse {
    /*padding/margin*/
  }
  .page-warenkorb .page,
  .page-kasse .page {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .page-warenkorb,
  .page-kasse {
    /*page title*/
  }
  .page-warenkorb .entry-header,
  .page-kasse .entry-header {
    padding-bottom: calc(60px / 2);
  }
  .page-warenkorb,
  .page-kasse {
    /*layout*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout,
  .page-kasse .wc-block-components-sidebar-layout {
    /*summary col*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar,
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    /*title*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__totals-title,
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title-text,
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__totals-title,
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title-text {
    font-size: 20px;
  }
}
.page-warenkorb,
.page-kasse {
  /*media*/
}
@media (min-width: 981px) {
  .page-warenkorb,
  .page-kasse {
    /*padding/margin*/
  }
  .page-warenkorb .page,
  .page-kasse .page {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .page-warenkorb,
  .page-kasse {
    /*page title*/
  }
  .page-warenkorb .entry-header,
  .page-kasse .entry-header {
    padding-bottom: calc(60px / 1.5);
  }
  .page-warenkorb,
  .page-kasse {
    /*layout*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout,
  .page-kasse .wc-block-components-sidebar-layout {
    /*summary col*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar,
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding-left: 20px;
  }
}

/*================================================================
Page shopping cart
================================================================*/
.page-warenkorb .entry-content p:last-child:empty {
  display: none;
}
.page-warenkorb {
  /*btn*/
}
.page-warenkorb .button {
  color: #ffffff !important;
}
.page-warenkorb {
  /*coupon*/
}
.page-warenkorb .wt_coupon_wrapper {
  display: none !important;
}
.page-warenkorb .wc-block-components-totals-coupon__input input {
  height: 100% !important;
}
.page-warenkorb {
  /*content*/
}
.page-warenkorb .wc-block-cart {
  margin-bottom: 0;
}
.page-warenkorb {
  /*layout*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-line-items-block {
  margin-bottom: 0 !important;
}
.page-warenkorb .wc-block-components-sidebar-layout {
  /*radius*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-order-summary-block,
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-cart-items {
  border-radius: 5px;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-cart-items {
  overflow: hidden;
  border: none !important;
}
.page-warenkorb .wc-block-components-sidebar-layout {
  /*main col*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
  background: #ffffff;
  /*price*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .price.wc-block-components-product-price {
  display: flex;
  align-items: flex-start;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
  /*tr*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main tr {
  position: relative;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
  /*th*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main th {
  background-color: #666 !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  padding: 8px 16px !important;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
  /*th middle*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-items__header-product {
  visibility: visible !important;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-items__header-product span {
  display: none;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
  /*td middle*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__product {
  width: 100%;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
  /*td*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main td {
  background-color: #f6f6f6 !important;
  padding: 16px !important;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
  /*total price*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__total {
  min-width: 200px;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__total .wc-block-formatted-money-amount {
  font-weight: 600;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__total .wc-block-components-product-price {
  flex-direction: column;
  align-items: flex-start;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
  /*name/value*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-product-details__name,
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-product-details__value {
  font-size: 16px !important;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
  /*image*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__image img {
  max-width: 120px;
  min-width: 60px;
  margin-right: auto;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
  /*hide items*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-product-metadata,
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-product-details__lieferzeit {
  display: none;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
  /*quantity-selector*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-quantity-selector {
  background-color: #ffffff !important;
  margin-bottom: 0 !important;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-quantity-selector button {
  color: #053e44;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus {
  border-right: 1px solid #666;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
  border-left: 1px solid #666;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-quantity-selector::after {
  border: 1px solid #666;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
  /*save badge*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-product-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 24px;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
  /*gap*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-items__row .wc-block-cart-item__wrap > *:not(:last-child) {
  margin-bottom: 10px;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
  /*remove icon*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__remove-link {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  background-color: #ffffff !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-image: url("/wp-content/uploads/2026/01/x-circle.svg") !important;
  border-radius: 50% !important;
  font-size: 0 !important;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
  /*row*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-items__row:not(:first-child) {
  border-top: 1px solid #d1d5db;
}
.page-warenkorb .wc-block-components-sidebar-layout {
  /*summary col*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  /*title*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block {
  padding: 0 0 16px 0 !important;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  /*wrapper*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
  padding: 12px 12px 0 12px;
  background-color: #f6f6f6 !important;
  border-bottom: none;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  /*rows*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  border-top: 1px solid #d1d5db !important;
  padding: 16px 0;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-wrapper.slot-wrapper {
  border-top: none !important;
  padding: 0;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  /*tax info*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-components-totals-item__description::after {
  text-align: right;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block {
  border: none !important;
  padding-bottom: 0;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block {
  padding-bottom: 16px !important;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  /*Shipping notice*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-cart-shipping-notice {
  margin: -16px 0 0 0;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  /*submit*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit {
  margin-bottom: 0 !important;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container {
  width: 100%;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container a {
  min-height: auto !important;
  background-color: transparent;
  color: inherit !important;
  text-decoration: none !important;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__payment-options {
  padding: 0 !important;
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  /*value*/
}
.page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-item__value {
  margin-left: auto;
}
.page-warenkorb {
  /*media*/
}
@media all and (min-width: 501px) {
  .page-warenkorb {
    /*layout*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout {
    /*main col*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
    /*th*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main th:first-child {
    padding-right: 8px !important;
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main th:last-child {
    padding-left: 8px !important;
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
    /*td*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main td:first-child {
    padding-right: 8px !important;
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main td:nth-child(2) {
    padding: 16px 8px !important;
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main td:last-child {
    padding-left: 8px !important;
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
    /*total price*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__total .wc-block-components-product-price {
    align-items: flex-end;
  }
}
@media (min-width: 793px) {
  .page-warenkorb {
    /*layout*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout {
    flex-wrap: nowrap;
    /*summary col*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    min-width: 300px;
  }
}
@media (min-width: 981px) {
  .page-warenkorb {
    /*layout*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout {
    /*summary col*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding-left: 20px;
  }
}
@media (max-width: 792px) {
  .page-warenkorb .wc-block-components-sidebar-layout {
    /*radius*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-order-summary-block {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-cart-items {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .page-warenkorb .wc-block-components-sidebar-layout {
    /*main col*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
    /*table*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main tr {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main td {
    margin-bottom: 0 !important;
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
    /*Row*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-items__row {
    display: flex;
    border-bottom: none !important;
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-items__row:last-child {
    border-bottom: 1px solid #d1d5db;
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
    /*remove icon*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__remove-link {
    top: 0;
    transform: translate(-50%, 50%);
  }
  .page-warenkorb .wc-block-components-sidebar-layout {
    /*summary col*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    padding-top: 0 !important;
    border-top: none !important;
  }
}
@media (max-width: 500px) {
  .page-warenkorb .wc-block-components-sidebar-layout {
    /*main col*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main {
    /*table*/
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-items__row {
    flex-direction: column;
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: flex-start;
  }
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__total,
  .page-warenkorb .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__product {
    padding-top: 0 !important;
  }
}

/*================================================================
Checkout
================================================================*/
.page-kasse {
  /*padding/margin*/
}
.page-kasse .wt_coupon_wrapper {
  margin: 0;
  padding: 0;
}
.page-kasse .wp-block-woocommerce-checkout {
  padding-top: 0 !important;
}
.page-kasse {
  /*layout*/
}
.page-kasse .wc-block-components-sidebar-layout {
  /*main col*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main {
  /*hide additional step on mobile*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
  display: none;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main {
  /*steps*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkout-step {
  margin: 0 0 24px;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkout-step.wc-block-checkout__order-notes {
  margin-bottom: 16px;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkout-step .wc-block-checkout__add-note .wc-block-components-textarea {
  margin-top: 16px;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__terms {
  margin: 0 0 16px;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  padding-top: 16px;
  border-top: 1px solid #d1d5db;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkbox {
  margin-top: 0;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main {
  /*accordion*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-radio-control-accordion-option {
  margin-bottom: 6px;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-radio-control-accordion-content {
  position: relative;
  padding: 7px 16px 16px 16px;
  margin-top: -7px;
  border-top: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  text-align: left;
  z-index: 10;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-radio-control-accordion-content > div > p {
  margin-bottom: 8px;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-radio-control-accordion-content {
  /*pay pal*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-radio-control-accordion-content .ppcp-place-order-description {
  text-align: left !important;
  margin-bottom: 0 !important;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main {
  /*remove shadow and border from accordion*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: none;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-radio-control--highlight-checked:after {
  content: none;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main {
  /*fields*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-address-card,
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-radio-control__option,
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-radio-control-accordion-content {
  background-color: #f6f6f6;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  box-shadow: none !important;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-radio-control__option {
  padding: 16px 16px 16px 3.5em;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-radio-control__input {
  top: 27px;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main {
  /*checkbox*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkbox input {
  border-radius: 4px !important;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main {
  /*login prompt*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__login-prompt {
  font-size: 14px;
  margin-top: -22px;
  font-weight: 400;
  text-decoration: underline !important;
}
.page-kasse .wc-block-components-sidebar-layout {
  /*summary col*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  /*bg*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
  background-color: #f6f6f6 !important;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  /*title*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title {
  margin-top: 0 !important;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title-text {
  margin-bottom: 0 !important;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  /*slot wrapper*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-wrapper.slot-wrapper {
  border-top: 0;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  /*item*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item:not(:last-child) {
  padding-bottom: 16px !important;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item:not(:first-child) {
  border-top: 1px solid #d1d5db;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item > * {
  padding-bottom: 0;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item {
  /*description td*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
  padding-left: 20px;
  padding-right: 6px;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item {
  /*individual price*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item .wc-block-components-order-summary-item__individual-prices {
  display: flex;
  padding-top: 4px;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item {
  /*description*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item .wc-block-components-product-metadata__description {
  display: none;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item {
  /*details*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item .wc-block-components-product-details {
  margin: 4px 0;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item .wc-block-components-product-details:last-child {
  margin-bottom: 0;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item {
  /*metadata*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item .wc-block-components-product-metadata {
  margin-top: 4px;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  /*metadata*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-footer-item-tax {
  font-weight: 400;
  text-align: right;
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  /*shipping*/
}
.page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-shipping-block {
  margin-top: 16px;
  border-top: 1px solid hsla(0, 0%, 7%, 0.11) !important;
}
.page-kasse {
  /*media*/
}
@media all and (max-width: 791px) {
  .page-kasse {
    /*layout*/
  }
  .page-kasse .wc-block-components-sidebar-layout {
    /*summary col*/
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    margin-bottom: 24px !important;
    /*title*/
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title {
    padding: 16px;
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    /*items*/
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-cart-items-block {
    padding: 0 0 16px 0;
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-wrapper > div {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    /*image*/
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item__image img,
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item__image {
    max-width: 120px;
    width: 120px;
  }
}
@media (max-width: 600px) {
  .page-kasse {
    /*border/padding fix*/
  }
  .page-kasse .is-mobile .wc-block-components-form .wc-block-components-checkout-step:after,
  .page-kasse .is-small .wc-block-components-form .wc-block-components-checkout-step:after {
    content: none;
  }
  .page-kasse .is-mobile .wc-block-components-form .wc-block-components-checkout-step,
  .page-kasse .is-small .wc-block-components-form .wc-block-components-checkout-step {
    padding-top: 0;
  }
  .page-kasse {
    /*layout*/
  }
  .page-kasse .wc-block-components-sidebar-layout {
    /*main col*/
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-main {
    /*submit*/
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__actions_row {
    flex-direction: column-reverse;
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    width: 100%;
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
    margin: 16px 0 0 !important;
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__actions {
    padding-top: 10px !important;
  }
}
@media all and (max-width: 500px) {
  .page-kasse {
    /*layout*/
  }
  .page-kasse .wc-block-components-sidebar-layout {
    /*summary col*/
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    /*item*/
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item {
    display: flex;
    flex-direction: column;
    /*description td*/
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
    padding: 8px 0 0 0;
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item {
    /*full price*/
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
    width: 100%;
    padding-top: 8px;
    text-align: left;
  }
}
@media all and (max-width: 459px) {
  .page-kasse {
    /*margin fix*/
  }
  .page-kasse .wc-block-components-address-address-wrapper {
    margin-bottom: 0 !important;
  }
  .page-kasse {
    /*layout*/
  }
  .page-kasse .wc-block-components-sidebar-layout {
    /*main col*/
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkout-step__content .wc-block-checkout__use-address-for-billing {
    margin-top: 10px;
  }
}
@media all and (min-width: 792px) {
  .page-kasse {
    /*layout*/
  }
  .page-kasse .wc-block-components-sidebar-layout {
    flex-wrap: nowrap;
    /*summary col*/
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    min-width: 360px;
    margin-top: 8px !important;
  }
  .page-kasse .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title-text {
    margin-top: 16px !important;
  }
}

/*================================================================
Order received
================================================================*/
.woocommerce-order-received {
  /*page title*/
}
.woocommerce-order-received .entry-header {
  padding-bottom: 10px !important;
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin-bottom: calc(40px / 2);
}
.woocommerce-order-received {
  /*details*/
}
.woocommerce-order-received .order_details {
  margin: 30px 0 !important;
  background: #f6f6f6;
}
.woocommerce-order-received .order_details::before, .woocommerce-order-received .order_details::after {
  background: -webkit-linear-gradient(transparent 0, transparent 0), -webkit-linear-gradient(135deg, #f6f6f6 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, #f6f6f6 33.33%, transparent 33.33%);
  background-size: 0 100%, 16px 16px, 16px 16px;
}
.woocommerce-order-received .order_details > li {
  border-bottom: 1px solid #d1d5db;
}
.woocommerce-order-received {
  /*typography*/
}
.woocommerce-order-received h2 + h3,
.woocommerce-order-received .beta + h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-order-received .h2 {
  font-size: 21px !important;
}
@media (min-width: 981px) {
  .woocommerce-order-received .h2 {
    font-size: 32px !important;
  }
}
.woocommerce-order-received {
  /*table*/
}
.woocommerce-order-received .shop_table {
  margin-top: 0 !important;
}
.woocommerce-order-received {
  /*media*/
}
@media (min-width: 768px) {
  .woocommerce-order-received {
    /*page title*/
  }
  .woocommerce-order-received .woocommerce-thankyou-order-received {
    margin-bottom: calc(60px / 2);
  }
}
.woocommerce-order-received {
  /*media*/
}
@media (min-width: 981px) {
  .woocommerce-order-received {
    /*page title*/
  }
  .woocommerce-order-received .woocommerce-thankyou-order-received {
    margin-bottom: calc(60px / 1.5);
  }
}

body.error404 {
  /*page*/
}
body.error404 .page-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
body.error404 {
  /*header*/
}
body.error404 .page-header h1 {
  margin: 0;
  padding-bottom: 10px !important;
}
body.error404 {
  /*text*/
}
body.error404 p {
  margin-bottom: 0.6em;
}
body.error404 p:last-child {
  margin-bottom: 0 !important;
}
body.error404 h2 {
  margin-bottom: 16px !important;
}
body.error404 {
  /*search*/
}
body.error404 .section__widget .widget {
  background-color: transparent;
  padding: 0 0 calc(40px / 2);
  margin: 10px 0 0 0 !important;
}
body.error404 {
  /*columns*/
}
body.error404 .fourohfour-columns-2 {
  padding-top: calc(40px / 2);
  padding-bottom: calc(40px / 2);
  margin-bottom: calc(40px / 2) !important;
  border-color: #d1d5db;
}
body.error404 .fourohfour-columns-2 .col-1 .woocommerce .products {
  gap: 12px !important;
}
body.error404 .fourohfour-columns-2 .col-1 .woocommerce .products .product {
  width: 100% !important;
}
body.error404 .fourohfour-columns-2 .col-2 {
  padding: 20px !important;
  border-radius: 6px;
}
body.error404 {
  /*Media*/
}
@media (max-width: 767px) {
  body.error404 {
    /*columns*/
  }
  body.error404 .fourohfour-columns-2 .col-1,
  body.error404 .fourohfour-columns-2 .col-2 {
    width: 100% !important;
  }
}
@media (min-width: 576px) {
  body.error404 {
    /*columns*/
  }
  body.error404 .fourohfour-columns-2 .col-1 .woocommerce .products .product {
    width: calc(50% - 12px / 2) !important;
  }
}
@media (min-width: 768px) {
  body.error404 {
    /*Padding/Margin*/
  }
  body.error404 .page-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body.error404 .fourohfour-columns-2 {
    padding-top: calc(60px / 2);
    padding-bottom: calc(60px / 2);
    margin-bottom: calc(60px / 2) !important;
  }
  body.error404 {
    /*search*/
  }
  body.error404 .section__widget .widget {
    padding-bottom: calc(60px / 2);
  }
}
@media (min-width: 981px) {
  body.error404 {
    /*Padding/Margin*/
  }
  body.error404 .page-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body.error404 .fourohfour-columns-2 {
    padding-top: calc(60px / 1.5);
    padding-bottom: calc(60px / 1.5);
    margin-bottom: calc(60px / 1.5) !important;
  }
  body.error404 {
    /*search*/
  }
  body.error404 .section__widget .widget {
    padding-bottom: calc(60px / 1.5);
  }
}
