.cart-panel {
  max-height: 400px;
  overflow-y: auto;
  z-index: 1000;
  border-radius: 8px;
  margin-top: 10px;
  direction: rtl;
}

.cart-items-preview ul {
  max-height: 250px;
  overflow-y: auto;
}

.cart-items-preview li:last-child {
  border-bottom: none !important;
}
.image{
  width: 60px;
}
.message {
  top: 100%;
  left: 0;
  width: 250px;
  padding: 15px;
  border-radius: 8px;
  z-index: 1000;
  margin-top: 10px;
  text-align: center;
  direction: rtl;
}

/* برای نمایش بهتر روی hover */
.cart-container {
  position: relative;
  display: inline-block;
}

// .cart-count {
//   position: absolute;
//   top: -8px;
//   right: -8px;
//   background-color: red;
//   // color: white;
//   padding: 2px 6px;
//   font-size: 12px;
// }



.content{
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 calc(100% - 75px);
  -ms-flex: 1 0 calc(100% - 75px);
  flex: 1 0 calc(100% - 75px);
  padding-right: 15px;
  title{
    color:#494949;
  }
}
@media (min-width: 992px) {
 .cart-panel{
  top: 100%;
  left: 0;
  width: 300px;
  position: absolute;
 box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.25);
 } 
}
