/*
Theme Name:   WPB Child Theme
Theme URI:    https://www.wpbeginner.com/
Description:  A Astra child theme custom styles
Author:       WPBeginner
Author URI:   https://www.wpbeginner.com
Template:     astra
Version:      1.0.0
Text Domain:  astrachild

Version 1.0.0 : Oct 26,2025 Overwrite the Woocommerce CSS for reset button  I183
*/
@import url(../astra/style.css");

.woocommerce-js form .form-row textarea,  .woocommerce-js input[type=reset] {
    width: 50px;
  margin: 5px;
 background-color: #395630;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
	border-radius: 5px;}
.submit-group {
  display: flex;
  padding: 3px 5px;
  justify-content: center;
  margin-top: 20px;
}


