#allrecords .js-store-prod-all-text a.button_order {
    color: #ffffff !important;
    background-color: #415a77;
    border-style: solid !important;
    border-color: #415a77 !important;
    border-width: 1px;
    border-radius: 30px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: ease-in-out;
    height: 45px;
    font-size: 14px;
    padding: 15px 30px;
}
#allrecords .js-store-prod-all-text a.button_order:hover {
    color: #415a77 !important;
    border-color: #415a77 !important;
    background-color: #ffffff !important;
}

