/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.woocommerce-order-downloads {
    display: none !important;
}


.consulting-notice
{
  color: #ff0000; /* Red text */
  border: 2px solid #ff0000; /* solid red border */
  font-size: 14px; /* Smaller font */
  padding: 10px; /* Inner spacing */
  display: inline-block; /* Fits content width */
  margin: 30px auto; /* Centers horizontally */
  text-align: right; /* Ensures text alignment */
}

.woocommerce p[data-trp-gettext] {
    display: none !important;
}


/* Target the error message heading */
.product_title + div h1[style*="margin-top: 30px"] {
  color: #ff0000; /* Red text */
  border: 2px solid #ff0000; /* dashed border */
  font-size: 14px; /* Smaller font */
  padding: 10px; /* Inner spacing */
  display: inline-block; /* Fits content width */
  margin: 30px auto; /* Centers horizontally */
  text-align: right; /* Ensures text alignment */
}