.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    padding: 10px 10px!important;
    float:right;
    opacity: 1!important;
    text-decoration: none!important;
    background: #000000!important;
    color: #ffffff!important;
    border: 2px solid #000000;
    -webkit-transition: ease-out 0.5s!important;
    -moz-transition: ease-out 0.5s!important;
    transition: ease-out 0.5s!important;
    text-transform: uppercase;
    font-weight: 500!important;
    letter-spacing: 1px;
    font-size: 15px!important;
}
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    color: #000000!important;
    border: 2px solid #000000;
    box-shadow: inset 400px 0 0 0 #ffffff;
}