.shopping_cart{
	padding: 0 !important;
	font-size: 16px !important;
	border-top: 3px solid blue !important;
	margin-top: 60px !important;
}
.wp_cart_button_wrapper input{
	margin: 0 !important;
	padding: 10px !important;
	background-color: yellow !important;
	border: none !important;
	color: black !important;
}
.wp_cart_button_wrapper input:hover{
	background-color: magenta !important;
}
input.wp_cart_checkout_button{
	background-color: yellow !important;
	color: black !important;
	padding: 10px !important;
	display: inline-block !important;
	border: none !important;
}
input.wp_cart_checkout_button:hover{
	background-color: magenta !important;
	color: black !important;
}
span#pinfo{
	font-weight: normal !important;
	padding-bottom: 20px !important;
} 
.shopping_cart table{
	margin-top: 20px !important;
}
.shopping_cart table th{
	font-weight: normal !important;
	text-align: left !important;
	text-transform: uppercase !important;
}
.shopping_cart table td{
	text-align: left !important;	
}

.shopping_cart table tr:nth-last-child(2) td:first-child{
	text-align: right !important;
	padding-right: 20px !important; 
}
.shopping_cart table tr:nth-last-child(2){
	height: 80px !important;
}