.entry-title {
  font-size: 32px !important;
}

.related.products {
  display: none !important;
}

.qodef-single-product-title {
  display: none !important;
}

@media only screen and (min-width: 641px) {
 
 body #gform_wrapper_6 { 
  max-width: 50%;
  margin: 0 auto;
 }
 
 body #gform_wrapper_6 ul li.gfield .ginput_container,
 body #gform_wrapper_6 ul li.gfield .gfield_description,
 body #gform_wrapper_6 div.ginput_complex label,
 body #gform_wrapper_6 input:not([type='radio']):not([type='checkbox']):not([type='submit']), 
 body #gform_wrapper_6 select, 
 body #gform_wrapper_6 textarea { 
  text-align:center; margin: -20px 0px 0px 0px;
 }
 
 body #gform_wrapper_6 ul.top_label li.gfield label.gfield_label {
  text-align: center;
  display: block;
 }
   
  body #gform_wrapper_6 .gform_footer, .gform_top_footer,
  body #gform_wrapper_6 .gform_page_footer {
    text-align: center; margin: -20px 0px -50px 0px;
  }
 
}