/* .ocAcc_Wrapper {
    max-width: 1000px !important;
} */

#ocAcc_Nav {
    display: inline-block;
    float: left;
    width: 100%;
    padding-right: 20px;
}

#ocAcc_Nav #ocAcc_nav_container h4 {
    font-size: 30px;
    color: #000;
    margin: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #707070;
    margin-bottom: 10px;
    font-weight: 600;
}

#ocAcc_Nav ul {
    list-style: none;
    padding-inline-start: 0;
    /* background-color: #0086cb;
    color: #fff;
    padding: 0;
    margin-top:0; */
}

#ocAcc_Nav ul li {
    background-color: #fff !important;
    cursor: pointer;
    /* padding: 20px 20px 20px 50px;
    border-bottom: 1px solid #b1b1b1;
    position: relative;
    cursor: pointer;
    font-family: Eurostile;
    text-transform: uppercase;
    letter-spacing: 2px; */
}

#ocAcc_Nav ul li:hover {
    font-weight: 600;
}

#ocAcc_Nav ul .active {
    font-weight: 600;
}

#ocAcc_Nav i {
    font-size: 25px;
    position: absolute;
    left: 25px;
    transform: translateX(-50%);
}

#ocAcc_Nav a {
    color: #fff;
    text-decoration: none;
}

.ocAcc_ContentBox {
    display: none;
}

.ocAcc_ContentBox h2 {
    font-family: Eurostile;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #0086CD!important;
}



.ocAcc_Active {
    display: block;
}

/* Account Header */
#ocAcc_header {
    font-size: 16px;
    border-bottom: 1px solid #000;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

#ocAcc_header .user_info {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.sectionSpacer{
    border-bottom: 1px solid #707070;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 4px;
}


.company-select .oc_row:first-of-type [class^=oc_col] {
    height: 200px;
    padding: 20px;
    border: 2px solid #0086cb;
    transition: 0.2s;
    cursor: pointer;
    position: relative;
}

.oc_compamy-select_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.company-select .oc_row:first-of-type [class^=oc_col]:hover {
    transform: scale(1.05);
    background-color:#005f99;
    border-color:#005f99;
    color: #fff;
}

.company-select .oc_row:first-of-type [class^=oc_col]:hover .company-select_compNameSub {
    color: #0086cb;
}

.company-select span {
    display: block;
    text-align: center;
}

.company-select .company-select_compName {
    font-size: 22px;
    text-align: center;
}

.company-select .company-select_compNameSub {
    font-size: 18px;
    display: block;
    color: #0086cb;
    text-align: center;
}

.company-select .company-select_cnum {
    font-size: 18px;
}

.company-select .oc_submit_button {
    margin-top: 50px;
    float: none;
}

.oc_disabled_input {
    color: #7c7c7c !important;
}

.oc_account_input {
    margin-bottom: 20px;
    /* border: 1px solid #0086cb !important; */
    border: 1px solid #c6c6c6 !important;
    border-radius: 0 !important;
}

.oc_select {
    width: 100%;
    display: block;
    border-radius: 0;
    border: 1px solid #0086cb !important;
    margin-bottom: 20px;
    color: #747474;
    padding: 10px 15px;
    height: 50px;
}

#registerProof {
    position: absolute;
    left: -9999px;
}

label[for="registerProof"] {
    padding: 0.5em;
    display: inline-block;
    background: #005f99;
    cursor: pointer;
    color: #fff;
    transition: 0.3s;
}

/*label[for="file-upload"]:hover {*/
/*    background: #0086cb;*/
/*}*/

#filename {
    padding: 0.5em;
    white-space: nowrap;
    background: #0086cb;
    color: #fff;
    min-width: 200px;
    display: inline-block;
}


.co_account_label {
    font-family: Eurostile;
    font-size: 18px;
}

.oc_account_addressBox {
    /*padding: 20px;
     border: 2px solid #0086cb; */
    border: 1px solid #707070;
    margin-bottom: 20px;
    padding: 10px;
}

.oc_account_addressBox span {
    display: block;
}

.oc_submit_button {
    background-color: #0086cb;
    padding: 13px 29px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    transition: all 0.25s ease-in-out;
    float: right;
    width: 350px;
}

.oc_submit_button:hover {
    background-color: #005f99;
}

