/* Reset some default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  header h1 {
    margin: 0;
  }
  
  nav ul {
    list-style: none;
    display: flex;
    font-size: 150%;
  }
  
  nav ul li {
    margin-right: 20px;
    margin-top: 20px;
  }
  
  nav a {
    text-decoration: none;
    color: white;
  }

/* main{
  padding: 20px;
} */
p{
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  /* margin-left: 10px; */
  /* margin-right: 10px; */
}

/* Reset some default styles for consistency */
body, h1, h2, p, ul, li, table {
  margin: 0;
  padding: 0;
}

/* Apply basic styling */
.mt10 {
  margin-top: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

/* Heading style */
.hdng_stle {
  background-color: #eee;
  padding: 10px;
}

.fs26 {
  font-size: 26px;
}

.lh6 {
  line-height: 1.5;
}

.pb10 {
  padding-bottom: 10px;
}

/* Description style */
/* .mt20 {
  margin-top: 20px;
} */

/* .ls6 {
  letter-spacing: 6px;
}

.lh3 {
  line-height: 1.8;
}

.fs18 {
  font-size: 18px;
}

.clr1 {
  color: #333;
} */

/* Product card container */
.printer {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
  margin-right: 10px;
  position: relative;
}

/* Thumbnail arrow */
/* .bdr1mb10cp{
  margin-right: 10px;
  margin-right: 10px;
  float: left;
  position: left;
  top: 0;
  size: 10px;
  
} */

.bdr1mb10cp {
  width: 200px;
  height: 200px;
  max-width: 100%; 
  max-height: 300px; 
}

/* Product name and price */
.printerdNameP {
  display: inline-block;
  width: calc(100% - 100px); /* Adjust width as needed */
  vertical-align: top;
}

.fs24 {
  font-size: 24px;
}

.clr6 {
  color:black;
}

.lh2 {
  line-height: 1.5;
}

.db {
  display: block;
}

/* Product price */
.prdCardP {
  margin-top: 15px;
}

.clr3 {
  color: black;
}

.fwb {
  font-weight: bold;
}

.fs20 {
  font-size: 20px;
}

.tdu {
  text-decoration: underline;
}

.cp {
  cursor: pointer;
}

/* Specifications table */
table {
  width: 100%;
  margin-top: 15px;
  border-collapse:collapse;
}

table, th, td {
  border: 1px solid #ddd;
}

th, td {
  padding: 8px;
  text-align: left;
}
p{
  margin-top: 10px;
}
/* Additional information */
ul {
  list-style: none;
  margin-top: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
}

/* Bottom border span */
.blr_btm {
  border-bottom: 1px solid #ddd;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Image centering */
.imgCenter {
  display: block;
  margin: 0 auto;
}


  /* Footer styles */

 
.image-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 20px;
}

.image {
  flex: 1;
  padding: 10px;
 ;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  /* border: 2px solid black;
  border-radius: 5px; */
}

.image-details {
  flex: 1;
  padding: 20px;
}

h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* ul {
  list-style: none;
  padding-left: 0;
}

li {
  font-size: 16px;
  margin-bottom: 5px;
} */



.search-bar {
  /* display: right;
  align-items: flex-end; */
  float:right ;
  padding: 6px;
  border:none;
  margin-top: -20px;
  margin-right: 5px;
  font-size: 17px;
}

.search-bar input[type="text1"] {
  padding: 6px 10px;
  border: 4px;
  border-radius: 4px 0 0 4px;
  /* border:2px solid black; */
}

.search-bar button {
  padding: 6px 10px;
  background-color: black;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
#submit:hover {
  background-color: #555;
}

#submit:hover {
  background-color: #555;
}



.HDNG_stle {
  background-color: #eee;
  padding: 10px;
}

.fs2 {
  font-size: 26px;
}

.lh {
  line-height: 1.5;
}

.pb1 {
  padding-bottom: 10px;
}

.product{
  display: left;
  }
  
   ul {
    list-style: none;
    display: flex;
    font-size: 150%;
  }
  
   ul li {
    margin-right: 20px;
    /* margin-top: 20px; */
  }
  
   a {
    text-decoration: none;
    color: black;
  }

  
