{{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 41605 LED G40 (G125) Edison Half Chrome Globe Light Bulb, 7 Watts (75W Equivalent), 600 Lumens, Standard E26 Base, Dimmable, Decorative Silver Bowl, Anti-Glare 3 Pack, 2700K Warm White
$ 14.54
QUICK VIEW
Luxrite LED T9 Filament Tubular Light Bulb, E26 Medium Base, 5W, 5000K - Bright White, 550 Lumens, 80 CRI, Clear Finish, Dimmable, Pack of 7 (LR21656)
$ 44.49
QUICK VIEW
Sunlite 81485 LED B10 Frosted Torpedo Tip Chandelier Light Bulb, 5 Watts (40W Equivalent) 470 Lumens, European E14 Base, Dimmable, 2700K Warm White - 6 Pack
$ 13.21
QUICK VIEW
Bulbrite 6.5 Watt 120V Dimmable Clear T6 LED Mini Light Bulbs with Mini-Candelabra (E11) Base, 2700K Warm White Light, 700 Lumens
$ 11.12
QUICK VIEW
Vickerman G30 LED Purewht Bulb E12 Nickel Base 120V .6 Watts package of 25
$ 21.39
QUICK VIEW
Luxrite LED BR30 Reflector Light Bulb, 8.5W, 650 Lumens, 5000K - Bright White, 80 CRI, Frosted White Finish, Dimmable, Pack of 7 (LR31875)
$ 44.49
QUICK VIEW
Sunlite 80883 LED PAR30 Long Neck Recessed Light Bulb, 10 Watt, (75W EQ), 800 Lm, Medium (E26) Base, Dimmable, UL Listed, Wet Location, indoor/outdoor, Energy Star Certified, 5000K Super White, 6 Pack
$ 12.10
QUICK VIEW
BULBRITE HALOGEN T3 BI-PIN (GY6.35) 35W DIMMABLE LIGHT BULB 2900K/SOFT WHITE 10PK (650035)
$ 21.50
QUICK VIEW
Bulbrite FMW/GU10 35 Watt Dimmable Halogen Lensed MR16 Bulb, Twist and Lock GU10 Base, Clear
$ 3.29
QUICK VIEW
BULBRITE LED G16 CANDELABRA SCREW (E12) 2.5W DIMMABLE FILAMENT LIGHT BULB 2200K/AMBER 25W INCANDESCENT EQUIVALENT 3PK (776806)
$ 22.00
QUICK VIEW
Bulbrite Pack of (6) 10 Watt Dimmable Flood PAR30LN Medium (E26) LED Bulb - 800 Lumens, 2700K, and 90 CRI
$ 33.99
QUICK VIEW
BULBRITE HALOGEN T4 BI-PIN (G9) 50W DIMMABLE LIGHT BULB 2900K/SOFT WHITE 5PK (654050)
$ 26.50
QUICK VIEW
Sunlite 40294 LED G16.5 Globe Light Bulb, 5 Watts (40W Equivalent), 350 Lumens, Dimmable, Candelabra E12 Base, Short Bulbs, Vanity Bulbs, Energy Star Listed, Clear, 6 Count
$ 11.97
QUICK VIEW
Bulbrite Pack of (8) 7 Watt Dimmable Clear ST18 LED Light Bulbs with Medium (E26) Base, 2700K Warm White Light, 800 Lumens
$ 33.49
QUICK VIEW
Luxrite LED 4' T5 3 Way Universal Light Tube, G5 Base, 24W, 3300 Lumens, 3500K - Natural, 83 CRI, Frosted White Finish (LR34157)
$ 9.49
QUICK VIEW
BULBRITE 40W G16 AMBER ICE E12 120V-6PK
$ 20.50
QUICK VIEW
Bulbrite 6.5W LED LIGHT BULB B11 4000K FILAMENT E12 CANDELABRA BASE, CLEAR FINISH, DIMMABLE, 4PK
$ 24.50
QUICK VIEW
Sunlite T14/LED/AQ/6W/22K/AMBER/127MM LED Antique T14 6W (60W Equivalent) Light Bulb Medium (E26) Base, 2200K Warm White
$ 3.25
QUICK VIEW
Bulbrite LED Filament Pack of (4) 5 Watt Dimmable 11 Inch T9 Light Bulb with Clear Glass Finish and Medium (E26) Base - 3000K (Soft White Light), 350 Lumens
$ 33.99
QUICK VIEW
Bulbrite 8.5 Watt Dimmable Clear Filament G25 Medium (E26) LED Bulb - 800 Lumens, 2700K, and 90 CRI
$ 5.96
QUICK VIEW
Sunlite 25 Watt T6.5 Tubular, Double Contact Base, Clear
$ 1.97
QUICK VIEW
Luxrite LED PAR20 Spotlight Light Bulb, 7W, 500 Lumens, 3500K - Natural, 80 CRI, White Finish, Dimmable, Pack of 8 (LR31602)
$ 44.49
QUICK VIEW
Sunlite LED R14 Mini Reflector Floodlight Light Bulb, 4 Watts (25W Equivalent), 250 Lumens, Intermediate (E17) Base, Dimmable, ETL Listed, 3000K Warm White, 6 Count
$ 10.99
QUICK VIEW
Sunlite 40983-SU LED PAR16 Short Neck Light Bulb 7 watts (50W Equivalent), 500 Lumens, Medium (E26) Base, Dimmable, ETL Listed, 27K- Warm White, 6 Pack
$ 9.70
QUICK VIEW
Luxrite LED PAR20 Spotlight Light Bulb, 7W, 500 Lumens, 3000K - Soft White, 80 CRI, White Finish, Dimmable, Pack of 8 (LR31601)
$ 44.49
QUICK VIEW
Bulbrite Solana 3-Pack 40 Watt Equivalent B11 Smart WiFi Connected 90CRI Chandelier LED Light Bulb
$ 33.49
QUICK VIEW
Bulbrite 7.5S7.5W 7.5W Dimmable S11 Night Light Replacement Bulb, Medium Base, White
$ 1.04
QUICK VIEW
BULBRITE INCANDESCENT G12 CANDELABRA SCREW (E12) 10W DIMMABLE LIGHT BULB 2700K/WARM WHITE 50PK (300010)
$ 32.99
QUICK VIEW
Sunlite 150 Watt High Pressure Sodium, Medium Base
$ 5.04
QUICK VIEW
Bulbrite 5 Watt Dimmable CA10 LED Light Bulbs with Milky Glass Finish and Candelabra (E12) Base, 2700K Warm White Light, 500 Lumens
$ 5.17
QUICK VIEW
BULBRITE LED PAR38 MEDIUM SCREW (E26) 18W DIMMABLE LIGHT BULB 2700K/WARM WHITE 85W HALOGEN EQUIVALENT
$ 6.88
QUICK VIEW
Sunlite 80084-SU LED MR16 Short Neck Light Bulb 7 watts (50W Equivalent), 500 Lumens, Medium (E26) Base, Dimmable, ETL Listed, 40K- Cool White, 1 Pack
$ 2.64
QUICK VIEW
3 Pack Sunlite A19 LED Bulbs, 11 Watt (75 Watt Equivalent), 1100 Lumens, Medium (E26) Base, 3000K Warm White, UL Listed, Energy Star
$ 3.69
QUICK VIEW
PLD13/E/SP35K/10PK SUNLITE 10PK*
$ 8.37
QUICK VIEW
Luxrite LED 2' T8 3 Way Universal Light Tube, G13 Base, 8W, 960 Lumens, Color Selectable - 3500K/4000K/5000K, 83 CRI, Frosted White Finish, Dimmable (LR34231)
$ 6.50
QUICK VIEW
Vickerman Warm White Ceramic G50 LED Replacement Bulb 5 per Bag
$ 12.52
QUICK VIEW
Bulbrite 25G25WH2 25 Watt Incandescent G25 Globe, Medium Base, White
$ 1.58
QUICK VIEW
Bulbrite LED Filament Bulb, Milky Finish, 3000K, Fully Compatible Dimming, 4.5 Watts, E12 Candelabra Base, 400 Lumens, 120V, Soft White Light 48-Pack
$ 87.25
QUICK VIEW
Bulbrite Pack of (6) 10 Watt Dimmable Flood PAR30SN Medium (E26) LED Bulb - 800 Lumens, 3000K, and 90 CRI
$ 33.99
QUICK VIEW
Sunlite 82110 LED A23 Light Bulb, 26 Watts (300w Equivalent), High Output, 4000 Lumens, Medium E26 Base, 120-227 Multi-Volt, Non-Dimmable, UL Listed, 5000K Super White
$ 7.13
1
...
49
50
51
52
53
54
55
56
...
72
BACK
Shopping Cart