.w-full{
	width: 100%;
}
.country-selected-option {
	background-color: #f7f7f7;
	border-radius: .5rem;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
  padding-right: 2px;
}

.country-selected-option div {
	display: flex;
	position: relative;
	width: 8rem;
	padding: 10px;
	gap: 10px;
	text-align: center;
	cursor: pointer;
	align-items: center;
}
.country-selected-option input {
    width: 100%;
    padding: 1rem .6rem;
    font-size: 1.1rem;    
    outline: none;
    border-radius: 0 4px 4px 0 !important;
    border: 1px solid #797979 !important;
}
.country-selected-option input[type="tel"] {
    border-radius: 0 .5rem .5rem 0;
}
.country-selected-option .iconify img {
	width: 32px;
}
.cursor-pointer{
	cursor: pointer;
}
.country-code__main .modal {
	z-index: 99999 !important;
	background-color: rgb(0 0 0/ 50%);
}

.country-code__main .modal-backdrop.show {
	z-index: 100;
	display: none !important;
}

.country-code__main  .modal-dialog {
	top: 7%
}
.country-code__main .modal-backdrop{
    display: none;
}
.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;
       }

  }
  @media (min-width: 576px) {
    .country-code__main .modal-dialog-scrollable {
      height: calc(80% - 3.5rem);
    }
    .country-code__main .modal-dialog-centered {
      min-height: calc(80% - 3.5rem);
    }
  }
    .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: 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;
}
.serach-space{
  /* width: 111px; */
  width: 127px;
    display: inline-block;
}
#wce-fab-btn{
  font-size: 12px;
}
.full-modal-loader{
  top: -64px !important;
}
.favicon-body{
  display: flex;
  flex-wrap: wrap;
}
.favicon-left{
  width: 80%;
}
.favicon-right{
  width: 20%;
  padding-left:15px;
}
.favicon-border-dashed{
  border-style: dashed;
  width:fit-content;
  height: 80px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}
.editor-table-44 .form-control{
  height: 40px;
  border-radius: .25rem !important;
}
.modal-body tr td{
	text-align: left;
  padding: 8px 0;
}
.modal-body tr td:last-child input, select {
	width: 100%;
  height: 40px;
}
.border-radius-12{
  border-radius: .25rem !important;
}
.icons-ul-140 li{
        width: 40px;
    height: 40px;
    margin: 5px !important;
    border: none !important;

    }
