
/* - -------------------------------------------------------- */
/* - ACCOUNT / AUTHENTICATION GENERAL ----------------------- */
/* - -------------------------------------------------------- */
.page-my-account #wrapper .breadcrumb,
.page-customer-account #wrapper .breadcrumb,
.page-addresses #wrapper .breadcrumb {
	text-align: center;
}
.page-my-account #main h1,
.page-customer-account #main h1,
.page-addresses #main h1 {
	text-align: center;
}
.page-customer-account #notifications .alert, .page-order-detail #notifications .alert { margin-bottom: 1rem; }

.page-customer-account #content {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	color: var(--theme-color-black);
}

.page-customer-account #content .table-bordered {
	border-width: 0;
}
.page-customer-account #content .table-bordered td, .page-customer-account #content .table-bordered th {
	text-align: center;
	padding: 0.75rem 0.5rem;
	border-left-width: 0;
	border-right-width: 0;
	border-color: var(--theme-color-grey);
}

/* - footer_links
------------------------------------------------------------- */
.page-footer, .footer_links, .footer_link {
	text-align: center;
	margin: 0;
}
.page-customer-account .page-footer, .page-customer-account .footer_links, .page-customer-account .footer_link {
	margin: 3.5rem 0;
}
.footer_links li, .footer_link li {
	float: none !important;
}
.page-footer a, .footer_links li a, .footer_link li a {
	min-width: 180px;
	text-align: center;
}
.page-footer .account-link, .page-footer li a, .footer_links li a, .footer_link li a {
	margin: 0 0.75rem 0.75rem;
	text-transform: none;
	min-width: 8rem;
	line-height: 30px;
	padding: 0.25rem;
	font-size: 0.75rem;
	display: inline-block;
	border-radius: 0.125rem;
	-webkit-border-radius: 0.125rem;
	-moz-border-radius: 0.125rem;
	-ms-border-radius: 0.125rem;
	-o-border-radius: 0.125rem;
	text-decoration: none;
	border: 2px solid var(--theme-color-black);
	background-color: transparent;
	color: var(--theme-color-black);
}
.page-footer .account-link:hover, .page-footer li a:hover, .footer_links li a:hover, .footer_link li a:hover,
.page-footer .account-link:focus, .page-footer li a:focus, .footer_links li a:focus, .footer_link li a:focus {
	border-width: 2px;
	border-color: var(--theme-color-secondary);
	background-color: var(--theme-color-secondary);
	color: var(--theme-color-white);
}
.page-footer .account-link span, .page-footer li a span, .footer_links li a span, .footer_link li a span {
	font-size: 0.75rem;
	vertical-align: inherit;
}
.page-footer .account-link i, .page-footer li a i, .footer_links li a i, .footer_link li a i {
	display: none;
}

/* - login / create account / identity
-----------------------------------------------------/-------- */
.page-authentication #content,
.page-registration #content,
#identity #content {
	max-width: 720px;
	margin: 0 auto;
}

#customer-form {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
#customer-form > section { order: 1; }
#customer-form > footer { order: 3; }
#customer-form > .recaptcha-text-center { order: 2; }

.register-form > p:first-child {
	text-align: center;
}
.register-form > p:first-child a {
	font-weight: 600;
	color: var(--theme-color-primary);
}

#customer-form .form-control-label, #customer-form .form-group > div, #login-form .form-control-label, #login-form .form-group > div {
	display: block;
	width: 100%;
}
#customer-form .form-control-label, #login-form .form-control-label {
	margin-bottom: 0.25em;
}
#login-form .form-footer .btn, #customer-form .form-footer .btn {
	width: 100%;
	padding: 1.25rem 0.75rem;
	font-size: 0.925rem;
}

