.return-merchandise-container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    font-family: "Lato", Sans-serif;
}

.form_field_title {
    width: 100%;
    margin: 0 auto;
    background: #87B5AB;
    padding: 10px;
}

.form_field_title h3 {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 30px;
    margin: 0 auto;
    max-width: 1300px;
    color: #fff;
    padding: 0px 20px;
}

.form_fields_con {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    /* margin-top: 25px; */
    margin-bottom: 10px;
}

.order-item {
    display: flex;
    gap: 20px;
    position: relative;
}

.plus_icon {
    width: 45px;
    height: 45px !important;
    object-fit: contain;
    cursor: pointer;
    top: -10px;
}

.minus_icon {
    width: 25px;
    height: 40px !important;
    object-fit: contain;
    cursor: pointer;
    position: absolute;
    right: -35px;
    top: 50px;
}

.first_input {
    width: 47%;
}

.second_input {
    width: 47%;
}

.plus_dv {
    width: 6%;
    text-align: center;
    margin-top: 45px;
}

.form_fields_con .order-item:first-child .delete_item {
    display: none;
}

.apparel-section .apparel-item:first-child .minus_icon {
    display: none;
}



.delete_item {
    position: absolute;
    width: max-content !important;
    right: -36px;
    top: 7px;
    z-index: 1;
    cursor: pointer;
}

.delete_item img {
    width: 25px;
    height: 25px !important;
    margin-top: 40px;
}

