.wp-block-woocommerce-checkout .wc-block-checkout__form .wc-block-checkout__billing-fields {
  /*
  input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], input[type='number'], input[type='tel'] {        
      &::placeholder {
          color: #888888 !important;
          opacity: 1; 
      }              
      &::-ms-input-placeholder { 
          color: #888888 !important;
      }
  }
  */
}
.wp-block-woocommerce-checkout .wc-block-checkout__form .wc-block-checkout__billing-fields label {
  color: #888888;
}/*# sourceMappingURL=main.css.map */