.step-4-intro {
  color: #54627b;
}

#step-4 .tb-step4-section {
  border: 1px solid #d6e0eb;
  border-radius: 12px;
  padding: 16px;
  background: #f8fbff;
}
#step-4 .tb-step4-price-section {
  background: linear-gradient(180deg, #eef5ff 0%, #f8fbff 100%);
}
#step-4 .tb-step4-section-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
#step-4 .tb-step4-section-head h4 {
  color: #182354;
}
#step-4 .tb-step4-section-head p {
  color: #55647c;
  font-size: 14px;
}
#step-4 .tb-step4-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #8eabd0;
  background: #fff;
  color: #143e6a;
  font-weight: 700;
  flex: 0 0 auto;
}
#step-4 .tb-step4-price-label {
  display: block;
  font-weight: 600;
  color: #213552;
}
#step-4 .tb-step4-price-input-group {
  max-width: 260px;
}
#step-4 .tb-step4-price-input-group .input-group-text {
  font-size: 22px;
  font-weight: 700;
  color: #182354;
  background: #fff;
}
#step-4 .tb-step4-price-input-group #prijs {
  max-width: none;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: #182354;
  text-align: right;
  padding: 8px 12px !important;
}

.tb_giftcard_selection .card, .ontvanger_select_cadeubon .card {
  transition: opacity 0.3s ease-in-out;
  border: 3px solid transparent;
}
.tb_giftcard_selection .card .card-body, .ontvanger_select_cadeubon .card .card-body {
  padding: 0;
}
.tb_giftcard_selection .card .card-body img, .ontvanger_select_cadeubon .card .card-body img {
  width: 100%;
  height: 100%;
}
.tb_giftcard_selection .card input[type=checkbox],
.tb_giftcard_selection .card input[type=radio], .ontvanger_select_cadeubon .card input[type=checkbox],
.ontvanger_select_cadeubon .card input[type=radio] {
  display: none;
}
.tb_giftcard_selection .low-opacity, .ontvanger_select_cadeubon .low-opacity {
  opacity: 0.3;
  pointer-events: none;
}
.tb_giftcard_selection .selected_giftcard, .ontvanger_select_cadeubon .selected_giftcard {
  border: 3px solid #18a0fb !important;
}

#multi-step-form #prijs {
  max-width: 120px;
  padding: 5px !important;
  font-size: 26px;
}
#multi-step-form .input-group-text {
  font-size: 26px;
}

.selction_giftcard {
  position: relative;
}
.selction_giftcard a {
  position: absolute;
  z-index: 9;
  color: white;
  top: -5px;
  left: 6px;
}
.selction_giftcard a i:before {
  background: black;
  border-radius: 50%;
  border: 1px solid black;
  font-size: 26px;
}

.login-popup {
  position: fixed;
  right: 20px;
  width: 200px;
  background-color: white;
  border: 1px solid gray;
  border-radius: 0.375rem;
  padding: 10px;
  z-index: 999;
  text-align: center;
}
.login-popup .close-login-popup {
  position: absolute;
  top: -10px;
  right: 5px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 39px;
  text-decoration: none;
  color: black;
}

.recipient-mode-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 767px) {
  .recipient-mode-picker {
    grid-template-columns: 1fr;
  }
}

.recipient-mode-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.recipient-mode-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 92px;
  padding: 14px 16px;
  border: 2px solid #cfd5e2;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.recipient-mode-button:hover {
  border-color: #182354;
}

.recipient-mode-title {
  font-weight: 700;
  color: #182354;
  line-height: 1.2;
}

.recipient-mode-subtitle {
  margin-top: 4px;
  color: #5a6272;
  font-size: 14px;
  line-height: 1.3;
}

.recipient-mode-input:checked + .recipient-mode-button {
  border-color: #182354;
  background: #eef2ff;
  box-shadow: 0 0 0 2px rgba(24, 35, 84, 0.12);
}

.recipient-mode-input:focus + .recipient-mode-button,
.recipient-mode-input:focus-visible + .recipient-mode-button {
  border-color: #182354;
  box-shadow: 0 0 0 2px rgba(24, 35, 84, 0.2);
}

.ontvanger {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}
.ontvanger .ontvaner_input_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.ontvanger .ontvaner_input_wrapper > p {
  width: 250px;
}
.ontvanger input {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 240px;
}
@media (max-width: 1200px) {
  .ontvanger input {
    width: 200px;
  }
}
.ontvanger .removeOntvanger {
  background-color: red;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.removeOntvangerGroup {
  background-color: red;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.excelFile-icon {
  border: 1px solid #182354 !important;
  border-radius: 0.375rem;
  color: #182354 !important;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  padding: 30px;
}
.excelFile-icon i {
  font-size: 55px;
  margin: 5px;
}
input[type=datetime-local] {
  padding: 0.375rem 0.75rem;
}

#excelFile {
  display: none;
  width: 100%;
  text-wrap: wrap;
}

#addOntvanger {
  margin-top: 10px;
}

