/* Font Face  */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?f98yao");
  src: url("../fonts/icomoon.eot?f98yao#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?f98yao") format("truetype"),
    url("../fonts/icomoon.woff?f98yao") format("woff"),
    url("../fonts/icomoon.svg?f98yao#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Utilities */
.boxed {
  max-width: 1380px;
  padding-inline: 60px;
}

.boxed-sm {
  max-width: 1150px;
  padding-inline: 60px;
}

.centered {
  margin-inline: auto;
}

.hidden {
  display: none;
}

@media screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none;
  }
}

.no-padding {
  padding: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.regular {
  font-weight: 400 !important;
}

.bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase;
}

.normal {
  text-transform: initial;
}

.text-center {
  text-align: center;
}

.letter-spacing-medium {
  letter-spacing: 0.2em;
}

.primary {
  color: #001a61;
}

/* Typography  */
.sans {
  font-family: "AeonikPro", sans-serif;
}

.text-2xl {
  font-size: clamp(46px, calc((46 * 100vw) / 1280), 46px);
}

.text-xl {
  font-size: clamp(30px, calc((39 * 100vw) / 1280), 39px);
}

.text-l {
  font-size: clamp(25px, calc((30 * 100vw) / 1280), 30px);
  line-height: 1.2;
}

.text-ml {
  font-size: 24px;
  line-height: 1.3;
}

.text-m {
  font-size: 20px;
}

.text-ms {
  font-size: clamp(16px, calc((18 * 100vw) / 1280), 18px);
}

.text {
  font-size: 16px;
}

.text p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .text-m {
    font-size: 16px;
  }
}

.text-s {
  font-size: 12px;
  line-height: 1.3;
}

.text-xs {
  font-size: 10px;
}

.line-height-s {
  line-height: 1;
}

.line-height-m {
  line-height: 1.2;
}

/* Components */
.button-with-arrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 14px;
}

.button-with-arrow::after {
  content: "\e90a";
  font-family: "icomoon";
  font-variant: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateX(0);
  transition: all ease 300ms;
}

.button-with-arrow:hover::after {
  transform: translateX(5px);
}

.tribo-act-banner {
  background-color: #ffda00;
  padding-block: clamp(35px, calc((50 * 100vw) / 1280) ,50px); 30px;
}

.tribo-act-banner__container {
  display: grid;
  gap: 20px clamp(30px, calc((40 * 100vw) / 1280), 40px);
  grid-template-columns: max-content 1fr;
}

.tribo-act-banner__logo-container {
  display: flex;
  gap: 20px;
}

.tribo-act-banner__logo-title {
  margin-block: 15px 10px;
}

.tribo-act-banner__logo {
  max-width: clamp(75px, calc((93 * 100vw) / 1280), 93px);
}

.tribo-act-banner__features-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  padding-top: 25px;
}

.tribo-act-banner__feature-number {
  font-size: clamp(40px, calc((50 * 100vw) / 1280), 50px);
  background-image: linear-gradient(to right, white, transparent 60%);
  padding: 5px 12px;
  border-radius: 15px;
}

.tribo-act-banner__feature-number sup {
  top:-0.4em;
  font-size: 70%;
}

.tribo-act-banner__feature-image {
  top: 50%;
  right: 50%;
  transform: translateX(100%) translateY(-52%);
}

.tribo-act-banner__feature-image img {
  max-height: clamp(80px, calc((100 * 100vw) / 1280), 100px);
}

.tribo-act-banner__feature-text {
  padding: 12px;
  max-width: 180px;
}

.tribo-act-banner__button-container {
  grid-column: span 2;
  justify-self: end;
}

@media screen and (max-width: 1024px) {
  .tribo-act-banner__container {
    grid-template-columns: 1fr;
  }

  .tribo-act-banner__button-container {
    grid-column: revert;
  }
}

@media screen and (max-width: 640px) {
  .tribo-act-banner__features-container {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
  .tribo-act-banner__feature {
    max-width: 260px;
  }
.tribo-act-banner__feature:last-child {
    grid-column: span 2;
  }
}

/* Layouts  */
.mega-menu {
  position: fixed;
  inset-inline: 0;
  top: clamp(110px, 10.87vw, 155px);
  min-height: clamp(600px, 45.9vw, 620px);
  visibility: hidden;
  opacity: 0;
  background-image: url("/wp-content/uploads/2025/11/mega-menu-bg-img.jpg");
  background-size: cover;
  background-position: center;
  transition: all ease 300ms;
  z-index: 500;
}

.cyclon__Header.solid-header + .mega-menu {
  top: 105px;
}

.mega-menu--active {
  visibility: visible;
  opacity: 1;
}

.mega-menu__container {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.mega-menu__item {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: clamp(240px, 30.4vw, 420px) 1.2fr 1fr;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all ease 300ms;
}

.mega-menu__item--active {
  opacity: 1;
  visibility: visible;
}

.mega-menu__overlay {
  position: fixed;
  inset: 0;
  /* background-color: rgba(13, 110, 253, 0.5); */
  z-index: 700;
  opacity: 0;
  visibility: hidden;
  transition: all ease 300ms;
}

.mega-menu__overlay--active {
  opacity: 1;
  visibility: visible;
}

.mega-menu-panel__media--primary {
  grid-column: 2;
}

.mega-menu-panel__content {
  padding-inline: 20px;
}

.mega-menu-panel__heading {
  font-size: 31px;
  line-height: 1;
  margin-block: 5px;
}

/* Submenu */
li:has(.sub-menu) > a {
  position: relative;
}
li:has(.sub-menu) > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(40px);
  clip-path: polygon(0 100%, 50% 0%, 100% 100%, 0% 100%);
  background-color: #ffda00;
  width: 14px;
  height: 9px;
  opacity: 0;
  transition: all ease 300ms;
}

.cyclon__Header.solid-header li:has(.sub-menu) > a:after {
  transform: translateX(-50%) translateY(25px);
}

li:has(.sub-menu--active) > a:after {
  opacity: 1;
}

.sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 12px;
  margin: 0;
  padding: 15px 0 25px;
  min-width: 240px;
  background-color: rgb(216, 216, 216, 0.15);
  backdrop-filter: blur(7px);
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;

  /* @include view(md-max) {
    position: revert;
    display: none;
    padding: revert;
  } */
}

