/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
html::before{
  content:"CHILD CSS LOADED";
  position:fixed;
  top:0;
  left:0;
  z-index:999999;
  padding:8px 12px;
  font-size:14px;
  background:#000;
  color:#fff;
}
*/

.woocommerce-message {
    background-color: #0f2a44; /* deep navy */
    border-top-color: #b8923f; /* gold accent */
    color: #ffffff;
}

.wpcf7-form input[type="email"] {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* Remove theme + CF7 spacing */
.wpcf7-form p,
.wpcf7-form .wpcf7-form-control-wrap {
  margin: 0;
}

/* Add your own tight spacing */
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  margin-bottom: 7px;
}

/* Center Tag Line Under Logo */
.site-description {
  text-align: center;
  width: 100%;
}