.offcanvas.offcanvas-end.show {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 400px;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  z-index: 1050;
  box-shadow: rgba(0, 0, 0, 0.3) -4px 0px 15px;
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
}

.site-cart-product-title {
  display: block;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-cart-product-title span {
  font-size: 14px;
  color: blue;
}

.cart-title-text {
  margin-left: 100px;
  font-weight: 600;
}
