.wc_quick_buy_btn {
text-decoration: none;
overflow: visible;
cursor: pointer;
color: #008064 !important;
border-color: #008064;
position: relative;
padding: 0.3em 1em;
border: 2px solid;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: transparent;
font-size: 20px;
font-weight: 500;
line-height: 1.7em !important;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
margin-bottom:20px;
}
.wc_quick_buy_btn:hover {
background-color: #008064;
border-color: #008064;
color:#FFFFFF !important;
}