.container {
    overflow-x: hidden;
    max-width: 1356px;
    width: 90%;
    margin: 0 auto;
}

  .all_product_btn::before {
    content: "\f177";
    font-family: "fontAwesome";
    font-weight: lighter;
    padding-right: 10px;
}
.all_product_btn {
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
}
  
.all_product_btn:hover,
.all_product_btn:focus {
    background-color: #ffffff;
    color: #ff0000;
    border: 2px solid #ff0000;
    text-decoration: none;
}
  .product-container {
    display: flex;
    align-items: center; 
    margin-bottom: 10px;
}

.productname {
    flex: 1; /* Allow product name to take available space */
    font-weight: bold;
}
.productname .b1,.b2,.b3,.b4,.b5,.b6,.b7,.b8,.b9{
    font-size: 15px;
    padding: 5px;
    margin-top: 5px;
}

.product-container img {
   width: 500px;
}
/*slider*/


.dp20-images .slider-for img{
    width: 300px;
}
.dp20-images .slider-nav img{
    width: 100px;
}

/*table*/
.product-info-table tr,.product-info-table td,.product-info-table th{
    border: 1px solid #808080;
}
.tableContainer table{
    width: 100%;

}
.data-left {
    font-weight: bold;
}
.tableContainer td{
    padding: 5px;
}
.tableContainer td,tr,th{
    font-size: 15px;
    padding: 5px;
}

/*about-container*/
.aboutContainer h4{
   padding-top: 13px;
}
.aboutContainer h6{
    font-weight: bold;
    font-size: 15px;
}
.aboutContainer p{
    font-size: 15px;
}
.aboutContainer ul{
    padding-left: 15px;
}

/*documents & downloads*/
.resources h5 {
    font-weight: bolder;
  }
  .resource-item {
    display: flex;
    align-items: center;
  }
  
  .resource-item img {
    width: 50px;
  }
  .resource-link {
    color: blue;
    font-size: 13px;
    text-decoration: none;
  }
  
  .resource-link:hover {
    text-decoration: underline;
  }
  
  .resource-date {
    font-size: 13px;
    color: #555;
 }
 /*related product*/
 .related-products h5 {
    padding-top: 10px;
    font-weight: bold;
}

.related-products-container {
    display: flex; 
    justify-content: space-between; 
    flex-wrap: wrap; 
}

.product-box {
    flex: 1; 
    margin: 5px; 
    box-sizing: border-box; 
}

.product-box img {
    width: 200px; 
  
}
.product-box p{
    font-size: 15px;
}
.product-box figure {
    text-align: left; 
}
.product-box .product-link {
    text-decoration: none;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  } 
/*product info*/
.product-info td {
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
    padding: 5px;
  }
  
  .product-info tr,
  .product-info td {
    width: 800px;
    border: 1px solid #fff;
    font-size: 15px;
    /* padding-left: 5px;   */
  }
  
  .product-info p {
    font-size: 14px;
    margin: 7px 0px;
    font-weight: 600;
  }

  .custom-hr {
    border: 1px solid #ccc;
    width: 100%;
    margin: 15px 0px;
  }
/*additional code*/

/*responsive*/
@media (max-width: 910px) {
  .product-container{
    display: block;
  }
  .productname .b1, .b2, .b3, .b4, .b5, .b6, .b7, .b8, .b9 {
    font-size: 13px;
  
}
  
}
@media (max-width: 480px){
  .all_product_btn {
    font-size: 15px;
  }
  .productname h2{
    font-size: 22px;
  }
  dp20-images .slider-for img {
    width: 200px;
}
.tableContainer td, tr, th {
  font-size: 13px;
  padding: 5px;
}
.aboutContainer p,.aboutContainer ul {
  font-size: 13px;
}
.product-info tr, .product-info td{
  font-size: 13px;

}
}

