body {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #4a4a4a;
  }

body a {
  color:#4a4a4a;
}

body a:hover {
  color: #0ed6e0;
}

.com-content-article a:visited {
  color: #0ed6e0;
}

h1 {
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 10px;
  font-family: Roboto;
  line-height: 1.1;
}

h2 {
  font-weight: 600;
  font-size: 26px;
  margin: 0 0 10px;
  font-family: Roboto;
  line-height: 1.1;
}

.logo {
  width: 169px;
  height: auto;
}

.header-nav {
  padding-top: 15px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header-nav {
    padding-bottom: 40px;
  }
}

.nav-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.nav-link {
  padding: 0 20px;
  color: #000;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.product-page {
  max-width: 1205px;
}

.product-data p {
  margin: 0;
}
  
  .flex-container {
    display: flex;
    justify-content: center;
  }
  
  .flex-title {
      display: flex;
  }

p.header {
  float: left;
  width: 30%;
  color: #17313e;
  font-size: 14px;
  font-weight: 600;
  font-family: Roboto;
}
  
.get-info {
  color: green;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  font-family: Roboto;
}
  
#product_variant {
  float: left;
  text-align: left;
  background: none;
  padding: 5px 10px;
  width: 60%;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  border-left: none;
  border-right: none;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  color: #4a4a4a;
  font-family: Roboto;
}
  
#get-quote, #submit-quote {
  width: 100%;
  padding: 15px 40px;
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  background: #0000;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
  border: 2px solid #0ed6e0;
  color: #4a4a4a;
  font-family: Roboto;
  transition: all 0.4s ease-in-out;
}

#get-quote:hover, #submit-quote:hover {
  background: #0ed6e0;
  color: #fff;
  border-color: #0ed6e0;
}

#responseMessage {
  margin-top: 20px;
}

.modal-title {
  font-size: 28px;
  font-weight: 600;
}

tr th{
  width:25%;
}

tr td{
  width:20%;
  text-align: center;
}

tr h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 15px;
  letter-spacing: 0em;
  line-height: 1.1;
  font-weight: 600;
}

td {
  text-align: center;
}

.icons {
  height: 60px;
  margin-bottom: 30px;
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
}

.tg td, .tg th {
  padding: 5px;
  border: 0 solid white; /* Combines border-style, border-width, and border-color */
  overflow: hidden;
  word-break: normal;
}

.tg th {
  font-weight: normal; /* Only necessary if you want to override browser defaults */
}

/* Combine selectors with common properties to reduce redundancy */
.tg .tg-yef1, .tg .tg-lzys, .tg .tg-ffly, .tg .tg-qvwd {
  text-align: left;
  vertical-align: top;
}

/* Use grouped selectors for same background and border colors to simplify the CSS */
.tg .tg-yef1, .tg .tg-lzys {
  background-color: #cecece;
  color: #ffffff;
}

.tg .tg-ffly, .tg .tg-qvwd {
  background-color: #fafafa;
}

 /* Shared styles for sections and containers */
.page-section, .page-container, .unoptix-row, .unoptix-column-nav, .unoptix-column-grid {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #4a4a4a;
}

.page-container {
  width: 100%;
  padding: 0 30px; /* Simplified padding declaration */
  margin: 0 auto; /* Centered margin */
  max-width: 1900px;
}

/* Layout styles */
.unoptix-item {
  padding-bottom: 30px;
}

/* Product item styles */
.item-wrapper-inner {
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  height: 100%;
}

.item-title {
  font-size: 18px; /* Increased font size for titles */
  text-align: center;
  letter-spacing: 1px; /* Consistent letter-spacing */
  line-height: normal;
}

.load-more-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 50px 0px 50px 0px;
}

#load-more {
  width: 345px;
  padding: 15px 40px;
  line-height: 1.42;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  background: transparent;
  border-radius: 30px;
  border: 2px solid #0ed6e0;
  color: #4a4a4a;
  font-family: Roboto;
}



.nav.menu.menu-module.list-inline {
  font-size: 14px;
}


.nav.menu.menu-module.list-inline li {
  padding: 12px 0 12px 20px;
  border-bottom: 1px dashed #e5e5e5;
}

.nav.menu.menu-module.list-inline .nav-child li {
  font-size: 13px;
}

.nav.menu.menu-module.list-inline > li:last-child,
.nav.menu.menu-module.list-inline .nav-child li:last-child {
  border-bottom: none;
}

