/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Template: Divi
Version: Updated for Divi 3+
*/

#post-800 {
	max-width: 1400px;
	padding: 10px 40px;
	margin: 0 auto;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-shipping-block {
	display: none;
}

.shipping-infobox {
	margin-bottom: 30px;
}

.woocommerce-info {
	margin-top: 20px;
}
#order_review_heading {
	margin-top: 30px;
}

.woocommerce-order-received .entry-content > p {
	display: none;
}

.container {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}

@media screen and (max-width: 768px) {

	.container {
	    width: 100%;
	}
	#post-800 {
		padding: 10px 20px;
	}
}