.sub-menu li {
  margin-right: 0;
  padding-inline: 15px;
  position: relative;
}

.sub-menu li a {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding-block: 12px 10px;
  display: block;
  width: 100%;
  transition: 0.3s ease;
}

.sub-menu li::after {
  content: "";
  position: absolute;
  clip-path: polygon(
    0 0,
    calc(100% - 10px) 0%,
    100% 50%,
    calc(100% - 10px) 100%,
    0% 100%
  );
  background-color: #ffda00;
  opacity: 0;
  top: -1px;
  left: 0;
  height: calc(100% + 2px);
  width: calc(100% + 10px);
  z-index: -1;
  transition: 0.3s ease;
}

.sub-menu__item--active::after {
  opacity: 1 !important;
}

.sub-menu__item--active a {
  color: #001a61 !important;
}

.sub-menu li:hover::after {
  opacity: 1;
}

.sub-menu li:hover a {
  color: #001a61;
}

.sub-menu--active {
  visibility: visible;
  opacity: 1;
}

/* .sub-menu:after {
  content: "";
  position: absolute;
  top: -10px;
  left: min(-12px, calc((((100vw - 1400px) / 2) * (-1)) - 22px));
  width: 100vw;
  height: 650px;
  background-image: url(/wp-content/uploads/2025/11/mega-menu-bg-img.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1000;
} */

/* .cyclon__Menu > li:hover ul {
  visibility: visible;
  opacity: 1;

  @include view(md-max) {
    display: block;
  }
} */


/* Legacy Categories Tray  */
.legacy-categories-tray {
  top: 100px;
  right: 0;
  z-index: 1000;

}

.legacy-categories-tray__toggle {
  display: flex;
  gap: 8px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 50%;
  transform: translateX(-118%) rotate(-90deg);
  transform-origin: 100% 0%;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #ffda00;
  border-radius: 12px 12px 0 0 ;
  width: max-content;
}

.legacy-categories-tray__close {
  width: fit-content;
  margin-left: auto;
  padding: 0px 20px;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.legacy-categories-tray__icon {
  transform: rotate(90deg);
}

.legacy-categories-tray__content {
  position: relative;
  width: fit-content;
  transform: translateX(100%);
  transition: all ease 300ms;

}
 
.legacy-categories-tray__title {
  margin-left: 12px;
}

.legacy-categories-tray__content--active {
  transform: translateX(0%);
}

.legacy-categories-tray__categories {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  padding: 30px 0 30px 14px;
  border-radius: 12px 0 0 12px;
  background-color: #ffda00;
}

.legacy-categories-tray__category {
  display: grid;
  grid-template-columns: 5fr 8fr;
  max-width: 280px;
  min-height: revert;
  background-color: rgba(255, 255, 255, 0.9);
}

.legacy-categories-tray__category-img-container {
  height: 100%;
  padding-left:8px;
}

.legacy-categories-tray__category-img-container img {
  aspect-ratio: 9/5;
  object-fit: cover;
  height: 100%;
  margin-top: -6px;
}

.legacy-categories-tray__category-text-container {
  padding: 8px 8px 8px 12px;
}

/* Tabs  */
.tabs__buttons {
  display: flex;
}

.tabs__button {
  padding: 16px 32px;
  /* border: solid 1px rgba(0, 26, 97, 0.2); */
  cursor: pointer;
  transition: all ease 300ms;
}

/* .tabs__button:hover {
  border: solid 1px rgba(0, 26, 97, 1);
} */

.tabs__button--active {
  background-color: white !important;
}

.tabs__content {
  padding: 8px 16px;
}

.tabs__content--hidden {
  display: none;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: inherit;
}
/* Header */
.cyclon__Header.solid-header .container .row > div:first-child {
  overflow-y: clip;
}
#mega-menu-wrap-primary-nav #mega-menu-primary-nav {
  display: flex;
  max-width: 900px;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 auto;
}
#mega-menu-wrap-primary-nav #mega-menu-primary-nav > li.mega-menu-item {
  margin: 0;
  display: initial;
}
.header-language-switcher {
  font-family: inherit;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
}
.single-cyclon_product .header-language-switcher a,
.single-cyclon_product .header-language-switcher li:hover a,
.single-cyclon_product .header-language-switcher a:hover,
.single-cyclon_product .header-language-switcher a:visited,
.single-cyclon_product .header-language-switcher a:focus,
.single-post .header-language-switcher a,
.single-post .header-language-switcher li:hover a,
.single-post .header-language-switcher a:hover,
.single-post .header-language-switcher a:visited,
.single-post .header-language-switcher a:focus {
  color: #001a61;
}
.single-post .solid-header #mega-menu-wrap-primary-nav #mega-menu-primary-nav {
  margin-bottom: 0;
}
.single-post
  .solid-header
  .header-language-switcher
  .wpml-ls-current-language
  > a,
.single-cyclon_product
  .solid-header
  .header-language-switcher
  .wpml-ls-current-language
  > a {
  color: #ffffff;
}

