html body .dhw-order-tracking button.dhw-ot-button{
    all:unset !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:190px !important;
    height:48px !important;

    padding:0 25px !important;

    background:#000 !important;
    background-color:#000 !important;

    color:#fff !important;

    border:0 !important;
    border-radius:0 !important;

    font-family:inherit !important;
    font-size:14px !important;
    font-weight:700 !important;

    cursor:pointer !important;

    box-sizing:border-box !important;
}

html body .dhw-order-tracking button.dhw-ot-button:hover{
    background:#222 !important;
    background-color:#222 !important;
    color:#fff !important;
}