/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 26 2025 | 06:00:19 */
header{height:74px;}
/* Center the container */
.grassblade {
  display: flex;
  justify-content: center;
}

/* Style the launch link text */
.grassblade_launch_link {
  text-align: center;
  font-size: 15px;
  background-color: #4F80FF;
  border-radius: 90px;
  color: white;
  padding: 12px 30px 12px 30px;
  /* font-weight: bold;  Uncomment if needed */
}
.woocommerce-form-register.register .g-recaptcha{
	position: absolute !important;
	bottom: 128px !important;
}

.woocommerce-form-register.register .woocommerce-privacy-policy-text p{
	display: none !important;
}
@media (max-width: 768px){
	header{height:60px;}
}
	