.wcst-tracking-card {
direction: rtl;
margin: 30px 0;
border: 1px solid #e0e0e0;
border-top: 4px solid #1270C2;
border-radius: 8px;
overflow: hidden;
font-family: inherit;
background: #fff;
box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.wcst-tracking-header {
background: #f8f9fa;
padding: 14px 20px;
border-bottom: 1px solid #e0e0e0;
display: flex;
align-items: center;
gap: 10px;
}
.wcst-tracking-header h3 {
margin: 0;
font-size: 16px;
font-weight: 700;
color: #1a1a1a;
}
.wcst-carrier-badge {
display: inline-block;
padding: 3px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.5px;
margin-right: auto;
}
.wcst-carrier-badge.carrier-ups {
background: #351C15;
color: #FFB500;
}
.wcst-carrier-badge.carrier-naqel {
background: #006428;
color: #fff;
}
.wcst-carrier-badge.carrier-other {
background: #6c757d;
color: #fff;
}
.wcst-tracking-body {
padding: 20px;
}
.wcst-tracking-number-row {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 16px;
flex-wrap: wrap;
}
.wcst-tracking-number-label {
font-size: 13px;
color: #555;
font-weight: 600;
}
.wcst-tracking-number-value {
font-family: 'Courier New', Courier, monospace;
font-size: 14px;
background: #f3f4f6;
border: 1px solid #ddd;
border-radius: 4px;
padding: 4px 10px;
letter-spacing: 1px;
color: #111;
}
.wcst-track-button {
display: inline-flex;
align-items: center;
gap: 6px;
background: #1270C2;
color: #fff !important;
padding: 8px 18px;
border-radius: 6px;
font-size: 13px;
font-weight: 700;
text-decoration: none !important;
transition: background 0.2s;
border: none;
}
.wcst-track-button:hover {
background: #0d5b9f;
color: #fff !important;
}
.wcst-track-button.carrier-naqel {
background: #006428;
}
.wcst-track-button.carrier-naqel:hover {
background: #004d1e;
}
.wcst-dates-row {
display: flex;
gap: 20px;
flex-wrap: wrap;
margin-top: 12px;
padding-top: 12px;
border-top: 1px dashed #e0e0e0;
}
.wcst-date-item {
display: flex;
flex-direction: column;
gap: 2px;
}
.wcst-date-item span:first-child {
font-size: 11px;
color: #888;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.5px;
}
.wcst-date-item span:last-child {
font-size: 13px;
font-weight: 600;
color: #222;
}  .wcst-form-wrap {
max-width: 420px;
margin: 30px auto;
padding: 28px 24px;
background: #fff;
border: 1px solid #e0e0e0;
border-top: 4px solid #1270C2;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,.07);
font-family: inherit;
direction: rtl;
}
.wcst-tracking-form .wcst-form-field {
margin-bottom: 16px;
}
.wcst-tracking-form label {
display: block;
font-size: 13px;
font-weight: 700;
color: #333;
margin-bottom: 5px;
}
.wcst-tracking-form input[type="text"],
.wcst-tracking-form input[type="number"],
.wcst-tracking-form input[type="tel"] {
width: 100%;
padding: 10px 12px;
border: 1px solid #ccc;
border-radius: 6px;
font-size: 14px;
box-sizing: border-box;
transition: border-color 0.2s;
direction: rtl;
}
.wcst-tracking-form input:focus {
border-color: #1270C2;
outline: none;
box-shadow: 0 0 0 2px rgba(0,113,161,.15);
}
.wcst-submit-btn {
width: 100%;
background: #1270C2;
color: #fff;
border: none;
padding: 12px;
border-radius: 6px;
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: background 0.2s;
margin-top: 4px;
}
.wcst-submit-btn:hover { background: #0d5b9f; } .wcst-track-result {
max-width: 680px;
margin: 0 auto 24px;
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0,0,0,.07);
font-family: inherit;
direction: rtl;
}
.wcst-result-header {
background: #f0f6fc;
padding: 16px 20px;
border-bottom: 1px solid #dce8f3;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 8px;
}
.wcst-result-header h3 {
margin: 0;
font-size: 17px;
color: #1270C2;
}
.wcst-order-date {
font-size: 13px;
color: #555;
}
.wcst-summary-card {
margin: 16px 20px 0;
padding: 16px;
border: 1px solid #cfe4f7;
border-radius: 12px;
background: linear-gradient(180deg, #f4f9ff 0%, #fff 100%);
display: flex;
gap: 12px;
align-items: flex-start;
}
.wcst-summary-card.is-delayed {
border-color: #ffd7a8;
background: #fff8ef;
}
.wcst-summary-icon {
width: 38px;
height: 38px;
border-radius: 50%;
background: #1270C2;
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: 900;
flex: 0 0 auto;
box-shadow: 0 8px 18px rgba(18,112,194,.18);
}
.wcst-summary-card.is-delayed .wcst-summary-icon {
background: #d97706;
}
.wcst-summary-body {
display: flex;
flex-direction: column;
gap: 4px;
min-width: 0;
}
.wcst-summary-eyebrow {
color: #667085;
font-size: 12px;
font-weight: 700;
}
.wcst-summary-body strong {
color: #111827;
font-size: 18px;
line-height: 1.35;
}
.wcst-summary-body small {
color: #52657a;
font-size: 12px;
}
.wcst-summary-body p {
margin: 6px 0 0;
color: #8a4b00;
font-size: 13px;
line-height: 1.6;
} .wcst-timeline {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 24px 20px 20px;
position: relative;
gap: 4px;
}
.wcst-timeline::before {
content: '';
position: absolute;
top: 43px;
right: calc(12.5% + 14px);
left: calc(12.5% + 14px);
height: 4px;
background: #d7e7f6;
z-index: 0;
}
.wcst-step {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
position: relative;
z-index: 1;
}
.wcst-step-dot {
width: 62px;
height: 62px;
border-radius: 50%;
background: #fff;
border: 3px solid #d7e7f6;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s;
overflow: hidden;
box-shadow: 0 4px 12px rgba(18, 112, 194, 0.08);
}
.wcst-step-dot img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
opacity: .42;
filter: grayscale(1);
}
.wcst-step-label {
font-size: 11px;
color: #aaa;
text-align: center;
font-weight: 600;
line-height: 1.3;
}
.wcst-step.done .wcst-step-dot {
background: #fff;
border-color: #1270C2;
}
.wcst-step.active .wcst-step-dot {
background: #fff;
border-color: #1270C2;
box-shadow: 0 0 0 5px rgba(18,112,194,.16), 0 10px 24px rgba(18,112,194,.22);
animation: wcst-pulse 1.5s infinite;
}
.wcst-step.done .wcst-step-dot img,
.wcst-step.active .wcst-step-dot img {
opacity: 1;
filter: none;
}
.wcst-step.active .wcst-step-label { color: #1270C2; font-weight: 800; }
.wcst-step.done .wcst-step-label  { color: #1270C2; }
@keyframes wcst-pulse {
0%   { box-shadow: 0 0 0 0 rgba(18,112,194,.32), 0 10px 24px rgba(18,112,194,.22); }
70%  { box-shadow: 0 0 0 10px rgba(18,112,194,0), 0 10px 24px rgba(18,112,194,.22); }
100% { box-shadow: 0 0 0 0 rgba(18,112,194,0), 0 10px 24px rgba(18,112,194,.22); }
} .wcst-track-box {
margin: 0 20px 16px;
padding: 16px;
background: #f3f8fd;
border: 1px solid #c8ddf1;
border-radius: 8px;
}
.wcst-track-box h4, .wcst-items-box h4 {
margin: 0 0 10px;
font-size: 14px;
color: #1270C2;
}
.wcst-track-box p { margin: 5px 0; font-size: 13px; color: #333; }
.wcst-track-box code {
background: #fff;
border: 1px solid #ddd;
border-radius: 4px;
padding: 2px 8px;
font-size: 13px;
letter-spacing: 0.5px;
} .wcst-track-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
margin-top: 10px;
background: #1270C2;
color: #fff !important;
padding: 9px 18px;
border-radius: 6px;
font-weight: 700;
font-size: 13px;
text-decoration: none !important;
transition: background 0.2s;
}
.wcst-track-btn:hover { background: #0d5b9f; }
.wcst-track-again {
text-align: center;
padding: 0 20px 24px;
}
.wcst-track-again-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 38px;
padding: 8px 18px;
border: 1px solid #1270C2;
border-radius: 6px;
color: #1270C2 !important;
background: #fff;
font-size: 13px;
font-weight: 700;
text-decoration: none !important;
transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.wcst-track-again-btn:hover {
background: #1270C2;
border-color: #1270C2;
color: #fff !important;
} .wcst-items-box {
margin: 0 20px 20px;
padding: 16px;
background: #f9f9f9;
border: 1px solid #eee;
border-radius: 8px;
}
.wcst-items-box ul { margin: 0; padding-right: 18px; }
.wcst-items-box li { font-size: 13px; color: #444; padding: 3px 0; } .wcst-alert {
max-width: 680px;
margin: 16px auto;
padding: 13px 18px;
border-radius: 7px;
font-size: 14px;
font-weight: 600;
border: 1px solid;
direction: rtl;
}
.wcst-alert-error   { background:#fff0f0; border-color:#f5c2c7; color:#842029; }
.wcst-alert-success { background:#f0fff4; border-color:#badbcc; color:#0f5132; }
.wcst-alert-info    { background:#eff8ff; border-color:#cce5ff; color:#084298; } .wcst-status-badge {
display: inline-block;
margin-top: 5px;
padding: 3px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 700;
background: #eef7ff;
color: #1270C2;
border: 1px solid #bad9f3;
} .wcst-timeline.wcst-steps-6 {
padding: 24px 12px 20px;
}
.wcst-timeline.wcst-steps-6::before {
right: calc(8.33% + 31px);
left:  calc(8.33% + 31px);
}
.wcst-timeline.wcst-steps-6 .wcst-step-dot {
width: 62px;
height: 62px;
}
.wcst-timeline.wcst-steps-6 .wcst-step-label {
font-size: 10px;
} .wcst-track-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px 16px;
margin-bottom: 14px;
}
.wcst-track-box-head {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 14px;
}
.wcst-track-box-head h4 {
margin-bottom: 2px;
}
.wcst-track-box-head p {
margin: 0;
color: #667085;
}
.wcst-carrier-card {
background: #fff;
border: 1px solid #d9e9f7;
border-radius: 10px;
padding: 12px;
}
.wcst-carrier-value {
display: inline-flex;
align-items: center;
gap: 10px;
}
.wcst-carrier-logo {
width: 42px;
height: 42px;
border-radius: 10px;
background: #fff;
border: 1px solid #e5eef6;
display: inline-flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.wcst-carrier-logo img {
max-width: 32px;
max-height: 32px;
display: block;
}
.wcst-carrier-text {
display: inline-flex;
flex-direction: column;
gap: 3px;
line-height: 1.35;
}
.wcst-carrier-phone {
color: #1270C2 !important;
font-size: 12px;
font-weight: 800;
text-decoration: none !important;
display: inline-flex;
align-items: center;
gap: 4px;
direction: ltr;
unicode-bidi: embed;
}
.wcst-carrier-phone-icon {
width: 18px;
height: 18px;
border-radius: 50%;
background: #e8f3fc;
color: #1270C2;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 11px;
line-height: 1;
}
.wcst-carrier-phone:hover {
text-decoration: underline !important;
}
@media (max-width: 480px) {
.wcst-track-result {
border-radius: 8px;
}
.wcst-result-header {
padding: 14px;
}
.wcst-result-header h3 {
font-size: 15px;
}
.wcst-summary-card {
margin: 14px;
padding: 14px;
}
.wcst-summary-body strong {
font-size: 16px;
}
.wcst-track-grid { grid-template-columns: 1fr; }
.wcst-track-box,
.wcst-items-box,
.wcst-oto-events-box {
margin-left: 14px;
margin-right: 14px;
padding: 14px;
}
.wcst-track-btn {
width: 100%;
box-sizing: border-box;
}
.wcst-timeline { padding-inline: 6px; }
.wcst-timeline::before { top: 36px; }
.wcst-timeline.wcst-steps-6::before {
right: calc(8.33% + 24px);
left: calc(8.33% + 24px);
}
.wcst-timeline.wcst-steps-6 .wcst-step-dot {
width: 48px;
height: 48px;
}
.wcst-timeline.wcst-steps-6 .wcst-step-label { display: none; }
}
.wcst-tg-item {
display: flex;
flex-direction: column;
gap: 2px;
}
.wcst-tg-label {
font-size: 11px;
color: #888;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.wcst-tg-value {
font-size: 13px;
color: #111;
font-weight: 600;
}
.wcst-tg-value code {
background: #fff;
border: 1px solid #ddd;
border-radius: 4px;
padding: 2px 8px;
font-size: 13px;
letter-spacing: 0.5px;
font-weight: 600;
direction: ltr !important;
unicode-bidi: embed;
display: inline-block;
} .wcst-tracking-number-value,
[dir="ltr"].wcst-tracking-number-value {
direction: ltr !important;
unicode-bidi: embed;
display: inline-block;
} .wcst-products-list {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 10px;
}
.wcst-product-row {
display: flex;
align-items: center;
gap: 12px;
background: #fafafa;
border: 1px solid #eee;
border-radius: 10px;
padding: 10px 12px;
}
.wcst-product-thumb {
flex-shrink: 0;
width: 60px;
height: 60px;
border-radius: 8px;
overflow: hidden;
background: #f0f0f0;
display: flex;
align-items: center;
justify-content: center;
}
.wcst-product-img {
width: 60px !important;
height: 60px !important;
object-fit: cover;
display: block;
border-radius: 6px;
}
.wcst-product-info {
flex: 1;
display: flex;
flex-direction: column;
gap: 4px;
min-width: 0;
}
.wcst-product-name {
font-size: 13px;
font-weight: 700;
color: #1a1a1a;
line-height: 1.4;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wcst-product-meta {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
}
.wcst-product-qty {
font-size: 12px;
color: #666;
}
.wcst-product-qty strong {
color: #333;
}
.wcst-product-price {
font-size: 13px;
font-weight: 700;
color: #1270C2;
}
.wcst-product-price .woocommerce-Price-amount {
color: inherit;
font-size: inherit;
}
.wcst-oto-events-box {
background: #fff;
border: 1px solid #e7eef5;
border-radius: 10px;
padding: 18px 20px;
margin: 20px 24px;
}
.wcst-oto-events-box h4 {
margin: 0 0 14px;
color: #1270C2;
font-size: 16px;
font-weight: 700;
}
.wcst-oto-events-list {
display: flex;
flex-direction: column;
gap: 12px;
}
.wcst-oto-event {
display: grid;
grid-template-columns: 18px 1fr;
gap: 10px;
align-items: start;
}
.wcst-oto-event-dot {
width: 10px;
height: 10px;
margin-top: 7px;
border-radius: 50%;
background: #1270C2;
box-shadow: 0 0 0 4px #e5f6fb;
}
.wcst-oto-event-body {
border-bottom: 1px solid #edf2f7;
padding-bottom: 10px;
}
.wcst-oto-event:last-child .wcst-oto-event-body {
border-bottom: 0;
padding-bottom: 0;
}
.wcst-oto-event-main {
display: flex;
justify-content: space-between;
gap: 10px;
align-items: center;
flex-wrap: wrap;
}
.wcst-oto-event-main strong {
color: #1f2937;
font-size: 14px;
line-height: 1.6;
}
.wcst-oto-event-main span {
color: #64748b;
font-size: 12px;
white-space: nowrap;
}
.wcst-oto-event-meta {
display: flex;
flex-wrap: wrap;
gap: 8px 14px;
margin-top: 5px;
color: #6b7280;
font-size: 12px;
}
.wcst-oto-event-meta code {
direction: ltr;
unicode-bidi: embed;
color: #1270C2;
background: #f6fbff;
border: 1px solid #d7ecf8;
border-radius: 4px;
padding: 1px 6px;
font-weight: 700;
} .wcst-shipment-card {
background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 100%);
border-color: #bfd9f0;
box-shadow: 0 10px 24px rgba(18, 112, 194, 0.08);
}
.wcst-track-box-head {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 14px;
}
.wcst-track-box-head h4 {
margin: 0;
font-size: 16px;
}
.wcst-track-box-head p {
margin: 2px 0 0;
color: #6b7a89;
font-size: 12px;
}
.wcst-track-box-icon {
width: 42px;
height: 42px;
border-radius: 12px;
background: #1270C2;
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 20px;
box-shadow: 0 8px 18px rgba(18, 112, 194, 0.22);
}
.wcst-shipment-card .wcst-track-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.wcst-shipment-card .wcst-tg-item {
position: relative;
min-height: 76px;
padding: 13px 14px 12px;
background: #fff;
border: 1px solid #e0edf8;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(15, 23, 42, 0.035);
}
.wcst-tg-icon {
position: absolute;
top: 12px;
left: 12px;
min-width: 24px;
height: 24px;
padding: 0 6px;
border-radius: 999px;
background: #edf7ff;
color: #1270C2;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 12px;
font-weight: 800;
}
.wcst-carrier-card {
min-height: 76px;
}
.wcst-carrier-logo {
flex: 0 0 auto;
width: 52px;
height: 36px;
border-radius: 10px;
background: #fff;
border: 1px solid #e0edf8;
display: inline-flex;
align-items: center;
justify-content: center;
overflow: hidden;
box-shadow: 0 3px 8px rgba(15, 23, 42, 0.05);
}
.wcst-carrier-logo img {
width: calc(100% - 10px);
height: calc(100% - 8px);
object-fit: contain;
display: block;
}
.wcst-carrier-value {
display: inline-flex;
align-items: center;
gap: 9px;
justify-content: flex-start;
}
.wcst-shipment-card .wcst-tg-label {
color: #7b8794;
font-size: 12px;
text-transform: none;
letter-spacing: 0;
}
.wcst-shipment-card .wcst-tg-value {
margin-top: 4px;
color: #101828;
font-size: 15px;
}
.wcst-tg-tracking {
grid-column: span 2;
}
.wcst-tg-tracking .wcst-tg-value {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
.wcst-tg-tracking code,
.wcst-shipment-card .wcst-tg-value code {
color: #1270C2;
border-color: #bfd9f0;
background: #f7fbff;
font-size: 14px;
}
.wcst-copy-btn {
appearance: none;
border: 1px solid #1270C2;
background: #fff;
color: #1270C2;
border-radius: 999px;
padding: 4px 10px;
font-size: 11px;
font-weight: 800;
cursor: pointer;
transition: background 0.2s, color 0.2s;
}
.wcst-copy-btn:hover,
.wcst-copy-btn.is-copied {
background: #1270C2;
color: #fff;
}
.wcst-shipment-card .wcst-track-btn {
display: flex;
width: fit-content;
align-items: center;
justify-content: center;
margin: 6px auto 0 0;
min-height: 42px;
padding: 10px 20px;
border-radius: 9px;
box-shadow: 0 8px 18px rgba(18, 112, 194, 0.18);
}
.wcst-oto-events-box {
background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
border-color: #dcebf8;
box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}
.wcst-oto-events-box h4 {
display: flex;
align-items: center;
gap: 8px;
font-size: 17px;
}
.wcst-oto-events-list {
position: relative;
gap: 0;
}
.wcst-oto-events-list::before {
content: none;
}
.wcst-oto-event {
grid-template-columns: 18px 1fr;
gap: 14px;
position: relative;
padding-bottom: 14px;
}
.wcst-oto-event:not(:last-child)::before {
content: '';
position: absolute;
top: 22px;
bottom: -6px;
right: 8px;
width: 2px;
background: #d7e7f6;
}
.wcst-oto-event:last-child {
padding-bottom: 0;
}
.wcst-oto-event-dot {
position: relative;
z-index: 1;
width: 14px;
height: 14px;
margin-top: 9px;
border: 3px solid #fff;
background: #9cc9ee;
box-shadow: 0 0 0 4px #eaf5ff;
}
.wcst-oto-event.is-latest .wcst-oto-event-dot {
background: #1270C2;
box-shadow: 0 0 0 5px rgba(18,112,194,.14);
}
.wcst-oto-event-body {
background: #fff;
border: 1px solid #e7eef5;
border-radius: 10px;
padding: 12px 14px;
}
.wcst-oto-event:last-child .wcst-oto-event-body {
padding-bottom: 12px;
}
.wcst-oto-event-main strong {
color: #101828;
font-size: 15px;
font-weight: 800;
}
.wcst-oto-event-main span {
color: #53657a;
background: #f3f8fd;
border: 1px solid #dcebf8;
border-radius: 999px;
padding: 3px 9px;
}
.wcst-oto-event-meta {
gap: 7px;
margin-top: 9px;
}
.wcst-oto-event-meta span {
background: #f8fbff;
border: 1px solid #e3eff9;
border-radius: 999px;
padding: 4px 9px;
}
@media (max-width: 560px) {
.wcst-shipment-card .wcst-track-grid {
grid-template-columns: 1fr;
}
.wcst-tg-tracking {
grid-column: span 1;
}
.wcst-track-box-head {
align-items: flex-start;
}
.wcst-shipment-card .wcst-track-btn {
width: 100%;
margin-inline: 0;
}
.wcst-oto-event-main {
align-items: flex-start;
flex-direction: column;
}
.wcst-oto-event-meta span {
width: 100%;
}
}:root {
--wctnlp-blue: #3867e8;
--wctnlp-trigger-bg: transparent;
--wctnlp-trigger-text: #ffffff;
--wctnlp-font-family: "El Messiri", Tahoma, Arial, sans-serif;
--wctnlp-text: #111827;
--wctnlp-muted: #6b7280;
--wctnlp-border: #e5e7eb;
--wctnlp-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
}
.wctnlp-menu-item {
display: flex;
align-items: center;
cursor: pointer;
}
.wctnlp-trigger {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
min-width: 145px;
height: 30px;
min-height: 0;
padding: 0 8px;
border: 0;
border-radius: 0;
color: var(--wctnlp-trigger-text) !important;
background: var(--wctnlp-trigger-bg) !important;
box-shadow: none;
font-family: var(--wctnlp-font-family);
font-size: 13px;
font-weight: 700;
line-height: 1;
direction: ltr;
cursor: pointer;
text-transform: none;
white-space: nowrap;
appearance: none;
}
.wctnlp-menu-item > .wctnlp-trigger {
width: 100%;
height: 100%;
}
.wctnlp-trigger > * {
pointer-events: none;
}
.wctnlp-trigger:hover,
.wctnlp-trigger:focus {
color: var(--wctnlp-trigger-text) !important;
background: var(--wctnlp-trigger-bg) !important;
box-shadow: none;
}
.wctnlp-trigger:focus-visible,
.wctnlp-icon-button:focus-visible,
.wctnlp-primary:focus-visible,
.wctnlp-secondary:focus-visible,
.wctnlp-checkout-autofill-button:focus-visible,
.wctnlp-search input:focus-visible {
outline: 3px solid rgba(56, 103, 232, 0.35);
outline-offset: 2px;
}
.wctnlp-pin-icon,
.wctnlp-chevron,
.wctnlp-trigger svg {
width: 18px;
height: 18px;
flex: 0 0 18px;
}
.wctnlp-trigger-label {
display: inline-block;
min-width: 0;
max-width: 92px;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 700;
}
.wctnlp-trigger-suffix:empty {
display: none;
}
.wctnlp-checkout-autofill {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 8px;
width: 100%;
margin: 0;
clear: both;
direction: rtl;
}
.wctnlp-checkout-location-field {
display: block !important;
width: 100% !important;
max-width: 100% !important;
clear: both !important;
float: none !important;
margin-top: 4px !important;
margin-bottom: 28px !important;
margin-left: auto !important;
margin-right: 0 !important;
}
.wctnlp-checkout-location-field-after-state {
flex: 0 0 100% !important;
grid-column: 1 / -1 !important;
}
.wctnlp-checkout-location-field::before,
.wctnlp-checkout-location-field::after {
content: "";
display: table;
clear: both;
}
.wctnlp-checkout-autofill-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
width: 100% !important;
min-width: 0 !important;
max-width: 100% !important;
height: 50px !important;
min-height: 50px !important;
padding: 0 14px !important;
border: 0 !important;
border-radius: 7px;
color: #fff;
background: #1270c2 !important;
box-shadow: 0 5px 12px rgba(18, 112, 194, 0.24) !important;
font-family: var(--wctnlp-font-family);
font-size: 17px;
font-weight: 700;
line-height: 1 !important;
cursor: pointer;
text-decoration: none !important;
white-space: nowrap;
}
.wctnlp-checkout-autofill-button svg {
width: 21px;
height: 21px;
flex: 0 0 21px;
stroke-width: 2.4px;
}
.wctnlp-checkout-autofill-button:hover,
.wctnlp-checkout-autofill-button:focus {
color: #fff !important;
background: #0f63ad !important;
}
.wctnlp-checkout-autofill-status {
display: none;
flex: 1 0 100%;
min-height: 18px;
color: #1270c2;
font-family: var(--wctnlp-font-family);
font-size: 12px;
font-weight: 700;
line-height: 1.4;
text-align: right;
}
.wctnlp-checkout-autofill-status:not(:empty) {
display: block;
}
.wctnlp-checkout-delivery-eta {
display: none;
align-items: center;
flex-direction: row;
align-items: center;
gap: 10px;
width: 100%;
min-height: 58px;
padding: 10px 12px;
border: 1px solid rgba(18, 112, 194, 0.18);
border-radius: 7px;
background: #f3f8ff;
color: #0f3760;
font-family: var(--wctnlp-font-family);
direction: rtl;
}
.wctnlp-checkout-delivery-eta.is-visible {
display: flex;
}
.wctnlp-checkout-delivery-icon {
display: inline-grid;
place-items: center;
width: 38px;
height: 38px;
flex: 0 0 38px;
border-radius: 8px;
color: #1270c2;
background: #e4f1ff;
}
.wctnlp-checkout-delivery-icon svg {
width: 21px !important;
height: 21px !important;
flex-basis: 21px !important;
}
.wctnlp-checkout-delivery-copy {
display: grid;
gap: 3px;
flex: 1 1 auto;
min-width: 0;
width: 100%;
text-align: right;
}
.wctnlp-checkout-delivery-copy strong {
display: block;
color: #0b3765;
font-size: 14px;
font-weight: 700;
line-height: 1.35;
white-space: normal;
overflow-wrap: normal;
word-break: normal;
}
.wctnlp-checkout-delivery-copy small {
display: block;
color: #61758c;
font-size: 12px;
font-weight: 700;
line-height: 1.35;
white-space: normal;
overflow-wrap: normal;
word-break: normal;
}
.wctnlp-checkout-address-hint {
display: grid;
grid-template-columns: 34px minmax(0, 1fr) 86px;
align-items: center;
gap: 10px;
width: 100%;
min-height: 62px;
margin-bottom: 4px;
padding: 8px 12px 15px;
border-radius: 6px;
background: linear-gradient(90deg, #edf7ff 0%, #f6fbff 100%);
color: #111827;
font-family: var(--wctnlp-font-family);
direction: rtl;
}
.wctnlp-checkout-hint-check {
display: inline-grid;
place-items: center;
width: 27px;
height: 27px;
justify-self: start;
border-radius: 50%;
color: #fff;
background: #1270c2;
}
.wctnlp-checkout-hint-check svg {
width: 16px;
height: 16px;
}
.wctnlp-checkout-hint-copy {
display: grid;
gap: 2px;
min-width: 0;
text-align: right;
}
.wctnlp-checkout-hint-copy strong {
color: #111827;
font-size: 14px;
font-weight: 700;
line-height: 1.35;
}
.wctnlp-checkout-hint-copy small {
color: #6b7280;
font-size: 12px;
font-weight: 700;
line-height: 1.35;
}
.wctnlp-checkout-hint-map {
position: relative;
display: block;
width: 84px;
height: 46px;
justify-self: end;
overflow: hidden;
border-radius: 4px;
background:
linear-gradient(145deg, transparent 44%, rgba(18, 112, 194, 0.13) 45%, rgba(18, 112, 194, 0.13) 53%, transparent 54%),
linear-gradient(25deg, transparent 42%, rgba(34, 197, 94, 0.18) 43%, rgba(34, 197, 94, 0.18) 55%, transparent 56%),
linear-gradient(90deg, #dbeafe 0 34%, #eef6ff 34% 66%, #dbeafe 66% 100%);
}
.wctnlp-checkout-hint-map svg {
position: absolute;
top: 4px;
left: 50%;
width: 26px;
height: 26px;
color: #1270c2;
filter: drop-shadow(0 4px 7px rgba(18, 112, 194, 0.25));
transform: translateX(-50%);
}
.wctnlp-overlay {
position: fixed;
inset: 0;
z-index: 999999;
display: none;
align-items: center;
justify-content: center;
padding: 24px;
background: rgba(17, 24, 39, 0.38);
}
.wctnlp-overlay,
.wctnlp-overlay *,
.wctnlp-overlay *::before,
.wctnlp-overlay *::after {
box-sizing: border-box;
}
.wctnlp-overlay.is-open {
display: flex;
}
.wctnlp-modal {
position: relative !important;
display: grid !important;
grid-template-rows: 58px minmax(0, 1fr) auto !important;
width: min(940px, 100%) !important;
height: min(640px, calc(100vh - 48px)) !important;
height: min(640px, calc(100dvh - 48px)) !important;
max-width: calc(100vw - 48px) !important;
overflow: hidden !important;
border: 0 !important;
border-radius: 14px !important;
background: #fff !important;
box-shadow: var(--wctnlp-shadow) !important;
}
.wctnlp-header {
position: relative !important;
z-index: 5 !important;
display: flex !important;
align-items: center;
justify-content: space-between;
height: 58px !important;
min-height: 58px !important;
padding: 0 18px !important;
overflow: hidden !important;
border: 0 !important;
border-bottom: 1px solid var(--wctnlp-border) !important;
background: #fff !important;
direction: ltr !important;
}
.wctnlp-title {
flex: 1 1 auto !important;
margin: 0 !important;
padding: 0 !important;
color: #374151 !important;
font-family: var(--wctnlp-font-family) !important;
font-size: 20px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
text-align: right !important;
direction: rtl !important;
white-space: nowrap !important;
transform: none !important;
}
.wctnlp-title-arrow {
margin-inline-start: 8px;
font-size: 26px;
vertical-align: -1px;
}
.wctnlp-icon-button {
position: relative !important;
display: inline-grid !important;
place-items: center;
flex: 0 0 36px !important;
width: 36px !important;
height: 36px !important;
min-width: 36px !important;
min-height: 36px !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
border-radius: 50% !important;
color: #111827 !important;
background: #f3f4f6 !important;
box-shadow: none !important;
cursor: pointer;
transform: none !important;
}
.wctnlp-icon-button svg {
width: 21px;
height: 21px;
}
.wctnlp-map-wrap {
position: relative !important;
z-index: 1 !important;
min-height: 0 !important;
overflow: hidden !important;
background: #dbeafe !important;
}
.wctnlp-map {
width: 100%;
height: 100%;
}
.wctnlp-map-loading {
position: absolute;
inset: 0;
z-index: 900;
display: none;
place-items: center;
color: #374151;
background: #eef2f7;
font-family: var(--wctnlp-font-family);
font-size: 14px;
font-weight: 700;
}
.wctnlp-map-loading.is-visible {
display: grid;
}
.wctnlp-gps-pulse {
position: absolute;
z-index: 999;
width: 44px;
height: 44px;
pointer-events: none;
transform: translate(-50%, -50%);
}
.wctnlp-gps-pulse-ring,
.wctnlp-gps-pulse-dot {
position: absolute;
top: 50%;
left: 50%;
border-radius: 999px;
transform: translate(-50%, -50%);
}
.wctnlp-gps-pulse-ring {
width: 18px;
height: 18px;
background: rgba(56, 103, 232, 0.24);
animation: wctnlpGpsPulse 1.8s ease-out infinite;
}
.wctnlp-gps-pulse-ring-delay {
animation-delay: 0.9s;
}
.wctnlp-gps-pulse-dot {
width: 16px;
height: 16px;
border: 2px solid #fff;
background: #3867e8;
box-shadow: 0 2px 8px rgba(56, 103, 232, 0.35);
}
@keyframes wctnlpGpsPulse {
0% {
opacity: 0.55;
transform: translate(-50%, -50%) scale(0.85);
}
70%,
100% {
opacity: 0;
transform: translate(-50%, -50%) scale(2.6);
}
}
@media (prefers-reduced-motion: reduce) {
.wctnlp-gps-pulse-ring {
opacity: 0.22;
animation: none;
transform: translate(-50%, -50%) scale(1.8);
}
}
.wctnlp-controls {
position: absolute;
z-index: 1000;
top: 16px;
left: 24px;
right: 24px;
display: grid;
grid-template-columns: minmax(190px, 300px) minmax(260px, 1fr);
gap: 12px;
direction: ltr;
pointer-events: none;
}
.wctnlp-controls > * {
pointer-events: auto;
}
.wctnlp-secondary,
.wctnlp-search {
min-height: 44px;
border: 1px solid #edf0f4;
border-radius: 10px;
background: #fff;
box-shadow: 0 8px 22px rgba(31, 41, 55, 0.08);
}
.wctnlp-secondary {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 0 12px;
color: var(--wctnlp-blue);
font-family: var(--wctnlp-font-family);
font-size: 14px;
font-weight: 700;
line-height: 1;
direction: rtl;
cursor: pointer;
}
.wctnlp-secondary svg,
.wctnlp-search svg {
width: 21px;
height: 21px;
flex: 0 0 21px;
}
.wctnlp-search {
display: flex;
align-items: center;
padding: 0 14px;
color: #6b7280;
direction: rtl;
}
.wctnlp-search input {
width: 100%;
height: 42px;
min-width: 0;
border: 0;
color: #1f2937;
background: transparent;
font-family: var(--wctnlp-font-family);
font-size: 14px;
font-weight: 700;
line-height: 1;
}
.wctnlp-search input::placeholder {
color: #9ca3af;
}
.wctnlp-search input:focus {
outline: none;
}
.wctnlp-results {
position: absolute;
z-index: 1001;
top: 72px;
right: 24px;
width: min(520px, calc(100% - 48px));
max-height: 230px;
overflow: auto;
border: 1px solid var(--wctnlp-border);
border-radius: 12px;
background: #fff;
box-shadow: 0 16px 42px rgba(15, 23, 42, 0.16);
}
.wctnlp-results:empty {
display: none;
}
.wctnlp-status {
position: absolute;
z-index: 1002;
right: 18px;
bottom: 14px;
display: none;
max-width: min(520px, calc(100% - 36px));
padding: 9px 12px;
border: 1px solid #fecaca;
border-radius: 8px;
color: #991b1b;
background: #fff1f2;
box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14);
font-family: var(--wctnlp-font-family);
font-size: 12px;
font-weight: 700;
line-height: 1.5;
text-align: right;
direction: rtl;
}
.wctnlp-status.is-visible {
display: block;
}
.wctnlp-result {
display: block;
width: 100%;
padding: 12px 14px;
border: 0;
border-bottom: 1px solid #f3f4f6;
color: #1f2937;
background: #fff;
font-family: var(--wctnlp-font-family);
font-size: 13px;
font-weight: 700;
line-height: 1.6;
text-align: right;
cursor: pointer;
}
.wctnlp-result:hover {
background: #f9fafb;
}
.wctnlp-center-label {
position: absolute;
z-index: 1000;
top: 50%;
left: 50%;
transform: translate(-50%, -154%);
padding: 6px 10px;
border-radius: 4px;
color: #fff;
background: rgba(17, 24, 39, 0.88);
font-family: var(--wctnlp-font-family);
font-size: 13px;
font-weight: 700;
line-height: 1;
pointer-events: none;
}
.wctnlp-center-label::after {
content: "";
position: absolute;
bottom: -6px;
left: 50%;
width: 0;
height: 0;
transform: translateX(-50%);
border-top: 6px solid rgba(17, 24, 39, 0.88);
border-right: 6px solid transparent;
border-left: 6px solid transparent;
}
.wctnlp-center-pin {
position: absolute;
z-index: 1000;
top: 50%;
left: 50%;
width: 28px;
height: 42px;
color: #111827;
filter: drop-shadow(0 8px 10px rgba(15, 23, 42, 0.22));
pointer-events: none;
transform: translate(-50%, -100%);
}
.wctnlp-center-pin svg {
display: block;
width: 100%;
height: 100%;
}
.wctnlp-center-pin::after {
content: "";
position: absolute;
left: 50%;
bottom: -5px;
width: 12px;
height: 5px;
border-radius: 999px;
background: rgba(15, 23, 42, 0.18);
transform: translateX(-50%);
}
.wctnlp-footer {
display: grid;
grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
grid-template-areas: "button address";
align-items: center;
gap: 18px;
min-height: 66px;
padding: 10px 18px;
border-top: 1px solid var(--wctnlp-border);
background: #fff;
direction: ltr;
}
.wctnlp-footer > * {
min-width: 0;
}
.wctnlp-primary {
grid-area: button;
width: 100%;
max-width: 240px;
height: 48px;
border: 0;
border-radius: 7px;
color: #fff;
background: var(--wctnlp-blue);
font-family: var(--wctnlp-font-family);
font-size: 15px;
font-weight: 700;
line-height: 1;
direction: rtl;
cursor: pointer;
}
.wctnlp-address {
grid-area: address;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
min-width: 0;
max-width: 100%;
overflow: hidden;
color: #4b5563;
text-align: right;
direction: rtl;
}
.wctnlp-address > span {
order: 1;
display: block;
min-width: 0;
max-width: 100%;
overflow: hidden;
}
.wctnlp-address svg {
order: 0;
width: 46px;
height: 46px;
flex: 0 0 46px;
padding: 10px;
border-radius: 10px;
color: #1f2937;
background: #f4f6fa;
}
.wctnlp-address-title {
display: block;
color: var(--wctnlp-blue);
font-family: var(--wctnlp-font-family);
font-size: 13px;
font-weight: 700;
line-height: 1.4;
}
.wctnlp-address-text {
display: block;
max-width: 520px;
overflow: hidden;
color: #6b7280;
font-family: var(--wctnlp-font-family);
font-size: 13px;
font-weight: 700;
line-height: 1.35;
text-overflow: clip;
white-space: normal;
}
.wctnlp-address-line {
display: block;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.wctnlp-address-line-main {
display: flex;
align-items: baseline;
justify-content: flex-start;
gap: 4px;
direction: rtl;
color: #374151;
font-size: 13px;
}
.wctnlp-address-short-code {
direction: ltr;
unicode-bidi: isolate;
}
.wctnlp-address-separator {
direction: ltr;
unicode-bidi: isolate;
}
.wctnlp-address-street {
direction: rtl;
unicode-bidi: isolate;
}
.wctnlp-address-line-sub {
color: #8b93a1;
font-size: 12px;
}
.wctnlp-loading {
opacity: 0.72;
}
body.wctnlp-modal-open {
overflow: hidden;
}
@media (max-width: 720px) {
.wctnlp-checkout-location-field {
width: 100% !important;
max-width: 100% !important;
margin-bottom: 22px !important;
}
.wctnlp-checkout-autofill-button {
height: 46px !important;
min-height: 46px !important;
padding: 0 10px !important;
font-size: 14px;
white-space: normal;
line-height: 1.25 !important;
}
.wctnlp-checkout-autofill-button svg {
width: 18px;
height: 18px;
flex-basis: 18px;
}
.wctnlp-checkout-delivery-eta {
gap: 8px;
min-height: 52px;
padding: 8px 10px;
}
.wctnlp-checkout-delivery-icon {
width: 34px;
height: 34px;
flex-basis: 34px;
}
.wctnlp-checkout-delivery-copy strong {
font-size: 12px;
line-height: 1.3;
}
.wctnlp-checkout-delivery-copy small {
font-size: 11px;
line-height: 1.3;
}
.wctnlp-checkout-address-hint {
grid-template-columns: 28px minmax(0, 1fr) 62px;
gap: 8px;
min-height: 58px;
padding: 8px 10px;
}
.wctnlp-checkout-hint-copy strong {
font-size: 12px;
line-height: 1.25;
}
.wctnlp-checkout-hint-copy small {
font-size: 11px;
line-height: 1.25;
}
.wctnlp-checkout-hint-map {
width: 60px;
height: 38px;
}
.wctnlp-checkout-hint-map svg {
width: 22px;
height: 22px;
}
.wctnlp-checkout-hint-check {
width: 24px;
height: 24px;
}
.wctnlp-checkout-hint-check svg {
width: 14px;
height: 14px;
}
.wctnlp-trigger {
gap: 5px;
min-width: 126px;
height: 28px;
padding: 0 6px;
font-size: 12px;
}
.wctnlp-pin-icon,
.wctnlp-chevron,
.wctnlp-trigger svg {
width: 16px;
height: 16px;
flex-basis: 16px;
}
.wctnlp-trigger-label {
max-width: 82px;
}
.wctnlp-overlay {
align-items: center;
padding: 8px;
}
.wctnlp-modal {
grid-template-rows: 46px minmax(0, 1fr) auto !important;
width: calc(100vw - 16px) !important;
max-width: calc(100vw - 16px) !important;
height: min(560px, calc(100vh - 16px)) !important;
height: min(560px, calc(100dvh - 16px)) !important;
max-height: calc(100vh - 16px) !important;
max-height: calc(100dvh - 16px) !important;
border-radius: 10px !important;
}
.wctnlp-header {
height: 46px !important;
min-height: 46px !important;
padding: 0 12px !important;
}
.wctnlp-icon-button {
width: 30px;
height: 30px;
}
.wctnlp-icon-button svg {
width: 18px;
height: 18px;
}
.wctnlp-title {
font-size: 15px !important;
}
.wctnlp-title-arrow {
font-size: 20px;
}
.wctnlp-map-wrap {
min-height: 0;
}
.wctnlp-center-pin {
width: 24px;
height: 36px;
}
.wctnlp-controls {
grid-template-columns: 1fr;
top: 10px;
right: 10px;
left: 10px;
gap: 7px;
}
.wctnlp-secondary,
.wctnlp-search {
min-height: 36px;
border-radius: 9px;
}
.wctnlp-secondary {
font-size: 12px;
padding: 0 10px;
}
.wctnlp-secondary svg,
.wctnlp-search svg {
width: 17px;
height: 17px;
flex-basis: 17px;
}
.wctnlp-search {
padding: 0 10px;
}
.wctnlp-search input {
height: 34px;
font-size: 12px;
}
.wctnlp-results {
top: 84px;
right: 10px;
width: calc(100% - 20px);
max-height: 160px;
}
.wctnlp-status {
right: 10px;
bottom: 8px;
max-width: calc(100% - 20px);
padding: 7px 9px;
font-size: 11px;
}
.wctnlp-footer {
grid-template-columns: 1fr;
grid-template-areas:
"address"
"button";
min-height: 92px;
gap: 12px;
padding: 12px 14px;
}
.wctnlp-primary {
height: 54px;
max-width: none;
border-radius: 14px;
font-size: 20px;
}
.wctnlp-address {
flex-direction: row;
align-items: center;
justify-content: flex-start;
gap: 12px;
min-height: 82px;
padding: 0 8px;
}
.wctnlp-address svg {
width: 54px;
height: 54px;
flex-basis: 54px;
padding: 12px;
border-radius: 14px;
color: #111827;
background: #f3f6fa;
}
.wctnlp-address > span {
text-align: right;
}
.wctnlp-address-title {
display: block;
font-size: 12px;
line-height: 1.25;
}
.wctnlp-address-text {
max-width: 100%;
overflow: visible;
color: #8b93a1;
font-size: 13px;
line-height: 1.35;
text-overflow: clip;
white-space: normal;
}
.wctnlp-address-line-main {
font-size: 13px;
}
.wctnlp-address-line-sub {
font-size: 12px;
}
}
@media (max-width: 380px), (max-height: 620px) {
.wctnlp-modal {
grid-template-rows: 42px minmax(0, 1fr) auto !important;
height: calc(100vh - 10px) !important;
height: calc(100dvh - 10px) !important;
width: calc(100vw - 10px) !important;
max-width: calc(100vw - 10px) !important;
}
.wctnlp-overlay {
padding: 5px;
}
.wctnlp-header {
height: 42px !important;
min-height: 42px !important;
}
.wctnlp-map-wrap {
min-height: 0;
}
.wctnlp-footer {
min-height: 126px;
}
.wctnlp-primary {
height: 44px;
font-size: 16px;
}
.wctnlp-address-text {
font-size: 12px;
}
.wctnlp-address svg {
width: 44px;
height: 44px;
flex-basis: 44px;
padding: 10px;
}
}