Walk on the red carpet with style that speaks volumes in this Rachel Allan 6692SC. This beautifully constructed style has a strapless, sweetheart neckline with corset boned bodice adorned with embellishments at the waist. The romper is made of lace material and has a tulle skirt overlay that cascades down to the floor. Look amazing for the party in this masterpiece by Rachel Allan.
Style: | ra_6692SC |
Collection: | Rachel Allan Curves |
Fabric: | Lace/Tulle |
Details: | Strapless, Corset bodice, Embellished waist, Shorts, Skirt overlay with sweep train |
Length: | ',
play = '';
return thumb.replace("ID", id) + play;
}
function labnolIframe() {
var iframe = document.createElement("iframe");
var embed = "https://www.youtube.com/embed/ID?autoplay=1";
iframe.setAttribute("src", embed.replace("ID", this.dataset.id));
iframe.setAttribute("frameborder", "0");
iframe.setAttribute("allowfullscreen", "1");
this.parentNode.replaceChild(iframe, this);
}
$('#customSizeChartNew').click(function(){
var $height = $(window).scrollTop();
//var total_window_H =$( window ).height();
console.log("$height",$height);
//console.log("total",total_window_H);
$('body').addClass('modal-open');
$('#cover').show();
$('#popup').show().animate({top: ($height-100) + "px"}, 500).addClass('in');
});
$(".close , #cover").click(function(){
$('#popup').fadeOut(500).removeClass('in');
$('body').removeClass('modal-open');
$('#cover').hide();
});
$(document).keydown(function(event) {
if (event.keyCode == 27) {
$('#popup').fadeOut(500).removeClass('in');
$('#cover').hide();
}
});
|