/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.woocommerce-order-overview__total {
	display: none;
}

a.tempbtn {
	border: 1px solid #009FE8;
	color: #009FE8;
	border-radius: 2px;
	padding: 0.4em 0.6em;
	float: left;
	margin: 0 0.5em 0 0;
}
a.tempbtn:hover {
	background: #009FE8;
	color: #fff;
}
button.single_add_to_cart_button {
	float: left;
	margin-right: 0.5em;
}