.authentication-wrapper.pnf-form {
    width: 100%;
    position: relative;
    display: block;
    max-width: 100%;
    float: none;
    margin: 0;
    text-align: left;
}

@media all and (min-width: 768px),print {
    .authentication-wrapper.pnf-form {
        text-align: left;
        margin: 10px 0;
        z-index: 999;
    }
}

.authentication-wrapper.pnf-price {
    z-index: 910;
}

.pnf-form .block-authentication .actions-toolbar>.primary {
    float: left;
}

.pnf-form .authentication-dropdown._show {
    top: 0;
    z-index: 999 !important;
}

.pnf-table .col.image {
    /*width: 180px;*/
}


.pnf-product-configurable .pnf-form.pnf-stock {
    display: none;
}

._has-price-form .pnf-stock {
    z-index: 9;
}
._has-stock-form .pnf-price {
    z-index: 9;
}