body {
  text-align: right;
  font-family: 'Almarai', sans-serif;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.5rem;
}

#phone-icon {
  margin-right: -4px;
}

@media (max-width: 575.98px) {
  #nav-logo {
    position: relative;
    left: -15px;
  }
}

#logo {
  right: unset;
  left: 10px;
}

a#profile-edit-link {
  left: unset;
  right: 1em;
}

.new-item-actions {
  text-align: left;
}

h1.headline {
  border-left: unset;
  padding-left: unset;
  border-right: 5px solid rgb(205, 86, 49);
  padding-right: 5px;
}

/* Profile Orders Cards */
#profile-orders .card { }

@media (min-width: 500px) {
  #profile-orders .card:not(:last-child) {
    margin-left: 20px;
  }
}

@media (min-width: 700px) {
  #profile-orders .card:not(:last-child) {
    margin-left: 30px;
  }
}

@media (min-width: 1100px) {
  #profile-orders .card:not(:last-child) {
    margin-left: 40px;
  }
}

input#customer_email,
input#customer_password,
input#employee_username,
input#employee_password {
  direction: ltr;
}

input#customer_email::placeholder,
input#customer_password::placeholder,
input#employee_username::placeholder,
input#employee_password::placeholder {
  text-align: right;
}
