.woocommerce-Address-title a:before,
.woocommerce-MyAccount-navigation-link a:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
}
.woocommerce-Address-title a:before,
.woocommerce-MyAccount-navigation-link--ppcp-paypal-payment-tokens a:before,
.woocommerce-MyAccount-navigation-link a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.woocommerce-MyAccount-navigation-link--ppcp-paypal-payment-tokens a:before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}
.woocommerce-account .page-title-bar-minimal-01 {
	margin: 10px 0 60px;
}
.woocommerce-account .woocommerce-pagination {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 16px 0 0;
}
.supashop-wc-account-wrap,
.woocommerce-account .woocommerce-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.supashop-wc-account-wrap {
	background: var(--supashop-color-box-white-background);
	border: 1px solid var(--supashop-color-box-white-border);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.supashop-wc-account-nav {
	width: 300px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 300px;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	max-width: 30%;
	background: #fff;
	border-right: 1px solid #ececec;
}
.supashop-wc-account-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 50px 30px;
}
.supashop-wc-account-content .woocommerce-error,
.supashop-wc-account-content .woocommerce-info,
.supashop-wc-account-content .woocommerce-message {
	background: #f8f8f8;
}
.supashop-wc-account-content button[type='submit'] {
	margin: 8px 0 0;
}
.supashop-wc-account-content .address-field--address-2 {
	margin-top: 30px;
}
.supashop-wc-account-content h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
}
.supashop-wc-account-content form .form-row label {
	font-size: 16px;
	font-weight: 400;
	color: var(--supashop-color-text);
}
.supashop-wc-account-content-inner {
	max-width: 730px;
	margin: 0 auto;
}
.my-account-profile {
	padding: 32px 30px;
	text-align: center;
}
.my-account-profile .my-avatar {
	margin: 0 auto;
}
.my-account-profile .my-avatar img {
	border-radius: 50%;
}
.my-account-profile .fn {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	margin: 12px 0 0;
}
.woocommerce-MyAccount-navigation {
	padding: 0 0 27px;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
}
.woocommerce-MyAccount-navigation li {
	list-style: none;
	margin: 0;
}
.woocommerce-MyAccount-navigation-link a {
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #9b9b9b;
	padding: 13px 30px;
}
.woocommerce-MyAccount-navigation-link a:hover {
	color: var(--supashop-color-heading);
}
.woocommerce-MyAccount-navigation-link a:before {
	content: '\f013';
	min-width: 25px;
	margin: 0 5px 0 0;
}
.woocommerce-MyAccount-navigation-link.is-active a {
	color: var(--supashop-color-heading);
	background: #f5f5f5;
}
.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: '\f013';
}
.woocommerce-MyAccount-navigation-link--orders a:before {
	content: '\f07a';
}
.woocommerce-MyAccount-navigation-link--downloads a:before {
	content: '\f019';
}
.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: '\f3c5';
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: '\f007';
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: '\f08b';
}
.woocommerce-MyAccount-navigation-link--wishlist a:before {
	content: '\f004';
}
.woocommerce-MyAccount-navigation-link--subscription a:before,
.woocommerce-MyAccount-navigation-link--subscriptions a:before {
	content: '\f274';
}
.woocommerce-MyAccount-navigation-link--gift-cards a:before,
.woocommerce-MyAccount-navigation-link--wc-smart-coupons a:before {
	content: '\f06b';
}
.woocommerce-MyAccount-navigation-link--points-and-rewards a:before {
	content: '\f51e';
}
.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	content: '\f555';
}
.woocommerce-MyAccount-navigation-link--ppcp-paypal-payment-tokens a:before {
	content: '\f1ed';
}
.woocommerce-address-fields__field-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.woocommerce-address-fields__field-wrapper .form-row {
	padding: 0 8px;
}
.woocommerce-Address {
	border-radius: 5px;
	background: #f8f8f8;
	padding: 14px 20px 20px;
}
.woocommerce-Address address {
	font-style: normal;
	margin: 0;
}
.woocommerce-Address-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin: 0 0 4px;
}
.woocommerce-Address-title > h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
}
.woocommerce-Address-title a {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: relative;
	font-size: 0;
	margin: 0 0 0 6px;
	background: #fff;
	color: var(--supashop-color-heading);
}
.woocommerce-Address-title a:hover {
	color: var(--supashop-color-primary);
}
.woocommerce-Address-title a:before {
	content: '\f304';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
}
.supashop-account-dashboard-heading {
	font-size: 24px;
	line-height: 1.5;
	margin: 0 0 12px;
}
.woocommerce-Message .button {
	background-color: #fff;
	border-color: #fff;
}
.btn-toggle-account-nav {
	height: 40px;
	width: 40px;
	background: #f8f8f8;
	position: absolute;
	top: 200px;
	left: 100%;
	border-radius: 0 5px 5px 0;
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (min-width: 992px) {
	.btn-toggle-account-nav {
		display: none;
	}
}
@media (max-width: 991px) {
	.supashop-wc-account-nav {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 99999;
		border-radius: 0;
		max-width: 90vw;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: transform 0.3s;
		transition: transform 0.3s;
		border: 0;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	}
	.supashop-wc-account-nav.opened {
		-webkit-transform: none;
		transform: none;
	}
	.supashop-wc-account-nav-inner {
		overflow-y: auto;
		height: 100%;
	}
}
@media screen and (max-width: 640px) {
	.woocommerce-Addresses.col2-set > [class*='u-column'] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.my-account-profile {
	position: relative;
}
.my-account-profile .avatar {
	position: relative;
	border-radius: 50%;
	width: 108px;
	margin: 0 auto;
}
.my-account-profile .avatar img {
	width: 100%;
}
.my-account-profile .my-avatar {
	position: relative;
}
.my-account-profile .btn-toggle-avatar-upload-menu {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 32px;
	height: 32px;
	background: #000;
	border-radius: 50%;
}
.my-account-profile .btn-toggle-avatar-upload-menu:hover {
	box-shadow: 0 0 0 0.2rem var(--supashop-color-heading);
}
.my-account-profile .btn-toggle-avatar-upload-menu i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.my-account-profile .btn-toggle-avatar-upload-menu.updating-icon:before {
	margin: 0;
}
.supashop-user-profile .tm_user_avatar,
.my-account-profile .btn-toggle-avatar-upload-menu.updating-icon i {
	display: none;
}
.supashop-user-profile.active .supashop-user-profile__action {
	z-index: 20;
	opacity: 1;
}
.supashop-user-profile__action {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 124px;
	background-color: #fff;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.supashop-user-profile__action a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 16px;
	line-height: 26px;
	color: var(--supashop-color-text);
}
.supashop-user-profile__action a:focus,
.supashop-user-profile__action a:hover {
	background-color: #f5f5f5;
	color: var(--supashop-color-heading);
}
.supashop-user-profile__action .action-icon {
	text-align: center;
	font-size: 14px;
	min-width: 20px;
	display: block;
	line-height: 1;
	margin: 0 4px 0 0;
}
.woocommerce-account .woocommerce-privacy-policy-text {
	margin: 0 0 20px;
}
.woocommerce-form-wrap > h2 {
	font-size: 24px;
	font-weight: var(--supashop-typography-headings-font-weight-secondary);
	line-height: 1.6;
	margin: 0 0 18px;
}
.woocommerce-form-wrap .button {
	width: 100%;
}
.woocommerce-form-has-background {
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	border: 1px solid #eee;
	padding: 29px 30px 48px;
}
.woocommerce-form-login .lost_password a {
	font-size: 15px;
	display: inline-block;
	margin-bottom: 7px;
}
.woocommerce-form-login .mo-openid-app-icons {
	margin-top: 20px;
}
.woocommerce-form-login .woocommerce-button {
	display: block;
	width: 100%;
}
.woocommerce-form-register-wrap {
	padding: 30px 0 0;
}
.page-main-content > article > .woocommerce > .woocommerce-form-wrap {
	max-width: 570px;
	margin: 0 auto;
}
.woocommerce-orders-table-wrap {
	border-radius: var(--supashop-normal-rounded);
	border: 1px solid var(--supashop-color-box-grey-background);
}
.woocommerce-order-details .order-again {
	margin-top: 10px;
}
.woocommerce-orders-table,
.woocommerce-table--order-details {
	margin-bottom: 0;
	border-collapse: separate;
	border-spacing: 4px;
	margin: 0 -4px;
	width: calc(100% + 8px);
	position: relative;
	z-index: 0;
}
.woocommerce-orders-table th,
.woocommerce-table--order-details th {
	font-size: 16px;
	font-weight: 500;
}
.woocommerce-orders-table td,
.woocommerce-orders-table th,
.woocommerce-table--order-details td,
.woocommerce-table--order-details th {
	border: 0;
	position: relative;
	z-index: 2;
	text-align: left;
	background: none;
}
.woocommerce-orders-table tbody tr,
.woocommerce-orders-table tfoot tr,
.woocommerce-table--order-details tbody tr,
.woocommerce-table--order-details tfoot tr {
	position: relative;
}
.woocommerce-orders-table tbody tr:after,
.woocommerce-orders-table tfoot tr:after,
.woocommerce-table--order-details tbody tr:after,
.woocommerce-table--order-details tfoot tr:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f8f8f8;
	border-radius: 5px;
	z-index: -1;
}
.woocommerce-orders-table .amount,
.woocommerce-table--order-details .amount {
	color: inherit;
}
.woocommerce-orders-table__cell-order-actions .button {
	--supashop-color-button-text: #000;
	--supashop-color-button-border: #fff;
	--supashop-color-button-background: #fff;
	min-width: 100px;
	line-height: 38px;
	height: 40px;
	padding: 0 15px;
	margin: 3px;
}
.woocommerce-customer-details {
	margin: 30px 0 0;
}
.woocommerce-orders-table__cell-order-number {
	font-weight: 500;
}
.woocommerce-orders-table__cell-order-status {
	font-weight: 500;
	color: var(--status-color, #000);
}
.woocommerce-orders-table__row--status-completed {
	--status-color: #60bc7f;
}
.woocommerce-orders-table__row--status-refunded {
	--status-color: #6951cf;
}
.woocommerce-orders-table__row--status-failed {
	--status-color: #e91925;
}
.woocommerce-orders-table__row--status-processing {
	--status-color: #3f99dc;
}
.woocommerce-orders-table__row--status-on-hold,
.woocommerce-orders-table__row--status-pending {
	--status-color: #e4a508;
}
.woocommerce-view-order .woocommerce-order-details {
	margin: 0;
}
@media (max-width: 767px) {
	.woocommerce-orders-table tr,
	.woocommerce-table--order-details tr {
		padding: 15px !important;
	}
	.woocommerce-orders-table tr + tr,
	.woocommerce-table--order-details tr + tr {
		margin-top: 5px;
	}
}
.woocommerce-account .payment_methods {
	margin: 0 0 30px;
	padding: 0;
}
.woocommerce-account .payment_methods > li {
	list-style-type: none;
}
