#lrp-points input[name='points'] {
  padding: 10px;
  border: 1px solid #ececec;
  color: #777;
  text-align: center;
  width: 80px;
  height: 40px;
  float: left; }

#lrp-redeem-form {
  margin-top: 20px; }

#lrp-points span.points-label, #lrp-points .btn-redeem {
  color: #666;
  background-color: #efefef;
  display: inline-block;
  height: 40px;
  float: left;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px; }

#lrp-points .btn-redeem {
  background-color: #999;
  line-height: 40px;
  color: #fff; }

/* Product Page */
#lrp-product-widget {
  position: relative; }

#lrp-product-widget .icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 40px !important;
  opacity: 0.4; }

/* Customer Account Page */
#lrp-customer-account h1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef; }
#lrp-customer-account h4 {
  margin: 20px 0;
  font-weight: bold; }
#lrp-customer-account .points-card {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7; }
#lrp-customer-account .lnk-share {
  display: block;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 10px; }
  #lrp-customer-account .lnk-share a {
    color: #fff;
    text-decoration: none; }

/*# sourceMappingURL=front.css.map */
