/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 07 2025 | 13:12:10 */
span.email-validation-error.woocommerce-error {
	display:none;
}

@media (max-width:1024px) {
label[for="payment_method_payustandard"] img{
  height:22px !important;
  max-width:90px !important;
}	
}

@media (min-width:1025px) {
label[for="payment_method_payustandard"] img{
        height: 27px !important;
        max-width: 160px !important;
	}
}
	
	