.delete_item_txt {
    background-color: transparent !important;
    color: #E74C32 !important;
    border: none !important;
    padding: 0 !important;
    display: none;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.minus_icon_txt {
    background-color: transparent !important;
    color: #E74C32 !important;
    border: none !important;
    padding: 0 !important;
    display: none;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.order-section {
    padding: 20px 50px 20px 20px;
}

.apparel-section {
    width: 50%;
}

.apparel-item {
    display: flex;
    gap: 20px;
    position: relative;
}

.apparel_inner_dv {
    width: 45%;
}

.inner-input {
    display: flex;
    /* gap: 20px; */
    flex-wrap: wrap;
}

.lable_dv {
    margin-bottom: 15px;
    position: relative;
    margin-top: 4px;
}

.form_fields_con{
    margin-top: 10px;
}

.lable_dv label::before {
    content: "*";
    font-size: 25px;
    color: #E74C32;
    position: absolute;
    left: 0;
    top: 3px;
}

.lable_dv label {
    margin-left: 12px;
    font-size: 16px;
}

.order_inner_col {
    width: 50%;
    gap: 20px;
    display: flex;
}

.return-merchandise-container input {
    padding: 9px 20px 9px 20px !important;
}

.return-merchandise-container select {
    padding: 8px 20px 11px 20px !important;
    appearance: none;
    /* Remove default dropdown icon */
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #1A130C99;
}

.return-merchandise-container input:focus {
    outline: none;
}

/* pickup css*/
.pickup-inner-section {
    padding: 20px 50px 20px 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.date_filed {
    width: 45%;
}

.time_filed {
    width: 45%;
}

.time_filed .input_dv {
    display: flex;
    gap: 20px;
}

.name_con {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 0px;
}

.customer-details .form_fields_con {
    padding: 20px 50px 20px 20px;

}

.name_content_field {
    width: 45%;
}

.address_field {
    border-radius: 20px;
}

/* table css */
.order_table_container {
    width: 100%;
    overflow-x: auto;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
    /* Enables horizontal scrolling on small screens */

    table {
        width: 100%;
        border-collapse: collapse;
        max-width: 1200px;
    }

    th,
    td {
        padding: 10px;
        text-align: left;
        border: 1px solid #ddd;
    }

    th {
        background-color: #2F5D50;
        color: white;
    }
}

/* sub total */
.sub_total_dv {
    background-color: #4D7F771A;
    padding: 35px;
    width: 100%;
    border-radius: 25px;
    max-width: 600px;
}

.order-total-div {
    padding: 20px;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.first-item-text {
    margin-top: -68px;
    margin-left: -20px;
    margin-bottom: 35px;
    color: #4D7F77;
}

.submit_btn {
    background-color: #4D7F77 !important;
    color: #fff !important;
}

.submit_btn:hover {
    background-color: #4D7F77 !important;
    color: #fff !important;
}

.submit_dv {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    padding: 20px;
    text-align: right;
}

.total_inner_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.total_inner_list h4 {
    margin: 0;
    font-weight: 600;
    font-size: 25px;
}

.total_inner_list p {
    margin: 0;
    font-size: 25px;
    font-weight: 400;
}

.total_amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #0097B233;
    padding-top: 20px;
}

.total_amount h4 {
    margin: 0;
    font-weight: 600;
    font-size: 25px;
    color: #4D7F77;
}

.total_amount p {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #08A700;
}

.message_txt {
    color: #00000099;
    font-size: 14px;
}

.input_inner {
    width: 50%;
}

#return-merchandise-form .return-order-s {
    display: none;
    /* Initially hidden */
}

.return-merchandise-login {
    text-align: center;
    background-color: #f8f9fa;
    width: fit-content;
    margin: 40px auto;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.return-merchandise-login p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.return-login-popup {
    color: #007bff;
    /* Blue color for link */
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.return-login-popup:hover {
    color: #0056b3;
    /* Darker blue on hover */
    text-decoration: underline;
}

.return-merchandise-login a#return-login-popup {
    cursor: pointer;
}

#zipcode-error{
    color: red;
    font-size: 14px;
    padding: 5px 0;
}

@media screen and (max-width: 768px) {
    .order_inner_col {
        width: 100%;
        flex-direction: column;
        gap: 5px;
    }

    .first_input {
        width: 92%;
        order: 2;
    }

    .second_input {
        width: 92%;
        order: 3;
    }

    .plus_dv {
        order: 1;
        width: 100%;
        text-align: right;
        margin-bottom: -80px;
        margin-left: 15px;
    }

    .plus_icon {
        width: 25px;
        height: 25px !important;
        left: unset;
        top: 32px;
        right: 0px;
    }

    .form_fields_con .order-item:first-child {
        border-top: 0px solid #000;
    }

    .form_fields_con {
        margin-bottom: 0;
        margin-top: 0;
    }

    .order-item {
        padding-bottom: 20px;
        border-top: 1px solid #000;
        position: relative;
    }

    .apparel_inner_dv {
        width: 92%;
        order: 2;
    }

    .apparel-item {
        flex-direction: column;
        gap: 5px;
        /* position: unset; */
    }

    .lable_dv {
        margin-bottom: 5px;
        position: relative;
        margin-top: 4px;
    }

    .apparel-item .plus_icon {
        margin-top: 0px;
        width: 25px;
        height: 25px !important;
        right: -7px;
    }

    .apparel-item .minus_icon {
        right: -15px;
        top: 60px;
        width: auto;
        top: 6px;
    }

    .minus_icon {
        position: absolute;
        width: 25px;
        right: 0;
        top: 60px;
    }

    .delete_item {
        right: -15px;
    }

    .delete_item img {
        display: none;
    }

    .delete_item_txt {
        display: block;
        text-align: right !important;
    }

    .minus_icon img {
        display: none;
    }

    .minus_icon_txt {
        display: block;
        text-align: right !important;
        z-index: 1;
    }

    .order-section {
        padding: 20px 50px 20px 20px;
    }


    .form_field_title {
        padding: 0px;
    }

    .form_field_title h3 {
        font-size: 20px !important;
    }

    .pickup-inner-section {
        padding: 20px;
        flex-direction: column;
    }

    .input_inner {
        width: 100%;
    }

    .date_filed {
        width: 100%;
    }

    .time_filed {
        width: 100%;
    }

    .time_filed .input_dv {
        flex-direction: column;
    }

    .name_con {
        padding: 0px;
        flex-direction: column;
        gap: 0;
    }

    .name_content_field {
        width: 100%;
    }

    .customer-details .form_fields_con {
        padding: 20px;
    }

    .order_table_container {

        table,
        thead,
        tbody,
        th,
        td,
        tr {
            display: block;
            width: 100%;
        }

        table {
            min-width: unset !important;
        }

        thead {
            display: none;
            /* Hide table headers */
        }

        tr {
            margin-bottom: 15px;
            border: 1px solid #ddd;
            padding: 10px;
            background: #f8f8f8;
        }

        td {
            display: flex;
            justify-content: space-between;
            padding: 8px;
            border: none;
            border-bottom: 1px solid #ddd;
        }

        td::before {
            content: attr(data-label);
            font-weight: bold;
        }
    }

}