/* Add custom CSS styles below */ 
@media (max-width: 480px) {
  #cartpage #minicart .sticky {
      bottom: inherit;
      top: 48vh  !important;
  }
}