/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.main-page-wrapper {
	padding-top: 0px !important
}
.copyrights-wrapper {
    background: #439D46;
}
.product-image-summary {
    margin-top: 25px;
}
.shop-loop-head {
	margin-top:10px !important
}
.wd-checkout-steps {
    margin-top: 60px !important;
	text-align: center !important;
}
.woocommerce-shipping-destination{
	display: none;
}
.close-header-banner.wd-style-icon>a {
    color: lightgreen;
}

.woodmart-ajax-search {
    width: 80% !important; /* Adjust the width as needed */
}
/*Google reCAPTCHA verification hide*/
.grecaptcha-badge { visibility: hidden; }
/* Shipping address remove after order complete, Only billling will show*/
.woocommerce-column--shipping-address {
	display: none;
}

.payment_box {
	background: #daf3d7 !important;
	color: black;
}
.hidden-fields-container {
  display: none !important;
}


/* Make form labels bold and green */
.customization-wrapper label {
  color: #3E9140;
  font-weight: bold;
}

/* Reset placeholder styling to soft and normal */
.customization-wrapper ::placeholder {
  font-weight: normal !important;
  color: #999999; /* Light gray tone */
  opacity: 0.8;
}

/* Ensure input and textarea text is black */
.customization-wrapper input[type="text"],
.customization-wrapper input[type="tel"],
.customization-wrapper input[type="email"],
.customization-wrapper textarea {
  color: #000000; /* Black text */
  font-weight: normal;
}

/* Style the submit button */
.customization-wrapper input[type="submit"] {
  background-color: #3E9140; /* Green tone */
  color: #ffffff;
  font-weight: bold;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.wpcf7-response-output {
	background:white !important;
	color: green !important;
    font-weight: bold;
    font-style: italic;
}