.single-post #mega-menu-wrap-primary-nav #mega-menu-primary-nav {
  margin-top: 0 !important;
  margin-bottom: 20px;
}
.mobileMenu__Bottom .mobileLanguage a:visited {
  color: #fff;
}

.mobileMenu__Bottom .mobileLanguage a:hover {
  color: #fff;
}
.header-language-switcher .wpml-ls-legacy-dropdown,
.mobileMenu__Bottom .mobileLanguage .wpml-ls-legacy-dropdown {
  width: auto;
}
.mobileMenu__Bottom .mobileLanguage {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header-language-switcher {
    display: none;
  }
  .header-language-search {
    width: 100%;
  }
  .headerRight {
    display: flex;
    gap: 30px;
    justify-content: end;
    align-items: center;
    width: auto;
    flex-grow: 1;
  }
}
/* Pages */
.sectionTop {
  max-width: 1920px;
  margin: auto;
}

.feature--video_section .saloon {
  padding: 45px 100px 0;
}

/* Brand */
/* .timelineComponent__item.--leftImage .timelineComponent__itemContent:before {
  left: 52px;
} */

/* Single Product */
.product-subtitle {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-top: 20px;
}

.cyclon_single_product .cyclon_product__Gallery__Inner .glow {
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 1;
  pointer-events: none;
}

.cyclon_product__Content .entry-content ul {
  margin-left: 0;
  padding-inline-start: 0px;
  list-style: none;
}

.cyclon_customer_support {
  background-color: #e9e9e9;
}

.cyclon_product__Content .entry-content ul li:before {
  content: "\2022";
  color: #001a61;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
}

/* Network */
.networkCategories .row div:first-child a:visited {
  color: #fff;
}
.networkCategories .row div:first-child a:hover {
  color: #001a61 !important;
}

/* News */
.cyclon_blog a:visited {
  color: #fff;
}

.cyclon_blog a:hover {
  color: #001a61 !important;
}

/* Single post */
.single-post-wrapper__Inner {
  padding: 200px 0 60px 0;
  margin-top: -153px;
}

.blogWrapper {
  margin: 0 0 20px 0;
}

/* Footer */
.cyclonNewsletter .row {
  justify-content: center;
}

.cyclonNewsletter,
.cyclonNewsletter .newsLetterRight {
  background-color: #ffda00;
  position: relative;
}

.cyclonNewsletter .newsLetterRight {
  max-width: 940px;
  padding: 40px 0 45px;
  gap: 20px;
  align-items: center;
}

.newsLetterRight-line hr {
  background-color: #001a61;
  border: 0;
  height: 1px;
  margin-bottom: 0px;
  width: 100px;
}

.footerSocials {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  width: 200px;
  justify-content: space-between;
}

.footerSocials li {
  display: block;
  margin-right: 0px;
}

.footer-widget ul li.footer-menu-title a {
  font-weight: 700;
}
.footer-widget ul li a {
  font-weight: 400;
  text-transform: uppercase;
}

/* Popup box */
.fullTitle {
  z-index: 0;
}
.lubeFinder_popup {
  cursor: pointer;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  height: auto;
  max-width: 551px;
  min-height: 100px;
  vertical-align: middle;
  width: 90%;
  position: relative;
  border-radius: 8px;
  padding: 30px;
  margin: 50vh auto 0;
  transition: all 5s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #ffda00;
}
.lubeFinder p.popup-text {
  width: 100%;
  max-width: 100%;
  color: #001a61;
}

/* Popup box END */

/* TriboAct */
.page-template-cyclon-tribo-act .what-is-it__content {
  max-width: 850px;
  margin: auto;
}

.triboActFeatures__content {
  max-width: 650px;
  margin: auto;
}

