.paylate-mini-widget.wc-paylate-btn:not([data-button]):before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/paylate-logo-64x64.png') no-repeat left center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    top: 11px;
    left: 12px;
}

.paylate-mini-widget.wc-paylate-btn:not([data-button]) {
    text-indent: unset;
    line-height: 48px;
    height: 48px !important;
    width: auto !important;
    background: linear-gradient(#f8f8f8, #b7b8ba) !important;
    display: inline-block;
    padding: 0 20px 0 46px;
    border-radius: 24px;
    border: 1px solid #9e9e9e;
    -webkit-box-shadow: 0 2px 2px 4px rgba(158,158,158,1);
    -moz-box-shadow: 0 2px 2px 4px rgba(158,158,158,1);
    box-shadow: 0 1px 2px 2px rgba(158,158,158,1);
    text-transform: uppercase;
    font-weight: bold;
    color: #58595b;
    position: relative;
}