 #checkout-div{
    
   
    position: relative; 
float: left;
     margin-top: 70px;
/*
	  height:250px;
*/
	overflow-y:scroll;
     background: rgb(247, 247, 247); 
     width: 45%;
     font-size: 12px; 
     padding: 20px;
     display: none;
     
  
  }
    
    .simpleCart_remove {
        
    font-size: 14px;
	color:#00F;
	}
	

.simpleCart_increment {
	font-size:14px;
	position:relative;
	clear:both;
	display:none;
}

.simpleCart_decrement {
	font-size:14px;
	position:relative;
	clear:both;
	display:none;
}

.item-name {
	font-size:12px;
line-height: 1.em;
font-weight: 700;
}

.headerRow {
	display:none;
}

.item-price {
	display:none;
}

.simpleCart_checkout {
	font-weight:700;
}



a.simpleCart_checkout  {
background: #2e2e2e;
padding:4px;
    color: white;
float:right;
position: relative; 
    border: 2px solid transparent;  
    
}
  
a:hover.simpleCart_checkout {
    color: #2e2e2e;
    background: #fff;
    border:2px solid #2e2e2e;
}





.simpleCart_shelfItem a {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 15px;
color: #fff;
text-decoration: none;
    
background: #2e2e2e;
padding:4px;
float:right;
position: relative; 
    border: 2px solid transparent;
    
    
}
  
.simpleCart_shelfItem a:hover {
    color: #2e2e2e;
    background: #fff;
    border:2px solid #2e2e2e;
}



.scroll {
   width: 200px;
   height: 400px;
    background: red;
   overflow: scroll;
}
.scroll::-webkit-scrollbar {
    width: 12px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}





@media only screen and (max-width: 700px) {
    
 #checkout-div {
 width: 80%;
     margin:10%;
     height:auto;
 }   
    
}
