#customerDashboard .contact-details-container .contact-heading,
#customerDashboard .cart-details-container .fav-heading,
#customerDashboard .order-history-details .order-heading {
	color: #666;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin-bottom: 1.2rem;
}

#customerDashboard .contact-details,
#customerDashboard .fav-details {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  background-color: rgba(34, 177, 76, 0.1);
  border: 2px solid rgba(34, 177, 76, 0.4);
}

#customerDashboard .contact-details .customer-name {
	padding: 10px 8px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #068130;
	margin: 0;
}

#customerDashboard .contact-details .customer-address {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 0.25rem;
	font-weight: 600;
	color: #22B14C;
}

#customerDashboard .contact-details .customer-area {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 0.25rem;
	font-weight: 900;
	color: #22B14C;
}

#customerDashboard .contact-details .agent-btn {
	background-color: rgba(34, 177, 76, 0.5);
	outline: none;
	border: none;
	width: 100%;
	text-align: left;
	padding: 8px;
	color: #068130;
	font-weight: 700;
	text-transform: uppercase;
}
#customerDashboard .contact-details .card {
	padding: 1rem;
	background-color: rgba(34, 177, 76, 0.4);
	border: none;
	border-radius: 0;
}

#customerDashboard .contact-details .agent-name,
#customerDashboard .contact-details .agent-phn {
	color: #fef;
	font-weight: 700;
	text-decoration: none;
}

#customerDashboard .fav-details .fav-item {
	font-family: "Comic Sans MS", cursive, sans-serif;
	margin: 0;
	padding: 5px 15px;
}
#customerDashboard .fav-details .fav-item:nth-child(odd) { background-color: rgba(34, 177, 76, 0.1); }
#customerDashboard .fav-details .fav-item:nth-child(even) { background-color: rgba(34, 177, 76, 0.3); }

#customerDashboard .fav-details .btn-custom {
  	background-color: rgba(34, 177, 76, 0.5);
  	outline: none;
  	border: none;
	border-radius: 0;
  	width: 100%;
 	padding: 8px;
  	color: #068130;
  	font-weight: 700;
	text-align: left;
  	text-transform: uppercase;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#customerDashboard .fav-details .btn-custom .fas {
	float: right;
	line-height: 1.5;
}
#customerDashboard .fav-details .btn-custom:hover {
	background-color: #068130;
	color: #fff;
}

#customerDashboard .order-history-details .order-container {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
	background-color: rgba(34, 177, 76, 0.1);
	border: 2px solid rgba(34, 177, 76, 0.4);
	margin-bottom: 1rem;
	padding: 12px 15px;
}

#customerDashboard .order-history-details .order-id {
	font-family: "Courier New", Courier, monospace;
	font-weight: 600;
}

#customerDashboard .order-history-details .badge {
	float: right;
	font-size: 85%;
	text-transform: capitalize;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#customerDashboard .order-history-details .order-item {
	font-family: "Comic Sans MS", cursive, sans-serif;
	margin: 0;
	padding: 5px 15px;
}
#customerDashboard .order-history-details .order-item:nth-child(odd) { background-color: rgba(34, 177, 76, 0.3); }
#customerDashboard .order-history-details .order-item:nth-child(even) { background-color: rgba(34, 177, 76, 0.1); }

/*NEW STYLES*/
.order-container {
	padding: .25rem .5rem .5rem;
	border-bottom: 1px solid rgba(0,0,0,.125);
	margin-bottom: .25rem;
}
.order-container:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.order-container kbd {
	font-family: "Courier New", Courier, monospace;
	font-weight: 600;
}
