{{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 theme_config.global.product_inventory_status and 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 theme_config.global.product_inventory_status and inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if theme_config.global.product_inventory_status and 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 %} {%- capture coupon_value -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value != 0 -%} {{ coupon.rule.condition.value | money }} - {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value == 0 -%} ≤ {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- unless coupon.rule.condition.max_value -%} {{ coupon.rule.condition.value | money }} + {%- endunless -%} {%- endcapture -%} , {{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
Home
Furniture
Office
Desks
Office Chairs
Bookcases
File Cabinets
Living
Console Tables
Accent + Lounge Chairs
Coffee Tables
Sofas
Accent Tables
Sideboards + Chests
Media Stands
Loveseats + Chaises
Recliners
Sleepers + Daybeds
Dining
Sideboards + Cabinets
Dining Chairs
Stools
Dining Tables
Bar Carts
Bedroom
Nightstands
Benches
Dressers
Beds
Headboards
Outdoor
Outdoor Dining + Bar
Dining Tables
Dining Chairs
Bar Stools
Dining Sets
Lounge Furniture
Sofas + Sectionals
Chaise Lounges
Coffee Tables
Accent Tables
Benches
Conversation Sets
Outdoor Accessories
Planters
Accessories
Outdoor Rugs
Fire Pits
Outdoor Lighting
Wall Lights
Hanging Lights
Lanterns
Decor + Pillows
Mirrors
Wall Mirrors
Floor Mirrors
Vanity Mirrors
Home Decor
Clocks
Vases
Decorative Baskets
Decorative Objects
Tabletop Games
Fireplace Screens
Wall Decor
Wall Accents
Wall Art
Botanicals
Faux Plants + Florals
Planters
Pillows + Throws
Pillows
Blankets
Lighting
Lamps
Floor Lamps
Table Lamps
Ceiling Lighting
Pendant Lighting
Flush Mount Lighting
Chandeliers
Wall Lights
Wall Sconces
Vanity Lighting
Outdoor Lighting
Outdoor Wall Lights
Outdoor Hanging Lights
Outdoor Lanterns
Rugs
Area Rugs by Size
Oversized Rectangles
Accent Rugs
Runner Rugs
6'x9' - 8'x10' Rectangles
3'x5' - 5'x8' Rectangles
9'x12' - 10'x14' Rectangles
Round & Oval Rugs
Square Rugs
Area Rugs by Color
Blue
Brown
Beige
Orange
Black
Green
Grey
Pink
Multi
Yellow
Purple
White
Red
Area Rugs by Style
Bohemian
Transitional
Geometric
Floral
Abstract
Solid
Persian
Rugs by Type
Outdoor Rugs
Kids Rugs
Area Rugs
Washable Rugs
Last Chance
More Links
Home
Furniture
Office
Desks
Office Chairs
Bookcases
File Cabinets
Living
Console Tables
Accent + Lounge Chairs
Coffee Tables
Sofas
Accent Tables
Sideboards + Chests
Media Stands
Loveseats + Chaises
Recliners
Sleepers + Daybeds
Dining
Sideboards + Cabinets
Dining Chairs
Stools
Dining Tables
Bar Carts
Bedroom
Nightstands
Benches
Dressers
Beds
Headboards
Outdoor
Outdoor Dining + Bar
Dining Tables
Dining Chairs
Bar Stools
Dining Sets
Lounge Furniture
Sofas + Sectionals
Chaise Lounges
Coffee Tables
Accent Tables
Benches
Conversation Sets
Outdoor Accessories
Planters
Accessories
Outdoor Rugs
Fire Pits
Outdoor Lighting
Wall Lights
Hanging Lights
Lanterns
Decor + Pillows
Mirrors
Wall Mirrors
Floor Mirrors
Vanity Mirrors
Home Decor
Clocks
Vases
Decorative Baskets
Decorative Objects
Tabletop Games
Fireplace Screens
Wall Decor
Wall Accents
Wall Art
Botanicals
Faux Plants + Florals
Planters
Pillows + Throws
Pillows
Blankets
Lighting
Lamps
Floor Lamps
Table Lamps
Ceiling Lighting
Pendant Lighting
Flush Mount Lighting
Chandeliers
Wall Lights
Wall Sconces
Vanity Lighting
Outdoor Lighting
Outdoor Wall Lights
Outdoor Hanging Lights
Outdoor Lanterns
Rugs
Area Rugs by Size
Oversized Rectangles
Accent Rugs
Runner Rugs
6'x9' - 8'x10' Rectangles
3'x5' - 5'x8' Rectangles
9'x12' - 10'x14' Rectangles
Round & Oval Rugs
Square Rugs
Area Rugs by Color
Blue
Brown
Beige
Orange
Black
Green
Grey
Pink
Multi
Yellow
Purple
White
Red
Area Rugs by Style
Bohemian
Transitional
Geometric
Floral
Abstract
Solid
Persian
Rugs by Type
Outdoor Rugs
Kids Rugs
Area Rugs
Washable Rugs
Last Chance
Log in
Create Account
USD
USD($)
Home
/
All Products
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
75989
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
Appeal 7.5" Single-Light Flush Mount Ceiling Light with Opal Glass
$ 8.88
QUICK VIEW
Diverter Trim Tetra 3 Functions Lumicoat Chrome 1 Lever ADA
$ 40.25
QUICK VIEW
Post Ring Pull Crystal Small Round Polished Chrome 2-1/2 Inch Brass
$ 4.89
QUICK VIEW
Toilet Paper Holder Pivotal Open with Shelf Brilliance Stainless Metal 6-15/16 Inch 3-15/16 Inch Wall Mount
$ 45.62
QUICK VIEW
Showerhead Rain Machine 1 Function Satin Nickel 8 Inch 2.0 Gallons per Minute Full Rain/Easy Clean
$ 74.89
QUICK VIEW
Vettis Toilet Paper Holder
$ 54.80
QUICK VIEW
Alpha Trak Single-Light Gimbal Track Head
$ 16.20
QUICK VIEW
Angular Modern Monitor 14 Series Pressure Balance Valve Trim with Six-Function Diverter
$ 68.34
QUICK VIEW
Charlotte Replacement Bathtub Spout with Pull Down Diverter
$ 60.65
QUICK VIEW
60" L x 76" H Semi-Frameless Swing Shower Door with Panel
$ 212.30
QUICK VIEW
Apollo Two-Light 36" Bathroom Vanity Fixture - Satin Nickel
$ 88.75
QUICK VIEW
Tub Filler Asilomar Contemporary Deck Mount with Handshower 7 Inch Spread 3 Series 62 Cylinder ADA Polished Chrome 2 Hole
$ 232.30
QUICK VIEW
Pull Chareau Chalet Polished Chrome Zinc Alloy 5 Inch
$ 2.93
QUICK VIEW
Shower Column Emerge Universal Showering Components Angular Venetian Bronze 26 Inch
$ 218.79
QUICK VIEW
Rosette A721 5/8 Inch Satin Nickel Brass for A701 A702 & A703
$ 1.45
QUICK VIEW
Lavatory Console L-Cube Linen Double Basin 31-1/2 x 21-5/8 Inch 1-3/4 Inch
$ 148.74
QUICK VIEW
Elavo Small Round Ceramic Bathroom Vessel Sink with Pop-Up Drain
$ 43.42
QUICK VIEW
Whirlpool Tub Studio Collection Studio 72 x 36 x 19 Inch Drop-In End Drain White Rectangle
$ 118.50
QUICK VIEW
Shower Trim Carrington Round 1 Lever Polished Chrome ADA 1.5 Gallons per Minute 3 Function Round Showerhead
$ 113.94
QUICK VIEW
Kitchen Sink Dayton 33 x 21.25 Inch Double Bowl Equal MR2 Hole ADA Satin Top Mount Rectangle Drain Location Center Depth 6-4/7 Inch Bottom Only Spray
$ 41.65
QUICK VIEW
Barkley Five-Light Chandelier
$ 64.25
QUICK VIEW
Soaking Tub Designer Collection Solo 60 x 36 Inch Drop-In Tub Only End Bone Acrylic
$ 193.50
QUICK VIEW
Porter Single-Light Mini Wall-Mount Lantern
$ 59.75
QUICK VIEW
Tub Optik 59-3/4 x 32 x 20 Inch Alcove with Hydrofeel Left Biscuit Acrylic
$ 47.96
QUICK VIEW
Center Outlet Drain Fitting for Triple Bowl Kitchen Sinks
$ 60.55
QUICK VIEW
Robe Hook Del Mar Single Polished Chrome 2-7/16 Inch Height 3-7/16 Inch Extension from Wall Concealed Brass
$ 38.60
QUICK VIEW
Air Tub Elise 73 x 43 Inch Freestanding Air Bath Center White Gloss Oval Sculpturestone 140 Gallons 24 Inch
$ 121.26
QUICK VIEW
Robe Hook Allaria Matte Black 2-7/8 Inch 3 Inch Wall Mount
$ 29.84
QUICK VIEW
Drawer Pull Atlas Shelley French Gold Zinc Alloy 3-3/4 Inch
$ 3.56
QUICK VIEW
Elite Single-Light 7" LED Flush Mount Ceiling Fixture - Black
$ 27.50
1
...
2503
2504
2505
2506
2507
2508
2509
2510
...
2533
BACK
Shopping Cart