/*
Theme Name:   Vooner
Theme URI:    https://www.b2bdd.com/
Description:  A Child theme of the B2BDD theme designed for Vooner
Author:       B2BDD
Author URI:   https://www.b2bdd.com
Template:     B2BDD
Version:      1.0.1
Text Domain:  Vooner

*/
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 1366px) {
  body:not(.home) .entry-content,
  body:not(.home) .breadcrumb-container,
  body:not(.home) .entry-header-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
a {
  color: var(--blue);
}
h3 {
  color: var(--aerzen-blue);
  border-bottom: solid 1px var(--silvergray);
  padding-bottom: 12px;
}
#breadcrumbs {
  text-transform: uppercase;
  font-size: 1.1em;
  padding-top: 8px;
}
.main-navigation {
  margin-bottom: 2px;
}
.nav-float-left #site-navigation {
  margin-right: 0;
}
#menu-primary-menu-right {
  display: flex;
}
@media screen and (max-width: 768px) {
  #menu-primary-menu-right {
    display: none;
  }
}
.inside-header {
  justify-content: space-between;
}
@media screen and (min-width: 820px) {
  .inside-header .main-navigation {
    width: 44.3% !important;
  }
}
.inside-header .main-navigation .inside-navigation {
  justify-content: center;
}
@media screen and (min-width: 1366px) {
  .inside-header {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1366px) {
  .inside-header {
    padding: 20px 5px;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1295px) {
  .inside-header .main-navigation a {
    font-size: 15px;
  }
}
@media screen and (max-width: 935px) {
  .inside-header .main-navigation a {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 876px) {
  .inside-header .main-navigation a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .inside-header {
    flex-direction: row-reverse !important;
  }
  .inside-header #mobile-menu-control-wrapper {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 7px) and (max-width: 1166px) {
  .main-navigation .main-nav ul li a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .site-header .header-image {
    width: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 860px) {
  .main-navigation .menu-item-has-children::after {
    display: none;
  }
  .main-navigation .menu-item-has-children {
    padding-right: 0px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 935px) {
  .main-navigation .menu-item-has-children::after {
    right: 0px;
  }
  .main-navigation .menu-item-has-children {
    padding-right: 12px;
  }
}
#menu-item-238 a {
  display: flex;
}
.site-footer {
  border-top: solid 10px var(--blue);
}
.site-footer .inside-footer-widgets {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.site-footer .inside-footer-widgets .locations {
  display: flex;
  font-size: 18px;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .site-footer .inside-footer-widgets .locations {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .site-footer .inside-footer-widgets .locations .location-right,
  .site-footer .inside-footer-widgets .locations .location-left {
    margin: 15px 0;
  }
}
.site-footer .inside-footer-widgets .locations .location-left {
  padding: 0 30px;
}
.site-footer .inside-footer-widgets .locations .location-right {
  padding: 0 30px;
}
.hero-section {
  margin-bottom: -7px;
}
.hero-section .hero-content-container {
  bottom: 35%;
}
.hero-section .hero .hero-image-container {
  height: 60vh;
}
.hero-section .hero .hero-image {
  height: 60vh;
}
.hero-section .hero .hero-caption {
  font-size: 48px;
}
@media screen and (max-width: 1200px) {
  .hero-section .hero .hero-caption {
    font-size: 32px;
    line-height: 1;
  }
}
@media screen and (max-width: 950px) {
  .hero-section .hero .hero-caption {
    font-size: 24px;
    width: 80%;
  }
}
.hero-section .hero .hero-main-text {
  font-family: klavika-web;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  margin: 1.5rem;
  font-size: 4em;
  line-height: 1;
  text-shadow: 0 0 6px #333;
}
@media screen and (max-width: 1200px) {
  .hero-section .hero .hero-main-text {
    font-size: 3em;
  }
}
@media screen and (max-width: 950px) {
  .hero-section .hero .hero-main-text {
    font-size: 2em;
  }
}
@media screen and (max-width: 650px) {
  .hero-section .hero .hero-main-text {
    font-size: 1.7em;
  }
}
.hero-section .hero-slider-image img {
  max-height: 55vh !important;
}
.homepage-about {
  background-color: var(--blue);
  color: white;
  font-size: 1.4em;
  text-align: center;
  padding: 1em 0;
  font-weight: bold;
}
.homepage-about P {
  padding: 0;
  margin: 0;
}
#homepage-products {
  margin: 36px 0;
}
@media screen and (max-width: 1366px) {
  #homepage-products {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#homepage-products .bucket-holder {
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
#homepage-products .bucket {
  display: flex;
  flex-direction: column-reverse;
  border: solid 1px var(--blue);
  width: 98%;
  height: 350px;
  justify-content: space-between;
  transition: 0.3s;
}
#homepage-products .bucket .bucket-name {
  margin: 0;
  text-align: center;
  padding: 18px 24px;
  font-size: 1.2em;
  background-color: var(--blue);
  line-height: 1;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#homepage-products .bucket a {
  font-weight: normal;
  color: white;
  text-align: center;
}
#homepage-products .bucket:hover {
  box-shadow: 6px 6px 12px #e0e0e0, -6px -6px 12px #e0e0e0;
  transform: translateY(-8px);
}
#homepage-products .bucket-text {
  display: none;
}
#homepage-products .bucket-image {
  height: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#homepage-products .bucket-image img {
  width: 230px;
  margin: auto;
  border-radius: 0;
  padding: 20px;
}
#media_image-3 {
  background: white;
  padding: 12px;
}
#homepage-industries .bucket-holder {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  #homepage-industries .bucket-holder {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  #homepage-industries .bucket-holder {
    grid-template-columns: 1fr;
  }
}
#homepage-industries .bucket-holder .bucket {
  border: none;
}
#homepage-industries .bucket-holder .bucket .bucket-name {
  font-size: 1.4em;
  text-align: center;
  margin: 0;
}
#homepage-industries .bucket-holder .bucket .bucket-text {
  text-align: center;
  padding: 12px;
}
#homepage-industries .bucket-holder .bucket .bucket-image {
  display: flex;
  justify-content: center;
}
#homepage-industries .bucket-holder .bucket .bucket-image img {
  width: 140px;
  border-radius: 0;
}
@media screen and (max-width: 800px) {
  #homepage-industries .bucket-holder .bucket:nth-of-type(5) {
    display: none;
  }
}
#homepage-industries .bucket-holder .bucket:nth-of-type(5) .bucket-image {
  padding-top: 48px;
}
#homepage-industries .bucket-holder .bucket:nth-of-type(5) img {
  width: 95%;
}
.why-vooner {
  background: var(--base-2);
  padding-top: 24px;
  padding-bottom: 24px;
}
.why-vooner .cut-in {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 36px 0;
}
.why-vooner .cut-in .cut-in-left {
  width: 30%;
}
.why-vooner .cut-in .cut-in-right {
  width: 70%;
  background-color: var(--aerzen-blue);
  border-bottom: 20px solid var(--silvergray);
}
.why-vooner .cut-in .cut-in-right h2 {
  color: white;
  font-weight: 700;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 20px;
  margin-left: 30px;
  text-transform: uppercase;
}
.why-vooner .cut-in .cut-in-right p {
  display: none;
}
.generate-back-to-top {
  border-radius: 50%;
  background-color: var(--blue) !important;
  border: solid 1px white;
  transition: 0.3s;
}
.generate-back-to-top:hover {
  background-color: white !important;
  border-color: var(--blue) !important;
  color: var(--blue) !important;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: 0;
}
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 {
  width: 80%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 {
  width: 80%;
}
@media screen and (max-width: 875px) {
  .site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 {
    width: 100%;
  }
}
.site-footer .footer-widgets-container .inside-footer-widgets .widget {
  padding-left: 0;
}
.gradient-background {
  background-image: linear-gradient(180deg, #2b87da 0%, #29c4a9 100%) !important;
}
.above-hero {
  background-color: var(--blue);
}
.above-hero h1 {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 23px;
  font-weight: bold;
  padding: 12px 0;
  margin-bottom: 0;
}
.vacuumpumps .bucket-holder {
  padding: 70px;
  grid-row-gap: 24px;
  justify-content: center;
}
.vacuumpumps .bucket {
  border: none !important;
}
.vacuumpumps .bucket .bucket-image {
  margin: auto;
  background-color: #0c71c3;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vacuumpumps .bucket .bucket-image img {
  max-width: 60px;
  max-height: 60px;
}
.vacuumpumps .bucket .bucket-name {
  color: white;
  font-size: 21px;
  text-align: center;
  font-weight: 600;
}
.rfq-button,
.link-button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: auto;
  padding: 1em;
  cursor: pointer;
  background: var(--blue);
  text-decoration: none;
  color: white !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 5px;
  font-weight: 600;
  min-width: 30%;
  text-align: center;
}
.link-button {
  font-size: 22px;
}
.rfq-button::before,
.link-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--green);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
}
.rfq-button:hover:before,
.rfq-button:focus:before,
.rfq-button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.rfq-button:hover {
  color: white;
  text-decoration: none;
}
.rfq-wrapper {
  display: flex;
  margin: 12px;
}
.link-button:hover:before,
.link-button:focus:before,
.link-button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.link-button:hover {
  color: white;
  text-decoration: none;
}
.link-wrapper {
  display: flex;
}
.product-page-lisitings {
  margin-top: 60px;
}
.product-page-lisitings .bucket-holder {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 18px;
}
.product-page-lisitings .bucket-holder .bucket {
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.2s ease;
}
.product-page-lisitings .bucket-holder .bucket .bucket-image {
  border: none !important;
  box-shadow: 0 0 2px var(--gray);
  width: 170px;
  height: 170px;
  border: solid 1px;
}
.product-page-lisitings .bucket-holder .bucket .bucket-image img {
  height: 100%;
  object-fit: cover;
}
.product-page-lisitings .bucket-holder .bucket .bucket-name a {
  font-size: 1em;
  font-weight: 500;
}
.product-page-lisitings .bucket-holder .bucket:hover .bucket-image {
  box-shadow: 0 0 6px #c5c5c5;
}
.product-page-lisitings .bucket-holder .bucket:hover .bucket-name a {
  color: var(--green);
}
.columns-2 {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columns-2 .col-1,
.columns-2 .col-2 {
  width: 49%;
}
@media screen and (max-width: 800px) {
  .columns-2 {
    justify-content: center;
  }
  .columns-2 .col-1,
  .columns-2 .col-2 {
    width: 95%;
  }
}
.catalog-link-info {
  padding: 60px 0;
}
.catalog-link-info .cta-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.catalog-link-info .cta-container a {
  border-radius: 5px;
  font-weight: 500;
  font-size: 24px;
  color: white;
  transition: 0.3s;
  padding: 40px;
  min-width: 300px;
  width: 30%;
  text-align: center;
  margin: 12px;
}
@media screen and (max-width: 700px) {
  .catalog-link-info .cta-container a {
    font-size: 18px;
    padding: 24px;
  }
}
.catalog-link-info .cta-container .cat-link {
  background-color: var(--aerzen-blue);
}
.catalog-link-info .cta-container .rfq-link {
  background-color: var(--aerzen-blue);
}
.catalog-link-info .cta-container a:hover {
  background-color: var(--green);
  text-decoration: none;
}
.brochures {
  display: flex;
  justify-content: center;
  margin: 36px 0;
}
.brochures .brochure-header {
  background-color: var(--blue);
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 5px 5px 0 0;
  padding: 12px 24px;
  text-transform: uppercase;
}
.brochures .brochure-panel {
  border: solid 1px var(--blue);
  padding: 12px;
  background-color: #f9fcff;
  border-radius: 0 0 5px 5px;
}
.brochures .brochure-panel ul {
  margin-bottom: 0;
}
.brochures .brochure-panel ul li {
  font-weight: bold;
}
#nf-form-2-cont .nf-form-wrap {
  max-width: 80%;
  padding: 30px !important;
  box-shadow: 0 4px 11px -5px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  #nf-form-2-cont .nf-form-wrap {
    max-width: 95%;
  }
}
.offwhite-bg {
  background-color: #fbfffe;
}
.no-margins {
  margin-top: 0 !;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
.menu-item-has-children .dropdown-menu-toggle {
  padding-right: 5px;
  padding-left: 5px;
}
.social-media-home {
  padding: 36px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
  color: var(--aerzen-blue);
}
.social-media-home p {
  margin-bottom: 0;
}
.social-media-home .social-media-home-icons {
  display: flex;
  justify-content: center;
}
.social-media-home .social-media-home-icons svg {
  height: 60px;
  width: 60px;
  color: var(--aerzen-blue);
  margin: 12px;
}
.social-media-footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: var(--aerzen-blue);
}
.social-media-footer-icons svg {
  height: 40px;
  width: 40px;
  color: var(--aerzen-blue);
  margin: 6px;
}
.main-navigation .menu-item-has-children::after {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 4px;
  top: 0;
  transform: translateY(140%);
  font-size: 11px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .main-navigation .menu-item-has-children::after {
    display: none;
  }
}
.main-navigation .menu-item-has-children:hover:after {
  color: var(--blue);
  cursor: pointer;
}
.main-navigation .menu-item-has-children {
  padding-right: 18px;
}
@media screen and (min-width: 769px) {
  .main-navigation .menu-item-has-children .dropdown-menu-toggle {
    display: none;
  }
}
.main-navigation .menu-item-has-children .sub-menu .menu-item-has-children::after {
  right: 10px;
  top: 0;
  transform: translateY(106%);
  color: var(--blue);
}
.main-navigation .menu-item-has-children .sub-menu .menu-item-has-children:hover:after {
  color: var(--orange);
}
.main-navigation .current-menu-parent::after,
.main-navigation .current-menu-ancestor::after,
.main-navigation .current_page_item::after,
.main-navigation current-menu-item::after {
  color: var(--blue);
}
.type-post .entry-content {
  padding: 0 !important;
}
.product-services-landing .landing-link-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.product-services-landing .landing-link-wrap .landing-button {
  width: 45%;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 675px) {
  .product-services-landing .landing-link-wrap .landing-button {
    width: 90%;
  }
}
.product-services-landing .landing-link-wrap .landing-button .page-link-image {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
}
.product-services-landing .landing-link-wrap .landing-button .landing-link-overlay-vertical {
  position: absolute;
  background-color: #004271a9;
  height: 100px;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.product-services-landing .landing-link-wrap .landing-button .landing-link-overlay-vertical .bucket-name-vertical {
  font-size: 24px;
  color: white;
  font-weight: bold;
  font-family: "klavika-web";
  opacity: 1;
}
.product-services-landing .landing-link-wrap .landing-button .landing-link-overlay-horizontal {
  position: absolute;
  background-color: #004271e0;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-out;
}
.product-services-landing .landing-link-wrap .landing-button .landing-link-overlay-horizontal .bucket-name-horizontal {
  font-size: 24px;
  color: white;
  font-weight: bold;
  font-family: "klavika-web";
}
.product-services-landing .landing-link-wrap .landing-button:hover .landing-link-overlay-vertical {
  opacity: 0;
}
.product-services-landing .landing-link-wrap .landing-button:hover .landing-link-overlay-horizontal {
  right: 0;
}
.image-entry-header .header-image {
  height: 270px;
  box-shadow: 0 0 2px #aeaeae;
  background-position: center;
}
.image-entry-header .header-image h1 {
  color: white;
  text-shadow: 0px 0px 8px black;
  font-size: 48px;
}
@media screen and (min-width: 2000px) {
  .image-entry-header .header-image {
    height: 270px;
  }
}
.blog-header {
  background-image: url("/wp-content/uploads/2026/01/vooner-header-bg-4.jpg");
}
.site-footer {
  margin-top: 60px;
}
.header-image-full img {
  width: 100%;
  max-height: 60vh;
  object-fit: cover;
  object-position: center;
}
.single-catalog-product .site-main {
  margin-right: 0 !important;
}
.single-catalog-product .header-w-icon {
  justify-content: space-between;
}
.single-catalog-product .header-w-icon .header-banner-icon {
  max-width: 150px;
}
.single-catalog-product .image-entry-header .header-image {
  height: 270px;
  box-shadow: 0 0 2px #aeaeae;
  background-position: center;
}
.single-catalog-product .image-entry-header .header-image h1 {
  color: white;
  text-shadow: 0px 0px 8px black;
  font-size: 48px;
}
@media screen and (min-width: 2000px) {
  .single-catalog-product .image-entry-header .header-image {
    height: 270px;
  }
}
.single-catalog-product .inside-article .featured-image {
  display: none;
}
.single-catalog-product .site-content .content-area {
  width: 100%;
}
.single-catalog-product .product-content {
  display: flex;
  justify-content: space-between;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1360px) {
  .single-catalog-product .product-content {
    margin: 0 30px;
  }
}
.single-catalog-product .product-content .product-main {
  max-width: 100%;
}
.single-catalog-product .product-content .product-main table thead {
  background-color: var(--blue);
  color: white;
}
.single-catalog-product .product-content .product-main table tr:nth-child(even) {
  background-color: #f5f4f4;
}
.single-catalog-product .product-content .product-main table td {
  font-size: 14px;
  text-align: center;
  min-width: 75px;
}
.single-catalog-product .product-content .product-main .gallery-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap {
  width: 500px;
  max-width: 40%;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .product-gallery {
  position: relative;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .product-gallery .slick-track {
  display: flex;
  align-items: center;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .product-gallery img {
  max-height: 350px;
  width: auto !important;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .product-gallery .slick-slide div {
  display: flex;
  justify-content: center;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .product-gallery .slick-arrow {
  background-color: transparent;
  color: #55555e;
  font-size: 30px;
  position: absolute;
  top: 40%;
  z-index: 2;
  opacity: 0;
  transition: 0.7s;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .product-gallery .slick-next {
  right: 10px;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .product-gallery .slick-prev {
  left: 10px;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .product-gallery:hover .slick-arrow {
  opacity: 1;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .product-gallery:hover .slick-next {
  right: 0;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .product-gallery:hover .slick-prev {
  left: 0;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .gallery-nav {
  position: relative;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .gallery-nav img {
  max-width: 100px;
  height: 100px;
  object-fit: cover;
  background-color: #b6b6b6;
  cursor: pointer;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .gallery-nav .slick-track {
  display: flex;
  justify-content: center;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .gallery-nav .slick-slide {
  width: 100px !important;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.5;
  transition: 0.7s;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .gallery-nav .slick-slide div img {
  width: 100px !important;
  height: 100px;
  border: solid 1px white;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .gallery-nav .slick-current {
  opacity: 1;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .gallery-nav .slick-current div img {
  border: solid 1px #bdbdbd;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .gallery-nav .slick-slide:hover {
  opacity: 1;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .gallery-nav .slick-slide:hover div img {
  border: solid 1px #bdbdbd;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .gallery-nav .slick-arrow {
  background-color: transparent;
  color: #414146;
  font-size: 35px;
  position: absolute;
  top: 22%;
  z-index: 2;
  opacity: 0;
  transition: 0.7s;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .gallery-nav .slick-next {
  right: -10px;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .gallery-nav .slick-prev {
  left: -10px;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .gallery-nav:hover .slick-arrow {
  opacity: 1;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .gallery-nav:hover .slick-next {
  right: -20px;
}
.single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap .gallery-nav:hover .slick-prev {
  left: -20px;
}
.single-catalog-product .product-content .product-main .gallery-container .product-content-w-gallery {
  max-width: 57%;
}
@media screen and (max-width: 856px) {
  .single-catalog-product .product-content .product-main .gallery-container {
    flex-wrap: wrap;
  }
  .single-catalog-product .product-content .product-main .gallery-container .product-gallery-wrap {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .single-catalog-product .product-content .product-main .gallery-container .product-content-w-gallery {
    max-width: 100%;
  }
}
.single-catalog-product .top-three-ind {
  margin-left: 1em;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .single-catalog-product .top-three-ind {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 900px) {
  .single-catalog-product table {
    display: block;
    overflow-x: scroll;
  }
}
.landing-page {
  display: flex;
  justify-content: space-between;
}
.landing-page .landing-page-sidebar {
  width: 20%;
}
@media screen and (max-width: 850px) {
  .landing-page .landing-page-sidebar {
    display: none;
  }
}
.landing-page .landing-page-sidebar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: sticky;
  top: 35px;
}
.landing-page .landing-page-sidebar ul li {
  border-bottom: solid 1px #dddddd;
  margin: 0;
  padding: 6px 0;
}
.landing-page .landing-page-sidebar ul li a {
  scroll-behavior: smooth;
  font-size: 18px;
}
.landing-page .landing-page-main {
  width: 75%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 850px) {
  .landing-page .landing-page-main {
    width: 100%;
  }
}
.landing-page .landing-page-main .landing-page-section {
  margin-bottom: 80px;
  scroll-behavior: smooth;
}
.landing-page .landing-page-main .landing-page-section .section-title {
  font-size: 26px;
  font-weight: bold;
}
.landing-page .landing-page-main .landing-page-section .section-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}
.landing-page .landing-page-main .landing-page-section .section-inner .section-left {
  width: 25%;
}
.landing-page .landing-page-main .landing-page-section .section-inner .section-right {
  width: 73%;
}
.landing-page .landing-page-main .landing-page-section .section-inner .section-right .info-button {
  margin-top: 30px;
}
.landing-page .landing-page-main .landing-page-section .section-inner .section-right .info-button a {
  background-color: var(--blue);
  color: white;
  padding: 8px 16px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px gainsboro;
  transition: 0.2s;
}
.landing-page .landing-page-main .landing-page-section .section-inner .section-right .info-button a i {
  font-size: 16px;
  padding-left: 5px;
}
.landing-page .landing-page-main .landing-page-section .section-inner .section-right .info-button a:hover {
  background-color: #0c71c3;
  box-shadow: 3px 3px 5px #8a8a8a;
}
.home-images .full-width {
  max-width: 90%;
  margin: 60px auto;
}
.home-images img {
  box-shadow: 6px 6px 10px #c7c7c7;
  transition: 0.2s;
  border-radius: 20px;
  overflow: hidden;
}
.home-images img:hover {
  box-shadow: 6px 6px 12px #8a8a8a;
}
.product-gallery-wrap .modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #20252bab;
}
.product-gallery-wrap .modal-content {
  margin: auto;
  padding: 0;
  max-width: 1300px;
}
.product-gallery-wrap .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.product-gallery-wrap .close:hover,
.product-gallery-wrap .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.product-gallery-wrap .prodSlides {
  display: none;
  justify-content: center;
  max-height: 80vh;
}
.product-gallery-wrap .prodSlides img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: white;
  max-height: 80vh;
  width: auto;
}
.product-gallery-wrap .prev,
.product-gallery-wrap .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  font-size: 34px;
}
.product-gallery-wrap .next {
  right: 0;
  border-radius: 3px 0 0 3px;
  text-decoration: none;
}
.product-gallery-wrap .prev {
  left: 0;
  text-decoration: none;
}
.product-gallery-wrap .prev:hover,
.product-gallery-wrap .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.product-gallery-wrap .numbertext {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 17px;
}
.product-gallery-wrap .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.two-column-charts {
  display: flex;
  justify-content: space-between;
}
.two-column-charts img {
  height: auto;
  width: 47%;
}
@media screen and (max-width: 900px) {
  .two-column-charts {
    justify-content: center;
    flex-wrap: wrap;
  }
  .two-column-charts img {
    margin-bottom: 30px;
    width: 90%;
  }
}
.landing-page-w-sections .section-right {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}
.landing-page-w-sections .section-right .info-button {
  margin-right: 20px;
  margin-top: 0 !important;
}
.landing-page-w-sections .section-right .info-button a {
  min-width: 300px !important;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .landing-page-w-sections .section-inner {
    flex-wrap: wrap;
  }
  .landing-page-w-sections .section-inner .section-left,
  .landing-page-w-sections .section-inner .section-right {
    width: 100% !important;
    text-align: center;
  }
  .landing-page-w-sections .section-inner .section-left img,
  .landing-page-w-sections .section-inner .section-right img {
    margin-bottom: 24px;
  }
}
.landing-page-w-sections #Vacuum_Systems .section-right {
  max-height: 120px;
}
.custom-content-sidebar img {
  margin-bottom: 18px;
  margin-right: 18px;
  margin-top: 12px;
}
#masthead {
  border-bottom: solid 1px #e8e8e8;
  box-shadow: 0px 2px 4px #f0f0f0;
}
#masthead #site-navigation {
  order: 1 !important;
  width: 80% !important;
}
#masthead #site-navigation ul ul {
  width: 270px !important;
}
@media screen and (min-width: 1366px) {
  #masthead .inside-header {
    max-width: 90% !important;
  }
  #masthead .inside-navigation {
    max-width: 100% !important;
    justify-content: flex-end;
  }
}
.single-product #masthead {
  margin-bottom: 0;
  box-shadow: none;
}
.header-404 {
  max-width: none;
}
.header-404 #page {
  padding: 30px;
  max-width: 1300px;
}
.monoblock-section {
  display: flex;
  justify-content: space-between;
}
.monoblock-section .monoblock-info {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: right;
  padding-bottom: 24px;
}
.monoblock-section .monoblock-info ul {
  list-style: none;
  padding-left: 1.5em;
}
.monoblock-section .monoblock-info ul li {
  font-size: 18px;
  margin-bottom: 12px;
}
.monoblock-section .monoblock-info li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f138";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  color: var(--blue);
}
.monoblock-section .monoblock-slider-gallery-container {
  width: 60%;
}
.monoblock-section .monoblock-slider-gallery-container .monoblock-slider-gallery .slick-arrow {
  background-color: #f2f2f2;
  color: #55555e;
  font-size: 30px;
  position: absolute;
  top: 40%;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.7s, box-shadow 0.1s, right 0.7s, left 0.7s;
  border-radius: 50%;
  width: 67px;
}
.monoblock-section .monoblock-slider-gallery-container .monoblock-slider-gallery .slick-arrow:hover {
  box-shadow: 0 0 5px gray;
}
.monoblock-section .monoblock-slider-gallery-container .monoblock-slider-gallery .slick-next {
  right: 10px;
}
.monoblock-section .monoblock-slider-gallery-container .monoblock-slider-gallery .slick-prev {
  left: 10px;
}
.monoblock-section .monoblock-slider-gallery-container .monoblock-slider-gallery:hover .slick-arrow {
  opacity: 1;
}
.monoblock-section .monoblock-slider-gallery-container .monoblock-slider-gallery:hover .slick-next {
  right: 0;
}
.monoblock-section .monoblock-slider-gallery-container .monoblock-slider-gallery:hover .slick-prev {
  left: 0;
}
.monoblock-section .monoblock-slider-gallery-container .monoblock-slider-gallery-nav {
  cursor: pointer;
}
.monoblock-section .monoblock-slider-gallery-container .monoblock-slider-gallery-nav .slick-slide {
  border-radius: 10px;
  overflow: hidden;
  border: solid 3px #f2f2f2;
  margin: 8px;
  transition: border 0.3s;
}
.monoblock-section .monoblock-slider-gallery-container .monoblock-slider-gallery-nav .slick-slide:hover {
  border: solid 3px #dbdbdb;
}
.monoblock-section .monoblock-slider-gallery-container .monoblock-slider-gallery-nav .slick-current {
  border: solid 3px var(--blue) !important;
}
@media screen and (max-width: 970px) {
  .monoblock-section {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .monoblock-section .monoblock-slider-gallery-container {
    width: 100% !important;
  }
  .monoblock-section .monoblock-info {
    width: 100% !important;
    justify-content: left;
    margin-top: 24px;
  }
}
.monoblock-table {
  margin-top: 30px;
}
.monoblock-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.monoblock-table th,
.monoblock-table td {
  border: 1px solid #cfcfcf;
  padding: 8px 10px;
  text-align: center;
  font-size: 14px;
}
.monoblock-table td:first-child {
  font-weight: bold;
  text-align: left;
}
.monoblock-table .sub-header {
  background: #efefef;
  font-size: 13px;
}
.monoblock-table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
@media screen and (max-width: 970px) {
  .monoblock-table {
    display: block;
    overflow-x: scroll;
  }
}
