/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * Use the default user interface font in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */
code,
kbd,
samp,
pre {
  font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.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 !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* --------------- */
/* --- Extends --- */
/* --------------- */
.sidebar .widget ul, .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .widget ul li, .menu li {
  font-family: inherit;
  position: relative;
}
.sidebar .widget ul li a, .menu li a {
  color: inherit;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.sidebar .widget ul .sub-menu, .menu .sub-menu {
  display: none;
}

.post-preview .featured-img {
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-color: #f2f2f2;
  position: relative;
}
.post-preview .featured-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out;
}
.post-preview .featured-img a:hover {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.comment-respond .submit, .post-wrap .post-nav-wrap .navigation .nav-links a, .post-wrap .post-nav-wrap .back-btn, .post-preview .content .btn {
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  background: inherit;
  color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.comment-respond .submit:hover, .post-wrap .post-nav-wrap .navigation .nav-links a:hover, .post-wrap .post-nav-wrap .back-btn:hover, .post-preview .content .btn:hover {
  background: inherit;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

/* --------------------- */
/* --- Global styles --- */
/* --------------------- */
.container_wrap {
  display: grid;
  grid-gap: 0 15px;
}
.container_wrap .container {
  grid-column: 2/3;
}

.sidebar .widget {
  margin-bottom: 15px;
}
.sidebar .widget .widget-title {
  margin-bottom: 5px;
}
.pagination {
  padding: 10px 0;
}
.pagination .nav-links .page-numbers {
  border: solid 1px inherit;
  padding: 6px 10px;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  transition: all 0.2s ease-in-out;
}
.pagination .nav-links .current {
  border-color: inherit;
  color: inherit;
}
.pagination .nav-links a:hover {
  border-color: inherit;
  background-color: inherit;
  transition: all 0.2s ease-in-out;
}
.pagination.next-prev a {
  text-decoration: none;
  color: inherit;
  border: solid 1px inherit;
  transition: all 0.2s ease-in-out;
}
.pagination.next-prev a:hover {
  border-color: inherit;
  background-color: inherit;
  transition: all 0.2s ease-in-out;
}

.custom-404 {
  padding: 30px 15px 60px;
}

.site-header {
  position: relative;
}
.site-header .site-logo {
  display: inline-block;
  max-width: 300px;
  position: relative;
  height: 100%;
  width: 100%;
}
.site-header .site-logo .title {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.site-header .site-logo img {
  width: 100%;
  height: auto;
}
.site-header .header-nav .menu {
  display: flex;
}
.site-header .header-nav .menu .menu-item {
  margin: 0 4px;
}
.site-header .search-form {
  display: inline-block;
  padding: 4px;
  border: solid 1px;
}
.site-header .search-form input {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  font-family: inherit;
  text-indent: 3px;
}
.site-header .search-form button {
  border: 0;
  background: transparent;
  outline: 0;
  font-size: 22px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.site-header .search-form button:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.site-header .main-nav .menu {
  display: flex;
  flex-wrap: wrap;
}
.site-header .main-nav .menu .menu-item {
  margin: 0 7px;
}
.site-header .main-nav .menu .menu-item a {
  white-space: nowrap;
  display: block;
  color: inherit;
  z-index: 39;
}
.site-header .main-nav .menu-item-has-children .sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  flex-direction: column;
  z-index: 30;
  padding: 0;
}
.site-header .main-nav .menu-item-has-children .sub-menu .menu-item {
  margin: 0;
  padding: 0;
}
.site-header .main-nav .menu-item-has-children .sub-menu .menu-item a {
  display: block;
  padding: 8px 12px;
}
.site-header .main-nav .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.site-header.classic .upper .container {
  display: grid;
  place-items: center end;
}
.site-header.classic .main .container {
  display: grid;
  grid: auto/1fr 1fr 1fr 1fr;
}
.site-header.classic .main .container .tagline {
  grid-column: 1;
}
.site-header.classic .main .container .main-nav_wrap {
  grid-column: 2/span 3;
  grid-row: 1/span 2;
  place-self: center end;
}
.site-header.classic .main .container .main-nav_wrap .menu .menu-item:last-of-type {
  margin-right: 0;
}
.site-header.stack-center .main .container {
  display: grid;
  place-items: center;
}
.site-header.stack-center .main .container .site-logo {
  text-align: center;
}
.site-header.stack-center .lower .container {
  display: grid;
  place-items: center;
}
.site-header.stack-left .main .container {
  display: grid;
  place-items: center start;
}
.site-header.stack-left .lower {
  place-items: center start;
}
.site-header.stack-left .lower .menu .menu-item:first-of-type {
  margin-left: 0;
}
.site-header #navicon {
  display: none;
  width: 38px;
  height: 28px;
  position: relative;
  margin: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.site-header #navicon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.site-header #navicon span:nth-child(1) {
  top: 0px;
}
.site-header #navicon span:nth-child(2), .site-header #navicon span:nth-child(3) {
  top: 12px;
}
.site-header #navicon span:nth-child(4) {
  top: 24px;
}
.site-header #navicon.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.site-header #navicon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-header #navicon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-header #navicon.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.mobile-nav .menu-arrow {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 40;
}
.mobile-nav .menu-arrow .fa-chevron-right, .mobile-nav .menu-arrow .fa-chevron-down {
  display: none;
  color: inherit;
}
.mobile-nav .menu-item-has-children .menu-arrow {
  display: inline-block;
}
.mobile-nav .menu-item-has-children .menu-arrow .fa-chevron-right {
  display: initial;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}
.mobile-nav .menu-item-has-children.expanded .menu-arrow .fa-chevron-right {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu {
  display: block !important;
  padding: 0 0 5px 0;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu .menu-item {
  border: 0;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu .menu-item a {
  padding: 4px 0px 4px 20px;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu .menu-item .menu-arrow {
  display: none !important;
}

@media (max-width: 1023px) {
  .site-header #navicon {
    display: inline-block;
  }
  .site-header .main-nav {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none !important;
  }
}
.site-footer .lower {
  padding: 15px 0 30px;
}
.site-footer .sub-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.site-footer .sub-footer .container .sign-off .gsl-link {
  text-decoration: none;
  color: inherit;
}
.site-footer .sub-footer .container .sub-menu .menu {
  display: flex;
}
.site-footer .sub-footer .container .sub-menu .menu .menu-item {
  margin-right: 15px;
}
.site-footer .sub-footer .container .sub-menu .menu .menu-item:last-of-type {
  margin: 0;
}

.wpcf7 .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  flex: 1 1 auto;
  padding: 10px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.your-message {
  flex: 1 1 100%;
}
.wpcf7 .wpcf7-form .wpcf7-form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid;
  outline: 0;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  margin: auto;
  max-width: 300px;
  outline: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .wpcf7 .wpcf7-form .wpcf7-submit {
    margin: 0 10px;
    max-width: none;
  }
}
.wpcf7 .ajax-loader {
  background-image: url("../images/loader-blue.gif");
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3d3d3d;
  z-index: 1001;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.wpcf7 .ajax-loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #696969;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.wpcf7 .ajax-loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #999999;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.blog .page-content,
.single .page-content,
.archive .page-content,
.search .page-content {
  padding: 30px 0;
}
.blog .page-content .container,
.single .page-content .container,
.archive .page-content .container,
.search .page-content .container {
  display: grid;
  grid: auto/auto 350px;
  grid-gap: 0 30px;
}
.blog .page-content .page-title,
.single .page-content .page-title,
.archive .page-content .page-title,
.search .page-content .page-title {
  grid-column: 1/span 2;
}

.post-meta {
  margin-bottom: 10px;
}
.post-meta .date {
  display: block;
}
.post-meta .cats a {
  color: inherit;
  text-decoration: none;
}
.post-meta .tags a {
  color: inherit;
  opacity: 0.6;
  text-decoration: none;
  font-style: italic;
  transition: opacity 0.3s ease-in-out;
}
.post-meta .tags a:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.post-preview {
  border: solid 1px;
}
.post-preview .featured-img {
  margin-bottom: 0px;
}
.post-preview .content {
  padding: 0 15px 15px;
}
.post-preview .content h1 {
  font-size: 24px;
  font-family: inherit;
}
.post-preview .content .post-meta {
  margin: 15px 0 0;
}
.post-preview .content .btn {
  align-self: baseline;
}

.post-wrap {
  display: grid;
  grid: auto/auto-flow 1fr;
  grid-gap: 15px 15px;
}
.post-wrap .post-nav-wrap {
  display: flex;
  margin-top: 15px;
}
.post-wrap .post-nav-wrap .navigation .nav-links {
  display: flex;
}
.post-wrap .post-nav-wrap .navigation .nav-links a {
  margin-left: 3px;
}

.wp-post-image {
  width: 100%;
  height: auto;
}

.comment-respond {
  border-top: solid 1px;
  padding-top: 5px;
}
.comment-respond .comment-reply-title {
  font-size: 18px;
}
.comment-respond .comment-form-comment label {
  display: none;
}
.comment-respond .comment-form-comment #comment {
  width: 100%;
}
.blog-grid {
  display: grid;
  grid: auto/repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 15px;
}

.search .post {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px inherit;
}
.search .post .featured-image {
  flex: 0 1 30%;
  min-height: 300px;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin: 0 30px 15px 0;
}
.search .post .featured-image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.search .post .post-excerpt {
  flex: 0 1 65%;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.search .post .post-excerpt h1 {
  font-size: 34px;
  margin: 0 0 15px;
}
.search .post .post-excerpt p {
  padding-bottom: 15px;
}
.search .post .post-excerpt a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.search .post .post-excerpt a:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .search .post .featured-image {
    flex: 1 0 100%;
  }
  .search .post .post-excerpt {
    flex: 1 0 100%;
    padding: 0;
  }
}
.search-page-title {
  padding: 30px 0;
}

.no-search-results {
  padding: 90px 0 60px 0;
  text-align: center;
}

.widget_search .search-form {
  display: flex;
  border: solid 1px #a9a9a9;
}
.widget_search .search-form label {
  width: 100%;
}
.widget_search .search-form .search-field {
  width: 100%;
  border: 0;
  padding: 8px 5px;
  text-indent: 10px;
  outline: 0;
}
.widget_search .search-form .search-submit {
  border: 0;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0 10px 0 5px;
  outline: 0;
}
.widget_search .search-form .search-submit:hover {
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.widget_media_gallery .gallery .gallery-item {
  margin: 0;
}
.widget_media_gallery .gallery .gallery-item .gallery-icon .attachment-full {
  width: 100%;
  height: auto;
}
.widget_media_gallery .gallery-columns-1 {
  display: grid;
  grid: auto/repeat(1, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-2 {
  display: grid;
  grid: auto/repeat(2, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-3 {
  display: grid;
  grid: auto/repeat(3, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-4 {
  display: grid;
  grid: auto/repeat(4, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-5 {
  display: grid;
  grid: auto/repeat(5, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-6 {
  display: grid;
  grid: auto/repeat(6, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-7 {
  display: grid;
  grid: auto/repeat(7, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-8 {
  display: grid;
  grid: auto/repeat(8, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-9 {
  display: grid;
  grid: auto/repeat(9, minmax(0px, 1fr));
  grid-gap: 5px;
}

body {
  font-family: Helvetica;
}

::-webkit-input-placeholder {
  font-family: Helvetica;
}

:-moz-placeholder {
  font-family: Helvetica;
}

::-moz-placeholder {
  font-family: Helvetica;
}

:-ms-input-placeholder {
  font-family: Helvetica;
}

.site-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #107972;
  background: linear-gradient(90deg, #107972 0%, #19b0a7 100%);
  color: #fff;
  height: 90px;
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*@media (max-width:520px) {
      flex-direction: column;
      justify-content: center;

      img {
          padding-bottom: 10px;
      }
  }*/
}
.site-header .menu-container {
  display: block;
  justify-content: center;
  align-items: center;
}
.site-header .menu-container a {
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  cursor: pointer;
  border-left: solid 1px #fff;
}
.site-header .menu-container a:first-child {
  border-left: none;
}
.site-header .menu-container a:hover {
  text-decoration: underline;
}
.site-header #navicon {
  z-index: 1100;
}
.site-header #navicon span {
  background-color: #fff;
}
@media (min-width: 1180px) {
  .site-header #navicon {
    display: none;
  }
}
.site-header .menu-container a {
  text-decoration: none;
  transition: color 0.3s;
}
.site-header .menu-container a:hover {
  text-decoration: none;
  color: black;
}
.site-header .menu-container .far {
  font-weight: 900;
}
.site-header .main-nav {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 1024px) {
  .site-header .main-nav {
    display: none;
  }
}
.site-header .main-nav .menu {
  display: flex;
  align-items: center;
  gap: 0px;
}
.site-header .main-nav .menu .menu-item {
  color: white;
  text-transform: uppercase;
  transition: color 0.6s;
  font-size: 14px;
  font-weight: 600;
  min-height: 85px;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
.site-header .main-nav .menu .menu-item a {
  transition: color 0.3s;
}
.site-header .main-nav .menu .menu-item:hover > a {
  color: black;
}
.site-header .main-nav .menu .menu-item .menu-item-has-children > .menu-arrow {
  display: block !important;
}
.site-header .main-nav .menu .menu-item .menu-item-has-children > .menu-arrow i {
  margin-right: 10px;
}
.site-header .main-nav .menu .menu-item a {
  padding: 0;
}
.site-header .main-nav .menu .menu-item:hover {
  color: white;
}
.site-header .main-nav .menu > .menu-item {
  display: flex;
  align-items: center;
  transition: color 0.6s;
  position: relative;
}
.site-header .main-nav .menu > .menu-item .description {
  display: none;
}
.site-header .main-nav .menu > .menu-item > a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 4px 0;
}
.site-header .main-nav .menu > .menu-item:hover::before {
  transform: scale3d(1, 1, 1);
}
.site-header .main-nav .menu > .menu-item:hover {
  color: white;
}
.site-header .main-nav .menu > .menu-item:hover ul.sub-menu {
  opacity: 1;
}
.site-header .main-nav .menu > .menu-item:hover ul.sub-menu .menu-item {
  margin-top: 0 !important;
}
.site-header .main-nav .menu > .menu-item ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  transition: opacity 1s;
  flex-direction: row;
  justify-content: center;
  z-index: 500;
  color: white;
  flex-direction: column;
  background-color: rgba(18, 132, 125, 0.98);
  border-bottom: 2px solid white;
  min-width: 300px;
  max-width: 300px;
}
.site-header .main-nav .menu > .menu-item ul.sub-menu .menu-item {
  padding: 11px 15px;
  min-height: 60px;
  max-width: 300px;
  min-width: 300px;
}
.site-header .main-nav .menu > .menu-item ul.sub-menu .menu-item .view_more {
  display: none;
}
.site-header .main-nav .menu > .menu-item ul.sub-menu .menu-item a {
  white-space: normal;
  min-width: 245px;
  max-width: 260px;
  padding-left: 10px;
}
.site-header .main-nav .menu > .menu-item ul.sub-menu .menu-item a:hover {
  color: rgb(153, 152, 152);
}
.site-header .main-nav .menu > .menu-item ul.sub-menu .menu-item .menu_background_image {
  display: none;
}
.site-header .main-nav .menu > .menu-item ul.sub-menu .menu-item > .sub-menu {
  margin-left: 100%;
  top: 0;
  background-color: rgba(12, 92, 87, 0.98);
}
.site-header .main-nav .menu > .menu-item ul.sub-menu .menu-item > .sub-menu .menu-item > .sub-menu {
  left: -300px;
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(0, 0, 0);
}
.site-header .main-nav .menu > .menu-item ul.sub-menu .menu-parent {
  display: none;
}
.site-header .main-nav .menu > .menu-item .menu-arrow {
  display: none;
}
.site-header .main-nav .menu > .menu-item.menu-item-has-children > a:after {
  content: "\f107";
  font-size: 14px;
  margin-left: 10px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.sub-main {
  background-color: #0a4845;
}
.sub-main .container {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.site-header .main-nav .menu .menu-item {
  margin: 0 10px;
}

@media (max-width: 1180px) {
  .main-nav_wrap .main-nav {
    display: none;
  }
  .main-nav_wrap #navicon {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 30px;
  }
  .menu-container {
    margin-right: 68px;
  }
  .show-nav {
    overflow: hidden;
  }
  .show-nav #navicon span {
    background-color: #fff !important;
  }
  .show-nav .mobile-nav {
    display: flex !important;
  }
}
@media (max-width: 600px) {
  .menu-container {
    display: none !important;
  }
}
.site-footer .main {
  background: #107972;
  background: linear-gradient(90deg, #107972 0%, #19b0a7 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}
.site-footer .main #menu-footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 540px) {
  .site-footer .main #menu-footer-menu {
    flex-direction: column;
  }
}
.site-footer .main #menu-footer-menu li {
  border-left: solid 1px #fff;
}
@media (max-width: 540px) {
  .site-footer .main #menu-footer-menu li {
    padding: 5px 0;
  }
}
.site-footer .main #menu-footer-menu li:first-child {
  border-left: none;
}
@media (max-width: 540px) {
  .site-footer .main #menu-footer-menu li {
    border: none;
  }
}
.site-footer .main #menu-footer-menu li a {
  padding: 5px;
  margin: 0 15px;
  color: #fff;
}
.site-footer .main #menu-footer-menu li a:hover {
  text-decoration: underline;
}
.site-footer .sub-footer {
  background-color: #c5e8e6;
}
.site-footer .sub-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  display: flex;
}
.site-footer .sub-footer .container > div {
  flex: 1;
}
.site-footer .sub-footer .container .social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.site-footer .sub-footer .container .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.site-footer .sub-footer .container .logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.compatilbility_container {
  overflow-x: auto;
}
.compatilbility_container .input_container {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 540px) {
  .compatilbility_container .input_container {
    flex-direction: column;
    text-align: center;
  }
}
.compatilbility_container .input_container .single_input_container {
  display: flex;
  flex-direction: column;
}
.compatilbility_container .input_container select,
.compatilbility_container .input_container input {
  min-height: 42px;
  border: 2px solid #117e78;
  color: #117e78;
  border-radius: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.compatilbility_container table#compatibility_table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  display: none;
}
.compatilbility_container table#compatibility_table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
.compatilbility_container table#compatibility_table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
.compatilbility_container table#compatibility_table th, .compatilbility_container table#compatibility_table td {
  padding: 0.625em;
  text-align: center;
}
.compatilbility_container table#compatibility_table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1160px) {
  .compatilbility_container table#compatibility_table {
    border: 0;
  }
  .compatilbility_container table#compatibility_table caption {
    font-size: 1.3em;
  }
  .compatilbility_container table#compatibility_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .compatilbility_container table#compatibility_table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .compatilbility_container table#compatibility_table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
    min-height: 34px;
  }
  .compatilbility_container table#compatibility_table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .compatilbility_container table#compatibility_table td:last-child {
    border-bottom: 0;
  }
}

body.show-nav {
  overflow: hidden;
}

body.show-nav .mobile-nav {
  opacity: 1;
  pointer-events: auto;
}
body.show-nav .mobile-nav .menu {
  display: flex;
  flex-direction: column;
  margin-left: calc(100% - 450px);
  opacity: 1;
  position: relative;
  overflow-x: hidden;
}
body.show-nav .mobile-nav .menu .menu-item {
  color: white;
  padding-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}
body.show-nav .mobile-nav .menu .menu-item a {
  display: flex !important;
  align-items: center;
  gap: 12px;
}
body.show-nav .mobile-nav .menu .menu-item a .menu_background_image {
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 35px;
}
body.show-nav .mobile-nav .menu .menu-item.menu-item-has-children {
  display: flex;
  justify-content: space-between;
  position: static;
}
body.show-nav .mobile-nav .menu .menu-item.menu-item-has-children > a {
  pointer-events: none;
}
body.show-nav .mobile-nav .menu .menu-item.menu-item-has-children > .menu-arrow {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  display: flex !important;
  align-items: center;
}
body.show-nav .mobile-nav .menu .menu-item.menu-item-has-children > .menu-arrow .fa-chevron-right {
  transform: none;
}
body.show-nav .mobile-nav .menu .menu-item.menu-item-has-children > .sub-menu {
  padding-top: 190px;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #117e78;
  left: 100%;
  top: 0;
  z-index: 100;
  transition: left 0.3s;
}
body.show-nav .mobile-nav .menu .menu-item.menu-item-has-children.expanded > .sub-menu {
  left: 0;
}

body .mobile-nav {
  bottom: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  margin-top: -50.5px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  z-index: 999999999;
  transition: background-color 0.3s;
}
body .mobile-nav .contact_container {
  display: flex;
  align-items: center;
}
body .mobile-nav .contact_container a.support_btn {
  margin: auto;
  width: 200px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transform: translateZ(0);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  height: 40px;
  background-color: #107972;
  text-transform: uppercase;
  text-decoration: none;
}
body .mobile-nav .contact_container a.support_btn .current_state {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #107972;
  text-decoration: none;
  opacity: 1;
  transform: translateY(0%);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  display: flex;
  justify-content: center;
  color: white;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
body .mobile-nav .contact_container a.support_btn .current_state svg {
  width: 25px;
  margin-right: 10px;
}
body .mobile-nav .contact_container a.support_btn .hover_state {
  background-color: #0d4066;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  transform: translateX(100%);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  display: flex;
  justify-content: center;
  color: white;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
body .mobile-nav .contact_container a.support_btn .hover_state svg {
  width: 25px;
  margin-right: 10px;
}
body .mobile-nav .contact_container a.support_btn:hover .current_state {
  opacity: 0;
  transform: translateY(100%);
}
body .mobile-nav .contact_container a.support_btn:hover .hover_state {
  opacity: 1;
  transform: translateX(0);
}
body .mobile-nav .contact {
  margin: auto;
  margin-bottom: 35px;
  margin-top: 30px;
}
@media only screen and (max-width: 400px) {
  body .mobile-nav .contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
body .mobile-nav .contact .contact_link {
  font-size: 14px;
  border-color: rgba(255, 255, 255, 0.1);
  border-style: solid;
  padding: 10px 10px;
  border-width: 1px;
}
body .mobile-nav .contact .contact_link i,
body .mobile-nav .contact .contact_link svg {
  margin-right: 5px;
}
body .mobile-nav .contact a {
  text-decoration: none;
  color: white;
  transition: color 0.6s;
}
body .mobile-nav .contact a:hover {
  color: #19b0a7;
}
body .mobile-nav .close_mobile_nav {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
  top: 72px;
  right: 20px;
  width: 25px;
  height: 25px;
}
body .mobile-nav .close_mobile_nav:hover {
  cursor: pointer;
}
body .mobile-nav .menu {
  background-color: #107972;
  display: inline-block;
  max-width: 450px;
  min-width: 450px;
  opacity: 0;
  padding-top: 190px;
  height: 100%;
  transition: margin 0.3s, opacity 0.3s;
  overflow-y: auto;
  margin-left: 150%;
}
@media (max-width: 580px) {
  body .mobile-nav .menu {
    min-width: 100%;
    margin-left: 0 !important;
  }
}
body .mobile-nav .menu:after {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), transparent);
}
body .mobile-nav .menu .menu-item,
body .mobile-nav .menu .menu-item .sub-menu .menu-item {
  border-bottom: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1180px) {
  body .mobile-nav .menu .menu-item .description,
  body .mobile-nav .menu .menu-item .sub-menu .menu-item .description {
    display: none;
  }
}
body .mobile-nav .menu .menu-item a,
body .mobile-nav .menu .menu-item .sub-menu .menu-item a {
  padding: 8px 0px;
  display: block;
}
body .mobile-nav .menu .menu-item:last-of-type,
body .mobile-nav .menu .menu-item .sub-menu .menu-item:last-of-type {
  border-bottom: none;
}
body .mobile-nav .menu .menu-item.return-item {
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 8px 12px;
}
body .mobile-nav .menu .menu-item.return-item:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}
body .mobile-nav .menu .menu-item.return-item a {
  padding: 0 !important;
  margin-left: 12px;
}

@media (min-width: 1180px) {
  .mobile-nav {
    display: none !important;
  }
}
@media (max-width: 1180px) {
  .mobile-nav {
    display: block !important;
  }
}
.featured-products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: 0;
  list-style: none;
}
.featured-products::before {
  content: "";
  display: none;
}
.featured-products li.product {
  width: calc(25% - 15px);
  padding: 30px;
  background-color: white;
  margin: 0;
  margin-bottom: 0;
  text-decoration: none;
  border-radius: 15px;
}
@media only screen and (max-width: 1350px) {
  .featured-products li.product {
    width: calc(33.3% - 13px);
  }
}
@media only screen and (max-width: 1250px) {
  .featured-products li.product {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 750px) {
  .featured-products li.product {
    width: 100%;
  }
}
.featured-products li.product .category_product .category_product_image {
  height: 280px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.featured-products li.product .category_product .product_information {
  color: #107972;
}
@media only screen and (max-width: 768px) {
  .featured-products li.product .category_product .product_information {
    text-align: center;
  }
}
.featured-products li.product .category_product .product_information .category_product_title {
  font-size: 20px;
  font-weight: bold;
  color: #107972;
  min-height: 90px;
}
.featured-products li.product .category_product .product_information .category_product_title a {
  color: #107972;
}
.featured-products li.product .category_product .product_information .category_product_short_description {
  font-size: 17px;
  min-height: 120px;
  overflow: hidden;
  max-height: 229px;
}
.featured-products li.product .category_product .product_information .category_product_price {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.featured-products li.product .category_product .product_information .category_product_price .price_info {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  width: calc(70% - 10px);
  max-width: 140px;
  justify-content: space-evenly;
}
.featured-products li.product .category_product .product_information .category_product_price .price_info div {
  display: flex;
  justify-content: space-between;
}
.featured-products li.product .category_product .product_information .category_product_price .price_info strong {
  font-size: 18px;
}
.featured-products li.product .category_product .product_information .category_product_price .total_price {
  text-align: center;
  width: 100%;
}
.featured-products li.product .category_product .product_information .category_product_price .total_price strong {
  font-size: 18px;
}
.featured-products li.product .category_product .product_information .category_product_price .total_price .woocommerce-Price-amount {
  font-size: 29px;
  color: #107972;
  font-weight: bold;
  white-space: nowrap;
}
.featured-products li.product .category_product .product_information .category_product_price .total_price .woocommerce-Price-amount span {
  font-size: 29px;
  font-weight: bold;
}
.featured-products li.product .category_product .product_information .category_product_price span {
  font-size: 12px;
}
.featured-products li.product .category_product .product_information .category_product_price span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol) {
  font-weight: 300;
}
.featured-products li.product .category_product .product_information .category_product_price span .price_paragraph {
  display: flex;
}
.featured-products li.product .category_product .product_information .category_product_price .woocommerce-Price-amount {
  font-size: 17px;
  color: #107972;
}
.featured-products li.product .category_product .product_information .category_product_price .woocommerce-Price-amount span {
  font-size: 17px;
}
.featured-products li.product .category_product .category_product_bottom {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.featured-products li.product .category_product .category_product_bottom .view_product {
  padding: 5px 40px;
  font-size: 15px;
  max-height: 47px;
  display: flex;
  align-items: center;
  font-weight: 600;
  max-width: 201px;
  transition: color 0.5s, background-color 0.5s;
  border-radius: 5px 5px 5px 5px;
  background-color: #128079;
  color: white;
  text-decoration: none;
  border: 2px solid #128079;
  transition: all 0.4s;
}
.featured-products li.product .category_product .category_product_bottom .view_product:hover {
  background-color: #22ABA2;
  border-color: #22ABA2;
}
.featured-products li.product .category_product .category_product_bottom .view_product span {
  text-transform: capitalize;
}
.featured-products li.product .category_product .category_product_bottom .view_product i {
  margin-left: 10px;
  font-size: 20px;
}

.single-product .content-area {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: auto;
  padding: 0 45px;
}
@media only screen and (max-width: 800px) {
  .single-product .content-area {
    padding: 0 15px;
  }
}
.single-product .content-area .site-main {
  max-width: 1680px;
  margin: auto;
  margin-top: 30px;
}
.single-product .content-area .site-main .product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-product .content-area .site-main .product .woocommerce-breadcrumb {
  font-size: 15px;
  color: #117e78;
  text-transform: uppercase;
  margin-bottom: 0;
}
.single-product .content-area .site-main .product .woocommerce-breadcrumb a {
  text-decoration: none;
  color: #117e78;
}
.single-product .content-area .site-main .product .product_title {
  font-size: 30px;
  margin-top: 16px;
  color: #107a73;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-product .content-area .site-main .product .part_number {
  margin-top: 15px;
  color: #107a73;
}
.single-product .content-area .site-main .product .chart_code {
  margin-top: 10px;
  color: #107a73;
  margin-bottom: 30px;
}
.single-product .content-area .site-main .product .product-gallery {
  float: left;
  width: 45%;
  max-width: 100%;
  padding-bottom: 30px;
  transition: opacity 0.3s;
  opacity: 1;
  padding: 50px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1300px) {
  .single-product .content-area .site-main .product .product-gallery {
    width: 100%;
    float: none;
  }
}
.single-product .content-area .site-main .product .product-gallery .info_btns_container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 15px;
}
.single-product .content-area .site-main .product .product-gallery .info_btns_container a {
  border-radius: 5px 5px 5px 5px;
  background-color: #128079;
  padding: 12px 24px;
  color: white;
  text-decoration: none;
  border: 2px solid #128079;
  transition: all 0.4s;
}
.single-product .content-area .site-main .product .product-gallery .info_btns_container .configurator_btn:hover {
  background-color: #22ABA2;
  border-color: #22ABA2;
}
.single-product .content-area .site-main .product .product-gallery .info_btns_container .product_compatibility_btn {
  border: 2px solid #128079;
  background-color: transparent;
  color: #128079;
}
.single-product .content-area .site-main .product .product-gallery .info_btns_container .product_compatibility_btn:hover {
  background-color: #128079;
  color: white;
}
.single-product .content-area .site-main .product .product-gallery.swapping_images {
  opacity: 0.05;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container {
  display: flex;
  max-width: 500px;
  flex-direction: column;
  margin: auto;
  background-color: white;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails {
  width: 100%;
  order: 2;
  position: relative;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons:not(.slick-initialized) {
  max-height: 400px;
  display: block;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .slick-track {
  display: flex;
  align-items: center;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .woocommerce-product-gallery__image {
  width: 100%;
  display: block;
  margin: 5px 0;
  width: 100%;
  margin: 5px;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .woocommerce-product-gallery__image a {
  float: none;
  margin: 0;
  width: 100%;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .woocommerce-product-gallery__image img {
  transition: opacity 0.3s;
  max-height: 90px;
  object-fit: contain;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .woocommerce-product-gallery__image:hover img {
  opacity: 0.7;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .woocommerce-product-gallery__image img {
  width: 100%;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .arrow_container.slick-arrow {
  width: 100%;
  height: 40px;
  position: absolute;
  color: #117e78;
  z-index: 100;
  cursor: pointer;
  width: 40px;
  height: 100%;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .arrow_container.slick-arrow.prev {
  background: linear-gradient(to bottom, white 10px, rgba(255, 255, 255, 0));
  top: 0;
  top: 0;
  left: -1px;
  background: linear-gradient(to right, white 10px, rgba(255, 255, 255, 0));
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .arrow_container.slick-arrow.prev i,
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .arrow_container.slick-arrow.prev svg {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0px;
  text-align: center;
  transform: rotate(-90deg);
  transform-origin: center;
  bottom: 0;
  left: auto;
  height: 10px;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .arrow_container.slick-arrow.next {
  background: linear-gradient(to top, white 10px, rgba(255, 255, 255, 0));
  bottom: 0;
  top: 0;
  right: -1px;
  background: linear-gradient(to left, white 10px, rgba(255, 255, 255, 0));
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .arrow_container.slick-arrow.next i,
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .arrow_container.slick-arrow.next svg {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  text-align: center;
  transform: rotate(-90deg);
  transform-origin: center;
  top: 0;
  right: auto;
  height: 10px;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .arrow_container.slick-arrow i,
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .arrow_container.slick-arrow svg {
  opacity: 0.4;
  transition: opacity 0.3s;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .arrow_container.slick-arrow:hover i,
.single-product .content-area .site-main .product .product-gallery .gallery_container .thumbnails .thumbnail_icons .arrow_container.slick-arrow:hover svg {
  opacity: 1;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .main_image {
  flex-grow: 1;
  position: relative;
  margin-bottom: 15px;
  padding-top: 100%;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .main_image .woocommerce-product-gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  margin: 0 auto;
  max-width: 650px;
  left: 15px;
  right: 15px;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.3s;
  left: 0;
  right: 0;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .main_image .woocommerce-product-gallery__image a {
  transition: all 0.3s;
  display: block;
  height: 100%;
  position: relative;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .main_image .woocommerce-product-gallery__image a img {
  position: absolute;
  margin: auto;
  top: -50%;
  bottom: -50%;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .main_image .woocommerce-product-gallery__image.show {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.2s;
  background-color: white;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .main_image .woocommerce-product-gallery__image.show:hover a {
  transform: scale(1.5);
}
.single-product .content-area .site-main .product .product-gallery .gallery_container .main_image .woocommerce-product-gallery__image.show:hover a img {
  transition: none;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container.no-thumbnails {
  flex-wrap: wrap;
  position: relative;
  max-width: unset;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container.no-thumbnails .thumbnails {
  width: 100%;
  order: 2;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container.no-thumbnails .thumbnails .share_button {
  position: relative;
  bottom: 0;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container.no-thumbnails .main_image {
  width: 100%;
  padding-top: 0;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container.no-thumbnails .main_image .woocommerce-product-gallery__image {
  height: auto;
  position: relative;
  left: 0;
}
.single-product .content-area .site-main .product .product-gallery .gallery_container.no-thumbnails .main_image .woocommerce-product-gallery__image img {
  position: relative;
}
.single-product .content-area .site-main .product .summary {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  padding: 50px;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1300px) {
  .single-product .content-area .site-main .product .summary {
    width: 100%;
    float: none;
    padding: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .single-product .content-area .site-main .product .summary {
    text-align: center;
  }
}
.single-product .content-area .site-main .product .summary .woocommerce-product-details__short-description {
  margin-bottom: 10px;
  color: #117e78;
}
.single-product .content-area .site-main .product .summary .woocommerce-product-details__short-description p {
  margin-top: 0;
  margin-bottom: 0;
}
.single-product .content-area .site-main .product .summary .cart {
  display: flex;
}
.single-product .content-area .site-main .product .summary .cart .qty {
  height: 100%;
}
.single-product .content-area .site-main .product .summary .cart button.single_add_to_cart_button {
  height: 100%;
  border-radius: 5px 5px 5px 5px;
  background-color: #128079;
  padding: 12px 24px;
  color: white;
  text-decoration: none;
  border: 2px solid #128079;
  transition: all 0.4s;
}
.single-product .content-area .site-main .product .summary .cart button.single_add_to_cart_button:hover {
  background-color: #22ABA2 !important;
  border-color: #22ABA2 !important;
}
.single-product .content-area .site-main .product .summary .cart {
  margin-top: 20px;
}
.single-product .content-area .site-main .product .summary .total_add_to_cart {
  margin-top: 10px;
}
.single-product .content-area .site-main .product .summary .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 10px;
}
.single-product .content-area .site-main .product .summary .variations_form {
  margin-bottom: 0;
}
.single-product .content-area .site-main .product .summary .variations_form .swatch-label {
  display: flex;
  align-items: center;
}
.single-product .content-area .site-main .product .summary .variations_form .swatch-label::before {
  content: "";
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #107a73;
  border-radius: 50%;
  margin-right: 10px;
}
.single-product .content-area .site-main .product .summary .variations_form .swatch-label.selected::before {
  content: "";
  background-color: #107a73;
}
.single-product .content-area .site-main .product .summary .variations_form .variations tbody {
  color: #117e78;
}
.single-product .content-area .site-main .product .summary .variations_form .variations tbody label {
  font-weight: 500;
  color: #107a73;
}
.single-product .content-area .site-main .product .summary .variations_form .variations tbody tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.single-product .content-area .site-main .product .summary .variations_form .variations tbody tr td select {
  padding-left: 16px;
  border: 1px solid #117e78;
  color: #117e78;
  max-width: 400px;
  border-radius: 10px;
}
.single-product .content-area .site-main .product .summary .variations_form .variations tbody tr td select option {
  color: inherit;
  height: 10px;
}
.single-product .content-area .site-main .product .summary .variations_form .variations tbody tr th {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .single-product .content-area .site-main .product .summary .variations_form .variations tbody tr th {
    text-align: center;
  }
}
.single-product .content-area .site-main .product .summary .variations_form .variations tbody tr th label {
  font-size: 18px;
  font-weight: 600;
}
.single-product .content-area .site-main .product .summary .variations_form .variations .hidden {
  display: none;
}
.single-product .content-area .site-main .product .summary .price {
  color: #107a73;
  font-size: 25px;
}
.single-product .content-area .site-main .tabs_title_container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 0 100vmax #FBF6F6;
  clip-path: inset(0 -100vmax);
  background-color: #FBF6F6;
  padding-top: 60px;
  margin: auto;
}
.single-product .content-area .site-main .tabs_title_container .subtitle {
  font-size: 16px;
  font-weight: 600;
}
.single-product .content-area .site-main .tabs_title_container .tabs_title {
  font-size: 35px;
  font-weight: bold;
  margin: 0;
}
.single-product .content-area .site-main div.woocommerce-Tabs-panel {
  padding: 0px 60px;
  min-height: 250px;
}
.single-product .content-area .site-main .woocommerce-tabs {
  background-color: #FBF6F6;
  padding: 50px 0;
  margin-bottom: 0;
  box-shadow: 0 0 0 100vmax #FBF6F6;
  clip-path: inset(0 -100vmax);
  width: 100%;
  color: #117e78;
  padding-bottom: 0;
}
.single-product .content-area .site-main .woocommerce-tabs h2 {
  color: #107a73;
}
.single-product .content-area .site-main .woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: 2px solid #117e78;
}
.single-product .content-area .site-main .woocommerce-tabs ul.tabs li {
  margin: 0px 10px;
  font-size: 16px;
  border: none;
  background-color: transparent;
}
.single-product .content-area .site-main .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.single-product .content-area .site-main .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.single-product .content-area .site-main .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid #117e78;
}
.single-product .content-area .site-main .woocommerce-tabs ul.tabs li a {
  text-decoration: none;
  color: #117e78;
  text-transform: uppercase;
}
.single-product .content-area .site-main .woocommerce-tabs.mobile-tabs {
  display: none;
}
@media (max-width: 768px) {
  .single-product .content-area .site-main .woocommerce-tabs {
    display: none;
  }
  .single-product .content-area .site-main .woocommerce-tabs.mobile-tabs {
    display: block;
  }
}
.single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: visible;
  padding-left: 0;
}
@media (max-width: 580px) {
  .single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs {
    text-align: center;
  }
}
.single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs:before {
  display: none;
}
.single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs li {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs li.active {
  border: none;
}
.single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs li .woocommerce-Tabs-panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  box-sizing: content-box;
  transition: max-height 0.4s;
  background-color: #efefef;
  width: calc(100% + 40px);
  margin: 0;
  margin-left: -16px;
  padding: 0;
  font-weight: normal;
}
@media (max-width: 768px) {
  .single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs li .woocommerce-Tabs-panel {
    box-shadow: unset;
    clip-path: unset;
    background-color: unset;
    width: 100%;
  }
}
.single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs li .woocommerce-Tabs-panel .tab_content_container {
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs li .woocommerce-Tabs-panel .tab_content_container h2 {
    display: none;
  }
}
.single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs li.active .woocommerce-Tabs-panel {
  max-height: var(--height);
}
.single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs li a {
  --color: #117e78;
  width: 100%;
}
.single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs li a .open_children {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: -25px;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  z-index: 10;
}
.single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs li a .open_children:before, .single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs li a .open_children:after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  border-radius: 3px;
  background-color: var(--color);
  transform-origin: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.3s;
}
.single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs li a .open_children:after {
  transform: rotate(90deg);
}
.single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs li.active a .open_children:before {
  transform: rotate(180deg);
}
.single-product .content-area .site-main .woocommerce-tabs.mobile-tabs .wc-tabs li.active a .open_children:after {
  transform: rotate(180deg);
}
.single-product .content-area .site-main .products_container {
  margin-bottom: 60px;
}

body.woocommerce.archive .category_header_container {
  background-image: url("/app/themes/gsl-child/assets/img/Category-banner.jpg");
  background-position: left center;
  background-size: cover;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: auto;
  padding: 120px 45px;
  position: relative;
  z-index: 5;
}
body.woocommerce.archive .category_header_container::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(240deg, rgba(169, 208, 113, 0), rgba(0, 0, 0, 0.8));
}
@media only screen and (max-width: 800px) {
  body.woocommerce.archive .category_header_container {
    padding: 120px 15px;
  }
}
body.woocommerce.archive .category_header_container .container {
  max-width: 1680px;
  margin: auto;
}
body.woocommerce.archive .category_header_container .container .category_details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
}
@media only screen and (max-width: 550px) {
  body.woocommerce.archive .category_header_container .container .category_details {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.woocommerce.archive .category_header_container .container .category_details {
    text-align: center;
  }
}
body.woocommerce.archive .category_header_container .container .category_details .woocommerce-breadcrumb {
  font-size: 16px;
  color: white;
  letter-spacing: 1.3px;
  display: flex;
  align-items: center;
  font-weight: 300;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  body.woocommerce.archive .category_header_container .container .category_details .woocommerce-breadcrumb {
    justify-content: center;
  }
}
body.woocommerce.archive .category_header_container .container .category_details .woocommerce-breadcrumb i {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
}
body.woocommerce.archive .category_header_container .container .category_details .woocommerce-breadcrumb a {
  color: white;
  text-decoration: none;
}
body.woocommerce.archive .category_header_container .container .category_details h1 {
  font-size: 48px;
  margin: 0;
  font-weight: bold;
  padding-left: 5px;
}
@media only screen and (max-width: 700px) {
  body.woocommerce.archive .category_header_container .container .category_details h1 {
    font-size: 32px;
  }
}
body.woocommerce.archive .category_header_container .container .category_details .category_description {
  font-size: 15px;
}
body.woocommerce.archive .content-area {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: auto;
  padding: 0 45px;
  background-color: #F3F3F3;
}
@media only screen and (max-width: 800px) {
  body.woocommerce.archive .content-area {
    padding: 0 15px;
  }
}
body.woocommerce.archive .content-area .site-main {
  max-width: 1680px;
  margin: auto;
}
body.woocommerce.archive .content-area .site-main .search_subtitle {
  text-align: center;
  color: #107972;
  letter-spacing: 3px;
  padding-top: 32px;
  font-size: 15px;
}
body.woocommerce.archive .content-area .site-main .search_title {
  text-align: center;
  color: #107972;
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
}
body.woocommerce.archive .content-area .site-main .woocommerce-result-count {
  color: #117e78;
  float: unset;
}
body.woocommerce.archive .content-area .site-main .woocommerce-products-header {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-color: white;
  margin-bottom: 30px;
  color: #107972;
  box-shadow: 0 0 0 100vmax white;
  clip-path: inset(0 -100vmax);
}
body.woocommerce.archive .content-area .site-main .woocommerce-products-header .woocommerce-products-header__title {
  display: flex;
  flex-direction: column;
}
body.woocommerce.archive .content-area .site-main .woocommerce-products-header .woocommerce-products-header__title::after {
  content: "";
  width: 10%;
  height: 1px;
  margin: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #117e78;
}
body.woocommerce.archive .content-area .site-main .sidebar {
  float: left;
  width: 75%;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 1070px) {
  body.woocommerce.archive .content-area .site-main .sidebar {
    width: 100%;
    float: unset;
    justify-content: center;
  }
}
body.woocommerce.archive .content-area .site-main .sidebar .widget_block {
  margin-bottom: 0;
  min-width: 250px;
}
body.woocommerce.archive .content-area .site-main .sidebar div.coverage_dropdown {
  max-width: 300px;
}
@media only screen and (max-width: 1070px) {
  body.woocommerce.archive .content-area .site-main .sidebar div.coverage_dropdown {
    margin: auto;
  }
}
body.woocommerce.archive .content-area .site-main .sidebar div.coverage_dropdown div.style-dropdown {
  margin-bottom: 0;
}
body.woocommerce.archive .content-area .site-main .sidebar div.coverage_dropdown div.style-dropdown svg {
  color: #107972;
}
body.woocommerce.archive .content-area .site-main .sidebar div.coverage_dropdown div.style-dropdown div.single-selection {
  border: 2px solid #107972 !important;
  border-radius: 20px;
}
body.woocommerce.archive .content-area .site-main .sidebar div.coverage_dropdown div.style-dropdown div.single-selection .components-form-token-field__input {
  min-height: 22px;
}
body.woocommerce.archive .content-area .site-main .woocommerce-ordering {
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 1070px) {
  body.woocommerce.archive .content-area .site-main .woocommerce-ordering {
    float: unset;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
}
body.woocommerce.archive .content-area .site-main .woocommerce-ordering .orderby {
  border: 2px solid #117e78;
  color: #117e78;
  border-radius: 25px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  min-height: 42px;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
@media only screen and (max-width: 600px) {
  body.woocommerce.archive .content-area .site-main .woocommerce-ordering .orderby {
    margin-top: 14px;
    width: 100%;
  }
}
body.woocommerce.archive .content-area .site-main ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: 0;
}
body.woocommerce.archive .content-area .site-main ul.products::before {
  content: "";
  display: none;
}
body.woocommerce.archive .content-area .site-main ul.products li.product {
  width: calc(25% - 15px);
  padding: 30px;
  background-color: white;
  margin: 0;
  border-radius: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1350px) {
  body.woocommerce.archive .content-area .site-main ul.products li.product {
    width: calc(33.3% - 13px);
  }
}
@media only screen and (max-width: 1250px) {
  body.woocommerce.archive .content-area .site-main ul.products li.product {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 750px) {
  body.woocommerce.archive .content-area .site-main ul.products li.product {
    width: 100%;
  }
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .category_product_image {
  height: 280px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information {
  color: #107972;
}
@media only screen and (max-width: 768px) {
  body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information {
    text-align: center;
  }
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_title {
  font-size: 20px;
  font-weight: bold;
  color: #107972;
  min-height: 80px;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_title a {
  color: #107972;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_short_description {
  font-size: 17px;
  min-height: 120px;
  overflow: hidden;
  max-height: 229px;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_price {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_price .price_info {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  width: calc(70% - 10px);
  max-width: 140px;
  justify-content: space-evenly;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_price .price_info div {
  display: flex;
  justify-content: space-between;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_price .price_info strong {
  font-size: 18px;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_price .total_price {
  text-align: center;
  width: 100%;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_price .total_price strong {
  font-size: 18px;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_price .total_price .woocommerce-Price-amount {
  font-size: 29px;
  color: #107972;
  font-weight: bold;
  white-space: nowrap;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_price .total_price .woocommerce-Price-amount span {
  font-size: 29px;
  font-weight: bold;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_price span {
  font-size: 12px;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_price span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol) {
  font-weight: 300;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_price span .price_paragraph {
  display: flex;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_price .woocommerce-Price-amount {
  font-size: 17px;
  color: #107972;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .product_information .category_product_price .woocommerce-Price-amount span {
  font-size: 17px;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .category_product_bottom {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .category_product_bottom .view_product {
  padding: 5px 40px;
  font-size: 15px;
  max-height: 47px;
  display: flex;
  align-items: center;
  font-weight: 600;
  max-width: 201px;
  transition: color 0.5s, background-color 0.5s;
  border-radius: 5px 5px 5px 5px;
  background-color: #128079;
  color: white;
  text-decoration: none;
  border: 2px solid #128079;
  transition: all 0.4s;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .category_product_bottom .view_product:hover {
  background-color: #22ABA2;
  border-color: #22ABA2;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .category_product_bottom .view_product span {
  text-transform: capitalize;
}
body.woocommerce.archive .content-area .site-main ul.products li.product .category_product .category_product_bottom .view_product i {
  margin-left: 10px;
  font-size: 20px;
}
body.woocommerce.archive .content-area .woocommerce-pagination {
  margin: auto;
  margin-top: 0;
  padding-bottom: 20px;
}
body.woocommerce.archive .content-area .woocommerce-pagination ul {
  font-size: 16px;
  border: none;
  margin: unset;
}
body.woocommerce.archive .content-area .woocommerce-pagination ul li {
  border: unset;
}
body.woocommerce.archive .content-area .woocommerce-pagination .page-numbers.dots {
  color: black;
  margin: 0 5px;
  padding: 5px 10px;
  background-color: transparent;
}
body.woocommerce.archive .content-area .woocommerce-pagination span {
  margin: 0;
  background-color: #107972;
  padding: 5px 10px;
  color: white;
  border-radius: 50%;
}
body.woocommerce.archive .content-area .woocommerce-pagination .next.page-numbers {
  font-size: 0;
  color: unset;
  margin: unset;
  border: unset;
  padding: unset;
}
body.woocommerce.archive .content-area .woocommerce-pagination .next.page-numbers::before {
  content: ">";
  font-size: 16px;
  color: black;
  margin: 0 5px;
  padding: 3px 10px;
}
body.woocommerce.archive .content-area .woocommerce-pagination .prev.page-numbers {
  font-size: 0;
  color: unset;
  margin: unset;
  border: unset;
  padding: unset;
}
body.woocommerce.archive .content-area .woocommerce-pagination .prev.page-numbers::before {
  content: "<";
  font-size: 16px;
  color: black;
  margin: 0 5px;
  padding: 3px 10px;
}
body.woocommerce.archive .content-area .woocommerce-pagination a {
  text-decoration: none;
  width: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  display: unset;
  flex-direction: unset;
  flex: unset;
  width: unset;
  background-color: unset;
  position: unset;
  color: black;
  margin: 0 5px;
  padding: 5px 10px;
}

.term-shop-for-parts-hardware .your_configuration,
.term-conversion-kits .your_configuration,
.term-electric-controls-switches .your_configuration,
.term-hydraulic-controls-switches .your_configuration,
.term-actuators-and-parts .your_configuration,
.term-parts-hardware .your_configuration,
.term-retrofit .your_configuration,
.term-controls-power-units .your_configuration,
.term-trim-planes-assemblies .your_configuration {
  display: none !important;
}

.your_configuration {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 15px 45px;
  color: white;
  background-color: #192A41;
  margin-bottom: 5px;
  margin-top: 5px;
  border: 3px solid #192A41;
}
.your_configuration .container {
  max-width: 1680px;
  width: 100%;
  margin: auto;
}
.your_configuration .container h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .your_configuration .container h3 {
    text-align: center;
  }
}
.your_configuration .container .configuration_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .your_configuration .container .configuration_container {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.your_configuration .container .configuration_container .details_container {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .your_configuration .container .configuration_container .details_container {
    gap: 3px;
    flex-direction: column;
  }
}
.your_configuration .container .configuration_container .details_container .system_type {
  text-transform: capitalize;
}
.your_configuration .container .configuration_container .remove_buttons {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 1200px) {
  .your_configuration .container .configuration_container .remove_buttons {
    flex-direction: column;
  }
}
.your_configuration .container .configuration_container .remove_buttons .remove_filtration,
.your_configuration .container .configuration_container .remove_buttons .edit_conf {
  padding: 5px 15px;
  border-radius: 30px;
  color: #117e78;
  border: 3px solid #19b0a7;
  transition: background-color 0.3s, color 0.3s;
  background-color: transparent;
  color: white;
}
.your_configuration .container .configuration_container .remove_buttons .remove_filtration:hover,
.your_configuration .container .configuration_container .remove_buttons .edit_conf:hover {
  background-color: #19b0a7;
  color: white;
  cursor: pointer;
}
.your_configuration .container .configuration_container .remove_buttons .edit_conf {
  background-color: white;
  color: #117e78;
  text-decoration: none;
}

.configurator_content {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: auto;
  padding: 0 45px;
  background-color: #FBF6F6;
  padding-top: 30px;
}
@media only screen and (max-width: 800px) {
  .configurator_content {
    padding: 15px 15px;
  }
}
.configurator_content .site_main {
  max-width: 1680px;
  margin: auto;
  padding-bottom: 60px;
}
.configurator_content .site_main h1 {
  text-align: center;
  color: #107972;
}
.configurator_content .site_main .steps_nav_container {
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  margin: auto;
  position: relative;
  margin-bottom: -30px;
  margin-top: 30px;
}
.configurator_content .site_main .steps_nav_container .steps_nav {
  font-size: 37px;
  font-weight: bold;
  padding: 5px 22px;
  border-radius: 50%;
  background-color: #117e78;
  z-index: 2;
  border: 5px solid #117e78;
  background-color: white;
  color: #117e78;
}
.configurator_content .site_main .steps_nav_container .steps_nav.complete {
  background-color: #117e78;
  color: white;
}
.configurator_content .site_main .steps_nav_container .steps_nav.active {
  background-color: #19b0a7;
  border-color: #19b0a7;
  color: white;
}
.configurator_content .site_main .steps_nav_container::after {
  content: "";
  height: 5px;
  width: 99%;
  position: absolute;
  top: 50%;
  background-color: #117e78;
  z-index: 1;
  transform: translate(0, -50%);
}
.configurator_content .site_main .configurator_container {
  padding: 40px;
  min-height: 500px;
  padding-top: 60px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .configurator_content .site_main .configurator_container {
    padding: 15px;
    padding-top: 60px;
  }
}
.configurator_content .site_main .configurator_container .toggle_loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.98);
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
}
.configurator_content .site_main .configurator_container .toggle_loader .loader1 {
  display: inline-block;
  font-size: 0px;
  padding: 0px;
}
.configurator_content .site_main .configurator_container .toggle_loader .loader1 span {
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px 2px;
  -webkit-animation: loader1 0.8s linear infinite alternate;
  animation: loader1 0.8s linear infinite alternate;
}
.configurator_content .site_main .configurator_container .toggle_loader .loader1 span:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(13, 49, 89, 0.6);
}
.configurator_content .site_main .configurator_container .toggle_loader .loader1 span:nth-child(2) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(13, 49, 89, 0.8);
}
.configurator_content .site_main .configurator_container .toggle_loader .loader1 span:nth-child(3) {
  -webkit-animation-delay: -0.26666s;
  animation-delay: -0.26666s;
  background: rgb(13, 49, 89);
}
.configurator_content .site_main .configurator_container .toggle_loader .loader1 span:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(13, 49, 89, 0.8);
}
.configurator_content .site_main .configurator_container .toggle_loader .loader1 span:nth-child(4) span:nth-child(5) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(13, 49, 89, 0.4);
}
@keyframes loader1 {
  from {
    transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes loader1 {
  from {
    -webkit-transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}
.configurator_content .site_main .configurator_container .step {
  display: none;
  gap: 20px;
  color: #117e78;
  position: relative;
  justify-content: center;
  width: 100%;
}
.configurator_content .site_main .configurator_container .step .electronic_chart_link {
  text-decoration: none;
}
.configurator_content .site_main .configurator_container .step .question_desc {
  color: black;
  font-size: 20px;
  display: block;
  max-width: 1000px;
  margin: auto;
}
.configurator_content .site_main .configurator_container .step .form_container {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 27px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .configurator_content .site_main .configurator_container .step .form_container {
    justify-content: center;
  }
}
@media only screen and (max-width: 580px) {
  .configurator_content .site_main .configurator_container .step .form_container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.configurator_content .site_main .configurator_container .step .form_container .img_container {
  background-color: white;
  border-radius: 20px;
  border: 4px solid white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
}
.configurator_content .site_main .configurator_container .step .form_container .img_container .img {
  background-size: cover;
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-position: center;
}
.configurator_content .site_main .configurator_container .step .form_container input[type=radio]:checked + label .img_container {
  border: 4px solid #117e78;
}
.configurator_content .site_main .configurator_container .step .form_container input {
  display: none;
}
.configurator_content .site_main .configurator_container .step .form_container label {
  width: calc(25% - 20px);
  border: 2px solid transparent;
  color: black;
}
@media only screen and (max-width: 1420px) {
  .configurator_content .site_main .configurator_container .step .form_container label {
    width: calc(33.3% - 20px);
  }
}
@media only screen and (max-width: 1124px) {
  .configurator_content .site_main .configurator_container .step .form_container label {
    width: calc(33.3% - 20px);
  }
}
@media only screen and (max-width: 990px) {
  .configurator_content .site_main .configurator_container .step .form_container label {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 600px) {
  .configurator_content .site_main .configurator_container .step .form_container label {
    width: 100%;
  }
}
.configurator_content .site_main .configurator_container .step .form_container label p {
  font-size: 20px;
}
@media only screen and (max-width: 1150px) {
  .configurator_content .site_main .configurator_container .step {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .configurator_content .site_main .configurator_container .step {
    text-align: center;
  }
}
.configurator_content .site_main .configurator_container .step.step-1 {
  display: flex;
}
.configurator_content .site_main .configurator_container .step .elementor_template {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 1150px) {
  .configurator_content .site_main .configurator_container .step .elementor_template {
    width: 100%;
  }
}
.configurator_content .site_main .configurator_container .step .title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 30px;
  text-transform: capitalize;
  color: #117e78;
}
.configurator_content .site_main .configurator_container .step .description {
  margin-top: 30px;
  margin-bottom: 40px;
  white-space: pre-wrap;
}
@media only screen and (max-width: 1110px) {
  .configurator_content .site_main .configurator_container .step .description {
    display: none !important;
  }
}
.configurator_content .site_main .configurator_container .step .description_mobile {
  display: none;
  white-space: pre-wrap;
}
@media only screen and (max-width: 1110px) {
  .configurator_content .site_main .configurator_container .step .description_mobile {
    display: block !important;
  }
}
.configurator_content .site_main .configurator_container .step .step_one_information {
  min-height: 400px;
  text-align: center;
  width: 100%;
}
.configurator_content .site_main .configurator_container .step .step_one_information .form_container {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 27px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .configurator_content .site_main .configurator_container .step .step_one_information .form_container {
    justify-content: center;
  }
}
@media only screen and (max-width: 580px) {
  .configurator_content .site_main .configurator_container .step .step_one_information .form_container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.configurator_content .site_main .configurator_container .step .step_one_information .form_container .img_container {
  background-color: white;
  border-radius: 20px;
  border: 4px solid white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.configurator_content .site_main .configurator_container .step .step_one_information .form_container .img_container .plotter_img {
  background-size: contain;
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-position: center;
}
.configurator_content .site_main .configurator_container .step .step_one_information .form_container input[type=radio]:checked + label .img_container {
  border: 4px solid #117e78;
}
.configurator_content .site_main .configurator_container .step .step_one_information .form_container input {
  display: none;
}
.configurator_content .site_main .configurator_container .step .step_one_information .form_container label {
  width: calc(25% - 20px);
  border: 2px solid transparent;
}
@media only screen and (max-width: 1420px) {
  .configurator_content .site_main .configurator_container .step .step_one_information .form_container label {
    width: calc(33.3% - 20px);
  }
}
@media only screen and (max-width: 1124px) {
  .configurator_content .site_main .configurator_container .step .step_one_information .form_container label {
    width: calc(33.3% - 20px);
  }
}
@media only screen and (max-width: 990px) {
  .configurator_content .site_main .configurator_container .step .step_one_information .form_container label {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 600px) {
  .configurator_content .site_main .configurator_container .step .step_one_information .form_container label {
    width: 100%;
  }
}
.configurator_content .site_main .configurator_container .step .step_one_information .controls_container {
  justify-content: center;
}
.configurator_content .site_main .configurator_container .step .step_two_information {
  min-height: 400px;
  text-align: center;
  width: 100%;
}
.configurator_content .site_main .configurator_container .step .step_two_information .form_container {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 27px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .configurator_content .site_main .configurator_container .step .step_two_information .form_container {
    justify-content: center;
  }
}
@media only screen and (max-width: 580px) {
  .configurator_content .site_main .configurator_container .step .step_two_information .form_container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.configurator_content .site_main .configurator_container .step .step_two_information .form_container .img_container {
  background-color: white;
  border-radius: 20px;
  border: 4px solid white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.configurator_content .site_main .configurator_container .step .step_two_information .form_container .img_container .plotter_img {
  background-size: contain;
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-position: center;
}
.configurator_content .site_main .configurator_container .step .step_two_information .form_container input[type=radio]:checked + label .img_container {
  border: 4px solid #117e78;
}
.configurator_content .site_main .configurator_container .step .step_two_information .form_container input {
  display: none;
}
.configurator_content .site_main .configurator_container .step .step_two_information .form_container label {
  width: calc(25% - 20px);
  border: 2px solid transparent;
}
@media only screen and (max-width: 1420px) {
  .configurator_content .site_main .configurator_container .step .step_two_information .form_container label {
    width: calc(33.3% - 20px);
  }
}
@media only screen and (max-width: 1124px) {
  .configurator_content .site_main .configurator_container .step .step_two_information .form_container label {
    width: calc(33.3% - 20px);
  }
}
@media only screen and (max-width: 990px) {
  .configurator_content .site_main .configurator_container .step .step_two_information .form_container label {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 600px) {
  .configurator_content .site_main .configurator_container .step .step_two_information .form_container label {
    width: 100%;
  }
}
.configurator_content .site_main .configurator_container .step .step_two_information .controls_container {
  justify-content: center;
}
.configurator_content .site_main .configurator_container .step.step-3 .elementor_template .electrical_template,
.configurator_content .site_main .configurator_container .step.step-3 .elementor_template .hydraulic_template {
  display: none;
}
.configurator_content .site_main .configurator_container .step.step-3 .elementor_template .electrical_template.active,
.configurator_content .site_main .configurator_container .step.step-3 .elementor_template .hydraulic_template.active {
  display: flex;
}
.configurator_content .site_main .configurator_container .step .step_three_information {
  min-height: 400px;
  text-align: center;
  width: 100%;
}
.configurator_content .site_main .configurator_container .step .step_three_information .controls_container {
  justify-content: center;
  margin-top: 50px;
}
.configurator_content .site_main .configurator_container .step.step-4 {
  flex-direction: column;
}
.configurator_content .site_main .configurator_container .step.step-4 .title {
  text-align: center;
}
.configurator_content .site_main .configurator_container .step.step-4 .subtitle {
  text-align: center;
}
.configurator_content .site_main .configurator_container .step.step-4 .step_four_information {
  width: 100%;
}
.configurator_content .site_main .configurator_container .step.step-4 .step_four_information .categories_container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.configurator_content .site_main .configurator_container .step.step-4 .step_four_information .categories_container .category_container {
  width: calc(20% - 20px);
  padding-top: 100px;
}
.configurator_content .site_main .configurator_container .step.step-4 .step_four_information .categories_container .category_container.disabled {
  display: none;
  pointer-events: none;
}
@media only screen and (max-width: 600px) {
  .configurator_content .site_main .configurator_container .step.step-4 .step_four_information .categories_container .category_container.disabled {
    display: none;
  }
}
@media only screen and (max-width: 1420px) {
  .configurator_content .site_main .configurator_container .step.step-4 .step_four_information .categories_container .category_container {
    width: calc(33.3% - 20px);
  }
}
@media only screen and (max-width: 990px) {
  .configurator_content .site_main .configurator_container .step.step-4 .step_four_information .categories_container .category_container {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 600px) {
  .configurator_content .site_main .configurator_container .step.step-4 .step_four_information .categories_container .category_container {
    width: 100%;
  }
}
.configurator_content .site_main .configurator_container .step.step-4 .step_four_information .categories_container .category_container .category_sub_container {
  border-bottom: 5px solid #107972;
  border-radius: 20px;
  padding: 40px 20px;
  background-color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.configurator_content .site_main .configurator_container .step.step-4 .step_four_information .categories_container .category_container .category_sub_container .category_image {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: contain;
  margin-top: -120px;
  background-repeat: no-repeat;
}
.configurator_content .site_main .configurator_container .step.step-4 .step_four_information .categories_container .category_container .category_sub_container .category_title {
  font-weight: bold;
  color: black;
  font-size: 20px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
  min-height: 70px;
}
.configurator_content .site_main .configurator_container .step.step-4 .step_four_information .categories_container .category_container .category_sub_container .category_description {
  color: black;
  font-size: 17px;
  text-align: center;
  margin-bottom: 20px;
  max-height: 150px;
  overflow: hidden;
  min-height: 110px;
}
.configurator_content .site_main .configurator_container .step.step-4 .step_four_information .categories_container .category_container .category_sub_container .border_left {
  border-left: 5px solid #107972;
  border-bottom-left-radius: 20px;
  position: absolute;
  right: 0;
  top: 95.4%;
  left: 0;
  bottom: -3px;
}
.configurator_content .site_main .configurator_container .step.step-4 .step_four_information .categories_container .category_container .category_sub_container .border_right {
  border-right: 5px solid #107972;
  border-bottom-right-radius: 20px;
  position: absolute;
  right: 0;
  top: 95.4%;
  left: 0;
  bottom: -3px;
}
.configurator_content .site_main .configurator_container .step.step-4 .step_four_information .categories_container .category_container .category_sub_container .category_link {
  background-color: transparent;
  border: 3px solid #107972;
  color: black;
  padding: 5px 40px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.6s, color 0.6s;
}
.configurator_content .site_main .configurator_container .step.step-4 .step_four_information .categories_container .category_container .category_sub_container .category_link:hover {
  background-color: #107972;
  color: white;
}
.configurator_content .site_main .configurator_container .step.step-4 .step_four_information .controls_container {
  justify-content: center;
  margin-top: 50px;
}
.configurator_content .site_main .configurator_container .step .active_button {
  padding: 5px 15px;
  border-radius: 30px;
  color: white;
  background-color: #117e78;
  border: 3px solid #117e78;
}
.configurator_content .site_main .configurator_container .step .controls_container {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 1100px) {
  .configurator_content .site_main .configurator_container .step .controls_container {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .configurator_content .site_main .configurator_container .step .controls_container {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .configurator_content .site_main .configurator_container .step .controls_container {
    justify-content: center;
  }
}
.configurator_content .site_main .configurator_container .step .controls_container .back_step {
  background-color: white;
  padding: 8px 25px;
  color: #117e78;
  font-weight: 600;
  border: 3px solid #117e78;
  border-radius: 5px;
  font-size: 16px;
  max-width: 300px;
}
@media only screen and (max-width: 600px) {
  .configurator_content .site_main .configurator_container .step .controls_container .back_step {
    min-width: 300px;
  }
}
.configurator_content .site_main .configurator_container .step .controls_container .back_step svg,
.configurator_content .site_main .configurator_container .step .controls_container .back_step i {
  margin-right: 15px;
}
.configurator_content .site_main .configurator_container .step .controls_container .back_step:hover {
  background-color: #117e78;
  cursor: pointer;
  color: white;
}
.configurator_content .site_main .configurator_container .step .controls_container .next_step {
  background-color: #117e78;
  font-weight: 600;
  padding: 8px 45px;
  border-radius: 5px;
  color: white;
  border: 3px solid #117e78;
  max-width: 300px;
}
@media only screen and (max-width: 600px) {
  .configurator_content .site_main .configurator_container .step .controls_container .next_step {
    min-width: 300px;
  }
}
.configurator_content .site_main .configurator_container .step .controls_container .next_step.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.configurator_content .site_main .configurator_container .step .controls_container .next_step:hover {
  background-color: white;
  cursor: pointer;
  color: #117e78;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
}

.woocommerce-checkout iframe {
  opacity: 1 !important;
}

.woocommerce .payment_methods iframe {
  opacity: 1 !important;
}

.wc-braintree-hosted-field iframe {
  opacity: 1 !important;
}

.page .woocommerce {
  padding: 80px;
}
@media (max-width: 570px) {
  .page .woocommerce {
    padding: 15px;
  }
}

.button {
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: 100 !important;
  background-color: #117e78 !important;
  color: #fff !important;
}

input,
textarea {
  border: 1px solid #117e78;
  padding: 7px;
  border-radius: 2px;
}

a {
  color: #107972;
}

.woocommerce-info {
  border-top-color: #117e78;
}
.woocommerce-info:before {
  color: #117e78;
}

button[name=update_cart] {
  display: none !important;
}

.coupon input {
  width: 160px !important;
}
@media (max-width: 450px) {
  .coupon input {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .coupon button {
    width: 100% !important;
  }
}

.product-thumbnail img {
  width: 92px;
}