/*
Theme Name: divi-child
Version: 1.0
Description: A child theme of Divi
Template: Divi
*/

@import url("../Divi/style.css");

#wc-print-button {
	margin-bottom: 25px;
}

#continueShopping {
	width: 100%
}

.woocommerce-thankyou-order-received {
	margin-bottom: 25px;
}

.woocommerce ul.order_details li {
	display: inline-block;
	float: none;
}

.woocommerce div.product .stock {
	font-weight: 700;
	color: #1e3c1e;
	margin-bottom: 15px;
}

p.available-on-backorder:after {
	content: ' - please allow up to 4 weeks for the product to be made'
}