/* This file is reserved for overriding and extending the template styles. */

@media screen and (max-width: 480px) {
    .spinner-checkout{
justify-content: center !important;
margin: 50px auto !important;
    }
  }

  @media screen and (max-width: 480px) {
    .orderView{
        padding-left: 0px !important;
      }
      .index{
        display: none !important;
      }
  }


  