body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.htu-ol {
   

}

.htu-image {
  width: 350px;
  height: 350px;
  border: 1px solid #eee;
}

.htu-box {
  /*  width: 40%; */
  display: inline-block;
  max-width: 45%;
  width: 100%;
    
}

.htu-box3 {
  padding-top: 1px;
}


 
.product-img {
  float: left;
   
  width: 327px;
  background-color: #ffffff;
}

.product-img img {
  border-radius: 7px 0 0 7px;
}



.product-info {
  float: left;
  padding: 20px;
  width: 100%;
  border-radius: 0 7px 10px 0px;
  background-color: #eee;
  text-align: center;
}

.product-text2 {
  text-align: left;
} 
.product-text2 h3{
  text-align: left;
  padding-left: 60px;
}
.product-text {
  
}

.product-text h1 {
  margin: 0 0 0 38px;
  padding-top: 10px;
  font-size: 34px;
  color: #474747;
}

.product-text h1,
.product-price-btn p {
  font-family: 'Bentham', serif;
}

.product-text h2 {
  margin: 0 0 47px 38px;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #d2d2d2;
  letter-spacing: 0.2em;
}

.product-text p {
  height: 125px;
  margin: 0 0 0 38px;
  font-family: 'Playfair Display', serif;
  color: #8d8d8d;
  line-height: 1.7em;
  font-size: 15px;
  font-weight: lighter;
  overflow: hidden;
}

.product-price-btn {
  
  width: 327px;
  margin-top: 17px;
  position: relative;
}

.product-price-btn p {
  display: inline-block;
  position: absolute;
  top: -13px;
  height: 50px;
  font-family: 'Trocchi', serif;
  margin: 0 0 0 38px;
  font-size: 28px;
  font-weight: lighter;
  color: #474747;
}

span {
  display: inline-block;
  height: 50px;
  font-family: 'Suranna', serif;
  font-size: 34px;
}

.product-price-btn button {
  float: right;
  display: inline-block;
  height: 50px;
  width: 176px;
  margin: 0 40px 0 16px;
  box-sizing: border-box;
  border: transparent;
  border-radius: 60px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-color: #9cebd5;
  cursor: pointer;
  outline: none;
}

.product-price-btn button:hover {
  background-color: #79b0a1;
}

.center-text{
  text-align: center;
  color: #fff;
}

body{
  background: rgb(237,144,240);
background: linear-gradient(90deg, rgba(237,144,240,1) 0%, rgba(9,92,121,1) 51%, rgba(0,212,255,1) 100%);
}

.notes {
  background-color: #f7f7f7;
  text-align: left;
  padding: 20px;
}
.notes h2{
    color: #ffd400 !important;
    margin: 5px!important;
    font-size: 20px !important;
}
.notes p{
     height: 35px;
     color: #000;
}