.woocommerce .up-sells{
	display:none;
    position: fixed;
    z-index: 9999; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
	
	
}

.woocommerce .up-sells{	



			
}

.woocommerce .up-sells .wrapper{
    background-color: #fefefe;
     margin: 0 auto !important;
    padding: 20px !important;  
			width: 80%;
		

		
	
}

.woocommerce .up-sells .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.woocommerce .up-sells .close:hover,
.woocommerce .up-sells .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media(max-width:767px){
		.woocommerce .up-sells .wrapper{
				width:90%;
		}
}

