.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

.modal-content {
    background-color: #f5f5f6;
    width: 80%;
    max-width: 600px;
    margin: 100px auto; /* Adjust the margin as needed */
    padding: 20px;
    text-align: center;
}
#acceptButton, #closeButton {padding:6px 20px;background-color:#2c3344; color:white;font-size:18px;}
html {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.5;
  tab-size: 4;
  color: #2c3344;
}
body {
  background-color: #fff;
  margin: 0px
}
main {padding:20px;}
.light {
  color: #2c3344;
}
.dark {
  color: #232936;
}
.accent {
  color: #2eeaa9;
}
.nav_text {
  color: #f5f5f6;
}
h1, h2, h3, h4, h5 {
  text-align: left;
}
h1 {
  font-size: 2.0rem;
  font-weight: 700;
  margin:0px;
  line-height: 1.1;
}
h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 12px;
  margin-block-end: 0.5em;
  text-transform: uppercase;
}
h4 {
  font-size: .8rem;
  line-height: 1em;
  margin-bottom: 0em;
}
h5 {
  font-size: .6rem;
  margin: 5px 0px 10px 0px;
}
p, li {
  line-height: 1.5;
  letter-spacing: 0.04rem;
  margin-bottom: 16px;
  font-size: 16px
}
.p10 {padding:10px;}
.p20 {padding:20px;}
#updated {font-size:12px; font-style:italic;margin:16px 0px 20px 0px;}
#credit {font-size:10px; font-style:italic;margin:0px;  color: #232936;}
p.strap {
  display:block;
  border-left: solid #232936 1px;
  padding-left:5px;
  font-size: 14px;
  margin-bottom:10px;
  color: #232936;
}
p.date {
  font-size: 14px;
}
li {
  line-height: 1.5;
  margin-bottom: 0;
}
a:link, a:visited {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: orange;
  cursor: pointer;
  text-decoration: underline;
}
a:active {
  color: orange;
}
footer {
  font-weight: 400;
  padding: 10px 0px;
  margin-top: 20px;
  clear: both;
}
footer p, footer li {
  color: #f5f5f6;
  font-size: 14px;
}
footer ul li a:link {
  color: #f5f5f6;
}
footer li {
  list-style: none;
  text-decoration: none;
  margin: 0;
}
.middle {
  text-align: center
}
.block {
  display: block
}
.white {
  color: #f5f5f6;
}
.orange {
  color: orange;
}
.accent {
  color: #2eeaa9;
}
.bold {
  font-weight: 700;
}
hr {
  border-top: 1px dashed #eee;
}
.container, .hero-container, .product-container {
  width: 100%;
  max-width: 760px;
  margin: auto;
}
.padding15 {
  padding: 15px
}
.hero-container img {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
}
.wide-container {
  display: block;
  width: 100%;
  background-color: #232936;
  margin: auto 0;
}
.corners {
  border-radius: 3px;
  border: 2px solid #2eeaa9;
  width: 30px;
  height: 30px;
  background-color: #2eeaa9;
  color: #232936
}
#logo-container {
  display: block;
  width: 100%;
  background-color: #2c3344; 
}
.logo {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  word-spacing: 1.4em;
  margin: 10px 0px;
  line-height: 1em;
  padding-left:20px;
}
.logo img {
  height: 35px;
  width: auto;
  margin-top: 3px;
}
.center {
  margin: 0 auto;
}
.product-image-container {
  position: relative;
}
.product-image-container img {
  display: block;
  width: 400px;
  height: auto;
  object-fit: cover;
  margin: auto;
}
.product-border {
  border: solid 1px #ccc;
  padding: 10px;
  margin-bottom: -1px;
}
ul.breadcrumb {
  margin-left:20px;
  margiin-right:20px;
  margin-top:0px;
  padding: 1px 3px;
  list-style: none;
  background-color: #c9c9c9;
  /*margin-inline-end: 0px;
  padding-inline-start: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  */
}
ul.breadcrumb li {
  padding-inline-start: 10px;
  display: inline;
  font-size: 14px;
  color: #2c3344;
}
ul.breadcrumb li + li:before {
  padding: 6px;
  color: #2c3344;
  content: "/";
}
ul.breadcrumb li a {
  color: #2c3344;
  text-decoration: none;
  font-size: 14px;
}
ul.breadcrumb li a:hover {
  color: orange;
  text-decoration: underline;
}
.trim1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.trim2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.topnav {
  overflow: hidden;
  background-color: #232936;
  text-align: center;
  width: 100%
}
.topnav a {
  float: left;
  display: block;
  color: #f5f5f6;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
  margin: 0;
}
.topnav .icon {
  display: none;
}
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #2c3344;
  color: #2eeaa9;
  text-decoration: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 15px;
  border: none;
  outline: none;
  color: #f5f5f6;
  padding: 18px 16px 10px 0px;
  background-color: inherit;
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2c3344;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  margin: 0;
  list-style: none;
  padding-left: 10px;
}
.dropdown-content a {
  float: none;
  color: #f5f5f6;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #2eeaa9;
  color: black;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.px22 {
  font-size: 22px;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
  .product-border {
  border-left: solid 1px white;
  border-right:  solid 1px white;
  
  padding: 10px;
  margin-bottom: -1px;
}

.sub-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
h3.trim, p.trim {
  margin: 0px;
  text-align: center;
}
p.trim {
  font-size: 12px;
  margin: 0px;
}
.cards {
  display: block;
  overflow: auto;
  white-space: nowrap;
  margin: 0px auto 0px auto;
  text-align: center;
  position: relative;
}
.card {
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  white-space: normal;
  border: solid #ddd 1px;
  width: 120px;
}
.card img {
  height: 80px;
  width: 120px;
  object-fit: contain;
  padding: 0px;
}
:root {
  --star-size: 20px;
  --star-color: #ddd;
  --star-background: orange;
}
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  &::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.number {
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #2eeaa9;
  padding: .3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 10px;
}
table {
  color: #2c3344;
  font-size: 16px;
  border-collapse: collapse;
  line-height: 1;
  table-layout: fixed; /* Added table-layout to fix column width */
}

td::after {
  content: '';
  display: block;
  width: 130px;
}
td {
  padding: 5px;
  text-align: center;
  overflow: hidden;
  max-width: 130px;
  min-width: 130px;
  word-wrap: break-word;
}
table td:nth-child(1) {
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 2; /* Ensures the sticky column is above other columns */

  font-weight: bold;
}
table, td {
  border: 1px solid #ddd;
  background-color:white;
}
.slider {
  display: block;
  overflow: auto;
  white-space: nowrap;
  margin: 0px auto;
  text-align: center;
  position: relative;
}
.slider img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.slider-button {
  border-radius: 10px;
  font-size: 16px;
  margin-left: 8px;
  padding: 6px;
}
table tbody tr:nth-child(odd) {
  background-color: #eee;
}
table tbody tr:nth-child(1) {
  height: 30px;
}
.no-border {
  border-style: none;
  background-color: white;
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
.model {
  color: #00509e;
  font-size: 16px;
  font-weight: bold;
}
.row1 {
  color: #2c3344;
  font-size: 16px;
  font-weight: bold;
  background-color: white;
}
.white_bg {
  background-color: white;
}
.small-number {
  background-color: #2eeaa9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  top: 0px;
  left: 0px;
  font-size: .9rem;
  width: .7rem;
  height: .7rem;
  margin-top: 0px;
  padding: .2rem;
  margin-right: 5px;
}
.numbered-header {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-column-gap: 10px;
}
.featured {
  clear: both;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
}
.feature {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin: 5px;
  padding: 10px;
}
.feature:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5)
}
.feature img {
  width: 100%;
  height: auto;
}
.featured a {
  text-decoration: none;
  color: #232936;
}
figcaption.feature-text-container {
  display: flex;
  align-items: center;
  padding: 5px;
  height: 20px;
}
.figcaption h4 {
  font-size: 5px;
  margin: 0px;
  color: #232936;
  text-decoration: none;
  margin-block-start: 0px;
  margin-block-end: 0px;
}
@media screen and (max-width: 600px) {
  p, li {
  line-height: 1.3;
  letter-spacing: 0.04rem;
  margin-bottom: 16px;
  font-size: 15px;
}
  .featured {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }
  .sub-container {
    grid-template-columns: 1fr 1fr;
  }
  .product-image-container img {
  display: block;
  width: 90%;
  height: auto;
  object-fit: cover;
  margin: auto;
}
}
@media screen and (max-width: 500px) {
  .featured {
    display: grid;
    grid-template-columns: 1fr;
  }
}
/* Buttons */
.scroll-button, .large-button, .slider-button {
  display: block;
  width: 80%;
  background: #2eeaa9;
  padding: 8px;
  text-align: center;
  border-radius: 0px;
  color: #232936;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}
.large-button {
  font-size: 16px;
  padding: 12px;
  border-radius: 10px;
}
a.large-button, a.scroll-button, a.slider-button {
  color: #232936;;
}
.scroll-button:hover, .large-button:hover, .slider-button:hover {
  background-color: orange;
  text-decoration: none;
}
.button-container {
  width: 70%;
  margin: 0 auto;
}
.trim {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
cardtext {
  text-align: center;
}
figcaption {
  font-weight: 200;
  margin: 0;
}
.affiliate {max-width:760px; font-size:14px;margin-left:20px;margin-right:20px;}
.two-cols {
  display: grid;
  grid-template-columns: 2fr 5fr;
  grid-column-gap: 20px;
}
.three-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
}
ul.pros, ul.cons, ul.dash {
  list-style: none;
  padding: 0px;
  text-indent: -23px;
  margin: 5px 0px 0px 23px;
}
ul.pros li:before {
  color: green;
  content: "\2713";
  padding: 0 10px 0 0;
  font-size:18px;
  font-weight: bold;
}
ul.cons li:before {
  color: red;
  content: "\2715";
  padding: 0 10px 0 0;
}
ul.dash li:before {
  content: "";
  padding: 0px;
}