.profile-main .profile-cover .profile-details {
      min-width: 150px;
    position: absolute;
    left: 85px;
    bottom: -120px;
}
.profile-main .profile-cover .profile-details  h5 {
  margin-top: 20px;
    font-size: 1.125rem;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
}
.profile-main .profile-cover .profile-details .loyalty-points h4 {
  display: flex;
  flex-direction: row;
  gap: 9px;
  margin-top: 10px;
    font-size: 1rem;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
}
    @media (min-width: 768px) and (max-width: 994px) { 
        .order-item-colum{
      flex: 0 0 auto;
        width: 50% !important;
     }
  }
   @media (max-width: 991px){
     .profile-main .profile-cover .profile-details {
      left: 35px;
    }
   }
  @media (max-width: 767px){
   
    .order-item-colum{
          width: 100% !important;
       }

  }
    .grid-colom-2{
grid-column: span 2;
}
.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: 10px;
}
.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;
}
