========================================================= */ .rmvs-order-page, .rmvs-order-page * { box-sizing: border-box; } .rmvs-order-page { --rmvs-green: #138243; --rmvs-green-dark: #06351c; --rmvs-green-mid: #0b6334; --rmvs-green-light: #effcf3; --rmvs-green-soft: #f8fffa; --rmvs-heading: #123b24; --rmvs-text: #355943; --rmvs-muted: #687f6e; --rmvs-border: rgba(19, 130, 67, 0.14); --rmvs-shadow: 0 18px 50px rgba(8, 76, 36, 0.08); width: 100%; margin: 0; padding: 0; overflow: hidden; color: var(--rmvs-text); background: radial-gradient(circle at 5% 8%, rgba(19,130,67,0.08), transparent 24%), radial-gradient(circle at 95% 55%, rgba(19,130,67,0.07), transparent 27%), linear-gradient(180deg, #f8fffa 0%, #ffffff 50%, #f1fff5 100%); font-family: Arial, Helvetica, sans-serif; line-height: 1.7; } .rmvs-order-page a { text-decoration: none; } .rmvs-order-container { width: min(1180px, 92%); margin: 0 auto; } /* HERO */ .rmvs-order-hero { position: relative; isolation: isolate; overflow: hidden; padding: 88px 0 78px; color: #ffffff; background: radial-gradient(circle at 12% 15%, rgba(255,255,255,0.15), transparent 25%), radial-gradient(circle at 88% 82%, rgba(118,255,166,0.18), transparent 25%), linear-gradient(135deg, #052d18 0%, #0a6032 48%, #16934d 100%); border-radius: 0 0 48px 48px; } .rmvs-order-hero::before, .rmvs-order-hero::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,0.12); border-radius: 50%; } .rmvs-order-hero::before { width: 350px; height: 350px; top: -205px; right: 5%; } .rmvs-order-hero::after { width: 245px; height: 245px; bottom: -140px; left: 4%; } .rmvs-order-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr); gap: 38px; align-items: stretch; } .rmvs-order-hero-content { display: flex; flex-direction: column; justify-content: center; } .rmvs-order-badge { display: inline-flex; align-items: center; gap: 9px; width: fit-content; margin-bottom: 19px; padding: 10px 16px; color: #ffffff !important; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.22); border-radius: 999px; font-size: 14px; font-weight: 800; backdrop-filter: blur(9px); } .rmvs-order-hero h1 { margin: 0 0 17px; color: #ffffff !important; font-size: clamp(40px, 6vw, 70px); font-weight: 900; line-height: 1.03; letter-spacing: -1.8px; } .rmvs-order-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,0.92) !important; font-size: 17px; line-height: 1.8; } .rmvs-order-hero-card { display: flex; flex-direction: column; justify-content: center; height: 100%; padding: 30px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.20); border-radius: 30px; box-shadow: 0 25px 70px rgba(0,0,0,0.18); backdrop-filter: blur(12px); } .rmvs-order-hero-card h3 { margin: 0 0 16px; color: #ffffff !important; font-size: 23px; } .rmvs-order-hero-point { display: flex; align-items: flex-start; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.14); } .rmvs-order-hero-point:last-child { border-bottom: 0; } .rmvs-order-hero-icon { display: grid; place-items: center; width: 36px; min-width: 36px; height: 36px; color: #ffffff; background: rgba(255,255,255,0.15); border-radius: 12px; } .rmvs-order-hero-point span { color: rgba(255,255,255,0.89) !important; font-size: 14px; line-height: 1.55; } /* MAIN */ .rmvs-order-main { padding: 62px 0 82px; } .rmvs-order-heading { max-width: 830px; margin: 0 auto 38px; text-align: center; } .rmvs-order-eyebrow { display: inline-flex; align-items: center; margin-bottom: 13px; padding: 8px 14px; color: var(--rmvs-green-dark) !important; background: var(--rmvs-green-light); border: 1px solid var(--rmvs-border); border-radius: 999px; font-size: 13px; font-weight: 900; letter-spacing: 0.5px; text-transform: uppercase; } .rmvs-order-heading h2 { margin: 0 0 14px; color: var(--rmvs-heading) !important; font-size: clamp(30px, 4.5vw, 48px); font-weight: 900; line-height: 1.17; } .rmvs-order-heading p { margin: 0; color: var(--rmvs-muted) !important; font-size: 16px; line-height: 1.8; } /* STEPS */ .rmvs-order-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-bottom: 34px; } .rmvs-order-step { display: flex; flex-direction: column; height: 100%; min-height: 190px; padding: 25px; background: #ffffff; border: 1px solid var(--rmvs-border); border-radius: 23px; box-shadow: var(--rmvs-shadow); } .rmvs-order-step-number { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 16px; color: #ffffff !important; background: linear-gradient(135deg, #16934d, #07532b); border-radius: 14px; font-weight: 900; } .rmvs-order-step h3 { margin: 0 0 8px; color: var(--rmvs-heading) !important; font-size: 18px; font-weight: 900; } .rmvs-order-step p { margin: 0; color: var(--rmvs-muted) !important; font-size: 14px; line-height: 1.7; } /* SHORTCODE SECTION */ .rmvs-shortcode-section { position: relative; overflow: hidden; width: min(920px, 100%); margin: 0 auto 58px; padding: 38px; background: #ffffff; border: 1px solid rgba(19,130,67,0.16); border-radius: 30px; box-shadow: 0 24px 65px rgba(8,76,36,0.11); } .rmvs-shortcode-section::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: linear-gradient(90deg, #06351c, #138243, #2bb866); } .rmvs-shortcode-heading { max-width: 680px; margin: 0 auto 26px; text-align: center; } .rmvs-shortcode-icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 14px; color: #ffffff; background: linear-gradient(135deg, #15904b, #07532b); border-radius: 18px; font-size: 25px; box-shadow: 0 13px 27px rgba(19,130,67,0.22); } .rmvs-shortcode-heading h3 { margin: 0 0 8px; color: var(--rmvs-heading) !important; font-size: 27px; font-weight: 900; } .rmvs-shortcode-heading p { margin: 0; color: var(--rmvs-muted) !important; font-size: 14px; line-height: 1.7; } /* SHORTCODE OUTPUT DESIGN */ .rmvs-shortcode-output, .rmvs-shortcode-output * { box-sizing: border-box; } .rmvs-shortcode-output h1, .rmvs-shortcode-output h2, .rmvs-shortcode-output h3, .rmvs-shortcode-output h4, .rmvs-shortcode-output h5, .rmvs-shortcode-output h6 { color: var(--rmvs-heading) !important; } .rmvs-shortcode-output p, .rmvs-shortcode-output label, .rmvs-shortcode-output span, .rmvs-shortcode-output strong, .rmvs-shortcode-output li { color: var(--rmvs-text) !important; } .rmvs-shortcode-output form { width: 100% !important; max-width: none !important; margin: 0 !important; } .rmvs-shortcode-output .form-row, .rmvs-shortcode-output p.form-row { width: 100% !important; margin: 0 0 16px !important; padding: 0 !important; } .rmvs-shortcode-output label { display: block !important; margin: 0 0 8px !important; color: var(--rmvs-heading) !important; font-size: 14px !important; font-weight: 800 !important; } .rmvs-shortcode-output input[type="text"], .rmvs-shortcode-output input[type="email"], .rmvs-shortcode-output input[type="tel"], .rmvs-shortcode-output input[type="number"], .rmvs-shortcode-output input[type="search"], .rmvs-shortcode-output select, .rmvs-shortcode-output textarea { width: 100% !important; min-height: 55px !important; margin: 0 !important; padding: 13px 16px !important; color: var(--rmvs-heading) !important; background: var(--rmvs-green-soft) !important; border: 1px solid rgba(19,130,67,0.18) !important; border-radius: 14px !important; outline: none !important; box-shadow: none !important; font-size: 15px !important; } .rmvs-shortcode-output input::placeholder, .rmvs-shortcode-output textarea::placeholder { color: #819286 !important; } .rmvs-shortcode-output input:focus, .rmvs-shortcode-output select:focus, .rmvs-shortcode-output textarea:focus { border-color: var(--rmvs-green) !important; box-shadow: 0 0 0 4px rgba(19,130,67,0.09) !important; } .rmvs-shortcode-output button, .rmvs-shortcode-output input[type="submit"], .rmvs-shortcode-output .button, .rmvs-shortcode-output a.button { display: inline-flex !important; align-items: center !important; justify-content: center !important; min-height: 53px !important; padding: 13px 25px !important; color: #ffffff !important; background: linear-gradient(135deg, #15904b, #07532b) !important; border: 0 !important; border-radius: 14px !important; box-shadow: 0 12px 26px rgba(19,130,67,0.20) !important; font-size: 14px !important; font-weight: 900 !important; cursor: pointer !important; transition: all 0.25s ease !important; } .rmvs-shortcode-output button:hover, .rmvs-shortcode-output input[type="submit"]:hover, .rmvs-shortcode-output .button:hover, .rmvs-shortcode-output a.button:hover { color: #ffffff !important; background: linear-gradient(135deg, #07532b, #15904b) !important; transform: translateY(-2px) !important; } .rmvs-shortcode-output table { width: 100% !important; margin-top: 20px !important; border-collapse: separate !important; border-spacing: 0 !important; overflow: hidden !important; background: #ffffff !important; border: 1px solid rgba(19,130,67,0.14) !important; border-radius: 16px !important; } .rmvs-shortcode-output th { padding: 13px !important; color: #ffffff !important; background: var(--rmvs-green-mid) !important; border: 0 !important; text-align: left !important; } .rmvs-shortcode-output td { padding: 13px !important; color: var(--rmvs-text) !important; background: #ffffff !important; border-color: rgba(19,130,67,0.10) !important; } .rmvs-shortcode-output .woocommerce-error, .rmvs-shortcode-output .woocommerce-info, .rmvs-shortcode-output .woocommerce-message { margin: 15px 0 !important; padding: 15px 18px !important; color: #23492f !important; background: var(--rmvs-green-light) !important; border: 1px solid rgba(19,130,67,0.16) !important; border-left: 5px solid var(--rmvs-green) !important; border-radius: 14px !important; } .rmvs-shortcode-output .woocommerce-error { color: #68231e !important; background: #fff2f1 !important; border-color: rgba(199,70,60,0.18) !important; border-left-color: #c7463c !important; } /* STATUS INFORMATION */ .rmvs-status-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 58px; } .rmvs-status-card { display: flex; flex-direction: column; height: 100%; min-height: 205px; padding: 23px; background: #ffffff; border: 1px solid var(--rmvs-border); border-radius: 22px; box-shadow: var(--rmvs-shadow); } .rmvs-status-icon { display: grid; place-items: center; width: 47px; height: 47px; margin-bottom: 16px; color: #ffffff; background: linear-gradient(135deg, #15904b, #07532b); border-radius: 15px; font-size: 20px; } .rmvs-status-card h3 { margin: 0 0 8px; color: var(--rmvs-heading) !important; font-size: 18px; font-weight: 900; } .rmvs-status-card p { margin: 0; color: var(--rmvs-muted) !important; font-size: 14px; line-height: 1.68; } /* SUPPORT */ .rmvs-support-section { padding: 43px; color: #ffffff; background: radial-gradient(circle at 90% 15%, rgba(255,255,255,0.12), transparent 24%), linear-gradient(135deg, #06351c, #0c713a 55%, #15914c); border-radius: 32px; box-shadow: 0 25px 65px rgba(7,56,30,0.17); } .rmvs-support-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 28px; align-items: center; } .rmvs-support-section h2 { margin: 0 0 13px; color: #ffffff !important; font-size: clamp(28px, 4vw, 43px); font-weight: 900; line-height: 1.2; } .rmvs-support-section p { margin: 0; color: rgba(255,255,255,0.88) !important; font-size: 15.5px; line-height: 1.8; } .rmvs-support-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; } .rmvs-support-card { min-height: 120px; padding: 18px; background: rgba(255,255,255,0.11); border: 1px solid rgba(255,255,255,0.16); border-radius: 18px; } .rmvs-support-card span { display: block; margin-bottom: 7px; color: #c8f7d5 !important; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.5px; } .rmvs-support-card strong, .rmvs-support-card a { color: #ffffff !important; font-size: 14.5px; line-height: 1.65; word-break: break-word; } /* NOTE */ .rmvs-tracking-note { margin-top: 23px; padding: 18px 20px; color: var(--rmvs-text); background: #ffffff; border: 1px solid var(--rmvs-border); border-left: 5px solid var(--rmvs-green); border-radius: 17px; box-shadow: 0 15px 40px rgba(8,76,36,0.07); } .rmvs-tracking-note strong { color: var(--rmvs-heading); } /* FOOTER */ .rmvs-order-footer { margin-top: 30px; padding: 25px; text-align: center; background: var(--rmvs-green-dark); border-radius: 23px; } .rmvs-order-footer p { margin: 0; color: rgba(255,255,255,0.91) !important; font-size: 14px; line-height: 1.7; } /* RESPONSIVE */ @media (max-width: 1024px) { .rmvs-order-hero-grid, .rmvs-support-grid { grid-template-columns: 1fr; } .rmvs-status-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 760px) { .rmvs-order-container { width: min(94%, 1180px); } .rmvs-order-hero { padding: 58px 0 50px; border-radius: 0 0 30px 30px; } .rmvs-order-hero h1 { letter-spacing: -1px; } .rmvs-order-main { padding: 45px 0 62px; } .rmvs-order-steps, .rmvs-status-grid, .rmvs-support-cards { grid-template-columns: 1fr; } .rmvs-shortcode-section { padding: 24px 20px; border-radius: 23px; } .rmvs-shortcode-output button, .rmvs-shortcode-output input[type="submit"], .rmvs-shortcode-output .button, .rmvs-shortcode-output a.button { width: 100% !important; } .rmvs-support-section { padding: 28px 22px; border-radius: 26px; } }
🚚 RMVS Shop Delivery Support

Track Your Order

Check the latest available status of your RMVS Shop order, including processing, packing, dispatch, courier movement, and delivery progress.

Keep These Details Ready

#
Your RMVS Shop order number or order ID.
The email address used while placing the order.
Allow a few hours for courier tracking to update after dispatch.
Contact support if the order remains delayed beyond the estimate.
Order Tracking

Find Your Delivery Status

Enter the requested order information in the tracking form below to view the latest available status of your purchase.

01

Enter Order Details

Enter the order number and the email address or information used during checkout.

02

Submit Tracking Request

Click the tracking button to retrieve the latest available order and shipment information.

03

View Delivery Progress

Review processing, dispatch, transit, delivery attempt, or completed delivery updates.

📦

Enter Your Order Information

Use the same order details that were provided when your purchase was placed on RMVS Shop.

Status Guide

Understanding Your Order Status

Tracking labels may vary depending on the order stage and the courier partner handling your shipment.

🧾

Order Processing

Your order has been received and is being verified, prepared, or packed for dispatch.

📦

Order Dispatched

The package has been handed over to an assigned courier or logistics partner.

🚚

In Transit

Your shipment is travelling through the courier network toward the destination city.

Delivered

The courier has marked your package as successfully delivered to the provided address.

Need Help With Your Delivery?

Contact RMVS Shop support for dispatch, tracking, courier delay, failed delivery, damaged parcel, or delivery-address assistance. Keep your order ID ready for faster support.

Support Hours Monday – Friday
9:00 AM – 6:00 PM
Primary Email info@rmvsshop.in
Alternative Email rmvabcde@gmail.com
Please note: Tracking information may not appear immediately after packing or dispatch. Courier systems may require a few hours to scan the parcel and publish the first tracking update.