/*--------------------------------------------------------------
## Form Styling
--------------------------------------------------------------*/

.input {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  width: 100%;
}

.textarea {
  padding: 20px;
  background: #F9F9F9;
  width: 100%;
}

.submit-button {
  display: flex;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  justify-content: space-between;
  background-color: #000;
  padding: 20px;
  width: 100%;
  color: #fff;
}

.product-select {
  padding: 20px 30px;
  border: 1px solid #000;
  background-color: #F9F9F9;
  text-align: center;
  line-height: 25px;
  width: 100%;
}

#PBarNextFrame {
  pointer-events: all;
}