/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.ordertabs {
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}
.ordertab-header {
    display: flex;
    background: #91a736bf;
}
.ordertab-header .tab-heading {
    flex: 1;
    padding: 15px;
    text-align: center;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease;
}
.ordertab-header .tab-heading.active {
    background: #91a736;
}
.ordertab-content {
    display: none;
    padding: 20px;
}
.ordertab-content.active {
    display: block;
}
.acquittal-popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.acquittal-popup-container .popup-acquittal {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.acquittal-popup-container .popup-acquittal_box {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.acquittal-popup-container .popup-acquittal_box .popup-acquittal {
    max-width: 425px;
    width: 100%;
}
.acquittal-popup-container .popup-acquittal h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px!important;
}
.acquittal-popup-container .close_popup_btn svg {
    width: 20px;
    height: 20px;
}
.acquittal-popup-container .close_popup_btn {
    color: #000;
    font-size: 20px;
    float: inline-end;
    position: relative;
    top: -7px;
}
.acquittal-popup-container .item-field{
    margin-top: 5px;
}

.acquittal-popup-container .request_delivery_qty{
    width:100%;
}
.borderred{
    border-color: #ff0000!important;
}
.acquittal {
    width: 95%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.acquittal-item {
    border-bottom: 1px solid var(--e-global-color-b15e8f2); 
}
.acquittal-header {
    background: var(--e-global-color-f21db67);
    color: var(--e-global-color-b15e8f2);
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.acquittal-header .icon {
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--e-global-color-b15e8f2);
    border-bottom: 2px solid var(--e-global-color-b15e8f2);
    transform: rotate(45deg);
    transition: transform 0.3s;
}
.acquittal-header.open .icon {
    transform: rotate(-135deg);
}
.acquittal-content {
    display: none;
    padding: 15px;
    background: var(--e-global-color-b15e8f2);
}
.custombtn{
    margin: 5px;
}
.qtysection{
    display: flex;
}
.woocommerce-account .current_week_order .qtybox{
    width: 75px;
    text-align: center;
}
.removeproduct svg{
    width:15px;
}
.product_status.status_accepted{
    color: #008000a1;
    font-weight: 600;
}
.product_status{
    font-weight: 600;
    text-transform:capitalize;
}
.product_status.status_accepted{
    color: #008000a1;
}
.product_status.status_added{
    color: #0027ffa6;
}
.product_status.status_rejected{
    color: #ff0000a6;
}
.product_status.status_requested{
    color: #ffc800;
}
.woocommerce-button.button.edit{
    margin-right: 10px;
}
table.tablecustom_myaccount th{
    background: #91a736;
    color: #fff;
}
table.tablecustom_myaccount th, table.tablecustom_myaccount td{
    padding: 7px 10px !important;
    border-bottom: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
}
table.tablecustom_myaccount {
    border: 1px solid #ddd;
    border-radius: 10px;
}
table.tablecustom_myaccount tbody tr:nth-child(even){
    background: #f5f5f5;
}
.acquittal_order a.btn_continue_shopping, .current_week_order a.btn_continue_shopping{
    border: 1px solid;
    padding: 10px 15px;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
    border-radius: 5px;
}
form.cartupdate_form table.tablecustom_myaccount a.removeproduct svg {
    width: 10px;
}
form.cartupdate_form table.tablecustom_myaccount a.removeproduct svg path {
    fill: #fff;
}
table.tablecustom_myaccount a.removeproduct {
    background: #d9534f;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 22px;
}

.acquittal_order table.tablecustom_myaccount td button.request_popup, form.cartupdate_form table.tablecustom_myaccount td .qtysection button {
    color: #91a736;
    border-color: #91a736;
}
.acquittal_order table.tablecustom_myaccount td button.request_popup:hover, form.cartupdate_form table.tablecustom_myaccount td .qtysection button:hover {
    background-color: #91a736;
    border-color: #91a736;
	color: #fff;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
    padding-right: var(--tab-content-spacing, 1%)!important;
    width: 82%!important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
    width: 18%!important;
}
.search-items{
    display: flex;
    gap: 20px;
}
.search-item{
    min-width: 20%;
}
.woocommerce-MyAccount-content .custom-btn{
    background-color: #91a736;
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
    border: 1px solid #91a736;
    margin-bottom: 10px;
    margin-top: 10px;
}
.info_box_summary {
    background: #91a736;
    margin-bottom: 15px;
    color: #fff;
    padding: 10px 20px;
    width: 350px;
    line-height: 30px;
}
.bbranch_option{
    display: none;
}
.bbranch_option.show{
    display: block;
}
.order-details-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.order-details-table th,
.order-details-table td {
    padding: 8px;
    border: 1px solid #ddd;
}

.order-details-table th {
    background-color: #f2f2f2;
}

.order-details-table tfoot td {
    font-weight: bold;
}
.customer-details-popup{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 1000;
}

.customer-details-popup ul hr {

    margin: 0 !important;

}

.customer-details-popup ul li {

    list-style: none;

    display: flex;

    justify-content: space-between;

    padding: 6px 11px;

    font-size: 14px;

    border-bottom: 1px solid #a3a3a3;

}

.customer-details-popup ul {

    margin: 0;

    padding: 0;

    max-height: 70vh;

    overflow-x: hidden;

    overflow-y: scroll;

    margin-bottom: 20px;

}

.customer-details-popup {

    max-width: 800px;

    width: 100%;

}

.customer-details-popup ul li:nth-child(even) {

    background: #dddddd40;

}

.customer-details-popup ul li:last-child {

    border-bottom: 0;

}

.customer-details-popup ul {

    border: 1px solid #ddd;

}
 
.order-details-table {

    max-height: 60vh;

    overflow-y: scroll;

    display: block;

}