.rating_disabled {
    pointer-events: none;
}

.order_placed_card {
    padding: 2px;
    border: 1px solid #d9d9d9;
}

.placed_prod_card__free .placed_prod_img a,
.placed_prod_card__free .placed_prod_details a {
    cursor: auto;
}

.write_review_popup .order_placed_card {
    padding: 0;
}

.order_placed_redirect_btn:hover {
    background-color: #333333;
    border-radius: 50%;
}

.order_placed_redirect_btn:hover path {
    stroke: #ffffff;
}

.order_placed_status_card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
}

.order_placed_status_details_wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

.order_placed_status_icon {
    flex: 0 0 auto;
    width: 40px;
    aspect-ratio: 1;
    border-radius: 25px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order_placed_status_icon svg {
    display: none;
    width: 24px;
    aspect-ratio: 1;
}

.order_placed_status_card.placed .orderPlacedIcon,
.order_placed_status_card.delivered .orderDeliveredIcon,
.order_placed_status_card.cancelled .orderCancelledIcon,
.order_placed_status_card.shipped .orderShippedIcon,
.order_placed_status_card.refunded .orderRefundedIcon,
.order_placed_status_card.rto .orderRtoIcon,
.order_placed_status_card.orderdelay .orderDelay,
.order_placed_status_card.exchangedelay .exchangeDelay,
.order_placed_status_card.cancelled .order_placed_cancel_details {
    display: block;
}

.order_placed_status_card.placed .order_placed_status,
.order_status_details_component.placed {
    color: #649ff8;
}

.order_placed_status_card.delivered .order_placed_status,
.order_status_details_component.delivered {
    color: #03a685;
}

.order_placed_status_card.cancelled .order_placed_status,
.order_status_details_component.cancelled {
    color: #d11212;
}

.order_placed_status_card.shipped .order_placed_status,
.order_status_details_component.shipped {
    color: #eaa900;
}

.order_placed_status_card.refunded .order_placed_status,
.order_status_details_component.refunded {
    color: #e67e22;
}

.order_placed_status_card.rto .order_placed_status,
.order_status_details_component.rto {
    color: #ff5c93;
}

.order_placed_status_card.orderdelay .order_placed_status,
.order_status_details_component.orderdelay {
    color: #9b59b6;
}

.order_placed_status_card.exchangedelay .order_placed_status,
.order_status_details_component.exchangedelay {
    color: #9b59b6;
}

.order_placed_status_details {
    display: flex;
    align-items: center;
    gap: 4px 4px;
    flex-wrap: wrap;
    margin-top: 5px;
}

.order_placed_status {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}

.order_placed_details {
    color: #777777;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
}

.order_placed_cancel_details {
    width: 100%;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    text-align: end;
}

.order_placed_return_details {
    width: 100%;
    color: red;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    text-align: end;
}

.order_status_note {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
}

.order_placed_redirect_btn {
    cursor: pointer;
    width: 32px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.order_placed_review_card {
    width: 100%;
    background: #fafafa;
}

.order_review_row {
    border-bottom: 2px solid #ffffff;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_review_cont {
    display: flex;
    align-items: center;
    gap: 16px;
}

.order_review_info {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.order_review_info span {
    color: #b12029;
}

.order_review_topic {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
}

.order_review_star_card {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product_review_cont .order_review_star_card {
    margin: 12px 0px 24px;
}

.order_review_star {
    cursor: pointer;
    width: 24px;
    aspect-ratio: 1;
    fill: none;
}

.product_review_cont .order_review_star {
    width: 32px;
}

.review_customer_details .order_review_star_card {
    gap: 5px;
}

.review_customer_details .order_review_star {
    width: 18px;
}

.order_review_star_card.one .order_review_star:nth-child(1) path {
    fill: #ea4e4e;
    stroke: #ea4e4e;
}

.order_review_star_card.two .order_review_star:nth-child(1) path,
.order_review_star_card.two .order_review_star:nth-child(2) path {
    fill: #ed9a1e;
    stroke: #ed9a1e;
}

.order_review_star_card.three .order_review_star:nth-child(1) path,
.order_review_star_card.three .order_review_star:nth-child(2) path,
.order_review_star_card.three .order_review_star:nth-child(3) path {
    fill: #f3d362;
    stroke: #f3d362;
}

.order_review_star_card.four .order_review_star:not(:last-child) path {
    fill: #b3d13b;
    stroke: #b3d13b;
}

.order_review_star_card.five .order_review_star path {
    fill: #388e3c;
    stroke: #388e3c;
}

.write_review_btn {
    cursor: pointer;
    background-color: unset;
    color: #333333;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-transform: none;
}

.estimated_delivery_row {
    padding: 12px 16px;
    color: #777777;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.estimated_delivery_row__wrap {
    display: flex;
    align-items: center;
    margin-top: 4px;
    justify-content: space-between;
    background: #fafafa;
}

.estimated_delivery_date {
    color: #000000;
}

.prod_review_card {
    width: 100%;
    padding: 12px 16px 0;
}

.prod_review_cont {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

.prod_review_card_img_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: scroll hidden;
    margin: 12px 0;
}

.prod_review_card_img {
    width: 80px;
    flex: 0 0 auto;
    border: 1px solid #0000001a;
}

.prod_review_card_img img,
.prod_review_card_img video {
    width: 100%;
}

.my_order_details .order_placed_card {
    padding: 2px;
}

.my_order_details .order_placed_status_card {
    padding: 16px;
}

.my_order_details .order_placed_redirect_btn {
    display: none;
}

.my_order_details .order_placed_status,
.my_order_details .order_placed_details {
    color: #f4f4f4 !important;
}

.my_order_details .order_placed_status_card.placed,
.placed .order_status::before {
    background-color: #649ff8;
}

.my_order_details .order_placed_status_card.delivered,
.delivered .order_status::before {
    background-color: #03a685;
}

.my_order_details .order_placed_status_card.cancelled,
.cancelled .order_status::before {
    background-color: #d11212;
}

.my_order_details .order_placed_status_card.shipped,
.shipped .order_status::before {
    background-color: #eaa900;
}

.my_order_details .order_placed_status_card.refunded,
.refunded .order_status::before {
    background-color: #e67e22;
}

.my_order_details .order_placed_status_card.rto,
.rto .order_status::before {
    background-color: #ff5c93;
}

.my_order_details .order_placed_status_card.orderdelay,
.orderdelay .order_status::before {
    background-color: #9b59b6;
}

.my_order_details .order_placed_status_card.exchangedelay,
.exchangedelay .order_status::before {
    background-color: #9b59b6;
}

.order_status {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.order_status::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.order_status_details_component {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 8px;

}

.estimated_delivery_row_status {
    color: #777777;
    font-size: 16px;
    text-align: end;
    font-weight: 300;
    line-height: 1.5;
}

.estimated_delivery_date_status {
    color: #333333;
    font-weight: 400;
}

.placed_prod_btns_order_status_wrap {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
}

.placed_prod_btns_group {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    margin-top: 6px;
}

.return_exchange_status {
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #777777;
}

.return_exchange_status span {
    color: #333333;
}

@media screen and (max-width: 1280px) {
    .product_review_cont .order_review_star_card {
        margin: 12px 0px 16px;
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    .order_status_details_component {
        border-top: 3px solid #ffffff;
        padding: 12px 8px;
        align-items: start;
    }

    .order_placed_details,
    .order_placed_cancel_details,
    .order_placed_return_details,
    .order_review_topic,
    .order_review_info,
    .order_status,
    .estimated_delivery_row_status {
        font-size: 14px;
        line-height: 100%;
    }

    .order_placed_cancel_details {
        text-align: start;
    }

    .order_status {
        font-weight: 400;
        line-height: 14px;
    }

    .placed_prod_btns_order_status_wrap {
        flex-direction: column;
    }

    .order_status {
        padding-left: 14px;
    }

    .order_status::before {
        width: 8px;
        height: 8px;
    }

    .return_exchange_status {
        width: 100%;
        text-align: left;
    }

    .return_exchange_status {
        font-size: 12px;
        line-height: 117%;
    }

    .order_placed_return_details {
        text-align: start;
    }
}

@media screen and (max-width: 767px) {
    .estimated_delivery_row__wrap {
        display: block;
    }

    .write_review_btn {
        font-size: 14px;
        font-weight: 400;
        line-height: 77%;
    }

    .order_placed_card {
        padding: 2px;
    }

    .order_placed_status_card {
        padding: 4px 8px 8px;
    }

    .order_placed_status_icon {
        width: 32px;
    }

    .order_placed_status_icon svg {
        width: 20px;
    }

    .order_review_star {
        width: 18px;
    }

    .product_review_cont .order_review_star {
        width: 24px;
    }

    .order_placed_status,
    .estimated_delivery_row,
    .prod_review_cont {
        font-size: 14px;
    }


    .order_review_row,
    .estimated_delivery_row {
        padding: 12px 8px;
        gap: 7px;
    }

    .order_review_cont {
        gap: 12px;
    }

    .order_review_star_card {
        gap: 6px;
    }

    .my_order_details .order_placed_status_card {
        padding: 8px;
    }

    .prod_review_card {
        padding: 12px 10px 0;
    }

    .order_placed_status_details {
        flex-direction: column;
        align-items: start;
        gap: 5px;
    }

    .order_review_info {
        width: 50%;
    }
}

@media screen and (max-width: 359px) {

    .order_review_row,
    .estimated_delivery_row {
        padding: 10px 6px;
        gap: 10px;
    }

    .write_review_btn {
        padding: 8px 10px;
    }

    .order_placed_status,
    .estimated_delivery_row {
        font-size: 12px;
    }

    .order_review_star_card {
        gap: 2px;
    }

    .order_review_cont {
        gap: 6px;
    }

}