.jc-footer-bar {
    background-color: #fff;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    left: 0;
    right: 0;
    border-top: 1px solid #eee
}

.jc-footer-menu-container {
    background-color: #fff;
    border-top: 1px solid #eee;
    box-sizing: border-box;
    height: 57px;
    position: relative;
    z-index: 1;
    display: flex
}

.jc-footer-menu-item {
    color: #5b6065;
    cursor: default;
    flex: 1 1 auto;
    font-size: 10px;
    justify-content: center;
    line-height: 10px;
    padding: 8px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    user-select: none
}

.jc-footer-menu-icon {
    width: 24px;
    height: 24px;
    display: block;
    color: #5b6065
}

.jc-footer-menu-item span {
    display: block;
    font-size: 10px;
    line-height: 1
}

@media (max-width: 1024px) {
    .jc-footer-bar {
        display: block
    }

    body.has-jc-footer-bar {
        padding-bottom: 57px
    }
}

@media (min-width: 1025px) {
    .jc-footer-bar {
        display: none
    }
}

form.woocommerce-form.woocommerce-form-login.login>p.woocommerce-form-row,
form.woocommerce-form.woocommerce-form-login.login>p.form-row,
form.woocommerce-form.woocommerce-form-login.login>p.woocommerce-LostPassword,
form.woocommerce-EditAccountForm.edit-account>fieldset,
input.wal-form-row-value.wal-withdrawal-gateway-fields.wal-bank-gateway-bank-name.wal-bank-gateway-fields,
input.wal-form-row-value.wal-withdrawal-gateway-fields.wal-bank-gateway-routing-number.wal-bank-gateway-fields,
input.wal-form-row-value.wal-withdrawal-gateway-fields.wal-bank-gateway-iban-number.wal-bank-gateway-fields,
input.wal-form-row-value.wal-withdrawal-gateway-fields.wal-bank-gateway-swift-code.wal-bank-gateway-fields, 
.wal-dashboard-menus, .wal-dashboard-profile-image, .wal-dashboard-profile-status
{
    display: none !important;
}