#oc_forgot_password h1,
#oc_login h1,
#oc_register h1,
#oc_confirm h1,
#oc_register_form h1 {
    text-align: center;
}

.oc_passwort_form,
.oc_register_form,
.oc_confirm_form {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.passwordRequirements {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 5px;
    background-color: #0086cb;
    color: #fff;
    cursor: pointer;
}

.passwordRequirements i {
    margin-right: 5px;
}

.passwordRequirementsDetails {
    background: #0086cb;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    box-shadow: 0 0 4px #7c7c7c;
    position: absolute;
    bottom: 64px;
    width: 151px;
    display: none;
}

.oc_passwort_form .oc_submit_button {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#oc_forgot-password {
    color: #0086cb;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
}

#oc_login .oc_col-desktop-6 {
    padding: 0 50px;
}
#oc_login .login-col h1 {
    margin-bottom: 78px;
}
#oc_login .register-col h1 {
    margin-bottom: 0px;
}
#oc_login .register-col h3 {
    margin-top:0px;
    text-align: center;
    margin-bottom: 40px;
}
#oc_login .register-col .oc_submit_button{
    display: inline-block;
    float: unset;
}

#ocAcc_OrdersView{
    cursor: pointer;
}
#ocAcc_OrdersViewFooter {
    border-top: 1px solid black;
    margin-top: 45px;
    padding-top: 5px;
}

.order-status_failed,
.order-status_pending,
.order-status_on-hold {
    color: #ff8f00;
}

.order-status_processing {
    color: #ffcc00;
}

.order-status_completed {
    color: #1f8000;
}

.order-status_canceled {
    color: #cc0003;
}

.oc_order {
    margin-bottom: 40px;
}

.oc_order_header, .oc_order_subheader {
    padding: 10px;
    background-color: #F7F7F7;
}

.oc_order_headline {
    font-size: 20px;
    color: #0086cb;
}

.oc_order_info {
    padding: 10px;
    border: 1px solid #E3E3E3;
    border-top: none;
}
.oc_order_info table {
    margin-bottom: 20px;
}

.oc_order_info table td:nth-child(-n + 2) {
    padding-right: 25px;
}

.oc_order_again_button {
    padding: 8px 20px;
    line-height: 1;
    text-transform: none;
    float: right;
    letter-spacing: normal;
}

.oc_order_status {
    text-align: right;
}

.oc_order_detail_button {
    display: inline-block;
    color: #0086cb;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease-in-out;
}
.oc_order_detail_button i {
    padding-left: 5px;
}

.oc_order_detail_button.disable_hover {
    border-color:transparent!important;
}

.oc_order:hover .oc_order_detail_button, .oc_order_detail_button:hover {
    border-color: #0086cb;
}

.oc_order_again_button:hover .oc_order_detail_button {
    border-color: transparent!important;
}

.oc_order_reorder_button {
    display: inline-block;
    color: #0086cb;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease-in-out;
}
.oc_order_reorder_button i {
    padding-left: 5px;
}

.oc_order_invoice_button {
    display: inline-block;
    color: #0086cb;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease-in-out;
}
.oc_order_invoice_button i {
    padding-left: 5px;
}

.oc_order_reorder_button.disable_hover {
    border-color:transparent!important;
}

.orderPopup {
    position: absolute;
    top: 60px;
    bottom: 0px;
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    background-color: #fff;
    padding: 20px;
    display: none;
    min-height: 400px;
    overflow-y: scroll;
}

.orderPopup h2 {
    font-size: var(--h2_typography-font-size);
    color: #0086cb;
    line-height:1.25;
    font-weight:400;
}

.orderPopup h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.orderPopup h5 {
    color: #0086cb !important;
    cursor: pointer;
}


.orderPopup p {
    line-height: 24px;
    margin-top: 0px;
}

.orderPopup .positionBox {
    display: none;
}

.positionBox {
    background-color: #f1f1f1;
    padding: 10px;
}

.orderPopup_table {
    width:100%;
    margin-bottom: 70px;
}

.orderPopup_table th {
    font-weight: 600;
    text-align: left;
}

.orderPopup_table th:last-child {
    text-align: right;
}

.orderPopup_table tr:not(.products_overview):not(.last_product) td{
    border-bottom: 1px solid #000;
}

