body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
}

.my-a-my-o-c {
    display: flex;
    justify-content: center;
}

.my-a-my-o-aside {
    border: 1px solid #f9dab9;
    display: flex;
    flex-direction: column;
    height: max-content;
    width: 200px;
    padding: 5px;
    border-radius: 10px;
    background-color: #ffffff;
}

.my-a-my-o-aside-links {
    padding: 5px 10px;
    margin: 2px 2px;
    border-radius: 8px;
}

.my-a-my-o-aside-links:hover {
    background: #f7cea1;
    padding: 5px 10px;
    margin: 2px 2px;
    border-radius: 8px;
    font-weight: 600;
}

.my-a-my-o-content {
    display: inline-block;
    width: 150px;
}

.my-a-my-o-aside-links-count {
    background-color: orange;
    color: white;
    padding: 2px 6px; /* Adjusted padding for a small span */
    border-radius: 50px;
    font-size: small; /* Keep font size small */
    text-align: center; /* Center text horizontally */
    display: inline-flex; /* Use inline-flex to center text vertically and horizontally */
    align-items: center; /* Center text vertically */
    line-height: 1; /* Ensures line height does not interfere */
}

.my-a-my-o-main-continer .my-a-my-o-main {
    width: 940px;
    margin-left: 25px;
    background-color: white;
    border: 1px solid #f9dab9;
    border-radius: 10px;
    margin-bottom: 20px;
}

.my-a-my-o-main-my-orders-one {
    width: 940px;
    border-radius: 11px;
}

.my-a-my-o-main-my-orders-header {
    display: flex;
    background-color: #f9dab973;
    /* padding: 5px 10px; */
    padding: 18px 27px 18px 24px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.my-a-my-o-main-my-orders-one-label {
    color: #d47712;
    font-weight: 600;
    font-size: 10px;
}

.my-a-my-o-main-my-orders-one-input {
    color: black;
    font-weight: 600;
    font-size: 12px;
}

.my-a-my-o-main-my-orders-one-label-input {
    width: 150px;
}

.my-a-my-o-main-my-orders-invoice-btn {
    margin-left: auto;
    margin-left: auto;
    border: 1px solid aquamarine;
    border-radius: 10px;
    background: teal;
    color: white;
    padding: 5px 13px;
}

.my-order-item-icon {
    width: 80px;
    height: 80px;
    border-radius: 15px;
}

.my-order-item-details-title-container {
    display: flex;
    width: 200px; /* Adjust this width as needed */
    overflow: hidden;
    white-space: nowrap;
}

.my-order-item-details-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
}
.my-order-item-details-container > div:first-child {
    width: 37%;
    border-right: 2px solid #f9dab973;
}
.my-order-item-details {
    display: flex;
    margin: 10px 10px;
    width: max-content;
    /* border-right: 2px solid #f9dab973; */
    padding-right: 50px;
}

.my-order-item-details-price {
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
}

.my-order-item-details-price .vertical-divider{
    border-left: 2px solid #D9D9D9;
}
.my-order-item-details-price .price{
    margin-right: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #492600;
}
.my-order-item-details-price .quantity{
    padding-left: 8px;
    font-size: 10px;
    color: #000;
}
.my-order-item-details-return {
    font-size: 10px;
    color: gray;
    font-weight: 600;
    margin-top: 5px;
}

.my-order-item-details-return-input {
    font-weight: 400;
}

.my-order-item-details-buttons {
    margin-top: 6px;
}

.my-order-item-details-return-btn {
    border-radius: 10px;
    border: none;
    background: #0063F7;
    padding: 5px 10px;
    color: white;
    font-size: 12px;
    margin-right: 9px;
}

.my-order-item-details-again-btn {
    background: #e9fbff;
    border: 1px solid #0d839b;
    border-radius: 10px;
    padding: 5px 10px;
    color: #0d839b;
    font-size: 12px;
    margin-right: 9px;
}

.my-order-item-details-cancel-btn {
    background: red;
    border-radius: 10px;
    padding: 5px 10px;
    color: white;
    font-size: 12px;
    border: none;
}

