/*
Custom padding for mobile
*/
@media only screen and (max-width: 767px) {
  .cart-drawer-buttons {
      padding-bottom: 4rem;
  }
}