.orderPopup_table tr.products_overview{
    background-color: #F7F7F7;
}

.orderPopup_table tr.last_product td{
    padding-bottom:20px;
}

.orderPopup_table tr.products_overview_spacerTop td{
    padding-top:20px;
}

.orderPopup_table tr.products_overview_spacerBottom td{
    padding-bottom:20px;
}


.orderPopup_table td {
    padding: 5px 40px 5px 5px;
    text-align: left;
}

.orderPopup_table td:first-child {
    padding: 5px;
    width: 125px;
}

.orderPopup_table td:nth-child(2) {
    width: 43%;
}

.orderPopup_table td:last-child {
    text-align: right;
    padding-right: 5px;
}

.orderPopup_table .oc_order_again_button {
    float:none;
}

.orderPopup_infos div {
    margin-bottom: 30px;
}

#orderPopup_shippingInfo p, #orderPopup_billingInfo p {
    margin-bottom:0px;
}

.orderPopup_img{
    height: 100px;
    width: 100px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #E3E3E3;
}

.orderPopup_img img{
    width: 100px;
}

.ocNoScroll {
    margin: 0;
    overflow: hidden
}

#ocOrderBlur {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: 99999;
    display: none;
}

.ocOrderClose i {
    font-size: 28px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #0086cb;
    z-index: 9999999;
    display: none;
    cursor: pointer;
}

.ocOrderDownload {
    font-size: 16px;
    cursor: pointer;
}

.positionArrow {
    margin-left: 10px;
}

.positionHeadline {
    margin-bottom: 15px;
}

.oc_new-password-hint {
    font-size:16px;
}

.oc_new-password-hint span {
    font-size: 14px;
}

.oc_new-password-hint i {
    margin-right: 5px;
}

.ocTogglePassword {
    margin-left: -45px;
    cursor: pointer;
    color: #b1b1b1;
    position: relative;
    bottom: 6px;
}

#oc_contactPerson {
    margin-top: 100px;
}

#oc_contactPerson h5 {
    margin-top: 0;
}

#oc_contactPerson img {
    width:auto;
    height:auto;
}

#oc_contactPerson i {
    color:#0086cb;
}


@media (min-width: 2000px) {

    .orderPopup {
        width: 60% !important;
    }
}

@media (max-width: 1200px) {

    .orderPopup {
        width: 90% !important;
    }

    #ocAcc_Nav {
        display: block;
        float: none;
        width: 100%;
        padding-right: 0;
    }

    #ocAcc_Nav ul {
        background-color: transparent;
    }

    #ocAcc_Nav ul li {
        display: inline-block;
        width: 49%;
        /* margin-bottom: 10px; */
        background-color: #0086cb;
    }

    /* Account Header */
    #ocAcc_header {
        align-items: center;
    }

    #ocAcc_header .user_info {
        flex-direction: column;
        gap: 0;
    }

    #ocAcc_OrdersTable {
        overflow: hidden;
        overflow-x: scroll;
        width: 100%;
    }

    .orderPopup {
        min-height: 90vh;
    }

    #overflowContainer {
        overflow-x: scroll;
        position: relative;
    }

    #ocAcc_OrdersTableContainer {
        width: 600px;
    }

    #ocAcc_Orders::after {
        content: "";
        display: block;
        height: 100%;
        width: 160px;
        position: absolute;
        top: 0;
        right: 0;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
        background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    }

    #oc_login .oc_col-desktop-6.register-col{
        margin-top: 100px;
    }
    #oc_login .login-col h1 {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .oc_account_addressBox.shipping {
        height: 100%;
    }
}

@media (max-width: 786px) {
    .orderPopup .oc_ui-button {
        width: 49% !important;
        margin-bottom: 10px;
    }

    #ocAcc_Nav ul li {
        width: 100%;
    }

    .oc_login_form,
    .oc_passwort_form,
    .oc_register_form {
        width: 100% !important;
        margin: 0;
    }

    /* Account Header */
    #ocAcc_header {
        align-items: flex-start;
        flex-direction: column;
    }

    #oc_login .oc_col-desktop-6 {
        padding: 0;
    }
}

@media (max-width: 600px) {
    .oc_submit_button {
        width: 100%;
    }
}