/* Enter Your Custom CSS Here */
.wp_cart_product_display_box{
max-width: 250px;
float: left;
margin-right: 10px;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
 color:#fff; 
	/* background: #10c13d; */ /* Old browsers */
	/* background: -webkit-linear-gradient(top, #10c13d 0%, #10c13d 100%); */ /* Chrome 10+, Safari 5.1+ */
	/* background:   linear-gradient(to bottom, #10c13d 0%, #10c13d 100%); */ /* W3C */
  background: #10c13d;  
  background: -webkit-linear-gradient(top, #10c13d 0%, #10c13d 100%); 
    background: linear-gradient(to bottom, #10c13d 0%, #10c13d 100%);
	border: none;
	border-bottom: 3px solid #0a7a27;
	border-radius: 2px;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}