#account {
	margin-top: 120px;
}
.account {
	background-color: #f8f8f8;
}
.account > .nomakeup-container {
	background-color: #f8f8f8;
	padding-top: 40px;
	padding-bottom: 120px;
}
.account .woocommerce {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.account__left {
	max-width: 355px;
	width: 100%;
	flex: none;
    position: sticky;
    top: 80px;
    align-self: flex-start;
}
.account__right {
	max-width: 1045px;
	width: 100%;
}
.account__user-info {
	margin-bottom: 64px;
}
.account__user {
	display: flex;
	flex-direction: column;
}
.account__user--firstname, .account__user--lastname {
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.6px;
}
.account__user--lastname {
	
}
.account__user-discount {
	margin-top: 8px;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.6px;
}
.account__nav {
	position: relative;
}
.account__nav > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.account__nav > ul > li {
	margin-bottom: 16px;
}
.account__nav > ul > li > a {
	line-height: 28.8px; 
	text-decoration: none;
	color: #131313;
	letter-spacing: 0.6px;
	display: flex;
	align-items: center;
}
.account__nav > ul > li[class*="customer-logout"] > a::after {
	font-family: 'Nomakeup';
	content: '\e902';
	margin-left: 16px;
	font-size: 8px;
}
.account__nav > ul > li.is-active > a {
	font-weight: 500;
}
.account__hello {
    border-radius: 12px;
    max-width: 835px;
    margin: auto;
    height: 100%;
    display: flex;
	min-height: 200px; 
    align-items: center;
	flex-wrap: wrap;
}
.account__hello--title {
	width: 100%;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.account__hello--text {
	margin: 0;
	color: #393939;
	width: 100%;
	font-size: 16px;
	margin-bottom: 32px;
	line-height: 28px;
	letter-spacing: 0.6px;
}
.account__hello--promocode {
    background-color: #eaebef;
    font-size: 30px;
    font-weight: 500;
    display: flex;
    padding: 40px 30px;
    border-radius: 22px;
    letter-spacing: 4px;
    color: #393939;
	margin-bottom: 20px;
}
.account__hello--image {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}
@media screen and (max-width:1200px) {
	.account__left {
		max-width: 250px;
	}
}
@media screen and (max-width: 1024px) {
	.account .woocommerce {
		flex-wrap: wrap;
	}
	.account__left, .account__right {   
		max-width: 100%;
		position: relative;
		top: 0;
	}
	.account__left {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.account__user-info, .account__nav {
		width: 48%;
	}
	.account__user-info {
		order: 2;
	}
	.account__nav {
		order: 1;
	}
	.account__hello {
		max-width: 100%;
	}
	.account__right {
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px) {
	#account {
		margin-top: 40px;
	}
}
@media screen and (max-width: 550px) {
	.account__left {
		flex-wrap: wrap;
	}
	.account__user-info {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.account__user-info, .account__nav {
		width: 100%;
	}	
}
@media screen and (max-width: 500px) {
	.account__hello--image {
		height: 400px;
		object-fit: cover;
	}
}
@media screen and (max-width: 375px) {

}


.account__edit-block {
	max-width: 835px;
	margin-left: auto;
}
 
.account__edit-block .account__edit-block--container {
	background-color: #E9E7EC;
	border-radius: 12px;
	padding: 40px;
	width: 100%;
	display: flex;
}
.account__edit-block--title {
	line-height: normal;
	color: #131313;
	max-width: 200px;
	letter-spacing: 0.6px;
}
.account__edit-block--form,
.account__edit-block--address {
    max-width: 470px;
    margin-left: auto;
	width: 100%;
}
.account__edit-block--address {
    line-height: 35px;
    font-style: normal;
    font-weight: 500;
    background-color: #ffffff36;
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 12px;
}
.account__edit-block > form {
	width: 100%;
}
.account__edit-block > form p {
	margin: 0;
	margin-bottom: 20px;
}
.account__edit-block > form p.last {
	margin-bottom: 0;
}
.account__edit-block > form em {
	display: none;
}
.account__edit-block > form label {
	color: #666;
	font-size: 14px;
}
.account__edit-block > form input {
	color: #131313;
	border-color: #393939;
}
.account__edit-block > form .nomakeup-button {
	background-color: #373737;
    color: #fff;
	margin: auto;
    margin-top: 40px;
    width: 100%;
    max-width: 320px;
}
.account__edit-block .edit {
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-align: right;
}
.select2-container--default .select2-selection--single {
	background-color: transparent;
/*padding: 12px 0;*/
    height: 44px;
	border: 0;
	border-bottom: 1px #393939 solid;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px;
	color: #131313;
}
.select2-dropdown {
	background-color: #e9e7ec;
}
.select2-container--open .select2-dropdown--below {
	border-top: 1px #aaa solid;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #373737;
}
#billing_info_field {
	margin-top: -15px;
}
#billing_info_field .woocommerce-input-wrapper {
	display: none;
}
@media screen and (max-width: 768px) {
	.account__edit-block .account__edit-block--container {
		flex-wrap: wrap;
	}
	.account__edit-block--title {
		width: 100%;
		margin-bottom: 32px;
		max-width: 100%;
	}
	.account__edit-block--form, .account__edit-block--address {
		max-width: 100%;
	}
}
@media screen and (max-width: 550px) {
	.account__edit-block .account__edit-block--container {
		padding: 24px;
	}
	.account__edit-block--address {
		padding: 10px 20px;
	}
}



/*.•* - ORDERS - *•.*/
.customer-orders {
	max-width: 900px;
	width: 100%;
	margin-left: auto;
}
.customer-orders__order {
	background-color: #fff;
	border-radius: 12px;
	padding: 24px;
	width: 100%;
	margin-bottom: 24px;
	box-sizing: border-box;
}
.order__header {
	text-decoration: none;
	display: flex;
	justify-content: space-between;
}
.order__header--info {
    display: flex;
   	flex-direction: column;
}
.order__header--info .order__number {
    font-size: 16px;
    line-height: 28px;
}
.order__header--info .order__date {
	font-size: 12px;
	line-height: 22px; 
}
.order__header--info .order__status {
	
}
.order__header .order__total {
    display: flex;
	font-size: 12px;
	line-height: 22px;
}
.order__header .order__total .amount {
	margin-left: 7px; 
}
.order__body {
	margin-top: 16px;
	width: 100%;
	position: relative;
}
.order__items {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 12px;
	height: 130px;
	overflow: hidden;
}
.order__items.slick-initialized {
	display: block;
	
}
.order__items.slick-initialized .slick-track {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;	
}
.order__items_product {
	width: 130px;
	height: 130px;
	overflow: hidden;
	display: flex;
	position: relative;
}
.order__items_product.slick-slide {
      margin: 0 6px;
}
.order__items_image {
	width: 100%;
	display: flex;
}
.order__items_product--gift {
	position: absolute;
	top: 11px;
	left: 11px;
}
.order__items_product--gift::before {
	font-family: 'Nomakeup';
	content: '\e90e';
	font-size: 14px;
}
.order__items_image--img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.order__items--arrows {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 30px;
	width: calc(100% - 40px);
    height: 30px;
    justify-content: space-between;
    margin: auto;
    left: 0;
/*	opacity: 0;*/
    right: 0;
}
.order__items--arrow {
	opacity: 0;
}
.order__items--arrow.slick-arrow {
	cursor: pointer;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 12px;
	opacity: 1;
}
.order__items--arrow.slick-arrow.slick-disabled  {
	opacity: 0;
}
.order__items--arrow::before {
	font-family: 'Nomakeup';
	color: #bdbdbd;
}
.order__items--arrow.prev::before {
	content: '\e906';
}
.order__items--arrow.next::before {
	content: '\e907';
}
.no-customer-orders {
	display: flex;
	width: 100%;
	align-items: center;
	text-align: center;
	flex-direction: column;
}
.no-customer-orders__title {
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 6px;
	text-transform: uppercase;
}
.no-customer-orders__text {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.no-customer-orders__text .nomakeup-button {
	background-color: #393939;
	color: #fff;
}

@media screen and (max-width: 1024px) {
	.customer-orders {
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.order__items {
		height: 100px;
		gap: 8px;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.order__items_product {
		width: 100px;
		height: 100px;
	}
	.order__items_product.slick-slide {
		margin: 0 4px;
	}
}
@media screen and (max-width: 600px) {
	.order__header--info {
		width: 100%;
	}
	.order__header--info .order__number {
		display: flex;
		justify-content: space-between;
	}
	.order__header--info .order__status {
		position: relative;
		left: 0;
		margin: 0;
	}
	.customer-orders__order .order__total {
		display: none;
	}
	.order__items {
		height: 80px;
		gap: 8px;
	}
	.order__items_product {
		width: 80px;
		height: 80px;
	}
	.order__items_product--gift {
		left: 6px;
		top: 6px;
	}
	.order__items_product--gift::before {
		font-size: 12px;
	}
}
@media screen and (max-width: 425px) {
	.customer-orders__order {
		padding: 16px;
	}
	.order__items {
		height: 60px;
	}
	.order__items_product {
		width: 60px;
		height: 60px;
	}
	.order__items_product--gift {
		top: 4px;
		left: 4px;
	}
	.order__items--arrows {
		height: 20px;
	}
	.order__items--arrow.slick-arrow {
		width: 20px;
		height: 20px;
		font-size: 10px;
	}
	.order__header--info .order__number {
		line-height: 20px;
		letter-spacing: 2px;
	}
}

/*.•* - ORDER - *•.*/
.single-order {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 900px;
	margin-left: auto;
}
.single-order__header-info {
	display: flex;
	flex-wrap: wrap;
}
.order__number {
	position: relative;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 6px;
	text-transform: uppercase;
}
.order__status {
	border-radius: 11px;
	background-color: #e6e6e6;
	color: #393939;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 10px;
	line-height: 24px;
	height: 24px;
	letter-spacing: 0.3px;
    max-width: 100px;
    position: absolute;
    width: 100%;
    top: 0;
    left: calc(100% + 16px);
    bottom: 0;
	border: 1px #e6e6e6 solid;
    margin: auto;
}
.processing .order__status,
.pending .order__status {
	color: #666;
	background-color: transparent;
	border-color: #666;
}
.pending .order__status {
	max-width: 150px;
}
.completed .order__status,
.confirmed .order__status {
	color: #fff;
	background-color: #666;
	border-color: #666;
}
.order__date {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.6px;
	width: 100%;
}
.order__header-actions {
	display: flex;
	align-items: flex-end;
}
.order__header-actions > a {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-right: 48px;
	letter-spacing: 0.3px;
	text-decoration: none;
}
.order__header-actions > a:hover {
	color: #313131;
	text-decoration: underline;
}
.order__header-actions > a:last-child { 
	margin-right: 0;
}
.single-order__body {
	width: 100%;
	border-radius: 12px;
	background-color: #fff;
	padding: 40px;
	box-sizing: border-box;
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
}
.so-details {
	max-width: 350px;
	margin-right: 30px;
}
.so-details__subtitle {
	line-height: 22px;
	letter-spacing: 0.6px;
	margin-bottom: 10px;
	margin-top: 24px;
	font-weight: 500;
}
.so-details__subtitle strong {
	margin: 0 6px;
}
.so-details__subtitle.first {
	margin-top: 0;
}
.so-details__info {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.3px;
}
.pay-details {
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;
}
.so-details__info_price {
    max-width: 250px;
    text-align: right;
}
.pay-details.last .so-details__info_price {
	font-weight: 500;
}
.order__body-items.so-items {
    display: flex;
    margin-left: auto;
    width: 257px;
	overflow: hidden;
	position: relative;
}
.so-items__container {
	width: 100%;
    overflow: hidden;
    display: flex;
}
.so-items__container .slick-track {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;	
}
.so-item {
	flex: 1 0 auto;
	background-color: #ededed;
    max-width: 257px;
/*    min-height: 365px;*/
    min-height: 400px;
    display: flex;
    padding-bottom: 16px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    flex-direction: column;
    align-items: center;	
}
.so-item__image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: 100%;
    font-size: 12px;
}
.so-item__gift {
	top: 24px;
	left: 24px;
	z-index: 1;
	width: 64px;
	height: 32px;
	display: flex;
	position: absolute;
	text-align: center;
	align-items: center;
	border-radius: 19px;
	justify-content: center;
	background-color: #FEFEFE;
}
.so-item__gift::before {
	font-family: 'Nomakeup';
	content: '\e90e';
	font-size: 14px;
}
.so-item__image {
	margin: 0;
	position: relative;
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-height: 257px;
}
.so-item__body {
	margin-top: auto;
	margin-bottom: 10px;
	width: 100%;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	height: auto;
	position: relative;
	padding: 0 25px;
}
.so-item__title {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.6px;
	color: #131313;	
	margin-bottom: 8px;
	text-transform: uppercase;
    text-decoration: underline;
}
.so-item__title.without-excerpt,
.so-item__status.without-excerpt {
	margin-top: auto;
}
.so-item__excerpt {
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #393939;
}
.so-item__footer {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	align-items: center;
	position: relative;
	padding: 0 25px;
}
.so-item__price {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.6px;
	color: #131313;
}
.so-items__arrows {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 30px;
    width: 90%;
    height: 30px;
    justify-content: space-between;
    margin: auto;
    left: 0;
/*	opacity: 0;*/
    right: 0;
}
.so-items__arrow {
	opacity: 0;
}
.so-items__arrow.slick-arrow {
	cursor: pointer;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 12px;
	opacity: 1;
}
.so-items__arrow.slick-arrow.slick-disabled  {
	opacity: 0;
}
.so-items__arrow::before {
	font-family: 'Nomakeup';
	color: #bdbdbd;
}
.so-items__arrow.prev::before {
	content: '\e906';
}
.so-items__arrow.next::before {
	content: '\e907';
}

@media screen and (max-width: 1024px) {
	.single-order {
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.single-order__header-info {
		order: 1;
	}
	.single-order__body {
		flex-wrap: wrap;
		order: 2;
	}
	.order__header-actions {
		order: 3;
		width: 100%;
		margin-top: 16px;
		justify-content: center;
	}
	.so-details {
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
	.order__body-items.so-items {
		margin-right: auto;
		margin-top: 25px;
	}
}
@media screen and (max-width:500px) {
	.order__number {
		font-size: 20px;
		line-height: 32px;
	}
}
@media screen and (max-width:425px) {
	.single-order__header-info {
		width: 100%;
	}
	.order__number {
		width: 100%;
	}
	.order__status {
		left: 0;
		margin: 10px 0;	
		position: relative;
	}
	.single-order__body {
		padding: 20px;
	}
}


/*.•* - WISHLIST - *•.*/
.no-wishlist {
	display: flex;
	width: 100%;
	align-items: center;
	text-align: center;
	flex-direction: column;
}
.no-wishlist__title {
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 6px;
	text-transform: uppercase;
}
.no-wishlist__text {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.no-wishlist__text .nomakeup-button {
	background-color: #393939;
	color: #fff;
}


/*.•* - LOG IN PAGE - *•.*/
.page-template-page-account .site-header {
	background-color: transparent;
}
.page-template-page-account.logged-in .site-header {
	background-color: #fbfbfb;
}
.page-template-page-account #site-footer {
	display: none;
}
.page-template-page-account.logged-in #site-footer {
	display: block;
}
.loggin_wrapper {
	height: calc(100vh + 54px); 
/*	height: calc(100vh - 54px); */
/*	height: 100vh;*/
	margin-top: -54px;
	background-image: url(https://no.makeup/wp-content/uploads/2023/08/account-scaled.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.loggin_wrapper > .woocommerce {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loggin_wrapper .woocommerce-notices-wrapper {
	position: fixed;
	bottom: 0;
	margin: 0 auto;
}

@media screen and (max-width: 500px) {
	.loggin_wrapper {
		height: calc(100vh - 74px); 
		margin-top: 0;
		background-image: none;
	}	
}