.authentication-wrapper.ofs-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.ofs-form {
        text-align: left;
        margin: 10px 0;
        z-index: 999;
    }
}

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

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

.ofs-form .authentication-dropdown._show {
    top: 27px;
    /*z-index: 999 !important;*/
}
.ofs-form.ofs-price .authentication-dropdown._show:before,
.ofs-form.ofs-stock .authentication-dropdown._show:before {
    content: '\e621';
    position: absolute;
    top: -9px;
    left: 100px;
    font-family: 'luma-icons';
    background: #fff;
    color: #aeaeae;
    font-size: 15px;
    width: 14px;
    line-height: 0.8;
}

.ofs-table .col.image {
    width: 180px;
}

.ofs-table .product-item-photo {
    width: 120px;
    float: left;
}

.ofs-table .product-name, .ofs-table .product-sku, .ofs-table .product-date, .ofs-table .product-actions {
    padding-top: 20px;
}

.ofs-table .product-delete:before {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 28px;
    color: #8f8f8f;
    content: "\e604";
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.ofs-table .product-delete:hover:before {
    color: #1979c3
}

table.ofs-table>thead>tr>th, table.ofs-table>tbody>tr>th, table.ofs-table>tfoot>tr>th, table.ofs-table>thead>tr>td, table.ofs-table>tbody>tr>td, table.ofs-table>tfoot>tr>td {
    padding: 20px 10px;
}

.productnotification-stock-index .items.pages-items {
    float: right;
}

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

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

.ofs-form .authentication-dropdown .mobile .selected-flag {
    height: 32px;
}