@charset "UTF-8";
.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;
}

.content {
  position: relative;
  flex: 1 0 calc(100% - 75px);
  padding-right: 15px;
}
.content title {
  color: #494949;
}

@media (min-width: 992px) {
  .cart-panel {
    top: 100%;
    left: 0;
    width: 300px;
    position: absolute;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  }
}/*# sourceMappingURL=shoppingList.module.css.map */