/* custom-gravityform-styles.css */

/* Custom styles for Gravity Forms */


/*
.ginput_container span input[type="text"],
.ginput_container span input[type="email"],
.ginput_container span input[type="password"],
#input_1_3
{
    border-radius: 20px;
   box-shadow: 1px 1px 1px #2e023a;
}
    */
#gform_submit_button_1{ 
  background-color: #061536; 
  color: white; 
  padding: 10px 10px; 
  border: none; 
  border-radius: 20px; 
  width: 200px;
  font-size: 18px; 
  cursor: pointer; }

  .gform_gender{
    color: #071046 !important;
    font-family: "Bellota", serif !important;
  }
  .gform_gender a:hover{
    color: #DCBA4A !important;
    font-family: "Bellota", serif !important;
  }
 

  #product-402 .woocommerce-product-gallery__wrapper{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }
  #product-402 .woocommerce-product-gallery__image{
    max-height: fit-content !important;
    max-width: 320px !important;
  }