.feature--triboAct {
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  visibility: hidden;
}
.feature--triboActbg {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: calc(100% - 30px);
  height: calc(min(max(80%, 400 / 1920 * 100vw), 400px));
  z-index: 0;
  visibility: visible;
}
.feature--triboAct .container {
  visibility: visible;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.feature--triboAct .feature__Content h3,
.feature--triboAct .feature__Content p {
  color: #ffffff;
}
.feature--triboAct .mleft {
  margin-left: calc(min(max(0px, 180/1920 * 100vw), 180px));
}
.feature--triboAct .feature__subtitles {
  display: flex;
  justify-content: space-between;
  gap: calc(min(max(10px, 25/1920 * 100vw), 25px));
  margin: 10px 0 17px calc(0px - calc(min(max(50px, 200/1920 * 100vw), 35%)));
  width: calc(min(max(300px, 932/1920 * 100vw), 140%));
}
.feature--triboAct .feature__subtitles div:first-child {
  background: linear-gradient(
    90deg,
    rgba(255, 219, 68, 0) 0%,
    rgba(255, 219, 68, 1) 50%
  );
  flex: 0 0 38%;
  max-width: 38%;
  text-align: right;
  padding-right: 30px;
  justify-content: flex-end;
}
.feature--triboAct .feature__subtitles div {
  background: #ffda00;
  font-style: italic;
  font-weight: 800;
  flex: 0 0 24%;
  max-width: 24%;
  padding: 6px 15px;
  text-align: center;
  font-size: 17px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature--triboAct .feature__subtitles div:last-child {
  background: linear-gradient(
    90deg,
    rgba(255, 219, 68, 1) 50%,
    rgba(255, 219, 68, 0) 100%
  );
  flex: 0 0 38%;
  max-width: 38%;
  text-align: left;
  padding-left: 30px;
  justify-content: flex-start;
}
body:not(.archive) .taxHeader2 {
  position: relative;
}
body:not(.archive) .taxHeader2 .container {
  position: relative;
}

body:not(.archive) .taxHeader2 .row > div:last-child,
body:not(.archive) .taxHeader2 .row > div:last-child > div {
  height: inherit;
  position: relative;
  z-index: 1;
}
.triboActFeatures {
  filter: none;
}
.triboFormula .headline {
  letter-spacing: -0.06em;
}

.page-template-cyclon-tribo-act .cyclon_customer_support {
  background-image: none;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .feature--triboAct .mleft {
    margin-left: calc(min(max(20px, 20/769 * 100vw), 100px));
  }
}

@media screen and (max-width: 768px) {
  .newsLetterRight-line hr {
    display: none;
  }
  .feature--triboActbg {
    height: 85%;
    top: 15%;
    transform: none;
  }
  .feature--triboAct {
    padding-bottom: calc(min(max(20px, 50/768 * 100vw), 50px));
  }
  .feature--triboAct .mleft {
    margin-left: auto;
    margin-right: auto;
  }
  .feature--triboAct .feature__subtitles {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    order: -1;
  }
  .feature--triboAct .feature__subtitles div {
    background: #ffda00 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
  }
  .feature--triboAct .feature__Content {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .feature--triboAct .feature__Image {
    margin-bottom: -60px;
  }
  .feature--triboAct .feature__Content * {
    padding-left: 15px;
    padding-right: 15px;
  }
  body:not(.archive) .taxHeader2 {
    height: auto;
  }
  body:not(.archive) .headerImage_Wrapper {
    margin-top: 70px;
  }
  body:not(.archive) .taxHeader2:before {
    background-image: url("/wp-content/uploads/2022/06/tribo-shine-mob.png");
    max-height: 530px;
  }
  body:not(.archive) .taxHeader2 .taxHeader__Content h1 {
    margin-top: 20px;
  }
  body:not(.archive) .headerImage_Wrapper img {
    max-height: 360px;
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
}

/* Contact Page  */
#nf-field-24-wrap,
#nf-field-38-wrap,
#nf-field-51-wrap,
#nf-field-64-wrap,
#nf-field-77-wrap,
#nf-field-90-wrap,
#nf-field-103-wrap {
  text-align: right !important;
}

#nf-field-28-container,
#nf-field-42-container,
#nf-field-55-container,
#nf-field-68-container,
#nf-field-81-container,
#nf-field-94-container,
#nf-field-107-container {
  padding-left: 28px !important;
  margin-top: 16px !important;
}

.form-who .list-checkbox-wrap {
  height: 302px;
}

/* Mapping Section */
.appMapping {
  background: url("/wp-content/uploads/2022/06/background-blue-gradiend.svg")
    center no-repeat;
  background-size: cover;
  height: calc(min(max(440px, 760/1920 * 100vw), 760px));
}
.appMapping .container {
  height: 100%;
}
.appMapping .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: calc(min(max(10px, 30/1920 * 100vw), 30px));
  padding: calc(min(max(30px, 100/3000 * 100vw), 100px)) 0;
}
.appMapping .col-8,
.appMapping .col-7 {
  position: relative;
}
.appMapping .single-tab {
  background: #294772;
  color: #ffffff;
  flex: 0 0 calc(max(220px, 18%));
  padding: 0 20px;
  margin: 0 2px;
  cursor: pointer;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.appMapping .single-tab span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.appMapping .single-tab:not(.main-tab):not(.gen) {
  display: none;
}
.appMapping .goback {
  color: #ffffff;
  padding: 0 20px;
  margin: 0 2px;
  cursor: pointer;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.appMapping .single-tab.active {
  background: #6d83a2;
  pointer-events: none;
}
.appMapping .single-tab.main-tab {
  pointer-events: unset;
}
.appMapping .row {
  position: relative;
  height: 100%;
  padding-top: 55px;
}
.appMapping .mapping-tabs-wrapper {
  display: flex;
  position: absolute;
  top: 0;
}
.appMapping h2 {
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  font-size: calc(min(max(15px, 35/1920 * 100vw), 35px));
  line-height: 1.2;
}
.appMapping .content-wrapper h3 {
  color: #ffffff;
  font-family: "AeonikPro", sans-serif;
  font-size: calc(min(max(18px, 24/1920 * 100vw), 24px));
  font-weight: 700;
  text-transform: uppercase;
  margin: calc(min(max(8px, 20/2400 * 100vw), 20px)) 0;
}
.appMapping .content-wrapper a {
  text-transform: uppercase;
  padding: calc(min(max(12px, 17/1920 * 100vw), 17px));
}
.appMapping .oil-wrapper {
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: 30px;
  padding-top: 20px;
}
.appMapping .oil-wrapper .oil-content {
  flex: 0 0 60%;
  flex-basis: auto;
  max-width: 60%;
  font-size: calc(min(max(13px, 16/1920 * 100vw), 16px));
  line-height: 1.8125;
  text-transform: uppercase;
}
.appMapping .oil-details .oil-content {
  font-size: calc(min(max(14px, 16/1920 * 100vw), 16px));
  line-height: 1.8125;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 0;
}
.appMapping .oil-wrapper .oil-image {
  flex: 0 0 40%;
  max-width: 40%;
}
.appMapping .oil-wrapper .oil-image img {
  max-height: calc(min(max(100px, 140/1920 * 100vw), 140px));
  object-fit: contain;
  object-position: bottom;
}
.appMapping .single-mapping-wrapper {
  height: 100%;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.appMapping .single-mapping-wrapper.active {
  display: block;
}
.appMapping .image-wrapper {
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  visibility: hidden;
}
.appMapping .image-wrapper .hidden-field,
.appMapping .image-wrapper .default-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  visibility: visible;
}
.appMapping .default-image {
  opacity: 0;
}
.appMapping .image-wrapper .dots {
  border-radius: 50%;
  width: calc(min(max(10px, 23/1400 * 100vw), 23px));
  height: calc(min(max(10px, 23/1400 * 100vw), 23px));
  position: absolute;
  background-color: #ffda00;
  cursor: pointer;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.appMapping .image-wrapper .dots.active {
  width: calc(min(max(10px, 23/1400 * 100vw), 23px)) !important;
  height: calc(min(max(10px, 23/1400 * 100vw), 23px)) !important;
  pointer-events: none;
}

.appMapping .image-wrapper .dots:hover,
.appMapping.default .image-wrapper > span:nth-child(5) {
  animation: scaleUp 1s linear infinite alternate;
}
@keyframes scaleUp {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.4);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.appMapping .oil-wrapper-outer,
.appMapping .oil-details {
  min-height: calc(min(max(20px, 250/1920 * 100vw), 250px));
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.appMapping.appear .image-wrapper,
.appMapping.default .image-wrapper,
.appMapping.appear .oil-wrapper-outer {
  opacity: 1;
}
.appMapping .line-x,
.appMapping .line-y {
  background-color: #ffda00;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  visibility: visible;
}
.changed .line-x {
  transition: height 0.3s ease-in-out, bottom 0.3s ease-in-out;
}
.changed .line-y {
  transition: width 0.3s 0.35s ease-in-out, left 0.3s 0.35s ease-in-out;
}
.appMapping .line-x {
  width: 1px;
}
.appMapping .line-y {
  height: 1px;
}
.appMapping .image-wrapper .dots#engine {
  bottom: calc(min(max(170px, 270/1920 * 100vw), 270px));
  left: 20%;
}
.appMapping .image-wrapper .dots#cooling-system {
  bottom: calc(min(max(130px, 240/1920 * 100vw), 240px));
  left: 11%;
}
.appMapping .image-wrapper .dots#windshield {
  bottom: calc(min(max(250px, 470/1920 * 100vw), 470px));
  left: 43%;
}
.appMapping .image-wrapper .dots#brakes {
  bottom: calc(min(max(95px, 140/1750 * 100vw), 160px));
  left: 35%;
}
.appMapping .image-wrapper .dots#wheels {
  bottom: calc(min(max(95px, 160/1750 * 100vw), 180px));
  left: 41%;
}
.appMapping .image-wrapper .dots#transmission {
  bottom: calc(min(max(160px, 290/1920 * 100vw), 290px));
  left: 40%;
}
.appMapping .image-wrapper .dots#crane {
  bottom: calc(min(max(250px, 460/1920 * 100vw), 460px));
  left: 62%;
}
.appMapping .image-wrapper .dots#hatch-covers {
  bottom: calc(min(max(210px, 380/1920 * 100vw), 380px));
  left: 55%;
}
.appMapping .image-wrapper .dots#rudder-carrier {
  bottom: calc(min(max(60px, 70/1500 * 100vw), 110px));
  left: 12%;
}
.appMapping .image-wrapper .dots#sterntube {
  bottom: calc(min(max(60px, 80/1500 * 100vw), 130px));
  left: 18%;
}
.appMapping .image-wrapper .dots#slow-speed-engine-crankcase {
  bottom: calc(min(max(210px, 380/1920 * 100vw), 380px));
  left: 63%;
}
.appMapping .image-wrapper .dots#slow-speed-engine-cylinders {
  bottom: calc(min(max(140px, 250/1920 * 100vw), 250px));
  left: 55%;
}
.appMapping .image-wrapper .dots#steering-gear {
  bottom: calc(min(max(180px, 330/1920 * 100vw), 330px));
  left: 28%;
}
.appMapping .image-wrapper .dots#purifiers {
  bottom: calc(min(max(100px, 180/1920 * 100vw), 180px));
  left: 56%;
}
.appMapping .image-wrapper .dots#diesel-generator {
  bottom: calc(min(max(100px, 195/1920 * 100vw), 195px));
  left: 31%;
}
.appMapping .image-wrapper .dots#main-air-compressor {
  bottom: calc(min(max(110px, 200/1920 * 100vw), 200px));
  left: 47%;
}
.appMapping .image-wrapper .dots#air-vessels {
  bottom: calc(min(max(110px, 160/1500 * 100vw), 220px));
  left: 61%;
}
.appMapping .motorcycle .image-wrapper .dots#engine {
  bottom: calc(min(max(160px, 300/1920 * 100vw), 300px));
  left: 49%;
}
.appMapping .motorcycle .image-wrapper .dots#cooling-system {
  bottom: calc(min(max(159px, 290/1920 * 100vw), 290px));
  left: 38%;
}
.appMapping .motorcycle .image-wrapper .dots#brakes {
  bottom: calc(min(max(85px, 150/1920 * 100vw), 150px));
  left: 18%;
}
.appMapping .motorcycle .image-wrapper .dots#wheels {
  bottom: calc(min(max(140px, 260/1920 * 100vw), 260px));
  left: 81%;
}
.appMapping .heavy-duty .image-wrapper .dots#engine {
  bottom: calc(min(max(140px, 250/1920 * 100vw), 250px));
  left: 37%;
}
.appMapping .heavy-duty .image-wrapper .dots#windshield {
  bottom: calc(min(max(210px, 390/1920 * 100vw), 390px));
  left: 20%;
}
.appMapping .heavy-duty .image-wrapper .dots#cooling-system {
  bottom: calc(min(max(100px, 160/1920 * 100vw), 160px));
  left: 18%;
}
.appMapping .heavy-duty .image-wrapper .dots#brakes {
  bottom: calc(min(max(55px, 110/1920 * 100vw), 110px));
  left: 43%;
}
.appMapping .heavy-duty .image-wrapper .dots#as-blue-tank {
  bottom: calc(min(max(200px, 350/1920 * 100vw), 350px));
  left: 48%;
}
.appMapping .heavy-duty .image-wrapper .dots#fifth-wheel {
  bottom: calc(min(max(190px, 330/1920 * 100vw), 330px));
  left: 69%;
}
.appMapping .heavy-duty .image-wrapper .dots#transmission {
  bottom: calc(min(max(130px, 250/1920 * 100vw), 250px));
  left: 52%;
}
.appMapping .heavy-duty .image-wrapper .dots#wheels {
  bottom: calc(min(max(130px, 235/1920 * 100vw), 235px));
  left: 84%;
}
.appMapping .image-wrapper .dots#hydraulic-press {
  bottom: calc(min(max(210px, 380/1920 * 100vw), 380px));
  left: 52%;
}
.appMapping .image-wrapper .dots#industrial-gearbox {
  bottom: calc(min(max(210px, 380/1920 * 100vw), 380px));
  left: 47%;
}
.appMapping .image-wrapper .dots#steam-turbine-generator {
  bottom: calc(min(max(210px, 390/1920 * 100vw), 390px));
  left: 45%;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .appMapping .heavy-duty .image-wrapper .dots#wheels {
    left: calc(min(max(420/768 * 100vw, 505/999 * 100vw), 505px));
  }
  .appMapping .motorcycle .image-wrapper .dots#wheels {
    left: calc(min(max(420/768 * 100vw, 505/999 * 100vw), 505px));
    left: 79%;
  }
  .appMapping .motorcycle .image-wrapper .dots#brakes {
    left: 22%;
    bottom: calc(min(max(98px, 150/1920 * 100vw), 150px));
  }
}