.nav.menu.menu-module.list-inline li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.nav.menu.menu-module.list-inline li > a {
  color: #0ed6e0;
}

.nav.menu.menu-module.list-inline li > a:hover {
  color: #000;
}

.module-title {
  border-radius: 30px;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  background: #0ed6e0;
  color: #fff;
  padding: 12px 15px;
  border-bottom: 2px solid;
}

.nav-child {
  list-style-type: none;
  padding-left: 0;
}

#fs-1528971627712 {
  background-color: #fafafa !important;
  color: #000;
  text-align: right;
  font-size: 14px;
  float: left;
  width: 100%;
  padding: 20px 5px;
}

/* JANI */

header .container, header .container-sm, header .container-md, header .container-lg, header .container-xl, .astroid-layout.astroid-layout-boxed .astroid-wrapper {
  max-width: 1313px;
}

.menu-toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 24px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.menu-toggle + .nav-child {
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.9s cubic-bezier(0, 1, 0, 1);
}

.menu-toggle.show-submenu + .nav-child {
  display: block !important;
  max-height: 1000px;
  transition: max-height 2s ease-in-out;
}
.menu-toggle.show-submenu .close-icon {
  display: inline;
}
.menu-toggle.show-submenu .open-icon {
  display: none;
}
.menu-toggle:not(.show-submenu) .close-icon {
  display: none;
}
.menu-toggle:not(.show-submenu) .open-icon {
  display: inline;
}

.form-factor-mobile {
  cursor: pointer;
}

.form-factor-mobile.show-form-factor-options .open-icon {
  display: none;
}

.form-factor-mobile:not(.show-form-factor-options) .close-icon {
  display: none;
}

.form-factor-mobile.show-form-factor-options + .form-factor-options {
  display: block !important;
}

.nav-item a:link {
  text-decoration: none;
  color: #4a4a4a;
}

.nav-item a:active {
  text-decoration: none;
  color: #0ed6e0;
}

.nav-item a:hover {
  text-decoration: none;
  color: #0ed6e0;
}

#hamburger-menu-opener {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
}

#hamburger-menu-opener .fa-bars {
  color: #000;
}

.dropdown-item:active {
  background-color: #0ed6e0 !important;
}



/* Footer section */
.footer-wrapper {
  margin-top: 200px;
  max-width: 1289px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper p a:link {
  text-decoration: none;
  color: #4a4a4a !important;
}

.footer-wrapper p a:hover {
  color: #0ed6e0 !important;
}

.footer-wrapper h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-wrapper p {
  margin-bottom: 7px;
}

.footer-logo {
  width: 120px;
  height: auto;
  padding-bottom: 20px;
}

/* Search bar */
/* Overlay */
.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffffe6;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.overlay-content {
  text-align: center;
}

.overlay input[type="text"] {
  background: none;
  width: 800px;
  font-size: 30px;
  border: none;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  outline: none;
}

#search-input::placeholder {
  color: #000;
}

.overlay button[type="submit"] {
  padding: 10px 20px;
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 80px;
  cursor: pointer;
  color: #000;
}

.close-btn:hover {
  color: #0ed6e0;
}

#open-search-btn img {
  cursor: pointer;
  vertical-align: middle;
}

/* Styling for the search icon */
.search-icon {
  transition: all 0.3s ease;
}

#open-search-btn {
  text-decoration: none;
}

#open-search-btn:hover .search-icon {
  content: url("https://unoptix.com/images/search_hover.svg");
}

input[type="image"] {
  cursor: pointer;
  transition: all 0.3s ease;
}

input[type="image"]:hover {
  content: url("https://unoptix.com/images/search_hover.svg");
}

/* Mobile styles */
@media (max-width: 768px) {
  .overlay input[type="text"] {
    width: 250px;
    font-size: 16px;
  }

  .overlay button[type="submit"] {
    font-size: 16px;
    padding: 8px 16px;
  }

  .close-btn {
    font-size: 50px;
    top: 10px;
    right: 20px;
  }

  .search-icon {
    width: 14px;
    height: 14px;
  }
}

.compatible-variants a {
  text-decoration: none;
  color: #4a4a4a;
  text-align: justify;
}

.compatible-variants a:hover {
  color: #0ed6e0;
}

.compatible-variants {
  text-align: justify;
}

.search-label {
  font-size: 14px;
  color: #4a4a4a;
  margin-right: 6px;
}

.product-count {
  margin-left: 5px;
  color: #999;
  font-size: 0.85em;
}