/*---------------------------------------------------------------------------------

 Theme Name:   Divi Child Theme
 Theme URI:    
 Description:  
 Author:       Lena
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*Remove shipping calculator on checkout*/
.woocommerce-shipping-destination {
    display: none;
}

.woocommerce-shipping-calculator {
    display: none;
}

/*Remove optional Shipping address on checkout page*/
form.woocommerce-checkout div.col-2 {
    display: none;
}

form.woocommerce-checkout div.col-1{
	float: none!Important;
	margin: 40px auto!Important;
}