@media screen and (max-width: 400px) {
  .appMapping .image-wrapper .dots#sterntube {
    bottom: 45px;
  }
  .appMapping .image-wrapper .dots#diesel-generator {
    bottom: calc(min(max(70px, 105/767 * 100vw), 105px));
    left: 33%;
  }
  .appMapping .image-wrapper .dots#main-air-compressor {
    bottom: 30%;
  }
}
@media screen and (min-width: 401px) and (max-width: 767px) {
  .appMapping .image-wrapper .dots#sterntube {
    bottom: calc(min(max(40px, 60/767 * 100vw), 70px));
    left: 20%;
  }
  .appMapping .image-wrapper .dots#diesel-generator {
    bottom: calc(min(max(65px, 105/767 * 100vw), 105px));
    left: 33%;
  }
  .appMapping .image-wrapper .dots#main-air-compressor {
    bottom: calc(min(max(70px, 110/767 * 100vw), 110px));
  }
}
@media screen and (max-width: 767px) {
  .appMapping .image-wrapper {
    height: calc(min(max(250px, 430/767 * 100vw), 430px));
    display: none;
  }
  .appMapping .image-main-wrap {
    display: none;
  }
  .appMapping .custom-select:not(.main-select) {
    display: none;
  }
  .appMapping .image-wrapper.active,
  .appMapping .custom-select:not(.main-select).active,
  .appMapping .image-main-wrap.active {
    display: block;
  }
  .appMapping h2 {
    text-align: center;
    margin: 5px 0 15px;
    font-size: calc(min(max(18px, 30/767 * 100vw), 30px));
  }
  .appMapping .row {
    padding: 28px 0px;
  }

  .custom-select {
    position: relative;
    width: 100%;
    font-size: calc(min(max(14px, 20/767 * 100vw), 20px));
  }

  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }

  .select-selected {
    border-radius: 5px;
    background-color: white;
  }

  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: calc(50% + 4px);
    transform: translateY(-50%);
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #001a61 transparent transparent transparent;
  }

  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #001a61 transparent;
    top: calc(50% - 4px);
  }

  /*style the items (options), including the selected item:*/
  .select-items div,
  .select-selected {
    color: #001a61;
    padding: calc(min(max(8px, 11/767 * 100vw), 11px))
      calc(min(max(8px, 16/767 * 100vw), 16px));
    cursor: pointer;
    user-select: none;
    text-transform: capitalize;
  }

  .select-items div {
    padding-left: 0;
    padding-right: 0;
    margin-left: calc(min(max(8px, 16/767 * 100vw), 16px));
    margin-right: calc(min(max(8px, 16/767 * 100vw), 16px));
    padding: calc(min(max(4px, 11/767 * 100vw), 11px)) 0;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
  }

  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -1px;
  }
  .select-items .main-tab {
    background: #ededed;
    color: #000000;
    pointer-events: none;
    padding: calc(min(max(2px, 8/767 * 100vw), 8px)) 0;
    display: block !important;
  }
  .select-items .gen-tab {
    text-indent: 10px;
  }
  .select-items .active {
    display: block !important;
    pointer-events: none !important;
    background: none !important;
    font-weight: 500 !important;
  }
  .select-items .hide {
    display: none;
  }
  .appMapping .oil-details .oil-image {
    text-align: center;
  }

  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }

  .select-items div:hover,
  .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .same-as-selected {
    /* display: none; */
  }
  .appMapping {
    height: auto;
  }
  .appMapping a {
    margin: 20px auto 10px;
    display: flex;
    justify-content: center;
  }
  .appMapping .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
  }

  .appMapping .image-wrapper .dots {
    width: calc(min(max(6px, 12/767 * 100vw), 12px));
    height: calc(min(max(6px, 12/767 * 100vw), 12px));
    pointer-events: none;
  }
  .appMapping .image-wrapper .dots:hover,
  .appMapping.default .image-wrapper > span:nth-child(5) {
    animation: none;
  }

  .appMapping .image-wrapper .dots#engine {
    bottom: calc(min(max(105px, 160/767 * 100vw), 180px));
  }
  .appMapping .image-wrapper .dots#cooling-system {
    bottom: calc(min(max(90px, 140/767 * 100vw), 140px));
    left: 12%;
  }
  .appMapping .image-wrapper .dots#windshield {
    bottom: calc(min(max(165px, 310/767 * 100vw), 310px));
  }
  .appMapping .image-wrapper .dots#brakes {
    bottom: calc(min(max(65px, 80/767 * 100vw), 80px));
  }
  .appMapping .image-wrapper .dots#wheels {
    bottom: calc(min(max(66px, 80/767 * 100vw), 90px));
    left: 40%;
  }
  .appMapping .image-wrapper .dots#transmission {
    bottom: calc(min(max(103px, 180/767 * 100vw), 180px));
  }

  .appMapping .image-wrapper .dots#crane {
    bottom: calc(min(max(160px, 300/767 * 100vw), 300px));
    left: 60%;
  }
  .appMapping .image-wrapper .dots#hatch-covers {
    bottom: calc(min(max(135px, 240/767 * 100vw), 240px));
  }
  .appMapping .image-wrapper .dots#rudder-carrier {
    bottom: 45px;
    left: 13%;
  }
  .appMapping .image-wrapper .dots#slow-speed-engine-crankcase {
    bottom: calc(min(max(135px, 240/767 * 100vw), 240px));
    left: 60%;
  }
  .appMapping .image-wrapper .dots#slow-speed-engine-cylinders {
    bottom: calc(min(max(95px, 150/767 * 100vw), 150px));
  }
  .appMapping .image-wrapper .dots#steering-gear {
    bottom: calc(min(max(115px, 200/767 * 100vw), 200px));
    left: 29%;
  }
  .appMapping .image-wrapper .dots#purifiers {
    bottom: calc(min(max(72px, 100/767 * 100vw), 100px));
  }
  .appMapping .image-wrapper .dots#air-vessels {
    bottom: calc(min(max(83px, 120/767 * 100vw), 120px));
  }

  .appMapping .motorcycle .image-wrapper .dots#engine {
    bottom: calc(min(max(115px, 180/767 * 100vw), 180px));
  }
  .appMapping .motorcycle .image-wrapper .dots#cooling-system {
    bottom: calc(min(max(105px, 180/767 * 100vw), 180px));
    left: 39%;
  }
  .appMapping .motorcycle .image-wrapper .dots#brakes {
    bottom: calc(min(max(55px, 109/767 * 100vw), 109px));
    left: calc(min(max(45px, 189/767 * 100vw), 509px));
  }
  .appMapping .motorcycle .image-wrapper .dots#wheels {
    bottom: calc(min(max(100px, 170/767 * 100vw), 170px));
    left: calc(min(237/320 * 100vw, 80%));
  }

  .appMapping .heavy-duty .image-wrapper .dots#engine {
    bottom: calc(min(max(100px, 165/767 * 100vw), 165px));
    left: 35%;
  }
  .appMapping .heavy-duty .image-wrapper .dots#windshield {
    bottom: calc(min(max(140px, 240/767 * 100vw), 240px));
  }
  .appMapping .heavy-duty .image-wrapper .dots#cooling-system {
    bottom: calc(min(max(60px, 110/767 * 100vw), 110px));
    left: 20%;
  }
  .appMapping .heavy-duty .image-wrapper .dots#brakes {
    bottom: calc(min(max(45px, 67/767 * 100vw), 95px));
    left: 44%;
  }
  .appMapping .heavy-duty .image-wrapper .dots#as-blue-tank {
    bottom: calc(min(max(130px, 225/767 * 100vw), 225px));
  }
  .appMapping .heavy-duty .image-wrapper .dots#fifth-wheel {
    bottom: calc(min(max(130px, 220/767 * 100vw), 220px));
    left: 67%;
  }
  .appMapping .heavy-duty .image-wrapper .dots#transmission {
    bottom: calc(min(max(90px, 150/767 * 100vw), 150px));
  }
  .appMapping .heavy-duty .image-wrapper .dots#wheels {
    bottom: calc(min(max(90px, 150/767 * 100vw), 150px));
    left: calc(min(max(78%, 590/767 * 100vw), 100%));
  }

  .appMapping .image-wrapper .dots#hydraulic-press {
    bottom: calc(min(max(130px, 230/767 * 100vw), 230px));
  }
  .appMapping .image-wrapper .dots#industrial-gearbox {
    bottom: calc(min(max(140px, 240/767 * 100vw), 240px));
  }
  .appMapping .image-wrapper .dots#steam-turbine-generator {
    bottom: calc(min(max(135px, 250/767 * 100vw), 250px));
  }
}

