.elementor-9 .elementor-element.elementor-element-51a0c30f{--display:flex;--background-transition:0.3s;}/* Start custom CSS */label {
  position: absolute;
  margin: 15px 0 0 12px;
  transition: all 0.2s ease-out;
  color: #606060;
  pointer-events: none;
}

.display-floating-label label {
  position: absolute;
  margin: 5px 0 0 12px;
  font-size: 12px;
}

input {
  display: block;
  padding: 15px 12px;
  border: 1px solid #bbb;
  border-radius: 5px;
  width: 300px;
  transition: all 0.2s ease-out;
}

.display-floating-label input {
  padding: 22px 12px 8px;
}


abbr {
  text-decoration: none;
  margin: 0;
  pointer-events: none;
}


.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border-bottom: 1px solid;
}
.woocommerce.woocommerce-checkout .col-1 label { 
    line-height: 0px !important;
}
.woocommerce.woocommerce-checkout .col-1 label {
    margin-top: -5px;
}/* End custom CSS */