.xplan-reservation-header button, .xplan-reservation button{
    box-shadow: none !important;
      display: inline-block;
      font-weight: 400;
      color: #555;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      user-select: none;
      background-color: transparent;
      border: 1px solid transparent;
      padding: .75rem 4rem;
      font-size: 1.6rem;
      line-height: 1.7;
      border-radius: 0 !important;
      transition: color 0.15s 
  ease-in-out, background-color 0.15s 
  ease-in-out, border-color 0.15s 
  ease-in-out, box-shadow 0.15s 
  ease-in-out;
      font-weight: 600;
      font-size: 1.6rem;
      text-transform: uppercase;
      border: 2px solid #af986e;
      line-height: 1em;
      padding: 18px 25px 15px;
      color: #af986e;
      letter-spacing: 1px;
      line-height: 1.75em;
      font-family: "Prata", serif;
  }
  .xplan-reservation-header button:hover, .xplan-reservation button:hover{
    background-color: #af986e;
    color: #fff;
  }