/* design page*/
.cart-button-input{
	background:#D14836;		
    border-color: #C53727;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
	
	cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
    font-size: 16px;
    line-height: 1.3;
    padding: 0.5em 0.9em;
	border:none;
	
}
.cart-button-input:visited{
	background:#C53727;
	color:#fff;
}