{{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
Classroom Sink Lustertone 31 x 19.5 Inch Single Bowl ADA 2 Hole Lustrous Satin Drop-In Minimum Cabinet Size 36 Inch 5 Inch 18 Gauge Bottom Only Pads 64090014 Mounting Hardware Included for Countertops Up to 3/4IN
$ 166.23
QUICK VIEW
Volume Control Trim ShowerSolutions 1 Knob Brushed Gold Optic
$ 52.17
QUICK VIEW
Shelter Single-Light LED Medium Wall-Mount Lantern
$ 89.75
QUICK VIEW
Drain Kit Studio S Brushed Cool Sunrise Brass for Freestanding Bathtub
$ 45.30
QUICK VIEW
Tub Filler Trim Parabola Floor Mount 2-Way Type T 2 Lever Black ADA
$ 233.03
QUICK VIEW
Zura Toilet Paper Holder
$ 29.11
QUICK VIEW
Pull Chareau Shrewsbury D Brushed Satin Nickel Zinc Alloy 5-1/16 Inch
$ 2.68
QUICK VIEW
Home Quadruple Towel Hook
$ 21.20
QUICK VIEW
Shelf Embassy Bath with Brackets Satin Nickel 24 Inch Brass/Glass
$ 36.29
QUICK VIEW
Tub and Shower Trim Aspirations 1 Lever Chrome WaterSense ADA Includes 1.8 GPM Single Function Shower Head/Double Ceramic Disks Pressure Balance Cartridge Brass
$ 89.09
QUICK VIEW
Towel Bar Graceline 24 Inch Gun Metal Brass 2-13/64 Inch Wall Mount
$ 169.00
QUICK VIEW
Diverter Trim Delancey Brushed Cool Sunrise 1 Lever ADA for Rough-In Valve R422/R422S Or R433/R433S
$ 34.55
QUICK VIEW
Vassar 52" Three-Blade LED Ceiling Fan
$ 103.75
QUICK VIEW
Porter E Handshower Holder
$ 12.70
QUICK VIEW
Pull Lynwood Hollin Cup for Decorative Hardware Flat Black Zinc Alloy 5-1/16 Inch
$ 3.03
QUICK VIEW
Robe Hook Verity Satin Nickel 2-1/8 Inch 1-3/4 Inch Wall Mount Metal
$ 5.11
QUICK VIEW
Paris Market Six-Light Chandelier
$ 199.50
QUICK VIEW
Lavatory Sink Simon Wall Hung 19-3/4 Inch Rectangle White Gloss
$ 177.01
QUICK VIEW
Accord Single-Light Wall Sconce
$ 128.75
QUICK VIEW
Rook Sensori Volume Control Trim with Cross Handle
$ 62.10
QUICK VIEW
Lustertone Classic 33" Single Bowl Stainless Steel Quick-Clip Drop-In Kitchen Sink with 4 Holes
$ 192.72
QUICK VIEW
Ahrendale Four-Light Chandelier
$ 162.75
QUICK VIEW
Thermostatic Trim Virage with Integrated 3 Function Diverter 3 Lever Chrome ADA Metal
$ 241.72
QUICK VIEW
Soap Dish Embassy Bath Chocolate Bronze Concealed Wall Mount Round 5-1/4 x 4-1/4 x 2-5/8 Inch
$ 19.95
QUICK VIEW
Pull Mercer Europa Tab Ash Gray Zinc Alloy 5 Inch
$ 4.00
QUICK VIEW
Traditional Soap Dispenser
$ 63.52
QUICK VIEW
Beverage Faucet Transitional Cold Water Only with Air Gap 1 Lever ADA Venetian Bronze
$ 85.35
QUICK VIEW
Hatteras Bay Single-Light Mini Pendant
$ 52.50
QUICK VIEW
Slide Bar Deco 24 Inch Satin Nickel Brass Wall Mount
$ 244.55
QUICK VIEW
Kitchen Faucet Fairfield 8 to 20 Inch Spread 2 Cross ADA Satin Brass PVD Pull Out Sidespray Spout Height 5-5/9 Inch Spout Reach 9-1/2 Inch 1.8 Gallons per Minute
$ 214.15
1
...
2513
2514
2515
2516
2517
2518
2519
2520
...
2533
BACK
Shopping Cart