.newsletter {
    background: #efefef;
    padding: 3%;
    width: 94%;
    margin: 10px 0 5px;
}

.newsletter-container {
    margin: 5px;
}

.newsletter-tittle {
    font-size: 15px;
    margin: 0 3px;
}

.email-input {
    width: 50%;
    height: 25px;
    display: inline-flex;
    margin: 5px;
    padding: 3px;
    font-size: 14px;
}

.btn-newsletter {
    width: 20%;
    height: 30px;
    margin: 1%;
}

.message {
    padding: 0 15px;
}
.text {
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #999;
}
.brand {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.product-name {
  font-weight: 300;
}
.seller {
  margin: 8px 0 0;
  font-size: 12px;
}
.sellerName {
  color: #3cbdaf;
}

.price {
  font-weight: bold;
  font-size: 18px;
}

.priceDiscount {
  text-decoration: line-through;
  color: #8f8f8f;
  font-size: 14px;
}
.contentPrice {
  width: 45%;
  padding: 7px 15px;
  float: left;
}
.contentPrice .product-price {
  margin-right: 5px;
  line-height: 30px;
}
.contentPrice .product-discount-price {
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle
}
.buyButton {
  width: 100%;
  background: #009f80;
  padding: 10px 0;
  border: 0;
  float: right;
  color: #fafafa;
  font-size: 18px;
  height: 56px;
  text-transform: uppercase;
}
.borderTop {
  border-top: 1px solid #c6c6c6;
  padding-top: 15px;
  margin-top: 15px;
}
.titleDescription {
  margin: 0 0 10px 0;
  font-size: 13px;
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
}
.favoriteIcon {
  float: right;
  margin: 12px 0 0;
}

.errorTxt {
  color: #d05454;
  font-size: 14px;
  margin: 5px 0;
}

/* iosBuyButton */
.iosBuyButton {
  display: block;
}

.gray-text {
  color: #858585;
}
.red-text {
  color: #e74c3c;
}
.green-text {
  color: #3cbdaf;
}

.quantity-content {
  text-align: center;
  font-size: 14px;
  margin: 5px;
  width: 30%;
  position: relative;
  display: inline-block;
}
