
.tooldiv{
  padding:60px 50px;
}
.product-image2{
  float: left;
  padding-top: 15px;
  width: 24%;
}

.product-details2 {
  float: left;
  padding-left: 10px;
  width: 74%;
}
.product-title2{
  text-decoration: underline;
  -moz-text-decoration-color: #4B575E;
    text-decoration-color: #4B575E;
  color: black;
  font-size:20px;
}
.product2:before,.product2:after {
  content: '';
  display: table;
}

.product2:after {
  clear: both;
}
.borderline2{
  padding: 10px;
}
.product2 {
  height: 150px;
  padding: 10px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
}
.border2:hover{
  border: 2px solid #50b956 ;
}
.product2 .product-image2 {
  text-align: center;
}
.product2 .product-image2 img {
  width: 100px;
}
.product2 .product-details2 .product-title2 {
  margin-right: 20px;
  font-family:times;
}

@media screen and (max-width: 650px) {
  .product-image2 {
    float: right;
    width: auto;
  }
  .product-image2 img {
    margin: 0 0 10px 10px;
  }

  .product-details2 {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .product2 {
    height: 170px;
    padding: 5px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
  }
  .tooldiv{
    padding:10px 5px;
  }
}
@media screen and (max-width: 400px) {
  .product2 {
  height: 185px;
  padding: 5px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
}
}