/*
 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;
}

