a.hikashop_cart_button, a.hikashop_compare_button, .hikashop_cart_input_button {
font-size: 16px;
font-weight: bold;
text-decoration: none;
color: #ffffff !important;
cursor: pointer;
display: inline-block;
line-height: 18px;
margin: 10px;
/* margin-top: -50px; */
padding: 3px 8px;
text-align: center;
box-shadow: none !important;
text-shadow: none !important;
border: 1px solid;
border-color: #EEEEEE #DDDDDD #DDDDDD #EEEEEE;
border-radius: 3px;
background-color: #eee;
background: -webkit-gradient(linear, left top, left bottom, from(#7cbd71), to(#64a259));
background: -webkit-linear-gradient(top, #7cbd71, #64a259);
background: -moz-linear-gradient(top, #7cbd71, #64a259);
background: -o-linear-gradient(top, #7cbd71, #64a259);
background: linear-gradient(top, #7cbd71, #64a259);
}