.page-header button#customer-menu {
    margin-left: 15px;
}
.account .account-nav-content {
    display: block !important;
}
.account .block-dashboard-orders {
    padding: 30px 0 0;
}
.account table.recent {
    width: 100%;
    text-align: left;
}
.account table.recent caption.table-caption {
    margin: 15px 0;
}
.account table.recent th, 
.account table.recent td {
    border: 1px solid #e7e7e7;
    padding: 10px;
}
.checkout-index-index .g-recaptcha {
    float: none;
}
.checkout-index-index .field.choice {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.checkout-index-index #co-shipping-form .field.choice input {
    width: auto;
    margin: 0 5px 0 0;
    top: auto;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address {
    background: #000000;
    font-weight: 400;
    font-size: 14px;
    padding: 11px 20px;
    border-color: #000000;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.checkout-billing-address .actions-toolbar .action-cancel {
    color: #000000 !important;
    text-decoration: none !important;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
    background: #000000;
    font-weight: 400;
    font-size: 14px;
    padding: 11px 20px;
    border-color: #000000;
    color: #ffffff;
}
.sidebar.sidebar-additional .compare-widget a.btn,
.sidebar.sidebar-additional .block-reorder form button.tocart,
.opc-wrapper .action-show-popup,
.checkout-index-index #checkout-step-shipping_method .button.action,
.account .column.main a.btn {
    background: #000000;
    padding: 11px 20px;
    border-color: #000000;
    color: #ffffff;
}
.sidebar.sidebar-additional .compare-widget a.btn:hover, 
.sidebar.sidebar-additional .block-reorder form button.tocart:hover,
.opc-wrapper .action-show-popup:hover,
.checkout-index-index #checkout-step-shipping_method .button.action:hover,
.account .column.main a.btn:hover {
    background: #EC1C24;
    border-color: #EC1C24;
}
.account .column.main .actions-toolbar button.btn {
    background: #000000;
    padding: 11px 20px;
    border-color: #000000;
    color: #ffffff;
    border-radius: 10px;
}
.account .column.main .actions-toolbar button.btn:hover {
    background: #EC1C24;
    border-color: #EC1C24;
}
.account #modalExtend {
    display: none;
}
.form.password.reset .actions-toolbar button.submit {
    background-color: #000;
    border-radius: 3px;
    box-shadow: none;
    height: 45px;
}




@media (min-width: 0px) and (max-width: 767px) {
.hl-app .form-builder--wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}