#cart_div{
   margin: auto;
   margin-top:10px;
   min-height:100px;
   width: 90%;
   max-width: 900px;
}

#cart_alt_div{
    text-align: center;
    height:200px
}

#cart_table{
   text-align: left;
}

.cartimg{
   object-fit: cover;
   width:80px;
   height:80px;
   border-radius: 12px;
}

.atts{
    font-size: smaller;
}

.remove{
    width: 25px;
    height: 25px;
    transition-duration: 0.4s;
    border: none;
    background-color: #e7e7e7;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    cursor:pointer;
}

.remove:hover{
  background-color: black;
  color: white;
}

#toaddressdiv{
  margin: auto;
  max-width: 400px;
  margin-top: 60px;
}

#toaddress{
    color: white;
   background-color:black;
    font-size: 12px;
   height: 50px;
   width: 50%;
   margin:0px;
   padding:0px;
   margin-right:1px;
    text-align: center;
    text-decoration: none;
   transition-duration: 0.1s;
   border:none;
   cursor:pointer;
   border-radius: 12px;
}
