/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.woocommerce-message {
  border: 1px solid #4CAF50;
  background: #e9fbe9;
  color: #2e7d32;
  padding: 12px;
  border-radius: 8px;
}
.woocommerce-error {
  border: 1px solid #f44336;
  background: #fdecea;
  color: #b71c1c;
  padding: 12px;
  border-radius: 8px;
}
