.search-form {
  padding: 10px 20px;
}
.search-input {
  width: 245px;
}
.left {
  min-height: 300px;
}
.left h2 {
  font-size: 30px;
  line-height: 1.8;
  color: #ccc;
  padding-bottom: 10px;
  padding-top: 40px;
}
.left a {
  position: relative;
  display: block;
  border: 2px solid #b3b3b3;
  width: 100%;
  padding: 13px 30px 13px 25px;
  font-size: 16px;
  color: #fe0000;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  line-height: 32px;
  margin-left: 0;
}
.left a:hover {
  border: 2px solid #fe0000;
}
.productImg {
  width: 510px;
  height: 510px;
  border: 1px solid #5a5a5a;
  box-sizing: border-box;
}
.productInfo {
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0.2em;
  padding-left: 165px !important;
}
.productInfo .space {
  height: 40px;
  width: 332px;
}
.productInfo h4 {
  margin-top: 10px;
  width: 332px;
  font-size: 26px;
  color: #ffffff;
  background-color: #5c5a5b;
  font-weight: 300;
  height: 68px;
  line-height: 68px;
}
.productInfo p {
  margin: 0 0 0 0;
  width: 332px;
  font-weight: 300;
  line-height: 46px;
  font-size: 26px;
  color: #5a5a5a;
}
.btn {
  width: 80px;
}
