.order-withdrawal-entry {
  margin: 15px 0;
  text-align: center;
}

.order-withdrawal-btn,
.order-withdrawal-submit {
  border: 0;
  font-weight: 600;
  padding: 10px 18px;
}

.order-withdrawal-footer-button {
  clear: both;
}

.order-withdrawal-order-button {
  text-align: right;
}

.order-withdrawal-hp {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.order-withdrawal-items .form-group {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .order-withdrawal-order-button {
    text-align: left;
  }

  .order-withdrawal-items .col-sm-1,
  .order-withdrawal-items .col-sm-2,
  .order-withdrawal-items .col-sm-3 {
    margin-bottom: 8px;
  }
}
