.crochet-co .Comname {
  overflow: auto;
  background-color: #fffbf5;
  color: #8b6741;
  font-weight: bold;
  font-size: 50px;
}
a {
  text-decoration: none;
  color: #8b6741;
}

.material-icons {
  padding-top: 10px;
  padding-right: 20px;
}
.Icons {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background-color: #fffbf5;
}

.crochet-co {
  padding: 20px;
  text-align: center;

  background-color: #fffbf5;
}

button {
  background-color: #8b6741;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}
/* body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.profile-header {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px 0;
} */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

main {
  display: flex;
  flex-wrap: wrap;
}

.sidebar {
  flex: 1;
  max-width: 300px;
  padding: 20px;
}

.content {
  flex: 1;
  padding: 20px;
}

@media (max-width: 768px) {
  main {
    flex-direction: column;
  }
}
.profile-header {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.profile-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px auto;
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .purchase-history {
  margin: 20px;
}

.purchase-history h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.purchase-history ul {
  list-style-type: none;
  padding: 0;
}

.purchase-history li {
  margin-bottom: 10px;
} */

.profile-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px auto;
}
.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CSS */
#edit-profile {
  padding: 20px;
}
#edit-profile form {
  max-width: 400px;
  margin: 0 auto;
}
#edit-profile form label {
  display: block;
}
#edit-profile form input[type="text"],
#edit-profile form input[type="email"],
#edit-profile form input[type="tel"],
#edit-profile form select,
#edit-profile form input[type="date"],
#edit-profile form input[type="file"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#edit-profile form button {
  background-color: #8b6741;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.profile-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px auto;
}
.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logout-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.sidebar {
  max-width: 300px;
  flex: display;
}
/* //TODO:side bar accordion */

/* .purchase-history {
  margin: 20px;
}
.purchase-history h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.purchase-history ul {
  list-style-type: none;
  padding: 0;
}
.purchase-history li {
  margin-bottom: 10px;
} */

.purchase-history-container {
  display: flex;
}

.purchase-history-details {
  flex: 1;
  padding: 20px;
}

.purchase-history-details h2 {
  margin-top: 0;
}

.purchase-history-list {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  max-height: 800px;
  display: flex;
  flex-direction: column;
}

.purchase-history-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  cursor: pointer;
  flex-grow: 1;
}

.purchase-history-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 20px;
}

.purchase-history-item-details {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.purchase-history-item-details {
  flex: 3;
}

.purchase-history-item-details h3 {
  margin: 0;
}

.purchase-history-item-details p {
  margin: 5px 0;
}

.purchase-history-item-status {
  margin-left: auto;
}

.purchase-history-item.active {
  background-color: #f9f9f9;
}

.purchase-history-item:hover {
  background-color: #f9f9f9;
}

footer {
  background-color: #8b6741;
  color: #fff;
  padding: 20px 0;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 154px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-logo h2 {
  margin: 0;
  font-size: 24px;
}

.footer-links ul {
  list-style-type: none;
  padding: 0;
}

.footer-links ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer-links ul li:last-child {
  margin-right: 0;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-social a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}

.footer-bottom {
  background-color: #6c4934;
  text-align: center;
  padding: 10px 0;
}

.user-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 300px;
  text-align: center;
}
.user-info h3 {
  margin-top: 0;
  color: #8b6741;
}
.user-info p {
  margin: 5px 0;
  color: #333;
 
}

.order-item {
  background: #f9f9f9;
  margin: 10px 0;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.order-item h4 {
  margin: 0 0 10px;
}

.order-item p {
  margin: 5px 0;
  color: #555;
}