Méthodes de payement

Paiement à la livraison

Le paiement à la livraison est l'un des modes de paiement disponibles sur notre boutique, et le paiement à la réception signifie que le client peut acheter via notre boutique en ligne et choisir le produit qu'il souhaite, puis passer la commande et choisir le mode de paiement à la réception du produit. Ce qui signifie que le processus de paiement est différé jusqu'à que le client reçoit le produit qu'il a commandé en ligne.

Nous enverrons le produit à l'endroit convenu (ville, quartier, maison ou autre emplacement), après ce dernier pourra effectuer le paiement.

Payez par virement bancaire

Le paiement est effectué par un virement du montant à payer sur notre compte bancaire, ou via l'une des agences de transfert d'argent au nom convenu, après que le virement soit effectuer, le produit est envoyé à l'adresse convenu.

Payez par PayPal

Le paiement est effectué en transférant le montant convenu sur notre compte PayPal, après cette démarche le produit est envoyé à l'adresse convenu.

/* CONTAINER */ .fb-comments-box { max-width: 600px; margin: 20px auto; font-family: Arial, sans-serif; color: #050505; } /* TITLE */ .fb-title { font-weight: bold; margin-bottom: 12px; font-size: 16px; } /* COMMENT */ .fb-comment { display: flex; margin-bottom: 14px; align-items: flex-start; } .fb-avatar { margin-right: 10px; } .fb-avatar img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; } .fb-content-wrapper { flex: 1; } .fb-content { background: #f0f2f5; border-radius: 18px; padding: 8px 12px; } .fb-name { font-weight: bold; font-size: 14px; } .fb-text { font-size: 14px; margin-top: 2px; } .fb-actions { font-size: 12px; color: #65676b; margin-top: 4px; display: flex; gap: 12px; } .fb-like { cursor: pointer; } .fb-like.active { color: #1877f2; font-weight: bold; } .fb-more { text-align: center; margin-top: 12px; font-size: 14px; color: #1877f2; cursor: pointer; } .hidden { display: none; } /* NEW COMMENT BOX */ .fb-new-comment { display: flex; margin-top: 16px; gap: 8px; align-items: center; } .fb-new-comment input { flex: 1; padding: 8px 12px; border-radius: 18px; border: 1px solid #ccc; outline: none; } .fb-new-comment button { padding: 8px 12px; border-radius: 18px; border: none; background-color: #1877f2; color: white; cursor: pointer; } /* RESPONSIVE FOR YOUCAN */ @media screen and (max-width: 640px) { .fb-comments-box { max-width: 100%; } .fb-avatar img { width: 36px; height: 36px; } .fb-content { padding: 6px 10px; } } /* خلفية صفحة Checkout */ .checkout-page { background:#f6f9ff !important; } /* صندوق المعلومات */ .checkout-card { border-radius:14px !important; box-shadow:0 10px 25px rgba(0,0,0,0.08) !important; border:none !important; } /* الحقول */ .checkout-card input, .checkout-card select, .checkout-card textarea{ border-radius:8px !important; padding:12px !important; border:1px solid #e5e5e5 !important; } /* زر تأكيد الطلب */ .checkout-card button, .checkout-card .btn-primary{ background: linear-gradient(45deg,#ff2d2d,#ff0000) !important; border:none !important; border-radius:10px !important; font-size:18px !important; font-weight:bold !important; padding:14px !important; box-shadow:0 6px 15px rgba(0,0,0,0.2) !important; } /* تأثير hover */ .checkout-card button:hover{ transform:scale(1.03); } /* السعر */ .checkout-summary .price{ color:#e60023 !important; font-weight:bold !important; font-size:20px !important; }