{{lang.product.add_cart_succeed}}
{% if isProperty %}
{% endif %}
{{option.productTitle}}
{% if storeConfig.sku_spu_set == "4" %} {% elsif storeConfig.sku_spu_set == "2" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}
{% elsif storeConfig.sku_spu_set == "3" %}
{{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% elsif storeConfig.sku_spu_set == "1" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}, {{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% else %} {% endif %} {% if option.sku_value %}
{{option.sku_value | replace : "
", ";" }}
{% endif %} {% for item in option.custom_attr %}
{{ item.name }} :
{% if item.type == "file" %}
{{ lang.account.orders.property_detail }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "image_group" -%} {%- for el in item.value -%}
{{ el.value }}
{%- unless el.price == '0' -%}
( {%- if el.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} )
{%- endunless -%} {%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% elsif item.type == "public_image" %} {%- if item.price_type == '1' -%} {%- for el in item.value -%}
{{el.value}} {%- if el.price != 0 -%}( {%- if el.price > 0 -%}+{%- else -%}- {%- endif -%} {{el.price | money }} ) {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- else -%} {%- for el in item.value -%}
{{el.value}} {%- if forloop.last -%} {%- if item.price != 0 -%}( {%- if item.price > 0 -%}+{%- else -%}- {%- endif -%} {{ item.price | money }} ) {%- endif -%} {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- endif -%} {% elsif item.type == "image_gallery" %}
{{ item.value }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "checkbox" or item.type == "block_text" or item.type == "image" -%} {%- for el in item.value -%}
{{ el.value }} {%- unless el.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} ) {%- endunless -%}
{%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% else %}
{{ item.value }} {%- unless item.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} ) {%- endunless -%}
{% endif %}
{% endfor %}
{{lang.product.subtotal}}:
{{subtotalPrice}}
{{ lang.cart.list.checkout }}
{{lang.product.view_cart}}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }}
{% if checkedFirstSku == '2' %}
{{lang.product.please_select}}
{% endif %} {% for val in sku.value %} {%- capture disabled -%} {% if val.available == 0 %}disabled{% endif %} {% if sku.selected_value == val.value %} selected{% endif %} {%- endcapture -%}
{{ val.name }}
{% endfor %}
{% endfor %}
{% for item in variant %}
{%- if productSkuStyle == "color" and item.colorCard -%}
{%- elsif item.image and item.colorCard -%}
{% endif %}
{{item.name}}
{% comment %}
Free Shipping
{% endcomment %}
{{item.price | money}}
{% if item.price < item.compare_at_price %}
{{item.compare_at_price | money}}
{% endif %}
{% if item.ext1 and item.ext1 != '' %}
{{item.ext1}}
{% endif %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %} {% assign index = forloop.index0 %} {% if sku.type == "multiple" %}
{{sku.name}}
{{lang.account.orders_detail.price | default:"Price"}}
{% if inventory_tracking != 0 %}
{{lang.general.stock | default:"Stock"}}
{% endif %}
{{lang.general.qty | default:"QTY"}}
{{lang.general.reset | default:"Reset"}}
{% for val in sku.value %} {% assign idx = forloop.index0 %}
{% if sku.isImg %} {% if productSkuStyle == "color" %} {% if val.colorValue != "" %}
{% endif %} {% else %} {% if val.image != "" %}
{% endif %} {% endif %} {% endif %}
{{val.name}}
{{val.formatPrice}}{% if inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if inventory_tracking != 0 %}
{{val.quantity}}
{% endif %}
{% if val.available == 0 %}
{{lang.account.wishlist.product_offline}}
{% else %}
{% endif %}
{% endfor %}
{{lang.cart.list.total | default:"Total"}}
(
0
{{lang.general.variations | default:"variations"}}
0
{{lang.promotions.piece | default:"items"}})
{{0|money}}
{% else %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endif %} {% endfor %}
{{lang.coupons.available_num | replace: '{number}',coupons.size}}
{% for coupon in coupons %}
{{coupon.coupon_code}} {%- if coupon.customer_range != 0 -%}
🎁 {{ lang.coupon.exclusive }}
{%- endif -%}
{%- if coupon.rule.discount.type == 1 -%}
{{ coupon.rule.discount.value }}%
OFF {%- else -%}
-{{ coupon.rule.discount.value | money }}
{%- endif -%} {% if coupon.rule.condition.type == 0 %} , {{lang.coupons.discount_rule_extra}} {% elsif coupon.rule.condition.type == 1 %} {% assign coupon_value = coupon.rule.condition.value %} , {{lang.coupons.discount_rule_count | replace: '{condition}',coupon_value }} {% else %} {% assign coupon_value = coupon.rule.condition.value | money %} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
Free Shipping on Order Over $50
USD
USD($)
CNY(¥)
Cart
0
My Account
Log in
New Arrivals
Bulbs
Colored Bulbs
Blue Light Bulbs
Red Light Bulbs
Green Light Bulbs
Orange Light Bulbs
Multi Colored Bulbs
UV Black Light
Fixture
Outdoor Fixture
Ceiling Fans
String Light
Exit & Emergency Lighting
Electrical
Timer Switch
Pull Chain Switch
Cover Plates
Led Driver
Sockets
Mounts & Connectors
Controllers
Extension Cords
Starter
Wire
Electrical Tapes
Batteries
Holiday
String Lights
C7 Shape Colored Bulbs
C9 Colored Bulbs
Colored Bulbs
Ornaments
S14 Shaped Bulbs
Decorative Light Bulbs
Clearance
LED Strip Tape Lighting
More Links
Cheap-Us
New Arrivals
Bulbs
Colored Bulbs
Toggle menu
Left
Colored Bulbs
Blue Light Bulbs
Red Light Bulbs
Green Light Bulbs
Orange Light Bulbs
Multi Colored Bulbs
UV Black Light
Fixture
Toggle menu
Left
Fixture
Outdoor Fixture
Ceiling Fans
String Light
Exit & Emergency Lighting
Electrical
Toggle menu
Left
Electrical
Timer Switch
Pull Chain Switch
Cover Plates
Led Driver
Sockets
Mounts & Connectors
Controllers
Extension Cords
Starter
Wire
Electrical Tapes
Batteries
Holiday
Toggle menu
Left
Holiday
String Lights
C7 Shape Colored Bulbs
C9 Colored Bulbs
Colored Bulbs
Ornaments
S14 Shaped Bulbs
Decorative Light Bulbs
Clearance
LED Strip Tape Lighting
USD
USD($)
CNY(¥)
Home
/
Bulbs
Bulbs
Filter
Filter
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
2866
Products
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
QUICK VIEW
Sunlite 80982 LED B12 Clear Chandelier CTC Light Bulb, 7 Watts (60W=), 500 Lm, 120V, Dimmable, E12 Base, Energy Star, 90 CRI, ETL Listed, Torpedo Tip, 2700K Soft White, Title-20 Compliant, 6 Pack
$ 12.94
QUICK VIEW
S8198 LEDPAR36 12V 24V 9W 3000K VWFL 9 Watt LED PAR36; 50K Average rated hours; 3000K; Screw Terminal base
$ 25.36
QUICK VIEW
Luxrite LED BR40 Reflector Light Bulb, 13W, 1100 Lumens, 2700K - Warm White, 80 CRI, Frosted White Finish, Dimmable (LR31880)
$ 6.00
QUICK VIEW
GE 90352 Metal Halide HID Light Bulb (Enclosed Fixtures Only)
$ 22.00
QUICK VIEW
BULBRITE LED A19 MEDIUM SCREW (E26) 7W DIMMABLE FILAMENT LIGHT BULB 2700K/WARM WHITE 60W INCANDESCENT EQUIVALENT
$ 6.21
QUICK VIEW
Bulbrite 25G16WH2 25 Watt Incandescent G16.5 Globe, Candelabra Base, White
$ 0.96
QUICK VIEW
Bulbrite 5W LED 2200K ST18 Nostalgic Filament Bulb, E26 Medium Base
$ 6.21
QUICK VIEW
SORAA VIVID SM16-09-36D-930-03 9W Dimmable Low Voltage 12V LED MR16 36°, 3000K (Soft White Light), Pack of 1
$ 34.49
QUICK VIEW
BULBRITE INCANDESCENT G25 MEDIUM SCREW (E26) 40W DIMMABLE LIGHT BULB 2700K/WARM WHITE HALF GOLD 6PK (712424)
$ 30.50
QUICK VIEW
Westgate 120W LED Corn Lamp 17000 Lumens 5000K E39 AC270-277V, Ul Listed, Residential Lighting, 120W, 17400 Lumens, 5000K, White Finish
$ 77.68
QUICK VIEW
Bulbrite LED Filament 5.5 Watt Dimmable B11 Light Bulbs with Clear Glass Finish and Medium (E26) Base - 3000K (Soft White Light), 500 Lumens
$ 5.04
QUICK VIEW
Sunlite 87937 LED PAR38 Long Neck Spotlight Bulb, 15 Watt (100W Halogen EQ), 1200 Lm, 40° Flood Beam, Medium E26 Base, 90 CRI, Dimmable, Title-20/24/CEC Compliant, UL Listed, 5000K Daylight, 1 Count
$ 4.50
QUICK VIEW
S16406 24T8/LED/HO-SIGN/60-840/BP 24 Watt T8 LED; 4000K; 3100 Lumens; 120-277 Volt; Type B; Single Ended; Ballast Bypass
$ 21.74
QUICK VIEW
Luxrite LED PAR30 Reflector Light Bulb, 11W, 850 Lumens, 5000K - Bright White, 80 CRI, White Finish, Dimmable, Pack of 7 (LR31609)
$ 44.49
QUICK VIEW
BULBRITE LED OS MEDIUM SCREW (E26) 4W DIMMABLE FILAMENT LIGHT BULB 2200K/AMBER 60W INCANDESCENT EQUIVALENT 1PK (776306)
$ 32.00
QUICK VIEW
S4898 CDM70PAR38/FL 3K 25' 70 Watt; Metal Halide HID; Medium base; PAR38; Clear; 82 CRI; 3000K
$ 70.25
QUICK VIEW
GE 21305 - F382D/827/4P - 38 Watt 4 Pin GR10q-4 Base - 2700K - CFL
$ 17.00
QUICK VIEW
Luxrite LED PAR20 Spotlight Light Bulb, 7W, 500 Lumens, 3500K - Natural, 80 CRI, White Finish, Dimmable (LR31602)
$ 4.00
QUICK VIEW
Sunlite ELB 80W 30V MR16 GX5.3 BASE 80 Watt MR16 Lamp GX5.3 Base
$ 4.59
QUICK VIEW
Bulbrite XE3/12 3 Watt X2000 Dimmable Xenon T3 1/4 Capsule Bulb, Wedge Base, 12 Volt, Clear
$ 1.46
QUICK VIEW
BULBRITE HALOGEN T4 DOUBLE-CONTACT BAYONET (BA15d) 35W DIMMABLE LIGHT BULB 2900K/SOFT WHITE 5PK (613032)
$ 23.00
QUICK VIEW
BULBRITE LED WAFER BI-PIN (G4) 2.8W NON-DIMMABLE LIGHT BULB 3000K/SOFT WHITE 20W INCANDESCENT EQUIVALENT 3PK (770621)
$ 25.50
QUICK VIEW
Bulbrite LED Filament Pack of (4) 4.5 Watt Dimmable T6SL Light Bulbs with a Clear Finish and Candelabra (E12) Base - 2700K (Warm White Light), 400 Lumens
$ 28.00
QUICK VIEW
Sunlite 40 Watt T5 Circline, 2GX13 Base, Neutral White
$ 4.19
QUICK VIEW
Vickerman G50 Transparent Frosted U-Shaped Filament Warm White Bulb, E17 Base, .6 Watts, 25 Pcs Assorted/Bag.
$ 26.76
QUICK VIEW
Sunlite 100 Watt S11 Lamp
$ 8.26
QUICK VIEW
SYLVANIA 64469 - 1000 Watt - BT37 - Metal Halide Reduced Envelope - Unprotected Arc Tube - 3800K - ANSI M47/E - Mogul Base - Universal Burn - M1000/U/BT37
$ 26.50
QUICK VIEW
Sunlite
$ 3.04
QUICK VIEW
Sunlite 150 Watt MR16 Lamp GZ6.35 Base
$ 3.75
QUICK VIEW
Sunlite LED Vintage T10 2W (25W Equivalent) Light Bulb Medium (E26) Base, 2200K Warm White
$ 3.48
QUICK VIEW
Sunlite LED A19 Light Bulb, 11 Watts (75W Equivalent), 1100 Lmns, 120V, Dimmable, Medium E26 Base, Energy Star, 90 CRI, 230 Degree Beam Angle, UL Listed, Title-20 Compliant, 5000K Daylight, 6 Pack
$ 10.30
QUICK VIEW
Luxrite LED ST19 Filament Style Light Bulb, E26 Medium Base, 5W, 2700K - Warm White, 80 CRI, Clear Finish, Dimmable (LR21616)
$ 4.50
QUICK VIEW
Bulbrite 4.5 Watt T5 Mini LED Light Bulb, Line Voltage Dimmable Double-Contact Bayonet Base (BA15D) Warm White Light Bulb
$ 7.46
QUICK VIEW
Sunlite LED G16 Decorative Frosted Globe Light Bulb, 7 Watts (60W Equivalent), 500 Lumens, Dimmable, Medium E26 Base, 120 Volts, ETL Listed, 260 Degree Beam Angle, 4000K Cool White, 6 Pack
$ 8.99
QUICK VIEW
BULBRITE LED T4 BI-PIN (GY6.35) 5W NON-DIMMABLE CLEAR LIGHT BULB 3000K/SOFT WHITE LIGHT 60W EQUIVALENT
$ 8.42
QUICK VIEW
Luxrite LED B11 Torpedo Tip Chandelier Light Bulb, E12 Candelabra Base, 4W, 2700K - Warm White, 400 Lumens, 80 CRI, White Finish, Dimmable, Pack of 12 (LR21552)
$ 41.99
QUICK VIEW
Sunlite LED MR16 Reflector Spotlight Bulb, 6 Watts (50W Halogen Bulb EQ) 12V, 500 LM, 90 CRI, GU5.3 Bi-Pin Base, Dimmable, T20 Compliant, UL & Energy Star Certified, 2700K Warm White - 6 Pack
$ 15.43
QUICK VIEW
BULBRITE 5W LED A19 2700K FILAMENT HALF GOLD E26 BASE FULLY COMPATIBLE DIMMING
$ 7.62
QUICK VIEW
Sunlite LED G16 Decorative Clear Globe Light Bulb, 7 Watts (60W Equivalent), 500 Lumens, Dimmable, Medium E26 Base, 120 Volts, ETL Listed, 260 Degree Beam Angle, 4000K Cool White, 6 Pack
$ 10.24
QUICK VIEW
Bulbrite Q100T3CL 100 Watt Dimmable Halogen J-Type Torchiere T3 Bulb, Long (118mm), RSC Base, Clear
$ 2.66
1
...
5
6
7
8
9
10
11
12
...
72
BACK
Shopping Cart