/* password
------------------------------------------------------------- */
#password #content {
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
	padding: 30px;
	border-width: 0;
}
#password #content p {
	font-size: 0.825rem;
}
.forgotten-password {
	padding: 0;
}
.forgotten-password .send-renew-password-link {
	padding: 0;
}
.forgotten-password .form-fields .center-email-fields {
	display: block;
	padding: 0 20px;
}
.forgotten-password .form-fields .center-email-fields > * {
	text-align: center;
	padding: 0 !important;
	width: 100% !important;
}
.forgotten-password .form-fields .email input {
	border-bottom-width: 0;
}
.forgotten-password .form-fields .email input, .forgotten-password .form-fields .center-email-fields button {
	height: 3.5rem;
	margin: 0;
	text-align: center;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

/* - my-account
------------------------------------------------------------- */
.page-my-account #content .links {
	display: block;
}
.page-my-account #content .links a {
	float: none;
	display: block;
	clear: both;
	margin: 1.25rem auto;
	font-size: 0.825rem;
	line-height: 1.5;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0.15em;
	width: auto;
	max-width: 40rem;
    text-decoration: none;
	color: var(--theme-color-black);
}
.page-my-account #content .links a:hover {
    text-decoration: none;
	color: var(--theme-color-black);
}
.page-my-account #content .links a span.link-item {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	height: auto;
	padding: 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 2px solid var(--theme-color-white);
	background-color: var(--theme-color-white);
	color: var(--theme-color-black);
}
.page-my-account #content .links a svg, .page-my-account #content .links a i {
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.25rem;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-bottom: 0.25rem;
	color: var(--theme-color-black);
	/* display: none !important; */
}
.page-my-account #content .links a:hover i {
	color: var(--theme-color-black);
}
.page-my-account #content .links a svg {
	width: 1.125rem;
	height: auto;
}
.page-my-account #content .links a:hover svg path {
	fill: var(--theme-color-black);
}

@media screen and (min-width: 992px) {
	.page-my-account #content .links a:hover span.link-item {
		border: 2px solid var(--theme-color-white);
		background-color: var(--theme-color-white);
		color: var(--theme-color-primary);
	}
	.page-my-account #content .links a:hover, .page-my-account #content .links a:hover i {
		color: var(--theme-color-primary);
	}
	.page-my-account #content .links a:hover svg path {
		fill: var(--theme-color-primary);
	}
}

/* addresses
------------------------------------------------------------- */

.page-addresses #content .address {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: var(--theme-color-white);
}
.page-addresses .address .address-body h4 {
	font-size: 0.875rem;
	letter-spacing: 0.125rem;
	color: var(--theme-color-black);
}
.page-addresses .address {
	font-size: 0.75rem;
}
.page-addresses .address address {
	margin-bottom: 0;
}
.page-addresses .address .address-body {
	padding: 1.5rem;
	min-height: 210px;
}
.page-addresses .address .address-footer {
	border-top: 1px solid var(--theme-color-grey-lighter);
	padding: 1rem;
}
.page-addresses .address .address-footer a {
	display: inline-block;
	text-align: center;
	min-width: 20%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin: 0 0.25rem;
	padding: 0.25rem 0.5rem;
	font-weight: 600;
	font-size: 0.65rem;
	line-height: 1.6;
	text-transform: none;
	letter-spacing: 0.075rem;
	background-color: var(--theme-color-black);
	color: var(--theme-color-white);
}
.page-addresses .address .address-footer a:hover {
	background-color: var(--theme-color-black);
	color: var(--theme-color-white);
}
.page-addresses .address .address-footer a i { display: none !important; }
.page-addresses .address .address-footer a[data-link-action="delete-address"] {
	float: right;
	background-color: var(--theme-color-danger);
	color: var(--theme-color-white);
}
.page-addresses .address .address-footer a span {
	font-size: 0.65rem;
	vertical-align: initial;
}
.page-addresses .addresses-footer {
	text-align: center;
}

/* address
------------------------------------------------------------- */
.page-address #content {
	max-width: 720px;
	margin: 0 auto;
	padding: 30px;
}
.address-form .form-control-label {
	margin-bottom: 0.25em;
}
.address-form .form-control-label, .address-form .form-group > div {
	display: block;
	width: 100%;
}
.address-form .form-footer .btn {
	display: block;
	float: none;
	width: 100%;
	padding: 1.25rem 0.75rem;
	font-size: 0.925rem;
}

