.account.company-users-index button.action.action-secondary, button.action.action-clear {
    color: white;
    padding: 10px;
}
.account.company-role-edit .box-actions .action.expand span,.account.company-index-index .box-actions .action.expand span {
    color: black;
}
.account.company-index-index .box-actions button {
    color: black;
    font-size: 14px;
}
.account .modal-footer button.action.cancel.secondary {
    padding: 10px;
}
.block-dashboard-company .jstree .jstree-clicked {
    background-color: #232323;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.theme-pearl.store-view-default .price-box .old-price .price {
    text-decoration: none !important;
}

.product-info-main .product-info-stock-sku {
    padding-left: 0;
    display: block;
    float: none;
    padding-top: 11px;
    text-align: left;
}

ol.products.list > li > div.product-item-info span.old-price {
    display: none;
}

div.quotes-grid-toolbar.toolbar.bottom > div.pager > p {
    display:none;
}

th.col-carrier {
    display: none !important;
}

.box-address-billing > div.box-actions {
    display:none;
}

.box-billing-address > div.box-actions {
    display:none;
}

div.field.choice.set.billing {
    display: none;
}

div.billing-address-details > button {
    display: none;
}
.filter-options-content input[type="checkbox"] {
    display: none;
}
.login-container {
    display: flex;
    justify-content: space-between;
}
.block-login-info {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
@media only screen and (max-width: 639px) {
    .login-container {
        flex-direction: column;
    }
    .login-container .block-customer-login {
        order: 2;
    }
    .login-container .block-login-info {
        order: 1;
    }
}
