var BASE64_ENCODE_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";var BASE64_DECODE_CHARS = [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 62, -1, -1, -1, 63, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, -1, -1, -1, -1, -1, -1, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, -1, -1, -1, -1, -1, -1, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1]; function decodeBase64(str) { var c1, c2, c3, c4, i = 0, len = str.length, out=[]; while (i < len) { do { c1 = BASE64_DECODE_CHARS[str.charCodeAt(i++) & 0xff];} while (i < len && c1 == -1); if (c1 == -1) break; do { c2 = BASE64_DECODE_CHARS[str.charCodeAt(i++) & 0xff]; } while (i < len && c2 == -1); if (c2 == -1) break; out.push(String.fromCharCode((c1 << 2) | ((c2 & 0x30) >> 4))); do { c3 = str.charCodeAt(i++) & 0xff; if (c3 == 61) return out.join(''); c3 = BASE64_DECODE_CHARS[c3]; } while (i < len && c3 == -1); if (c3 == -1) break; out.push(String.fromCharCode(((c2 & 0XF) << 4) | ((c3 & 0x3C) >> 2))); do { c4 = str.charCodeAt(i++) & 0xff; if (c4 == 61) return out.join(''); c4 = BASE64_DECODE_CHARS[c4]; } while (i < len && c4 == -1); if (c4 == -1) break; out.push(String.fromCharCode(((c3 & 0x03) << 6) | c4)); } return out.join(''); } function utf16to8(str) { var out, i, len, c; out = ""; len = str.length; for (i = 0; i < len; i++) { c = str.charCodeAt(i); if ((c >= 0x0001) && (c <= 0x007F)) { out += str.charAt(i); } else if (c > 0x07FF) { out += String.fromCharCode(0xE0 | ((c >> 12) & 0x0F)); out += String.fromCharCode(0x80 | ((c >> 6) & 0x3F)); out += String.fromCharCode(0x80 | ((c >> 0) & 0x3F)); } else { out += String.fromCharCode(0xC0 | ((c >> 6) & 0x1F)); out += String.fromCharCode(0x80 | ((c >> 0) & 0x3F)); } } return out; } function utf8to16(str) { var out, i, len, c; var char2, char3; out = ""; len = str.length; i = 0; while (i < len) { c = str.charCodeAt(i++); switch (c >> 4) { case 0 : case 1 : case 2 : case 3 : case 4 : case 5 : case 6 : case 7 : out += str.charAt(i - 1); break; case 12 : case 13 : char2 = str.charCodeAt(i++); out += String.fromCharCode(((c & 0x1F) << 6) | (char2 & 0x3F)); break; case 14 : char2 = str.charCodeAt(i++); char3 = str.charCodeAt(i++); out += String.fromCharCode(((c & 0x0F) << 12) | ((char2 & 0x3F) << 6) | ((char3 & 0x3F) << 0)); break; } } return out; }
  Pro Seller=Pro description and pro photos showing how to use the pro photographic equipment  
 
 

Camera Body Cover for Fuji Micro SLR APS-C Camera
Rear Lens Cap for Fuji Micro SLR X-mount Lens

Main features:
1. Made of ABS environment-friendly material, finely-made bayonet, smooth surface;
2. Body cover used with Fuji Micro SLR APS-C Camera, and rear lens cap used with Fuji Micro SLR X-mount Lens, align the mount and tighten it, very fit.
Applicable to:
Camera Body Cover for Fuji Micro SLR APS-C Camera:
Fuji X-T1 / X-T10 / X-PRO1, X-E1 / X-E2 / X-M1 / X-A1 / X-A2
Rear Lens Cap for Fuji Micro SLR X-mount Lens:
Fuji XC 16-50 / 3.5-5.6; XC 50-230 / 4.5-6.7; XF 10-24 / 4R; XF 14 / 2.8R;
XF 16-55 / 2.8R; XF 16 / 1.4R; XF 18-55 / 2.8-4R; XF 18-135 / 3.5-5.6R; 
XF 18 / 2R; XF 23 / 1.4R; XF 27 / 2.8; XF 35 / 1.4R; XF 50-140 / 2.8R;
XF 55-200 / 3.5-4.8R; XF 56 / 1.2R; XF 60 / 2.4R; XF 90 / 2.8R
Package Including:
1 x Camera Body Cover for Fuji Micro SLR APS-C Camera
1 x Rear Lens Cap for Fuji Micro SLR X-mount Lens
(The other items in photos not listed here are for illustrating only, not included)
 

Trust is the basis of a fluent transaction.
If you decide to buy from us, please give us your trust and understanding as well.
We would do our best to answer your questions, send your items as soon as possible and help you whenever there’s a problem.
A negative or neutral feedback or a case could not help at all, but would hurt our shop badly.

Need a tracking number?

Please choose the “Standard Int’l Shipping” to pay and get one.

We are not responsible for any loss in the mail if the item is not traceable.

All items will be shipped within 48 business hours upon receipt of payment by regular airmail.

Country
Approx. Delivery time
United States 10-20 working days
United Kingdom / Australia / Canada / France / Spain / Germany 15-25 working days
Brazil / Eastern Europe and other regions Generally 20-30 working days

But sometimes maybe take up to 4-6 weeks due to strict Customs Inspection
We are unable to take any responsibility for any customs delay, tax or fees charged by Carrier in the buyers country. Because transit time and local charges highly depends on local postal service or carrier.

 
 
 

Powered by eBay Turbo Lister
The free listing tool. List your items fast and easy and manage your active items.
PushAuction