.checkout-step-two #legal_first_name_field, .checkout-step-two #legal_last_name_field, .checkout-step-two #billing_email_field,
.checkout-step-two #billing_first_name_field,.checkout-step-two #billing_last_name_field, #order_comments_field, .woocommerce-additional-fields h3 
{
	display: none !important;
}
.checkout-step-two h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}
.checkout-step-two .shipping_address {
	display:none;
}
.print_cert_label {
	display: flex;
    flex-wrap: wrap;
	cursor: pointer;
}
.print_cert_label #print_cert{
    width: 10%;
    margin: 16px 0px;
}
.print_cert_label .first-paragraph{
    width: 90%;
	font-size: 16px;
    font-weight: bold;
}
.print_cert_label .second-paragraph{
    width: 100%;
}

#continue_to_checkout {
	cursor: pointer;
    height: auto !important;
    border: none !important;
    border-radius: 0 !important;
    text-shadow: none !important;
    -webkit-appearance: none !important;
    top: auto !important;
    left: auto !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #edc74b;
    color: #082040;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    min-width: 100px;
    text-align: center;
    transition: all .5s;
}
#continue_to_checkout:hover {
    color: #082040;
    background-color: #DDB021;
    text-decoration: none;
}