.my-account__header {
	display: flex;
	justify-content: space-between;
	background-color: #494949;
	color: #FFFFFF;
}

.my-account__header h2 {
	margin: 0;
}

.my-account__greeting {
	display: flex;
	flex-direction: column;
	margin: 10px;
}

.my-account__greeting a {
	background-color: #c80000;
	border-radius: 8px;
	text-decoration: none;
	color:white;
	text-align: center;
	padding: 5px 15px;
}

.my-account__greeting a:hover, .my-account__greeting a:focus {
	text-decoration: underline;
	color:white;
}

.my-account__account-number {
	font-size: 0.8em;
	line-height: 0.8em;
	margin-top: 5px;
}

.my-account__barcode {
	display: flex;
	background-color: #FFF;
	margin: 5px;
	width: 33%;
	padding: 5px;
	justify-content: center;
}

.my-account__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.my-account__content>div {
	margin-left: 10px;
	margin-right: 10px;
}

.my-account__navigation-panel,
.my-account__list-panel,
.my-account__info-panel {
	display: none;
	flex-direction: column;
}

.my-account__panel--active {
	display: flex;
	flex: 1;
}

h1.my-account__list-heading,
h1.my-account__info-heading {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 5px;
}

.my-account__navigation-panel .my-account__navigation h2 {
	margin: 10px;
}

.my-account__navigation-panel .my-account__navigation h2>span.my-account__navigation-section--view-all {
	cursor: pointer;
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
}

.my-account__navigation-section-details {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #EEEEEE;
	min-height: 95px;
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}

.my-account__navigation-section-details>div {
	flex: 1;
	width: 32%;
}

.my-account__navigation-section-details h3 {
	margin: 0;
	font-weight: bold;
}

.my-account__navigation-section-details .my-account__list-order-details .my-account__list-order--date {
	font-size: 1.1em;
}

.my-account__default-tag {
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
}

.my-account__navigation-section-details .my-account__col--narrow {
	flex: 0;
	margin-right: 10px;
}

.my-account__navigation-section-details .centered-icon {
	align-self: center;
}

.my-account__action-btn {
	background-color: #505050;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	width: 120px;
	max-width: 120px;
	padding: 4px 10px;
}

.my-account__action-btn--primary {
	background-color: #c80000;
}

.my-account__action-btn--secondary {
	background-color: #FFF;
	color: #505050;
	border: 1px solid #505050;
}

.my-account__action-btn--disabled {
	background-color: #8a2a2b;
	cursor: not-allowed;
}

.my-account__action-btn--nav {
	max-width: 100px;
}

.my-account__action--my-favorites-shop-now:hover,
.my-account__action--order-history-shop-now:hover {
	text-decoration: none;
}

.my-account__gfs-employee-notice {
	font-style: italic;
	margin: 10px 0;
}

.my-account__panel-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #EEEEEE;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}

.my-account__panel-box>div {
	flex: 1;
}

.my-account__panel-box h3 {
	margin: 0 0 10px;
	font-weight: bold;
}

.my-account__panel-box h4 {
	font-weight: bold;
}

.my-account__list-section-details {
	font-size: 0.9em;
	line-height: 1.5em;
}

.my-account__list-contact-info {
	flex-wrap: nowrap;
}

.my-account__list-contact-info-details {
	min-width: 0;
}

