
    @media (min-width: 768px) and (max-width: 994px) { 
        .order-item-colum{
      flex: 0 0 auto;
        width: 50% !important;
     }
  }
  @media (max-width: 767px){
    .order-item-colum{
          width: 100% !important;
       }

  }
.please-wait{
  z-index: 999;
  position: relative;
}
 /* Social media button start */
@media (max-width: 767px) {
  .social-media-button {
    text-align: center;
  }
}
.social-media-button h4 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 15px;
}
.social-media-button .social_login {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.social-media-button .social_login .social-button {
  width: 50px;
  height: 50px;
  border: 1px solid #d7d8db;
  border-radius: 50%;
  padding: 3px;
  background-color: transparent !important;
  line-height: 0;
}
.social-media-button img {
  width: 34px;
}
/* Social media button end */
#global-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}