.my-acnt-delivay {
    color: #12b76a;
    font-size: 12px;
    margin-left: 20px;
}

.my-order-item-details-container {
    margin-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.my-acc-rating {
    color: orange;
    margin-left: 20px;
    cursor: pointer;
    display: inline-block;
}

.my-acnt-wallet {
    color: blue;
    margin-left: 20px;
    font-size: 12px;
}

.body-background {
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    align-items: center;
    /* height: 3px;
    background-color: #f0f0f0; */
    margin-left: 25px;
    position: relative;
    width: 55%;
}

/* .body-background.return-bg::after{
    content: '';
    background-color: #0063F7;
    width: 25%;
    height: 3px;
    position: absolute;
    left: 0;

}
.body-background.order-bg::after{
    content: '';
    background-color: #06C270;
    width: 0%;
    height: 3px;
    position: absolute;
    left: 0;

} */
.my-acnt-tracking-items {
    display: flex;
    align-items: center;
    /* margin-left: 15px; */
    margin-left: 0px;
    width: 100%;
}

.progress-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.progress-bar {
    display: flex;
    align-items: center;
    /* gap: 50px; */
    justify-content: space-between;
    width: 100%;
}
.progress-line{
    background-color: #f0f0f0;
    /* background-color: #12B76A; */
    height: 3px;
    width: 87%;
    position: absolute;
    left: 41px;
}
.progress-line.order-bg::after{
    content: '';
    background-color: #12B76A;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0px;
}
.progress-line.return-bg::after{
    content: '';
    background-color: #0063F7;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0px;
}
.progress-line.cancel-bg::after{
    content: '';
    background-color: #f70000;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0px;
}

.progress-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* text-align: center; */
}
.progress-item:first-child {
    align-items: flex-start;
}
.progress-item:last-child {
    align-items: flex-end;
}

.progress-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D0D5DD;
    border: 2px dotted #D0D5DD;
    position: relative;
    z-index: 1;
}
.progress-item:last-child .progress-dot {
    position: relative;
    right: 16px;
}
.progress-dot.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #06c270;
    border: 2px dotted #06c270;
    position: relative;
    z-index: 1;
}
.progress-dot.return-active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0063F7;
    border: 2px dotted #0063F7;
    position: relative;
    z-index: 1;
}
.progress-dot.cancel-active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF3B3B;
    border: 2px dotted #FF3B3B;
    position: relative;
    z-index: 1;
}

.progress-text {
    margin: 5px 0; /* Space above and below the text */
    font-size: 10px; /* Adjust font size as needed */
    color: #D0D5DD;
}
.progress-text.active {
    margin: 5px 0; /* Space above and below the text */
    font-size: 10px; /* Adjust font size as needed */
    font-weight: 500;
    color: #12B76A;
}
.progress-text.return-active {
    margin: 5px 0;
    color: #0063F7;
    font-size: 10px;
    font-weight: 500;
}
.progress-text.cancel-active {
    margin: 5px 0;
    color: #FF3B3B;
    font-size: 10px;
    font-weight: 500;
}

.my-a-my-o-main-continer {
    display: flex;
    flex-direction: column;
}

#my-order-item-details-return-btn {
    background-color: blue;
}

.my-order-items-details-tpc{
    margin-left: 14px;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 247 247 /70%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Ensure it is above other content */
    display: none; /* Initially hidden */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Transition effect */
}

.popup-content {
    background: #fff;
    padding: 20px 100px;
    border-radius: 5px;
    position: relative;
    width: 300px;
    max-width: 80%;
    transform: scale(0.8); /* Start small */
    transition: transform 0.3s ease; /* Transition effect */
    border: 1px solid orange;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Box shadow */
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    background-color: teal;
    color: white;
    border-radius: 50%;
    line-height: 1;
    padding: 4px 7px;
    font-size: small;
    text-align: center;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.popup.show .popup-content {
    transform: scale(1); /* Scale up to normal size */
    opacity: 1; /* Fully visible */
}

.rating-popup-stars-green {
    color: #06c270;
    padding: 0px;
    margin: 0px;
}
#rating-popup-stars-gray {
    color: gray !important;
}