.twobuilder-footer {
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #e9eef5 0%, #d7e0ec 100%);
  border-top: 1px solid #b9c7d7;
  box-shadow: 0 -6px 18px rgba(24, 35, 84, 0.16);
}
.twobuilder-footer img {
  max-height: 72px;
  width: auto;
}
.twobuilder-footer .row {
  align-items: center;
}
.twobuilder-footer .row .step_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 16px !important;
}
.twobuilder-footer .row .step_wrapper > button {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  white-space: nowrap;
}
.twobuilder-footer .row .step_wrapper > button:disabled,
.twobuilder-footer .row .step_wrapper > button.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.twobuilder-footer .row .step_wrapper .tb-nav-label {
  font-weight: 600;
}
.twobuilder-footer .row .step_wrapper .step_progress_wrapper {
  flex: 1;
  max-width: 880px;
  min-width: 0;
}
.twobuilder-footer .row .step_wrapper .step_progress_text {
  margin: 0;
  color: #182354;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}
.twobuilder-footer .row .step_wrapper .single_step_wrapper {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.twobuilder-footer .row .step_wrapper .step_picker {
  margin: 0;
  border: 1px solid #9fb6cf;
  border-radius: 10px;
  background: #f8fbff;
  color: #1b3f67 !important;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 6px 8px;
  transition: all 0.2s ease;
}
.twobuilder-footer .row .step_wrapper .step_picker:hover {
  border-color: #182354;
  transform: translateY(-1px);
}
.twobuilder-footer .row .step_wrapper .step_picker .step_number {
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}
.twobuilder-footer .row .step_wrapper .step_picker .step_name {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
}
.twobuilder-footer .row .step_wrapper .step_picker.completed_step {
  background: #eaf4ff;
  border-color: #74a7dc;
  color: #0f5ea8 !important;
}
.twobuilder-footer .row .step_wrapper .step_picker.active_step {
  background: #182354;
  border-color: #182354;
  color: #fff !important;
  box-shadow: 0 6px 14px rgba(24, 35, 84, 0.28);
}
@media (max-width: 980px) {
  .twobuilder-footer .row .step_wrapper {
    flex-wrap: wrap;
  }
  .twobuilder-footer .row .step_wrapper .step_prev {
    order: 1;
  }
  .twobuilder-footer .row .step_wrapper .step_next,
  .twobuilder-footer .row .step_wrapper .step_next_step4 {
    order: 2;
  }
  .twobuilder-footer .row .step_wrapper .step_progress_wrapper {
    order: 3;
    flex-basis: 100%;
    max-width: none;
  }
}
@media (max-width: 640px) {
  .twobuilder-footer .row .step_wrapper {
    padding: 10px 12px 14px !important;
    gap: 8px;
  }
  .twobuilder-footer .row .step_wrapper .step_progress_text {
    text-align: left;
  }
  .twobuilder-footer .row .step_wrapper .single_step_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .twobuilder-footer .row .step_wrapper .single_step_wrapper .step_picker:nth-child(5) {
    grid-column: 1/3;
  }
  .twobuilder-footer .row .step_wrapper .step_picker {
    min-height: 50px;
  }
}

.single-cadeau_bon .canvas-container {
  pointer-events: none;
}
.single-cadeau_bon .select_giftcard {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.single-cadeau_bon .select_giftcard h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}
.single-cadeau_bon .select_giftcard img {
  width: 100%;
}
.single-cadeau_bon .select_giftcard #claimbon {
  margin-bottom: 40px;
}

.woocommerce-checkout main .woocommerce {
  max-width: none;
}
.woocommerce-checkout main .woocommerce table.shop_table {
  width: 100%;
}

.mobi_scanner #video {
  width: 100%;
  max-width: 400px;
  border: 3px solid #007bff;
  border-radius: 10px;
  display: none;
}
.mobi_scanner #loading {
  display: none;
  text-align: center;
  font-weight: bold;
}
.mobi_scanner .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.mobi_scanner .modal .modal-content {
  background: #fff;
  margin: 30px auto;
  padding: 20px;
  border-radius: 10px;
  width: 50%;
  text-align: center;
  position: relative;
}
@media (max-width: 1000px) {
  .mobi_scanner .modal .modal-content {
    width: 90%;
  }
}
.mobi_scanner .modal .modal-content #modal_giftcard_thumbnail {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .mobi_scanner .modal .modal-content #modal_giftcard_thumbnail {
    width: 75%;
  }
}
.mobi_scanner .modal .modal-content #modal_bedrag {
  font-size: 26px;
  color: #18a0fb !important;
}
.mobi_scanner .modal .modal-content #confirmationMessage {
  z-index: 1002;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0 0 13px black;
}
.mobi_scanner .modal .modal-content #employeeModal {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0 0 13px black;
}
.mobi_scanner .modal .modal-content .modal-footer .btn {
  width: 300px;
}

