.dialog_cart_product{
    width: 96.2%;
    height: 60px;
    box-shadow: 3px 2px 5px #aaa;
    margin-bottom: 10px;
    background: white;
    padding: 5px;
}
.dialog_cart_product_image{
    float: left;
    width: 30%;
}
.dialog_cart_product_info{
    font-weight: normal;
    float: left;
      width: 70%;
}
.dialog_cart_product_info b{
  color: #006AEB;
  margin-bottom: 30px;
}
.dialog_cart_total{
    height: 35px;
    width: 100%;
   background-color: #9ec32c;
}

.dialog_cart_total_price{
    float: right;
 color: white;
 padding: 10px;
}
.dialog_cart_total_tittle{
    float: left;
 color: white;
 padding: 10px;
}
.cart_list{
    max-height: 400px;
    overflow-y: scroll;
   overflow: -moz-scrollbars-none;
    margin: 10px;
    color: black;
}

.cart_list::-webkit-scrollbar { 
    display: none; 
}

.cart h4{
    margin-left: 10px;
}