body .rw-add-to-cart-listing {
    padding: 30px 30px 30px;
    margin: auto 0 0 0;
    display: flex;
    justify-content: center;
}

body .rw-add-to-cart-listing a {
    background-color: #10B454 !important;
    border: 1px solid #0E9F4A !important;
    transition: all 0.3s ease;
    padding: 11px 20px !important;
    height: auto !important;
    line-height: 1 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

body .rw-add-to-cart-listing a:hover {
    background-color: #0E9F4A !important;
}