.ng-cart {
  position: fixed;
  top: 80px;
  z-index: 10000;
  background-color: white;
  width: 540px;
  right: 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  min-height: 25vh;
  max-height: 50vh;
  padding-top: 60px !important;
}

.ng-cart .loading .ng-icon-loading {
  position: absolute;
  top: 22%;
  left: 43%;
  transform: translate(-50%, -50%);
  font-size: 80px;
}

@media screen and (max-width: 768px){
  .ng-cart {
      left: 0;
      right: 0;
      box-shadow: none;
      top: 60px;
      width: 100%;
      box-sizing: border-box;
      bottom: 0;
      max-height: none;
  }
}