﻿.wc_quick_buy_button {
       background-color: #ffffff;
       background-image: linear-gradient(to bottom, #84bdfd, #84bdfd);
       bottom: 63px;
       left: 220px;
       text-shadow: 0 1px 0 #ffffff;
       border: 1px solid #ffffff;
       padding: .236em .857em;
       color: #ffffff;
       text-align: center;
       text-decoration: none;
       font-size: 1em;
       font-family: inherit;
       cursor: pointer;
       overflow: visible;
       width: auto;
       line-height: 1.618em;
       margin: 0 .327em;
       -webkit-font-smoothing: subpixel-antialiased;
       font-weight: bold;
       border-radius: 0.202em;
}

.wc_quick_buy_button:hover {
       background-color: #4646ff;
       background-image: linear-gradient(to bottom, #4646ff, #4646ff);
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
       color: white;
}