body .showOnlyOnPrint{
  display: block;
}
body .hideOnPrint{
  display: none;
}
body{
  background: white!important;
}
body.single-product{
}
body.single-product #main-header,
body.single-product #main-footer,
body.single-product .woocommerce-breadcrumb,
body.single-product .product,
body.single-product .one-page-shopping-header,
body.single-product .shop_table.cart,
body.single-product .woocommerce-info,
body.single-product .woocommerce-billing-fields h3,
body.single-product .woocommerce-shipping-fields h3,
body.single-product #payment,
body.single-product .woochimp_checkout_checkbox,
body.single-product .create-account
{
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #333;
}

body h3{
  font-size: 18px;
}
.quoteHeadline{
  font-size: 35px;
}
body.single-product input.input-text
{
  background: #fff;
  padding: 0;
}



body.et_fixed_nav #page-container,
body #main-content .container
{
  padding: 0!important;
}

body.single-product .container{
  width: 1080px;
  margin: 0;
}

#content-area{
  margin-top: 60px;
}

/* woocommerce input fields */
body .woocommerce form .form-row input.input-text,
body .woocommerce form .form-row textarea
{
  padding: 0;
}

/* woocommerce customer details text */
.quoteHeader{
}

/* woocommerce customerDetails */
h3.customerDetails{
  margin-top: 70px;
}

/* woocommerce billing fields */
body .woocommerce-billing-fields input,
body .woocommerce-billing-fields select,
body .woocommerce-billing-fields input.text,
body .woocommerce-shipping-fields textarea
{
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* woocommerce your order */
body .woocommerce #order_review_heading{
  margin-top: 40px;
}

/* woocommerce form rows */
.woocommerce form .form-row, .woocommerce-page form .form-row{
  padding-bottom: 0;
}

/* order notes column ausblenden*/
.woocommerce #customer_details .col-2{
  display: none;
}