.my-account__list-contact-info-details>div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.my-account__list-details-action {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

h1.my-account__info-heading>span.my-account__info-section--view-all {
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
	float: right;
}

.my-account__list-order-details--no-orders {
	margin: 10px 0;
}

.my-account__list-order-details--no-orders>div {
	margin: 10px 0;
}

.my-account__list-order-details .my-account__list-order--date {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.my-account__list-order-details .my-account__list-order--status>.my-account__status--current-status,
.my-account__info-order-details .my-account__info-order--status>.my-account__status--current-status {
	font-weight: bold;
	font-style: italic;
}

.my-account__info-order-details--value {
	font-style: italic;
}

.my-account__order-list-pagination {
	display: flex;
	justify-content: center;
}

.my-account__list-my-store--hours {
	font-weight: bold;
	font-style: italic;
}

.my-account__list-my-store--hours a {
	text-decoration: underline;
}

#my-account__navigation-section--settings .my-account__navigation-section-details {
	min-height: 0;
}

.my-account__navigation-section-details:not(:last-child) {
	box-sizing: border-box;
	border-bottom: 1px solid #505050;
	padding: 10px;
}

.my-account__favorite-icon:after {
	color: #CCC;
	border-radius: 50%;
	background-color: #FFF;
	content: "\f487";
	display: block;
	font: normal 32px/1 'dashicons';
	height: 36px;
	width: 36px;
	line-height: 38px;
	text-align: center;
}

.my-account__favorite-icon--active:after {
	color: #c80000;
}

.my-account__favorite-icon .dashicons-heart {
	font-size: 28px;
	height: 26px;
	width: 28px;
}

.my-account__info-order {
	flex-direction: column;
}

.my-account__info-order-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.my-account__info-order .my-account__info-order-details {
	flex: 2;
	font-size: 0.9em;
	line-height: 1.5em;
}

.my-account__info-order .my-account__info-order-details .my-account__info-order--date {
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: bold;
}

.my-account__info-order-action {
	align-self: flex-start;
}

.my-account__line-item-table {
	width: 100%;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 5px;
}

.my-account__line-item-table tr th {
	font-weight: bold;
	padding: 5px 3px;
	border-bottom: 1px solid #505050;
}

.my-account__line-item-table th.my-account__line-item-table-heading--qty {
	text-align: center;
}

.my-account__line-item-table th.my-account__line-item-table-heading--total {
	text-align: right;
}

.my-account__line-item-table tbody tr td {
	padding: 5px 3px;
	border-bottom: 1px solid #CCCCCC;
}

.my-account__line-item-table tfoot tr td {
	padding: 10px 0;
}

.my-account__line-item-table td.my-account__line-item-table-row--qty {
	text-align: center;
}

.my-account__line-item-table td.my-account__line-item-table-row--total {
	text-align: right;
}

.my-account__line-item-table-row--product-unavailable {
	font-style: italic;
}

.my-account__line-item-table td.my-account__line-item-table-footer--total {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

.my-account__line-item-table td.my-account__line-item-table-footer--grand-total {
	text-align: right;
	font-weight: bold;
}

.my-account__info-actions {
	display: flex;
	justify-content: space-evenly;
	margin: 10px 0;
}

.my-account__info-form {
	margin: 0;
	width: 100%;
}

.my-account__info-form input[type=text],
.my-account__info-form input[type=email],
.my-account__info-form input[type=tel],
.my-account__info-form input[type=number],
.my-account__info-form select {
	width: 100%;
}

.my-account__info-form select {
	background-color: white;
}

.my-account__info-form input.error,
.my-account__info-form select.error {
	border: 1px solid #c80000;
}

.my-account__info-form label.error {
	color: #c80000;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-left: 5px;
}

.my-account__info-form-response {
	flex: 0 0 100% !important;
	font-weight: bold;
	font-style: italic;
}

.my-account__info-form-response>.error {
	color: #c80000;
	margin: 10px 0;
}

.my-account__info-form-response>.success {
	color: #398f14;
	margin: 10px 0;
}

.my-account__info-form-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.my-account__info-form-col {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.my-account__info-form-field-icon--right {
	position: absolute;
	right: 0;
	min-width: 40px;
	margin-right: 20px;
}

a.my-account__info-form-field-icon--right {
	text-decoration: underline;
	color: #505050;
	font-size: 0.8em;
}

.my-account__info-form-label {
	font-size: 0.9em;
	line-height: 1.5em;
	padding-left: 5px;
}

.my-account__info-form-field {
	margin-bottom: 5px;
}

.my-account__info-form-field--disabled {
	cursor: not-allowed;
}

.my-account__info-form-caption {
	font-size: 0.8em;
	padding-left: 5px;
}

.my-account__info-form-caption ul {
	margin: 0 25px 12px 15px;
}

.my-account__info-form-caption ul li {
	line-height: 1.5em;
}

.my-account__info-form-col--double {
	flex: 2;
}

.my-account__info-form-row>.my-account__info-form-col--double:first-of-type {
	margin-right: 20px;
}

.my-account__info-form-col--button {
	align-self: flex-end;
}

.my-account__section {
	display: none;
}

.my-account__section--active {
	display: block;
}

.loading-spinner {
	background: url(/wp-content/themes/gfsstore.com/images/spinner-icon-0-original.gif) center no-repeat;
	background-size: 80px 80px;
	border-radius: 40px;
	height: 80px;
	width: 80px;
	margin: 10px auto;
}

.my-account__back-link {
	cursor: pointer;
	margin: 20px 5px 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

.my-account__back-link:hover {
	text-decoration: underline;
}

.my-account__panel--active+.my-account__panel--active>.my-account__back-link {
	display: none;
}

.my-account__info-find-store-results {
	display: none;
}

.my-account__my-favorites-caption {
	font-size: 0.9em;
}

.my-account__my-favorites-no-results>div {
	margin: 10px 0;
}

.my-account__navigation-panel {
	border-right: 1px solid lightgray;
	padding: 0px 20px;
}

.my-account__navigation {
	font-weight: bold;
	background: none;
	display: block;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 20px;
	border-radius: 6px;
}

.my-account__navigation:hover,
.my-account__navigation button:hover,
.my-account__navigation:focus,
.my-account__navigation button:focus {
	cursor: pointer;
	text-decoration: none;
	background-color: #C80000;
	color: white;
}

.my-account__navigation button {
	text-decoration: none;
	width: 100%;
	padding: 10px;
	color: white;
	margin: 0;
}

.my-account__navigation button {
	text-align: left;
	color: white;
	font-weight: bold;
	background-color: #505050;
	text-align: center;
}

/* MOBILE VIEW */
/* @media only screen and (max-width: 600px) {

	} */

/* Desktop width CSS */
@media only screen and (min-width: 600px) {
	.my-account__greeting {
		flex-direction: row;
		align-content: space-between;
		width: 100%;
		padding: 10px 20px;
	}

	.my-account__hello {
		flex: 1;
		font-size: 2em;
	}

	.my-account__account-number {
		flex: 1;
		text-align: right;
		font-size: 1.3em;
	}

	.my-account__barcode {
		display: none;
	}

	.my-account__content {
		flex-direction: row;
	}

	.my-account__navigation-panel {
		margin-top: 74px;
		display: flex;
		flex-direction: column;
		flex: 1;
	}

	.my-account__list-panel,
	.my-account__info-panel {
		flex: 2;
		display: flex;
		flex-direction: column;
	}

	.my-account__panel--expand {
		flex-grow: 4;
	}

	.my-account__panel--collapse {
		flex: 0;
	}

	.my-account__info-panel:not(.my-account__panel--active)>.my-account__info-section {
		display: none;
	}

	.my-account__panel-box {
		font-size: 14px;
	}

	.my-account__panel-box h3 {
		font-size: 18px;
	}

	h1.my-account__list-heading {
		margin: 30px 0;
		font-size: 24px;
		font-weight: 600;
	}

	h1.my-account__info-heading {
		margin: 50px 0 10px;
	}

	.my-account .my-account__navigation h2 {
		font-size: 14px;
		font-weight: normal;
		background-color: #505050;
		border-radius: 8px;
		color: #fff;
		cursor: pointer;
		text-align: center;
		height: 34px;
		padding: 6px 20px;
	}

	.my-account .my-account__navigation h2.my-account__navigation-section--active {
		background-color: #c80000;
	}

	.my-account .my-account__navigation h2>span {
		display: none;
	}

	.my-account__navigation-section-details {
		display: none;
	}

	.my-account__action-btn--active {
		background-color: #c80000;
	}

	.my-account__back-link {
		display: none;
	}

	h1.my-account__info-heading>span.my-account__info-section--view-all {
		display: none;
	}


}