.x13withdrawals-shop-1 .x13w-footer-link {
    display: block;
    text-align: center;
    margin: 16px auto;
    clear: both;
}

.x13withdrawals-shop-1 .x13w-footer-withdraw {
    display: inline-block;
    background: #2f6fe0;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: .2px;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background .2s ease, transform .1s ease;
}

.x13withdrawals-shop-1 .x13w-footer-withdraw:hover {
    background: #1f55b8;
    color: #fff !important;
    text-decoration: none !important;
}

.x13withdrawals-shop-1 .x13w-footer-withdraw:active {
    transform: translateY(1px);
}