Your current CSS:
.button, input[type="submit"], input[type="reset"], input[type="button"], .readmore, button {
background:-moz-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
background:-webkit-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
background:-ms-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
background:-0-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
border: 1px solid #4B5668;
background-color:#4B5668;
text-transform:uppercase;
}.button, input[type="submit"], input[type="reset"], input[type="button"], .readmore, button {
background:-moz-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
background:-webkit-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
background:-ms-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
background:-0-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
border: 1px solid #4B5668;
background-color:#4B5668;
text-transform:uppercase;
}
Your new CSS:
.button, input[type="submit"], input[type="reset"], input[type="button"], .readmore, button {
background:-moz-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
background:-webkit-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
background:-ms-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
background:-0-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
border: 1px solid #4B5668;
background-color:#4B5668;
text-transform:uppercase;
** position: fixed;
top: 2em;
z-index: 1;
**}
Look at the top left of your page, the add products to cart button should be floating.