/*
 Theme Name:     Divi Child theme
 Description:    Divi Child
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
@media (min-width: 993px) {
    body .woocommerce .col2-set .col-1{width:100%;}
	body .woocommerce .col2-set .col-1 h3{display:none;}
    body .woocommerce .col2-set .col-2{width:100%;}
    .woocommerce-billing-fields h3{margin-top:3px;}
    .woocommerce .col2-set, .woocommerce-page .col2-set{width:48%;float:left;}
    #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review{float:left;width:48%;margin-left:2%;padding-top:30px}
}

#order_comments_field {
  display: none;
}
.woocommerce-additional-fields {
	display: none;
}

#order_review_heading {
	display:none;
}


.woocommerce-checkout .woocommerce .woocommerce-message {
    display:none !important;
}