.hide_tab_body-orders {
    display: grid;
    max-width: 1100px;
    margin: 20px auto;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px;
}

.order_shopadmin_item {
    align-items: center;
    justify-content: space-between;
    margin: 15px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 3px 5px 10px rgba(102, 102, 102, 0.5);
    max-width: 1100px;   
    display: grid;
}

.hide_tab_body-orders, .order_shopadmin_item {
    grid-template-columns: 3fr 4fr 4fr 3fr 3fr 2fr;
}

.order_shopadmin_item div {
    text-align: center;
}

.bolOrder_shopadmin_item div {
    line-height: 30px;
}

.select-order-status_box.bol-order_select-box {
    margin: 15px 0 0;
    padding: 0;
    flex-direction: column;
}

.select-order-status_box.bol-order_select-box:last-child {
    margin-left: auto;
}

.select-order-status_box.exported-order_select-box.selectOrdersFromPlatform {
    margin-right: 0!important;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 15px;
}

.modal_update_block.order_create {
    
    /* max-height: calc(100vh - 120px);
    min-height: calc(100vh - 120px); */

    height: calc(100vh - 120px);
    width: 100%;
    /* height: 100%; */
}

.modal_update_block {
    position: fixed;
    top: 140px;
    /* left: calc(50% - 550px); */
    /* width: 1100px; */
    transform: translateX(-50%);
    left: 50%;
    width: 90%;
    /* height: auto; */
    /* max-height: calc(100vh - 120px); */
    padding: 15px;
    background: white;
    /* box-shadow: 0 0 8px 0 rgba(0,0,0,.52); */
    /* border-radius: 12px; */
    overflow-y: scroll;
    overflow-x: hidden;
    flex-direction: column;
    z-index: 2;
}

.modal_update_block.removed_shadow {
    box-shadow: none;
}

.modal_update_block.customer_create {
    width: 90%;
}

.modal_update_block .orders__seller-box {
    display: flex;
}

.modal_update_block.customer_create .product_admin_form .inputs-box {
    justify-content: center;
}

.ordes_admin_orderItemsBox {
    max-width: 1400px;
    margin: 0 auto;
}
.ordes_admin_orderItems-header {
    margin-bottom: 50px;
    display: block;
}

.ordes_admin_orderItems-header_input {
    border: none;
    width: auto;
}

.ordes_admin_orderItems-header_input-editMode {
    border: 1px solid black;
    border-radius: 5px;
}

.ordes_admin_orderItems-header .admin_product_update {
    margin: 10px;
    width: 120px;
}
.ordes_admin_orderItems-header div{
    font-size: 18px;
}
.ordes_admin_orderItems-header span {
    font-weight: bold;

}

.ordes_admin_orderItems-tableHeader {
    display: grid;
    grid-template-columns: 2fr 4fr 2fr 1fr 4fr 2fr 2fr 2fr 1fr 1fr;
}
.ordes_admin_orderItems-tableHeader div{
    text-align: center;
    line-height: 26px;
    font-weight: 600;
    font-size: 14px;
    /* overflow: hidden; */
}

#addProductToOrder {
    font-weight: bold;
    font-size: 45px;
    padding: 0 15px;
    color: #45576c;
    line-height: 40px;
    cursor: pointer;
}

.orders_admin_product-box .orders__product-quantity-box {
    margin: 0 auto 0 5px;
}

.orders_admin_product-box {
    display: grid;
    grid-template-columns: 2fr 4fr 2fr 1fr 4fr 2fr 2fr 2fr 1fr 1fr;
    padding: 10px 0;
    border-bottom: 1px solid black;
    align-items: center;
    font-size: 16px;
}

.orders_admin_product-box div {
    text-align: center;
    margin: 0 auto;
    padding: 0px 5px;
}

