.previewCart-wrapper .product-item-custom .card-information{
    top: 0;
}

.previewCart-wrapper .previewCartList.list-unstyled{
    height: calc(100% - 212px);
    overflow: auto;
}

@media (min-width: 1025px){
  .previewCart-wrapper .previewCart {
      padding-right: 10px;
  }
}

@media (max-width: 1024px){
  .previewCart-wrapper .previewCart {
      overflow-y: inherit;
  }
}