.page-template-page-two-build {
  padding-bottom: 128px;
}
@media (max-width: 960px) {
  .page-template-page-two-build {
    padding-bottom: 240px;
  }
}

.custom-logo {
  max-width: 100%;
  height: auto;
}

#textControls {
  z-index: 99999;
}

#step-3 .step3-mode-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 8px 0 18px;
}
#step-3 .builder-status {
  font-size: 14px;
  color: #182354;
  background: #eef2ff;
  border-radius: 6px;
  padding: 6px 10px;
}
#step-3 .builder-status-editable {
  display: none;
  background: #eaf8ee;
  color: #1f6e39;
}

#step-3.builder-editable .builder-status-readonly {
  display: none;
}
#step-3.builder-editable .builder-status-editable {
  display: block;
}
#step-3.builder-editable #openMobibuilderButton {
  display: none;
}

#step-3.builder-readonly .mobibuilder-advanced {
  display: none !important;
}

#canvas-container:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#buttons-container {
  width: auto;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.1411764706);
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 0;
  position: absolute;
  left: 4%;
  top: 4%;
}
@media (max-width: 1200px) {
  #buttons-container {
    left: 13%;
  }
}
#buttons-container #colorPicker {
  width: 60%;
  margin: 10px auto;
}
#buttons-container #imageLoaderLabel i {
  color: #000;
}
#buttons-container #videoLoaderLabel i {
  color: #000;
}

#buttons-container button,
#buttons-container label {
  width: auto;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  background: none;
  cursor: pointer;
  text-align: center;
  font-size: 25px;
}

#buttons-container input[type=file] {
  display: none;
}

#buttons-container button:hover,
#buttons-container label:hover {
  background-color: #f0f0f0;
}

.selected-layer {
  background-color: #000000 !important;
  color: green;
}

canvas {
  display: block !important;
}

input[type=color] {
  padding: 1px !important;
}

#layerPanel {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow-y: auto;
}

#layerList {
  list-style: none;
  padding: 0;
}

#layerList li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 5px 10px;
}

#layerList span {
  flex-grow: 1;
}

#layerList button {
  background-color: #eee;
  border: none;
  padding: 3px 5px;
  margin-left: 5px;
  cursor: pointer;
}

#layerList button:hover {
  background-color: #ccc;
}

#imageLoader {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* Stijl het label als een knop */
#imageLoaderLabel {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 4px;
}

#imageLoaderLabel:hover {
  background-color: #e0e0e0;
}

#videoLoader {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#videoLoaderLabel {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 4px;
}

#videoLoaderLabel:hover {
  background-color: #e0e0e0;
}

#loadJSON {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#loadJSONLabel {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 4px;
}

#loadJSONLabel:hover {
  background-color: #e0e0e0;
}

.text-controls {
  display: none;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 400px;
  margin: auto;
}

.text-controls .form-control,
.text-controls .form-select {
  margin-bottom: 10px;
}

.text-controls .form-control-color {
  width: auto;
  padding: 10px;
}

.step {
  display: none;
}

#step-1 {
  display: block;
}

.mobile-phone {
  width: auto;
  display: inline-block;
  background: black;
  margin: auto;
  padding: 10px 10px 30px;
  box-shadow: 0 0 20px #e2e2e2;
  border-radius: 30px;
}

.container_brove {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}

.screen {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  border-radius: 30px;
}

.brove {
  width: 45%;
  height: 20px;
  background: black;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 0 0 20px 20px;
}

.speaker {
  width: 60px;
  height: 5px;
  background: #d2d2d2;
  display: block;
  margin: auto;
  margin-top: 5px;
  border-radius: 20px;
}

#canvas-container {
  position: relative;
  text-align: center;
  height: 100%;
}

#multi-step-form {
  min-height: 600px;
  max-width: 100%;
}

#cleanscreen {
  text-wrap: wrap;
}

.selected-cards {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .selected-cards {
    position: relative !important;
    z-index: 0 !important;
  }
}
.selected-cards img {
  height: auto;
  width: 50%;
}

