Skip to content
Recently Viewed Items
4
10
large
off
vertical
off
#000000
#000000
#ffffff
$(document).on('click', '.login-to-view-button', function(e) {
$('#fbwspopup').addClass('show').css({ 'background-color':'rgb(255, 255, 255) !important', 'top':'199.5px', 'width':'600px', 'border': '1px solid rgb(43, 43, 43)', 'height':'400px', 'display': 'block', 'padding-left':'0px' });
var div = document.createElement('div');
div.setAttribute('class', 'modal-backdrop fade show');
document.body.appendChild(div);
});
$(document).on('click', '#fbwspopup .close', function(e) {
$('#fbwspopup').removeClass('show').removeAttr('style');
$('.modal-backdrop').remove();
});
#page-content { z-index: inherit;}
.Qe_Recently-view .box-slider .product_title{font-size: 16px;}
.Qe_RV-vertical-popup{top: 15%;}
.Qe_RV-vertical-popup .Qe_RV-vertical-popup-products .slick-prev::before, .Qe_RV-vertical-popup .Qe_RV-vertical-popup-products .slick-next::before {
font-size: 26px;
color: #000000;
}
$