@charset "UTF-8";
/* CSS Document */

/* - -------------------------------------------------------- */
/* - AUTHENTICATION & ACCOUNT ------------------------------- */
/* - -------------------------------------------------------- */
/* @media screen and (min-width: 768px) {
	#main h1 {
		text-align: center;
	}
} */

#content .table-bordered, #content .table-striped {
	border-width: 0;
	font-size: 0.825rem;
}
#content .table-bordered td, #content .table-bordered th, #content .table-striped td, #content .table-striped th {
	padding: 0.5rem 0.25rem;
	border-left-width: 0;
	border-right-width: 0;
	border-color: var(--theme-color-grey-light);
}

/* - login / create account / identity
------------------------------------------------------------- */
#authentication #content-wrapper > #main, #registration #content-wrapper > #main {
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
}
#authentication #content, #registration #content {
	padding: 0;
	border-width: 0;
}
#authentication #content hr, #registration #content hr {
	border-color: transparent;
}


/* password
------------------------------------------------------------- */
#password .page-title  {
	text-align: center;
}

#password #content {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	padding: 30px;
	border-width: 0;
}
#password #content p {
	font-size: 0.825rem;
	line-height: 1.4;
	margin-bottom: 1rem;
}
#password #content hr {
	border-color: transparent;
}

#password #content .form-fields .form-inline {
	padding: 0;
}
#password #content .form-fields .form-inline > * {
	text-align: center;
	width: 100%;
	margin: 0 !important;
}
#password #content .form-fields .form-inline label {
	margin-bottom: 0.5rem !important;
}
#password #content .form-fields input {
	background-color: var(--theme-color-grey-lighter);
}
#password #content .form-fields input, #password #content .form-fields .form-inline button {
	height: 3.5rem;
	border-width: 0;
	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
------------------------------------------------------------- */
#my-account .my-account-page-content {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
}

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

.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: 15rem;
	line-height: 1.4;
}
.page-addresses .address .address-footer {
	border-top: 1px solid var(--theme-color-grey-light);
	padding: 1rem;
}
.page-addresses .address .address-footer a {
	display: inline-block;
	text-align: center;
	min-width: 25%;
	border-radius: .125rem;
	-webkit-border-radius: .125rem;
	-moz-border-radius: .125rem;
	-ms-border-radius: .125rem;
	-o-border-radius: .125rem;
	margin: 0 0.25rem;
	padding: 0.25rem 0.5rem;
	font-size: 0.675rem;
	font-weight: 600;
	line-height: 1.6;
	text-transform: none;
	letter-spacing: 0.025rem;
	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 .addresses-footer {
	margin: 0;
}
.page-addresses .addresses-footer a[data-link-action="add-address"] {
	display: block;
	text-align: center;
	border-radius: .125rem;
	-webkit-border-radius: .125rem;
	-moz-border-radius: .125rem;
	-ms-border-radius: .125rem;
	-o-border-radius: .125rem;
	font-size: 0.825rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.0125rem;
	padding: 1.25rem 0.75rem;
	padding-right: 1.1rem;
	padding-left: 1.1rem;
	border: 2px solid transparent;
	text-decoration: none;
	background-color: var(--theme-color-primary);
	color: var(--theme-color-white);
}
.page-addresses .addresses-footer a[data-link-action="add-address"] i::before {
	content: "+";
	font-size: 125%;
	position: relative;
	top: 1px;
}

/* address
------------------------------------------------------------- */
.address-form .form-control-label {
	margin-bottom: 0.25em;
}
.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 {
	font-weight: 400;
}
/* orders table */
#history #content .table-labeled {
	margin-top: 2rem;
}

#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: 1.5rem 0;
}
#history .orders .order {
	padding: 1.5rem 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: 600;
	margin-bottom: 0.5rem;
	color: var(--theme-color-black);
}

#content .order-actions a {
	color: var(--theme-color-primary);
	font-weight: 600;
	font-size: 0.75rem;
}
#content .order-actions hr {
	margin-top: .25rem;
	margin-bottom: .25rem;
}

/* order-detail
------------------------------------------------------------- */
#order-detail h1 {
	text-align: center;
}

.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-width: 0;
}
.page-order-detail .box > .table-bordered {
	border-width: 0;
}

.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 var(--theme-color-grey-light);
}
.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 tbody td {
	vertical-align: middle;
	font-size: 0.75rem;
}
.page-order-detail #order-products tfoot td {
	font-size: 0.875rem;
	font-weight: 600;
	padding-top: .75rem;
	padding-bottom: .75rem;
}
.page-order-detail #order-products td a > img {
	width: 4rem;
	height: auto;
}
.page-order-detail #order-products td .row > div {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-order-detail #order-products th:not(:first-child),
.page-order-detail #order-products td:not(:first-child) { text-align: center; }
.page-order-detail #order-products strong a {
	font-weight: 500;
	color: var(--theme-color-black);
}
.page-order-detail #order-products td br + br {
	display: none;
}

.page-order-detail .order-items .order-item .desc .name {
	font-weight: 500;
}

.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 {
		margin-bottom: 1.5rem;
	}
	.page-order-detail .box:not(#order-history) {
		padding: 0.75rem 0;
	}
	.page-order-detail #order-history .history-lines .history-line {
		padding: 0.75rem 0;
	}
	.page-order-detail .order-items {
		padding: 0 !important;
		margin-bottom: 0;
	}
	.page-order-detail .order-items .order-item {
		padding: 0.5rem 0;
		border-bottom: 1px solid var(--theme-color-grey-light);
	}
	.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 0 !important;
	}
}

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