On your next purchase
On your next purchase
Please enter your Email Address. You will receive a link to create a new password via Email.
Search Results:
Leather mid-heel Sandals
$129.00
Cotton floral print Dress
$40.00
Leather Sneakers
$85.00
Cropped cotton Top
$29.00
Floral print midi Dress
$50.00
Nothing matches your search
😞
Size | US | Bust | Waist | Hips |
---|---|---|---|---|
XS | 2 | 32 | 24 - 25 | 33 - 34 |
S | 4 | 34 - 35 | 26 - 27 | 35 - 26 |
M | 6 | 36 - 37 | 28 - 29 | 38 - 40 |
L | 8 | 38 - 29 | 30 - 31 | 42 - 44 |
XL | 10 | 40 - 41 | 32 - 33 | 45 - 47 |
XXL | 12 | 42 - 43 | 34 - 35 | 48 - 50 |
Size | US | Foot Length |
---|---|---|
36 | 5 | 22.8 |
26.5 | 5.5 | 23.1 |
37 | 6 | 23.5 |
37.5 | 6. | 23.5 |
38 | 7 | 24.1 |
38.5 | 7.5 | 24.5 |
Size | US | Foot Length |
---|---|---|
36 | 5 | 22.8 |
39 | 8 | 24.1 |
40 | 9 | 25.4 |
40.5 | 9.5 | 25.7 |
41 | 10 | 26.0 |
Justo ut diam erat hendrerit morbi porttitor, per eu curabitur diam sociis.
Create searchable, sortable, and filterable lists and tables with the simple but powerful List.js plugin.
Plugin documentation
data-toggle="lists"
- initializes the plugin.
data-options
- plugin options.
<div data-toggle="lists" data-options='{"valueNames": ["name"]}'>
<!-- Input group -->
<div class="input-group input-group-merge mb-6">
<input class="form-control form-control-xs search" type="search" placeholder="Search Brand">
<!-- Button -->
<div class="input-group-append">
<button class="btn btn-outline-border btn-xs">
<i class="fe fe-search"></i>
</button>
</div>
</div>
<!-- Form group -->
<div class="form-group form-group-overflow mb-0" id="brandGroup">
<div class="list">
<div class="custom-control custom-checkbox mb-3">
<input class="custom-control-input" id="brandOne" type="checkbox">
<label class="custom-control-label name" for="brandOne">
Dsquared2
</label>
</div>
<div class="custom-control custom-checkbox mb-3">
<input class="custom-control-input" id="brandTwo" type="checkbox" disabled>
<label class="custom-control-label name" for="brandTwo">
Alexander McQueen
</label>
</div>
<div class="custom-control custom-checkbox mb-3">
<input class="custom-control-input" id="brandThree" type="checkbox">
<label class="custom-control-label name" for="brandThree">
Balenciaga
</label>
</div>
</div>
</div>
</div>