.product-header {
  background-size: cover;
  padding: 50px 0;
  color: #fff;
  }
  
.product-header span.pub-type {
    background-color: #009245;
  display: inline-block;
    color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto Condensed","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
  }
  
.product-header h1 {
  font-size: 5rem;
  margin-bottom: 1rem;
  text-shadow: 0 6px 55px #999;
  font-weight: 700;
  font-family: "Roboto Condensed","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
  }
  
.product-header p {
  font-size: 1.28571rem;
  color: #fff;
  }
  

  
.product-header .opt {
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  color: #000;
    font-size: 18px;
  line-height: 1.6em;
}
  
.product-header .opt h3 {
    font-size: 26px;
    font-weight: 600;
  margin-bottom: 10px;
}

.product-header .opt p {
  font-size: 18px;
    color:#000;
}

.product-header .opt p:last-child {
    margin-bottom: 0;
}
  
.product-header .opt hr {
  margin: 10px;
}
  
.product-header .opt ul li {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
  }
  
 .product-header .opt .price {
    padding: 0px 0;
    color: #009245;
    font-family: "Roboto Condensed","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
  }
  

.product-header .mauticform-button-wrapper .mauticform-button.btn-default {
  color: #fff !important;
   background-color: #671544 !important;
   padding: 15px 25px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    font-family: "Roboto Condensed","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
  border:none;
  }

.product-header .mauticform-button-wrapper .mauticform-button.btn-default:hover {
  background-color: #470914 !important;
}
  
.product-header .mauticform-input {
  width: 100%;
  padding: 20px 10px !important;
  border: 1px solid #888 !important;
  background: #fff;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 0px !important;
  box-sizing: border-box;
  font-size: 18px !important;
  font-family: "Roboto Condensed","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
  }
  
.product-header .mauticform-label {
  font-family: "Roboto Condensed","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
  color: #222;
  font-weight: normal !important;
  }