.treiplusunu-produs {
  font-size: 2rem;
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}

.treiplusunu-produs small {
  text-transform: none;
}

#product {
  margin-top: 90px;
}

#product .main-image {
  width: 75%;
  max-width: 300px;
}

#product h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 12px;
  margin-top: 0px;
}

#product img.natural {
  position: absolute;
  height: 133px;
  right: 30px;
  top: 45px;
}

#product h2 {
  text-transform: uppercase;
  font-size: 70px;
  letter-spacing: 18px;
  font-weight: bold;
  margin-top: 0px;
  border-top: 5px solid #333;
  display: block;
  float: left;
}

#product .text-principal {
  font-weight: bold;
  font-size: 42px;
}

#product .stamps {
  clear: both;
}

#product .stamps img {
  height: 120px;
  margin: 20px 10px 25px 10px;
}

#product .block {
  padding-top: 10px;
}

#product table.continut {
  border-spacing: 0;
}

#product table.continut td {
  padding: 10px 90px 10px 20px;
  border: 2px solid #FFF;
  background-color: #81CFE0;
  font-weight: bold;
  font-size: 16px;
}

#product .cumpara {
  background-color: #2980b9;
  color: #FFF;
  -webkit-box-shadow: 0px 0 13px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0 13px rgba(0, 0, 0, 0.3);
  margin: 39px 0 0px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 30px;
  display: block;
  font-weight: 800;
  cursor: pointer;
}

#product .pret {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
}

#product .pret small {
  font-size: 24px;
  font-weight: normal;
  margin-left: -8px;
}

#product .capsule {
  font-size: 25px;
  text-align: center;
}

#product .capsule img {
  height: 65px;
}

#product h5 {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Roboto Condensed';
  margin-bottom: 15px;
}

#product h5 span {
  color: red;
}

#product .stamps .cumpara {
  margin: 15px 0 25px 0;
  font-size: 20px;
}

.banner {
  position: relative;
  left: 50%;
  display: block;
  margin: 0px -150px 50px -150px;
  padding: 5px 0;
  width: 300px;
  height: 60px;
  border: 1px solid #8a1;
  font: normal 20px/25px 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #FFF;
  background: #9b2;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15) inset, 0 6px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15) inset, 0 6px 10px rgba(0, 0, 0, 0.15);
}

.banner::before,
.banner::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -70px;
  top: 24px;
  display: block;
  width: 40px;
  height: 0px;
  border: 30px solid #9b2;
  border-right: 20px solid #791;
  border-bottom-color: #94b81e;
  border-left-color: transparent;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

.banner::after {
  left: auto;
  right: -70px;
  border-left: 20px solid #791;
  border-right: 30px solid transparent;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

@media screen and (max-width: 1200px) {
  #product h2 {
    letter-spacing: 5px;
  }
  #product h3 {
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 992px) {
  #product img.natural {
    position: relative;
    margin-bottom: 10px;
    height: 90px;
    right: auto;
    top: auto;
  }
}

@media screen and (max-width: 400px) {
  #product {
    margin-top: 50px;
  }
  #product .text-principal {
    font-size: 23px;
  }
  #product .pret {
    font-size: 30px;
  }
  #product .capsule img {
    height: 30px;
  }
  #product .capsule {
    font-size: 19px;
  }
}
/*# sourceMappingURL=product.css.map */