/* Styles For API Text callout */

.api-text {
  color: #150ee8;
}

.api-image {  
  border: 2px solid #150ee8;
}

#navigation {
  background-color: #dedede;
  padding: 15px 0px 15px 0px;
  overflow: scroll;
}

#navigation ul {
  list-style-type: none;
  padding: 0px;
  max-width: 700px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  gap: 10px;

}

#navigation ul li a {
  text-decoration: none;
  background-color: #9f9f9f;
  padding: 15px;
  display: block;
  color: #ffffff;
  /* border-radius: 25px; */
  width: 125px;
  text-align: center;
}

body {
  background-color: #f7f7f7;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
}

h4 {
  font-size: 18px;
}

.header-title-content {
  text-align: center;
}

/*============================== 
  
  Product Details Examples 

================================*/

.table-heading h3 {
  margin: 25px 0px;
}

.downloadSpecLink {
  width: 100%;
  text-align: left;
  margin-top: 15px;
}

.downloadSpecLink a {
  color: #150ee8;
}

.downloadBroLink {
  width: 100%;
  text-align: left;
  margin-top: 15px;
}

.product-section {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px; /* Adjust the width as needed */
  margin: 50px auto; /* Center the grid on the page */
  justify-content: center;
  
}

.product-section-data-table {
  /* display: flex; */
  /* flex-wrap: wrap; */
  max-width: 1200px; /* Adjust the width as needed */
  margin: 50px auto; /* Center the grid on the page */
  justify-content: center;
}

.product-section-data-table img.api-image {
  max-width: 50%;
  margin: 15px 0px;
}

/* Grid items */
.single-product {
  margin: 10px; /* Space between grid items */
  justify-content: center;
  align-items: center;
  font-size: 24px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  padding: 1%;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
  /* transition: .25s all; */
  /* bottom: 0px; */
  /* position: rela\]tive; */
  background-color: #ffffff;
}


/* Styling for the product detail page */

.product-details-information {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
  background-color: #ffffff;
  justify-content: space-evenly;
  gap: 10px;
}

.product-details-information .data-entry {
  justify-content: left;
  text-align: center;
  /* max-width: 500px; */
}

.button-styles {
  margin-top: 10px;
  margin-bottom: 10px;
}
.button-styles a {
  background-color: #9f9f9f;
  display: block;
  max-width: 150px;
  padding: 2%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

/* Styling Data Table */

.data-table.example2 {
  margin-bottom: 25px;
}

.data-entry {
  display: flex;
  flex-direction: row;
  max-width: 750px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.data-header {
  width: 48%;
  border: 1px solid #dcdcdc;
}

.data-header.color {
  background-color: rgb(220 220 220 / 29%);
}

.data-info {
  width: 48%;
  border: 1px solid #dcdcdc;
}

.data-info.color {
  background-color: rgb(220 220 220 / 29%);
}

.data-header.no-border {
  border: 0px;
}

.data-info.no-border {
  border: 0px;
}

.data-header.no-border {
    border: 0px;
}

.data-header.no-border a {
  background-color: #ffffff;
  color: #000;
  text-decoration: underline;
}

.data-info.no-border a {
  background-color: #ffffff;
  color: #000;
  text-decoration: underline;
}

/* .single-product:hover {
  bottom: 5px;
  position: relative;
  transition: .25s all;
} */

.single-product p {
  font-size: 18px;
}

.single-product img {
  max-width:300px;
}

.call-to-action a {
  background-color: #150ee8;
  color: #ffffff;
  padding: 10px;
  /* border-radius: 25px; */
  display: block;
  max-width: 250px;
  margin: 0 auto;
  text-decoration: none;
  margin-top: 10px;
  font-size: 18px;
}

.call-to-action-plain a {
  font-size: 18px;
  color: #000000;
  margin-top: 10px;
  display: block;
}

#product-detail-wrapper {
  margin: 16px 0
}

/* #product-detail-wrapper span {
  font-weight: bold
} */

#product-detail-wrapper ul {
  list-style-type: none;
  margin: 12px 0 0 0;
  padding: 0
}

#product-detail-wrapper ul li {
  margin-bottom: 8px;
  font-size: 18px
}

#product-detail-wrapper ul li i {
  font-size: 12px;
  margin-left: 8px
}

/* #product-detail-wrapper ul ul {
  display: inline
} */

/* #product-detail-wrapper ul ul li {
  display: inline-block;
  padding: 0 5px;
  border-left: solid 1px #000
} */

#product-detail-wrapper ul ul li:first-child {
  border-left: none;
  padding-left: 0
}

/* #product-detail-wrapper .product-section {
  margin: 12px 0;
  display: grid
} */

/* #product-detail-wrapper .product-image-variants {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
} */

#product-detail-wrapper .product-image-variants ul {
  margin-top: 0
}

#product-detail-wrapper .product-image-variants img {
  width: 100%;
  margin: 8px 0;
  max-width: 295px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .32)
}


/* Carousel Styling */

button.slick-prev.slick-arrow {
  position: absolute;
  z-index: 100;
  bottom: 1%;
  left: 1%;
}

button.slick-next.slick-arrow {
  position: absolute;
  z-index: 100;
  bottom: 1%;
  right: 1%;
  
}

.your-class.slick-initialized.slick-slider {
  max-width: 500px;
  margin: 0 auto;
  max-height: 500px;
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);  
}

.slick-slide img {
  max-width: 500px;
}

.scroll-back-to-top {
  background-color: #9f9f9f;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px 0px;
  display: none;
}

.scroll-back-to-top a {
  color:#ffffff;
  text-decoration: none;
}

@media(max-width: 991.98px) {
  #product-detail-wrapper .product-image-variants {
    grid-template-columns: repeat(1, 1fr)
  }

  #product-detail-wrapper .product-image-variants img {
    max-width: 100%
  }
}


@media(max-width: 768px) {
  .product-details-information {
    flex-direction: column;
  }
  .product-section-data-table img.api-image {
    max-width: 95%;
  }
  .product-image img.api-image {
    max-width: 95%;
  }
  .image-section img {
    max-width: 95%;
  }

  .scroll-back-to-top {
    display: inherit;
  }

  #navigation ul {
    justify-content: inherit;
  }
}