.orders_admin_product-box .orders_admin_quantity-price {
    margin: 0 5px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.orders__product-quantity-box .orders_admin_product-box {
    padding: 3px 5px;
}

.orders_inkoopPrice-input {
    border:none;
    width: 60px;
    padding: 5px;

}

.orders_inkoopPrice-edit {
    width: 15px;
    height: 15px;
    background-image: url('/media/singleOrder/edit-icon-png-3587.png');
    cursor: pointer;
    background-size: contain;
    margin: 10px;

}
.orders_inkoopPrice-send {
    width: 15px;
    height: 12px;
    background: url('/media/singleOrder/done.png');
    background-size: contain;
    margin: 10px;

    cursor: pointer;
}

.orders_admin_quantity-box {

    align-items: center;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.orders_admin_quantity-price {
    white-space: nowrap;
}

.orders_admin_product-box .orders_admin_quantity-price {
    margin: 0 5px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.orders_admin_item_totalPrice {
    white-space: nowrap;
}

.orders__order-footer {
    border-bottom: 1px solid black;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.orders__order-footer_total-marge {
    display: grid;
    grid-template-columns: 13fr 2fr 4fr;
    padding: 10px;
    width: 100%;
}


.orders__order-footer_total-marge div {
    text-align: center;
}

.orders__confirm-order-button {
    cursor: pointer;
    padding: 9px 20px;
    background: #237ACA;
    color: white;
    border-radius: 6px;
}

.orders__confirm-order-button:hover {
    background: #45576c;
}

.orders__create-order-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.orders__product-item {
    box-shadow: 3px 5px 10px rgb(102 102 102 / 50%);
    margin: 20px 10px 20px 0;
    border-radius: 8px;
    padding: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.orders__product-info {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.orders__product-category {
    font-size: 14px;
    color: #8A85A6;
}

.orders__product-button {
    float: right;
    margin-left: 10px;
    background: #237ACA;
    padding: 6px 10px;
    color: white;
    border-radius: 8px;
    transition: .1s;
    cursor: pointer;
}

.orders__product-button:hover {
    background: #45576c;
}

.orders__checkout-box {
    max-width: 1200px;
    margin: 0 auto;
}
.ordes_admin_cart-tableHeader {
    display: grid;
    grid-template-columns: 2fr 4fr 2fr 1fr 4fr 2fr 2fr 2fr 1fr 1fr;
    padding: 10px;
}
.ordes_admin_cart-tableHeader div {
    text-align: center;
    line-height: 26px;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
}

.orders__cart_product-box {
    display: grid;
    grid-template-columns: 2fr 4fr 2fr 1fr 4fr 2fr 2fr 2fr 1fr 1fr;
    padding: 10px;
    border-bottom: 1px solid black;
    font-size: 16px;
}

.orders__cart_product-box div {
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.orders__cart_product-box .cart_order-title {
    justify-content: flex-start;
}

.orders__plus-customer {
    margin: 0 15px;
    font-weight: bold;
    font-size: 35px;
    color: #237ACA;
    cursor: pointer;
}

.orders__modal-create-customer .modal_update_form{
    display: flex;
    flex-direction: column;
    width: 100vw;
}
.inputs-box-address {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    /* gap: 15px; */
}
.input-title {
    font-weight: 600;
    font-size: 16px;
}

.modal_update_form input {
    margin: 5px 0 5px;
    height: 40px;
    padding: 8px 20px;
    font-size: 16px;
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #8F8F8F;
    box-sizing: border-box;
    border-radius: 12px;
}

.input-text {
    width: 350px;
}

.modal_update_form button {
    background: #237ACA;
    color: white;
    width: 300px;
    margin: 15px auto 0;
    padding: 10px;
    border-radius: 10px;
    transition: .1s;
    border: none;
}

.modal_update_form button:hover {
    background: #45576c;
}

.product_admin_close_form {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 70px;
    padding: 10px;
    cursor: pointer;
}

.product_admin_close_form img {
    width: 30px;
    background: #ffffff;
}

.orders_inkoopPrice {
    display: flex;
    align-items: center;
}

.delete-item-btn {
    cursor: pointer;
    width: 21px;
    margin: auto;
}

.select-order-status_box {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px;
}

.select-order-status_box select{
    border: 1px solid #8F8F8F;
    padding: 5px;
}

.no-orders {
    text-align: center;
    padding: 30px;
    font-size: 26px;
}

.shopadmin__bolOrders_succesfullyPrinted {
    width: 30px;
    margin: 10px;
}

@media(max-width: 1260px) {
    .modal_update_block {
        top: 100px;
    }
}

@media(max-width: 900px) {
    .modal_update_block {
        top: 120px;
    }
}

@media screen and (max-width: 800px) {
    .hide_tab_body-orders {
        display: none;
    }
    .order_shopadmin_item {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .order_shopadmin_item div {
        line-height: 68px;
    }
}

@media screen and (max-width: 515px) {
    .modal_update_block {
        top: 150px;
    }
}