.pop-up-rate-this-product {
    margin-bottom: 0px;
}

.pop-up-img {
    width: 100px;
    height: 100px;
    border: 1px solid orange;
    border-radius: 10px;
    margin: 5px;
}

.pop-up-img-container {
    margin: 5px;
    margin-left: 0px;
}

.pop-up-submit {
    background-color: teal;
    color: white;
    border-radius: 10px;
    margin: 10px;
    outline: none;
    border: none;
    padding: 10px 90px;
    font-weight: bold;
    margin-left: 0px;
}

textarea {
    border-radius: 10px;
    margin: 5px;
    margin-left: 0px;
}

/* Popup overlay */
.return-popup {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background: rgb(255 247 247 /70%);
    overflow: auto; /* Enable scroll if needed */
}

/* Popup content */
.return-popup-popup-content {
    background-color: #fefefe;
    margin: 7% auto; /* Centered */
    padding: 20px;
    border: 1px solid orange;
    width: 80%;
    max-width: 700px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Box shadow */
}

/* Close button */
.return-popup-close-btn {
    color: white;
    float: right;
    font-size: small;
    font-weight: bold;
    cursor: pointer;
    background: teal;
    border-radius: 50%;
    display: inline;
    line-height: 1;
    padding: 4px 6px;
}

.close-btn:hover {
    color: black;
}

/* Button styles */
#return-popup-confirm-return {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin: 5px;
    border-radius: 15px;
    color: white;
    background: #0d839b;
}

#return-popup-cancel-return {
    border: 1px solid teal;
    background: white;
    color: teal;
    padding: 9px 11px;
    border-radius: 15px;
}

#confirm-return {
    background-color: #4caf50; /* Green */
    color: white;
}

#cancel-return {
    background-color: #f44336; /* Red */
    color: white;
}

#return-btn {
    cursor: pointer;
}

.return-confirmation {
    font-weight: 700;
    font-size: 15px;
}

.return-confirmation-label-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

#return-reas0n-pop-up {
    font-size: 11px;
    font-weight: 700;
    font-family: system-ui;
}

.pop-up-internal-splitter {
    display: flex;
    margin-top: 15px;
    justify-content: space-around;
}

.pop-up-internal-splitter-div {
    width: 50%;
    margin-right: 15px;
}

.return-popup-textarea {
    border-radius: 5px;
}

.refund-price-c {
    margin-top: 50px;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid orange;
}

.font-small-blue {
    font-size: 9px;
    color: blue;
    display: flex;
    align-items: end;
}

.Pickup-from-showroom-deliver-to-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 22px;
    border: 1px solid #0d839b4d;
    border-radius: 10px;
    background: #bef4ff;
}

.margin-top {
    margin-top: 51px;
}

.Pickup-from-showroom-label,
.deliver-to-address {
    font-size: 10px;
    font-weight: 600;
}

.Pickup-from-showroom-checkbox {
    border-radius: 10px;
}

.nameandaddress-internal-ctn {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 51px;
    align-items: center;
    justify-content: center;
}

.nameandaddress-container {
    font-size: 12px;
    margin-left: 23px;
}

.pop-up-address {
    width: 60%;
    color: gray;
    font-weight: 600;
    margin-left: 73px;
}

.pop-up-name {
    font-weight: 600;
}

.pop-up-work-home {
    padding: 3px 5px;
    color: beige;
    border-radius: 10px;
    background: #eef4ff;
    color: #3538cd;
    font-weight: bold;
}

.pop-up-edit-link {
    color: teal;
    font-weight: bold;
}

#fa-fa {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .my-a-my-o-main {
        width: 790px;
    }

    .my-a-my-o-main-my-orders-one {
        width: 790px;
        border-radius: 11px;
    }

    .my-order-item-details {
        padding-right: 30px;
        margin-right: 0px;
        width: 90% !important;
    }

    .progress-bar {
        gap: 30px;
    }

    .my-a-my-o-main-my-orders-one-label-input {
        width: 135px;
    }

    .my-a-my-o-main {
        margin-left: 7px;
    }
}

