#product .cover{
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ebecf7;
  width: 45%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
#product .product-info{
  padding:10px 20px 20px 60px;
  width: 55%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
#product .details{
  width: 100%;
  margin:35px 0;
  font-size: 15px;
  color:#818181;
  padding: 10px 0;
  border-top: 1px solid #ebecf7;
  border-bottom: 1px solid #ebecf7;
}
#product .details table{
  border-collapse: collapse;
}
#product .details table tr td{
  padding:3px 20px 3px 0;
}
#product .cover img{
  max-width: 100%;
}
#product .product-info h2{
  font-size: 25px;
  color:#1075B8;
  margin: 0 0 20px 0;
  padding: 0;
}
#product .description{
  margin-top:25px;
  margin-bottom: 25px;
  color:#555;
  font-size:16px;
}
#product .description h3{
  font-size: 16px;
  font-weight: 500;
  color:#242424;
  margin: 0 0 20px 0;
}
@media only screen and (max-width:640px){
#product .cover{
  width: 96%;
  margin: 0 2%;
}
#product .product-info{
  padding: 20px;
  margin: 30px 0;
  width: 100%;
}
}