.twobuilder-final-step .final-step-intro {
  color: #5c667a;
  margin-top: 6px;
}
.twobuilder-final-step .tb-summary-card {
  background: #f8fbff;
  border: 1px solid #d3deea;
  border-radius: 12px;
  padding: 16px;
}
.twobuilder-final-step .ts_input_wrapper {
  position: relative;
  padding: 0;
}
.twobuilder-final-step .ts_input_wrapper .ts_input {
  padding: 1rem 0.75rem 0.375rem 0.75rem !important;
  min-height: 52px;
}
.twobuilder-final-step .ts_input_wrapper .ts_input_label {
  position: absolute;
  top: 0.5rem;
  z-index: 2;
  margin-left: 0.75em;
  width: calc(100% - 1.5em);
  color: gray;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.twobuilder-final-step .ts_input_wrapper .ts_input_label.ts_input_filled {
  font-size: 14px;
  top: -5px;
  background: #f8fbff;
  padding: 0 4px;
  margin-left: 0.5rem;
  width: auto;
  max-width: calc(100% - 1rem);
}
.twobuilder-final-step .tb-inline-checkbox {
  display: inline-flex;
  align-items: center;
}
.twobuilder-final-step .tb-quick-check-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.twobuilder-final-step .tb-quick-check-item {
  background: #fff;
  border: 1px solid #d7e2ef;
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.twobuilder-final-step .tb-quick-check-item strong {
  color: #182354;
  font-size: 16px;
}
.twobuilder-final-step .tb-quick-actions {
  display: grid;
  gap: 8px;
}
.twobuilder-final-step .tb-badge-count {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef4fb;
  border: 1px solid #d2ddeb;
  color: #1d4469;
  font-size: 13px;
  font-weight: 600;
}
.twobuilder-final-step #final_giftcardselection,
.twobuilder-final-step .final_geselecteerde_personen_div {
  background-color: #fff;
  border: 1px solid #d6e0eb;
  padding: 10px;
  border-radius: 10px;
  max-height: 300px;
  overflow-y: auto;
}
.twobuilder-final-step .final-selected-card-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #dde6f1;
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 8px;
  background: #f7fbff;
}
.twobuilder-final-step .final-selected-card-item p {
  margin: 0;
  font-size: 14px;
}
.twobuilder-final-step .final-person-item {
  border: 1px solid #dde6f1;
  border-radius: 10px;
  padding: 8px 10px;
  margin-bottom: 8px;
  background: #f7fbff;
  font-size: 14px;
}
.twobuilder-final-step .tb-empty-state {
  color: #6a7488;
  font-style: italic;
}
.twobuilder-final-step .tb-submit-card {
  background: #edf4fb;
}
.twobuilder-final-step .tb-terms-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
  padding: 10px;
  border-radius: 10px;
}
.twobuilder-final-step .tb-terms-label.tb-checkbox-error {
  background: #ffe8e8;
  border: 1px solid #f3b2b2;
}
.twobuilder-final-step .tb-submit-help {
  margin: 12px 0 16px;
  color: #5d6a7f;
}

.personselectdiv {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  max-height: 300px;
  overflow-y: auto;
}

.tb-gif-toolbar .btn-group .btn.active {
  background: #182354;
  border-color: #182354;
  color: #fff;
}

.tb-gif-loading {
  font-weight: 600;
  color: #344c6b;
  margin-bottom: 8px;
}

.tb-gif-feedback {
  margin-bottom: 10px;
  color: #4f5f77;
}

.tb-gif-feedback.is-error {
  color: #a03030;
}

#gifStickerModal .modal-body {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tb-gif-results-scroll {
  max-height: clamp(220px, 52vh, 480px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}

.tb-gif-grid {
  column-count: 4;
  column-gap: 10px;
}

.tb-gif-item {
  display: inline-block;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  border: 1px solid #d3deea;
  border-radius: 10px;
  padding: 4px;
  background: #f8fbff;
  cursor: pointer;
  width: 100%;
  margin: 0 0 10px;
}

.tb-gif-item:hover {
  border-color: #182354;
}

.tb-gif-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}

@media (max-width: 900px) {
  .tb-gif-grid {
    column-count: 3;
  }
}
@media (max-width: 640px) {
  .tb-gif-grid {
    column-count: 2;
  }
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.error {
  border-color: red !important;
}

.form-check .categorie_checkbox {
  margin-top: 0;
  margin-right: 5px;
}

@media (max-width: 900px) {
  #canvas-container {
    padding: 0 !important;
    width: 100% !important;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.bounce {
  animation: bounce 2s infinite;
}

.place-order {
  text-align: center;
}

.woocommerce-page #payment #place_order {
  float: none !important;
}

.ts_input_wrapper {
  position: relative;
  padding: 0;
}
.ts_input_wrapper .ts_input {
  padding: 1rem 0.75rem 0.375rem 0.75rem !important;
}
.ts_input_wrapper .ts_input_label {
  position: absolute;
  top: 0.5rem;
  z-index: 3;
  margin-left: 0.75em;
  color: gray;
  transition: all 0.2s ease;
  width: 100%;
  pointer-events: none;
}
.ts_input_wrapper .ts_input_label.ts_input_filled {
  font-size: 14px;
  top: -5px;
}