@media only screen and (max-width: 768px) {
    #fa-fa {
        display: none;
    }

    .my-a-my-o-main-my-orders-one-label-input {
        width: 135px;
    }

    .my-a-my-o-main-my-orders-one {
        width: 795px;
    }

    .my-a-my-o-aside {
        margin-left: -2px;
    }

    .delete-account-btn {
        margin-left: -129px;
        top: -29px;
        left: 309px;
    }

    .my-a-my-o-main {
        width: 794px;
    }

    .my-a-my-o-main {
        margin-left: 10px;
    }

    .add-to-cart {
        padding: 8px 10px !important;
        font-size: 9px !important;
    }
    .close-btn-btn {
        padding: 8px 10px !important;
        font-size: 9px !important;
    }
}

@media only screen and (max-width: 426px) {
    #fa-fa {
        display: block;
        color: burlywood;
    }

    .my-a-my-o-aside {
        display: flex;
        flex-direction: row;
        font-size: 50px;
        width: 910px;
        margin-left: 21px;
        margin-bottom: 20px;
        margin-top: 10px;
        align-items: center;
        justify-content: space-around;
    }

    .my-a-my-o-content {
        display: none;
    }

    .my-a-my-o-aside-links-count {
        padding: 2px 11px;
        font-size: 34px;
        position: absolute;
        margin-top: -60px;
        margin-left: 40px;
    }

    .my-a-my-o-aside-links {
        width: max-content;
    }

    .nameandaddress-container {
        display: flex;
        flex-direction: column;
    }

    .my-a-my-o-content {
        display: none;
    }

    .my-order-item-icon {
        width: 140px;
        height: 150px;
    }

    .my-a-my-o-main {
        margin-left: 8px;
        width: 969px;
    }

    .my-a-my-o-main-my-orders-one {
        width: 970px;
    }

    .my-a-my-o-main-my-orders-one-label {
        color: #d47712;
        font-weight: 600;
        font-size: 14px;
    }

    .my-a-my-o-main-my-orders-one-input {
        color: black;
        font-weight: 600;
        font-size: 18px;
    }

    .my-a-my-o-main-my-orders-one-label-input {
        width: 165px;
    }

    .my-order-items-details-tpc {
        margin-top: 16px;
    }

    /* .my-order-item-details-title {
        font-size: 18px;
    } */
     .my-order-item-details-title a{
        font-size: 18px;
        line-height: normal;
        font-weight: 900;
        color: #1A1A1A;
     }

    .my-order-item-details-title-container {
        display: flex;
        width: 245px;
        overflow: hidden;
        white-space: nowrap;
    }
    .my-order-item-details-price {
        font-weight: 600;
        font-size: 18px;
        margin-top: 5px;
    }
    .my-order-item-details-return {
        font-size: 14px;
    }

    .my-order-item-details-return-btn {
        font-size: 15px;
    }

    .my-order-item-details-again-btn {
        font-size: 15px;
    }

    .my-order-item-details-cancel-btn {
        font-size: 15px;
    }

    .my-order-item-details-buttons {
        margin-top: 10px;
    }

    .my-acnt-delivay {
        font-size: 18px;
    }

    .my-order-item-details {
        padding-right: 50px;
        margin-right: 0px;
    }

    .progress-text {
        margin: 5px 0;
        font-size: 12px;
    }

    .my-acnt-tracking-items {
        display: flex;
        align-items: center;
        margin-left: 2px;
    }

    .my-a-my-o-c {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        width: 965px;
    }

    .productCategoryListingC {
        margin-top: 45px;
    }

    .my-acnt-wallet {
        color: blue;
        margin-left: 20px;
        font-size: 19px;
    }

    .productCategoryListing {
        font-size: 24px;
        margin-left: 45px;
    }
}
