{{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 %} {%- 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 %}
We ship to Europe * The biggest SALE now
NEW IN
DRESSES
MINI DRESS
MIDI DRESS
MAXI DRESS
OCCASION
Birthdays Girls
Sparkling Night
ACCESSORIES
Jewelry
Bags
SALE
More Links
USD
USD
$
EUR
€
SEARCH
NEW IN
DRESSES
MINI DRESS
MIDI DRESS
MAXI DRESS
OCCASION
Birthdays Girls
Sparkling Night
ACCESSORIES
Jewelry
Bags
SALE
Log in
Create Account
USD
USD
:
$
EUR
:
€
Home
/
ms
ms
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
2798
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
Gray Gradient Faux Fox Fur Eco Friendly Coat
$ 55.20
Gray Faux Fox Fur Eco Friendly Long Sleeve Jacket
$ 49.95
Camel Herringbone Coat With Leopard Print Belt
$ 43.19
53%
OFF
Grey Flared Coat With Faux Fur Collar And Cuffs
$ 55.00
$ 119.00
Save
$ 64.00
Pink Faux Suede Midi Dress With Faux Fur Collar And Button Detailing
$ 42.88
Ivory Flared Coat With Faux Fur Collar And Cuffs
$ 55.00
Elegant Feather - Trimmed High Neck Midi Dress
$ 70.18
Ivory Long-Sleeve Midi Dress With Flared Skirt
$ 54.45
V-Neck Short Sleevs 3D Floral Pleated A-Line Work Dress
$ 63.90
Pink Faux Shearling Eco Friendly Long Coat
$ 65.95
51%
OFF
Grey Coat Suit Set With Faux Fur Collar And Cuffs
$ 65.00
$ 135.00
Save
$ 70.00
53%
OFF
Grey Coat With Faux Fur Collar And Cuffs
$ 55.00
$ 119.00
Save
$ 64.00
Elegant Tailored Blazer Panel Lace Gown Set
$ 70.20
Vintage-Inspired Satin Midi Dress With Draped Collar
$ 67.48
Elegant Off-Shoulder Satin Midi Dress
$ 63.98
High Neck Short Sleeves Lace Appliques A-Line Cocktail Dress
$ 62.10
Lace Contrast Ruffle Midi Dress
$ 55.35
Women's Black And White Trim Square Neck Long Sleeve Tight Maxi Dress
$ 53.98
Black Velvet Feather-Trim Midi Dress With Sheer Neck
$ 68.85
44%
OFF
Grey Flared Coat
$ 55.00
$ 99.00
Save
$ 44.00
44%
OFF
Grey Belted Plaid pattern Flared Coat
$ 55.00
$ 99.00
Save
$ 44.00
50%
OFF
Ivory Flared Coat With Faux Fur Collar And Cuffs
$ 59.00
$ 119.00
Save
$ 60.00
Elegant Textured Buttoned Blazer & Midi Skirt Set
$ 55.00
Ivory Flounce-Trim Midi Dress With Black Accents
$ 56.70
Taupe Gradient Faux Fox Fur Eco Friendly Vest
$ 45.00
Camel Faux Mink Cashmere Eco Friendly Long Coat
$ 65.95
Coffee Gradient Faux Fox Fur Eco Friendly Fur Vest
$ 52.00
Black One-Shoulder Turtleneck Belted Maxi Dress With Leopard Print Hem
$ 47.98
Brown Leopard Print Cold-Shoulder High Neck Belted Velvet Maxi Dress
$ 63.98
Black Velvet Deep V-Neck Lace Patchwork Long Sleeve Maxi Dress
$ 59.98
Coffee Knit Distressed Suede Midi Skirt Set
$ 63.18
Brown Knitted Midi Dress With Leopard Print Ruffles And Belt
$ 53.98
65%
OFF
Brown Leopard Print Turtleneck Sweater Dress With Wrap Detail
$ 51.73
$ 149.95
Save
$ 98.22
69%
OFF
Leopard Print Ruffled High Low Midi Dress
$ 45.98
$ 149.95
Save
$ 103.97
Leopard Print Brown Faux Suede Lace Trim Shirt
$ 55.96
Women's Black Stitching White Trim High Collar Long Sleeve Tight Belt Maxi Dress
$ 62.10
Midi Lapel Blazer Dress for Office
$ 52.65
Sophisticated Glam: Fitted Bodice Black Gown With Volume
$ 69.00
Elegant Jacquard Floral Midi Dress With Shawl Collar
$ 55.00
Purplish Blue Lace Off Shoulder Short Sleeve A-Line Midi Dress
$ 75.60
Black Embroidered Tulle Midi Dress
$ 55.00
Elegant Lace Midi Dress With White Shawl Collar
$ 55.00
51%
OFF
Hamilton Halter Neck Pleated Maxi Dress
$ 58.17
$ 119.00
Save
$ 60.83
Elegant Lace Sleeve Double-Breasted Blazer Dress
$ 57.60
Elegant Sheer Panel Flared Midi Dress
$ 55.00
Pink Rhinestone Classic Sweetheart Neckline Sleeveless A-Line Maxi Dress
$ 62.10
Pink Double-Breasted Trench Coat Dress
$ 67.98
Light Pink Knit Mini Dress With Ribbon Trim And Ruffle Hem
$ 54.38
Mint Green Striped Light Blue Knit Mini Dress
$ 47.58
Elegant Satin Dress With Full Skirt
$ 62.38
White Sequins Peplum Classic Spaghetti Gallus A-Line Midi Dress
$ 62.10
Beige Satin Wrap Dress
$ 69.00
White High-Neck A-Line Midi Dress With Black Belt
$ 58.38
Regal White Military-Inspired Wool Coat
$ 55.00
Chic White Knit Dress Featuring Black Accents And Gold Buttons
$ 58.38
Elegant Long Sleeve Pleated Maxi Dress With Belt
$ 63.98
Cozy Cable Knit Sweater Dress With V-Neck And Flare Hem
$ 56.68
Olive Velvet Maxi Dress With Pearl Embellished Shoulders
$ 49.48
Purplish blue Feather-trimmed Velvet Crew Neck Half Sleeve A-Line Midi Dress
$ 63.90
Green Velvet Backless Fishtail Bodycon Dress With Silver Buttons
$ 52.18
1
2
3
4
...
47
BACK
Shopping Cart