#magalter-upsells-opacity-layer {
    
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:black;
    opacity:0.4;
    z-index:1000
    
}

#magalter-upsells-products {
    border: 4px solid #3399cc !important;
    max-width:100%;   
    position:fixed;    
    z-index:10010;
    background:#CCC;
	max-height:100%; 
    padding:10px;
    border-radius:4px;
	box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
	border-radius: 14px;
    
}

#magalter-upsells-products .product-image {text-decoration:none;}