{{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
Medicine Cabinet M Series Reserve 20 x 72 Inch 1 Doors Mirrored Flat Top Beveled Edge Non-Electric 6 Inch
$ 171.32
QUICK VIEW
Shower Base Neo-Angle Corner with 3 Inch Threshold White 36L x 36W Inch Acrylic Center
$ 120.43
QUICK VIEW
Norwalk Four-Light Mini Chandelier
$ 107.61
QUICK VIEW
Diverter Trim Ecostat Trio/Quattro Matte Black 1 Lever ADA
$ 45.83
QUICK VIEW
Pressure Balance Valve Trim Miramar Dual 1 Lever Bella Terra Bronze ADA
$ 52.50
QUICK VIEW
Soaking Tub Alcove Left Drain Bone Rectangle 50 Gallons 60 x 30 x 15 Inch
$ 145.20
QUICK VIEW
Lavatory Faucet Campo Wall Mount Widespread 2 Industrial Metal Lever Satin Unlacquered Brass 1.2 Gallons per Minute 3 Hole
$ 145.43
QUICK VIEW
Drawer Pull Atlas Trocadero Pewter Zinc Alloy 3 Inch 4 x 1 Inch
$ 3.96
QUICK VIEW
Riviera Single-Light Pendant
$ 58.75
QUICK VIEW
Kitchen Sink 19 x 18 Inch Single Bowl 2 Hole ADA Copper Drop-In Rectangle Drain Location Rear Center Depth 4-1/2 Inch Bottom Only Pads
$ 176.58
QUICK VIEW
Pull Barrington Channing for Decorative Hardware Honey Bronze Zinc Alloy 3-3/4 Inch
$ 2.86
QUICK VIEW
3060 Series 30"W x 60"L Gelcoat Walk-In Whirlpool Bathtub with Left-Hand Drain
$ 170.83
QUICK VIEW
Kitchen Faucet Chesterfield 1 Lever ADA Satin Gold PVD Pull Down Spout Height 10-1/3 Inch 1.8 Gallons per Minute
$ 240.50
QUICK VIEW
Shower Rod U with Flanges Polished Brass 60 x 26 Inch Brass
$ 76.29
QUICK VIEW
Kitchen Faucet Edwardian 6 Inch Spread 2 Lever Satin English Gold Swivel Spout 1.5 Gallons per Minute
$ 229.53
QUICK VIEW
Contemporary Single Handle Bar/Prep Faucet
$ 51.49
QUICK VIEW
Trevor II 60" Five-Blade LED Ceiling Fan
$ 152.50
QUICK VIEW
13.6" x 15.5" Stainless Steel Bottom Sink Grid for Grande GDX11015/GDX16028RH/GDX12031 Sinks
$ 43.20
QUICK VIEW
Towel Ring Ithaca 8-1/4 Inch Closed French Gold PVD Brass 3-1/4 Inch
$ 60.61
QUICK VIEW
MR16 LED 15-Degree 5-Watt 12-Volt 3000K Bi-Pin Spot Beam Light Bulb
$ 12.61
QUICK VIEW
Chiseled 15" Single-Light Pendant
$ 75.00
QUICK VIEW
Xavierre Four-Light Bathroom Vanity Fixture
$ 93.23
QUICK VIEW
Alveston Pressure Balance Shower Trim
$ 198.00
QUICK VIEW
Toilet Paper Holder Contemporary I Bath Unlacquered Brass 6-1/4 to 8-3/4 Inch 3-1/16 Inch Wall Mount
$ 24.49
QUICK VIEW
Atwater Single-Light Outdoor Pier Mount Lantern
$ 104.75
QUICK VIEW
Lavatory Sink Vero Above Counter with Overflow & WonderGliss Surface Treatment 18-1/2 x 19-5/8 Inch Rectangle White 1 Hole
$ 140.53
QUICK VIEW
Gabriel Ten-Light Island Chandelier
$ 149.80
QUICK VIEW
Tub Filler Viaggio Deck Mount with Handshower 2 Metal Lever C-Spout Satin Nickel
$ 275.60
QUICK VIEW
Medicine Cabinet M Series Reserve 30 x 48 x 4 Inch 2 Doors Mirrored Beveled Edge/Electric
$ 161.76
QUICK VIEW
Kitchen Sink Lustertone Classic 19.5 x 19 Inch Single Bowl MR2 Hole ADA Lustrous Satin Drop-In Rectangle Drain Location Rear Center Depth 5-1/2 Inch Bottom Only Pads
$ 192.85
1
...
2505
2506
2507
2508
2509
2510
2511
2512
...
2533
BACK
Shopping Cart