@media screen and (min-width: 1000px) and (max-width: 1649px) {
  .appMapping .image-wrapper .dots#engine {
    bottom: calc(min(max(130px, 240/1920 * 100vw), 240px));
    left: 23%;
  }
  .appMapping .image-wrapper .dots#cooling-system {
    left: 14%;
    bottom: calc(min(max(130px, 210/1920 * 100vw), 210px));
  }
  .appMapping .image-wrapper .dots#brakes {
    left: 36%;
  }
  .appMapping .image-wrapper .dots#wheels {
    bottom: calc(min(max(75px, 75/1000 * 100vw), 120px));
  }
  .appMapping .image-wrapper .dots#transmission {
    bottom: calc(min(max(150px, 150/1000 * 100vw), 230px));
  }
  .appMapping .motorcycle .image-wrapper .dots#brakes {
    left: 25%;
  }
  .appMapping .motorcycle .image-wrapper .dots#wheels {
    left: calc(min(max(75%, 755/1649 * 100vw), 755px));
  }
  .appMapping .heavy-duty .image-wrapper .dots#brakes {
    bottom: calc(min(max(55px, 100/1920 * 100vw), 100px));
    left: 44%;
  }
  .appMapping .heavy-duty .image-wrapper .dots#transmission {
    bottom: calc(min(max(130px, 230/1920 * 100vw), 230px));
  }
  .appMapping .heavy-duty .image-wrapper .dots#wheels {
    left: calc(min(max(75%, 755/1649 * 100vw), 755px));
  }
  .appMapping .heavy-duty .image-wrapper .dots#fifth-wheel {
    left: 65%;
  }
  .appMapping .heavy-duty .image-wrapper .dots#cooling-system {
    left: 22%;
    bottom: calc(min(max(100px, 140/1920 * 100vw), 140px));
  }
  .appMapping .heavy-duty .image-wrapper .dots#windshield {
    left: 24%;
  }
  .appMapping .image-wrapper .dots#rudder-carrier {
    left: 15%;
  }
  .appMapping .image-wrapper .dots#sterntube {
    left: 19%;
  }
}

