/*
Theme Name: Child Thrive Theme
Theme URI: http://thrivethemes.com/
Version: 1.0
Author: <a href="http://www.thrivethemes.com">Thrive Themes</a>
Description: Fully customizable, front end theme and template editing for WordPress has arrived! 
Template: thrive-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-everything
*/

/* WooCommerce - Đặt lại màu chữ & placeholder cho toàn bộ input */
.woocommerce input.input-text,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce input[type="number"],
.woocommerce textarea {
  color: #000 !important;          /* màu chữ khi gõ */
  background: #fff !important;     /* nền trắng để dễ đọc */
  caret-color: #000 !important;    /* con trỏ gõ màu đen */
}

/* Placeholder */
.woocommerce input.input-text::placeholder,
.woocommerce input[type="text"]::placeholder,
.woocommerce input[type="email"]::placeholder,
.woocommerce input[type="password"]::placeholder,
.woocommerce input[type="number"]::placeholder,
.woocommerce textarea::placeholder {
  color: #000 !important; 
  opacity: 1;
}

/* Tránh Chrome tự đổi màu khi autofill */
.woocommerce input.input-text:-webkit-autofill,
.woocommerce input[type="text"]:-webkit-autofill,
.woocommerce input[type="email"]:-webkit-autofill,
.woocommerce input[type="password"]:-webkit-autofill,
.woocommerce input[type="number"]:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  caret-color: #000 !important;
  transition: background-color 9999s ease-out 0s;
}
