h1 {
  color: #e20553; }

h2 {
  background: #fce4ec;
  border-radius: 3px;
  font-size: 16px;
  padding: 8px;
  color: #e20553;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.right {
  text-align: right; }

table {
  width: 100%; }
  table td, table th {
    border-bottom: 1px solid #ddd;
    padding: 10px 0; }
    @media screen and (max-width: 767px) {
      table td, table th {
        display: block; } }
  table th {
    text-align: left; }
    @media screen and (min-width: 768px) {
      table th {
        width: 25%; } }
    @media screen and (max-width: 767px) {
      table th {
        border-bottom: none; } }

.label-required {
  font-size: 12px;
  font-weight: normal;
  padding: 3px;
  border-radius: 3px;
  background: #e20553;
  color: #fff;
  display: inline-block;
  margin-left: 5px; }

.form-btn-box {
  text-align: center; }

.ch {
  display: none; }

input[type="submit"] {
  background: #e20553;
  color: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  border: 0; }

#btnToInput {
  background: none;
  color: #777; }

#shop-name {
  border: 0;
  font-size: 16px; }

.privacy {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  margin-top: 20px; }
  .privacy p {
    font-size: 13px;
    color: #777; }
  .privacy__btn {
    text-align: center; }