/* 404  */

/* .error-404 .wrapper {
  background-image: url("/wp-content/uploads/2023/02/404-background.png") center
    no-repeat;
  background-size: cover !important;
} */

body.error404 {
  background-image: url("/wp-content/uploads/2023/02/404-background.png") !important;
  background-repeat: no-repeat;
  background-position: center -300px;
  background-size: cover;
}

body.error404 .taxHeader {
  min-height: 80vh;
}

.error-404 .page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  min-height: 85vh;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .error-404 .page-content {
    gap: 0;
  }
}

.error404 .lubeFinder {
  display: none;
}

.error404 .mButton {
  text-transform: uppercase;
  margin-top: 2rem;
}

.error-heading {
  font-size: clamp(30px, 11vw, 80px);
  line-height: 75px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -4.4px;
  text-align: center;
  margin: 0;
}

.error-text {
  font-size: clamp(18px, 6vw, 44px);
  /* line-height: 55px; */
  font-weight: 300 !important;
  letter-spacing: -1.23px;
}

/* Custom Mega Menu  */

#site-navigation li {
  list-style-type: none;
}

.menu-has-children {
  position: relative;
}

#masthead > div > div {
  position: relative;
}

/* .cyclon__Menu li:last-child {
  margin-right: 10px;
} */

