@media screen and (max-height: 680px) {
  .cart-container {
        height:380px;
  }
  .confirm-show {
      height: initial;
      min-height: 230px;
      max-height: 260px;
  }
}