/* history
------------------------------------------------------------- */
#history .page-content h6 {
	text-align: center;
	font-weight: 400;
}
/* orders table */
#history #content .table-labeled {
	margin-top: 2.5rem;
}
#history #content .table-labeled td, #history #content .table-labeled th {
	text-align: center !important;
}
#history #content .table-labeled .label, #history #content .status .label {
	display: inline-block;
	padding: 0.25rem 0.35rem;
	margin: 0.125rem;
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: 0.3px;
	white-space: nowrap;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	color: var(--theme-color-white);
}
/* orders list  */
#history .orders {
	margin: 2rem 0;
}
#history .orders .order {
	padding: 2rem 0;
	border-bottom: 1px solid var(--theme-color-grey);
}
#history .orders .order:first-child { border-top: 1px solid var(--theme-color-grey); }
#history .orders .order:last-child { border-bottom: 1px solid var(--theme-color-grey); }
#history .orders .order a h3 {
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	color: var(--theme-color-black);
}

.page-customer-account #content .order-actions a {
	color: var(--theme-color-primary);
	font-weight: 400;
	letter-spacing: 0.5px;
}

/* - gdpr info page module
------------------------------------------------------------- */
.page-customer-account .psgdprinfo17 {
	background-color: var(--theme-color-grey-light);
}

/* order-detail
------------------------------------------------------------- */
#order-detail h1 {
	text-align: center;
}
.page-order-detail {
	font-size: 0.825rem;
	line-height: 1.5;
	color: var(--theme-color-black);
}
.page-order-detail .table td, .page-order-detail .table th {
	font-size: 0.825rem;
	padding: 0.75rem;
}
.page-order-detail .table th {
	font-size: 0.75rem;
}
.page-order-detail address, .page-order-detail ul {
	margin-bottom: 0;
}
.page-order-detail .box {
	padding: 0;
	margin-bottom: 2rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.page-order-detail #order-infos .box, .page-order-detail .addresses .box, .page-order-detail .order-message-form.box {
	padding: 20px 15px;
}
.page-order-detail .box.messages {
	padding: 1rem;
}

.page-order-detail h3, .page-order-detail .addresses h4 {
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: none;
	color: var(--theme-color-black);
}
.page-order-detail .addresses address {
	font-size: 0.75rem;
}
.page-order-detail #order-history h3 {
	display: none;
}
.page-order-detail #order-history .history-lines .history-line {
	padding: 0.75rem;
	border-bottom: 1px solid #f6f6f6;
}
.page-order-detail #order-history .label, .page-order-detail #order-history .history-lines .history-line .label {
	display: inline-block;
	padding: 0.25rem 0.35rem;
	margin: 0.125rem;
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: 0.3px;
	white-space: nowrap;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	color: var(--theme-color-white);
}
.page-order-detail #order-products th { text-align: center; }

.page-order-detail .order-totals + .box table th,
.page-order-detail .order-totals + .box table td { text-align: center; }

.page-order-detail .order-message-form.box {
	display: none;
}
.page-order-detail .order-message-form.box .form-fields { margin-top: 1rem; }
.page-order-detail .order-message-form.box .form-footer button { min-width: 240px; }

@media screen and (max-width: 767px) {
	.page-order-detail .box {
		padding: 0.75rem 1rem;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		-ms-box-shadow: none;
		box-shadow: none;
		margin-bottom: 1rem;
	}
	.page-order-detail .box:not(#order-history) {
		padding: 0.75rem 1rem;
	}
	.page-order-detail #order-history .history-lines .history-line {
		padding: 0.75rem 0;
	}
	.page-order-detail .order-items {
		padding: 0 1rem !important;
		margin-bottom: 0;
	}
	.page-order-detail .order-items .order-item {
		padding: 1rem 0 0;
		border-bottom: 1px solid var(--theme-color-grey);
	}
	.page-order-detail .order-items .order-item .desc {
		margin-bottom: 0.5rem;
	}
	.page-order-detail .order-items .order-item .qty {
		margin-bottom: 0.5rem;
	}
	.page-order-detail .order-totals {
		padding: 1rem !important;
	}
}

/* discount
------------------------------------------------------------- */
#discount .table th, #discount .table td {
	text-align: center !important;
}
#discount .cart-rule {
	border-bottom: 1px solid var(--theme-color-grey-light);
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}