.search-form {
  padding: 10px 20px;
}
.search-input {
  width: 245px;
}
.left {
  min-height: 300px;
}
.left h2 {
  font-size: 30px;
  line-height: 1.8;
  color: #5c5a5b;
  padding-bottom: 10px;
  padding-top: 40px;
}
.left a {
  position: relative;
  display: block;
  border: 2px solid #b3b3b3 !important;
  width: 100%;
  font-size: 15px;
  color: #fe0000;
  font-weight: 700;
  text-decoration: none;
  margin-left: 0 !important;
}
.left a.active {
  border: 2px solid #fe0000 !important;
}
.left .second-tier {
  border: none;
}
.left a:hover {
  border: 2px solid #fe0000 !important;
}
.right {
  margin-top: 40px;
}
.right .productItem {
  padding: 10px;
}
.product-caption {
  height: 48px;
  font-size: 20px;
  line-height: 48px;
  background-color: #5c5a5b;
  margin-bottom: 0;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-family: Arial, Helvetica, sans-serif;
}
