Be the center of attention on your next formal occasion in this dress by Mac Duggal 66586RSC. The velvet dress highlights your curves with its fitted bodice framed with an off -shoulder neckline and sleeves. The skirt tapers at the thighs and flares a trumpet silhouette in layers and allures with a thigh high slit and sweep train.
Style: | macduggal_66586SC |
Collection: | Mac Duggal Black White Red |
Details: | Off-shoulder sleeves, Velvet, Fitted bodice, Tiered ruffled trumpet skirt, Velvet trim, Slit, Back zipper, 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();
}
});
|