/* Search Results */
.search .cyclon__Header {
  background: #001a61 !important;
  /* overflow: hidden; */
}
main.search-results {
  padding: 230px 0 100px;
}
.search-results__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1380px;
  margin: auto;
}
.search-results h1 {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.05em;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #001a61;
}
.search-results__link {
  width: 100%;
  font-size: 28px;
  line-height: 1.25;
  font-weight: bold;
  padding: 1rem 20px 2rem;
  color: #001a61;
  border-bottom: solid 1px #ffda00;
}
.search .widget-area {
  display: none;
}

/* Search header */
.header-language-search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  height: 37px;
}
.header-search {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
.search-form {
  position: relative;
  z-index: 19;
  visibility: visible;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  /* width: 200px; */
  width: 0;
  transition: width 0.5s ease-in-out;
}
.search-form label {
  visibility: hidden;
  position: absolute;
  width: inherit;
}
.search-form label:after {
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: url(/wp-content/themes/cyclon/img/search.svg);
  width: min(max(12px, 1.9270833333vw), 37px);
  height: min(max(12px, 1.9270833333vw), 37px);
  visibility: visible;
  transition: color 0.3s ease-in-out;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
}
.single-post .search-form label:after,
.single-cyclon_product .search-form label:after {
  content: url(/wp-content/themes/cyclon/img/search-blue-1.svg);
}
.search-form label span {
  position: absolute !important;
  cursor: pointer;
  z-index: 20;
  visibility: visible;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: min(max(12px, 1.9270833333vw), 37px);
  display: block;
  font-size: 0;
  height: min(max(12px, 1.9270833333vw), 37px);
}
.search-form input[type="text"],
.search-form input[type="search"] {
  text-indent: 1px;
  margin-right: min(max(12px, 1.9270833333vw), 37px);
  padding: 3px 0px;
  /* width: 170px; */
  width: 0;
  height: 30px;
  color: #ffffff;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.1;
  transition: all 0.5s ease-in-out;
  border: none;
  cursor: pointer;
}
.single-post .search-form input[type="text"],
.single-post .search-form input[type="search"],
.single-cyclon_product .search-form input[type="text"],
.single-cyclon_product .search-form input[type="search"] {
  color: #001a61;
}
.search-form input[type="submit"] {
  width: min(max(12px, 1.9270833333vw), 37px);
  height: 20px;
  font-size: 0;
  cursor: pointer;
  display: none;
  border: none;
  background-color: transparent;
  margin-top: 0;
}

header.openSearch .search-form {
  width: 90%;
}
header.openSearch .search-form input[type="text"],
header.openSearch .search-form input[type="search"] {
  width: calc(100% - min(max(12px, 1.9270833333vw), 37px));
  outline: none;
  cursor: text;
  visibility: visible;
  border-bottom: 1px solid;
}
header.openSearch .search-form input[type="submit"] {
  display: block;
  z-index: 21;
}

/* Modal  */
.modal {
  display: none !important; /* Remove important before go live */
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 600px;
}

@media only screen and (max-width: 800px) {
  .modal-content {
    max-width: 80vw;
    margin: 50% auto;
  }
}

img {
  max-width: 100%;
}

.close {
  color: #fff;
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 2.5rem;
}

.close:hover,
.close:focus {
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
