.page-account-content {
	padding: 20px 0 111px;
}
.container-account {
	width: 1406px;
	max-width: 100%;
	margin: 0 auto;
}
.page-account-content .page-title {
	margin: 0 0 38px;
}
.account-content-wrapper {
	display: grid;
	grid-template-columns: 274px 1fr;
	border-top: 1px solid var(--color-D0D3D5);
}
.account-sidebar {
	padding: 40px 40px 0 0;
	border-right: 1px solid var(--color-D0D3D5);
}
.account-sidebar > aside {
	width: 100%;
	padding: 0;
}
.account-nav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 25px;
}
.account-nav > a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	color: var(--color-9C9FA2);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 14px */
	letter-spacing: 0.7px;
	text-transform: uppercase;
	transition: .3s;
}
.account-nav-icon {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.account-nav > a:hover,
.account-nav > a.active {
	color: var(--color-000);
}
.account-edit-wrapper {
	padding: 50px 0 0 54px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 77px;
}
.account-content-title {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 39px */
	text-transform: uppercase;
	margin: 0 0 40px;
}
.account-edit-item .account-content-title {
	margin-bottom: 20px;
}
.account-connect-item .account-content-title,
.account-password-item .account-content-title {
	margin-bottom: 33px;
}
.account-content-subtitle {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	margin: 0 0 27px;
}
.account-password-item .account-content-subtitle {
	margin-bottom: 20px;
}
.account-fields-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	margin: 0 0 30px;
}
.account-wishlist-products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.account-wishlist-products > div {
	border-right: 1px solid var(--color-D0D3D5);
}
.account-wishlist-products > div:nth-child(n+4) {
	border-top: 1px solid var(--color-D0D3D5);
}
.product-wishlist-pagination {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 40px 0 0;
}
.product-card-wl-remove-btn {
	position: absolute;
	right: 16px;
	top: 17px;
	width: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.product-card:hover .product-card-wl-remove-btn {
	opacity: 1;
	visibility: visible;
}
.account-order-content {
	padding: 50px 0 0 54px;
}
.account-order-content .account-content-title {
	margin-bottom: 36px;
}
.account-order-list-head {
	display: grid;
	grid-template-columns: 313px 212px 114px 142px 183px 113px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--color-D0D3D5);
}
.account-order-list-head > div {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 12px */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.account-order-list-body {
	display: grid;
	grid-template-columns: 313px 212px 114px 142px 183px 113px;
	border-bottom: 1px solid var(--color-D0D3D5);
	position: relative;
}
.account-order-list-body > a {
	position: absolute;
	right: 43px;
	bottom: 12px;
	color: var(--color-9C9FA2);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}
.account-order-list-body > div {
	padding: 26px 0 20px;
}
.account-order-list-body > div.order-column-product {
	padding-top: 20px;
}
.order-column-product-wrapper {
	display: flex;
	flex-wrap: nowrap;
	gap: 1.5px;
}
.order-column-product-wrapper > a {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.account-order-list-body > div.order-column-order-id,
.account-order-list-body > div.order-column-quantity,
.account-order-list-body > div.order-column-date {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}
.account-order-list-body > div.order-column-total {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 21.6px */
	text-transform: uppercase;
}
.order-column-status-text {
	padding: 5px 10px 7px;
	border-radius: 30px;
	background: rgba(116, 32, 233, 0.05);
	color: var(--color-7420E9);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}
.order-column-status-text.status-1 {
	color: var(--color-F6B900);
}
.order-column-status-text.status-7 {
	color: var(--color-E92023);
}
.order-column-status-text.status-3 {
	color: var(--color-4BA168);
}
.account-order-list-body > div.order-column-status {
	display: flex;
	align-items: flex-start;
}
.account-order-info-content {
	padding: 50px 0 0 54px;
}
.account-order-info-content .account-content-title {
	margin-bottom: 36px;
}
.order-detail-wrapper {
	padding: 26px 19px 0;
	border-top: 1px solid var(--color-D0D3D5);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	margin: 0 0 70px;
}
.order-detail-wrapper > div {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 13px;
}
.order-detail-item {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 10px;
}
.order-detail-item-name {
	width: 150px;
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}
.order-detail-item-value {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 21px */
}
.order-detail-address {
	padding: 26px 19px 0;
	border-top: 1px solid var(--color-D0D3D5);
	margin: 0 0 70px;
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 21px */
}
.order-product-head-wrapper {
	display: grid;
	grid-template-columns: 174px 303px 200px 200px 200px;
	margin: 0 0 15px;
}
.order-product-head-wrapper > div {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 12px */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.order-product-body-wrapper {
	display: grid;
	grid-template-columns: 174px 303px 200px 200px 200px;
	border-top: 1px solid var(--color-D0D3D5);
}
.order-product-body-wrapper > div {
	padding: 20px 0;
}
.order-product-body-wrapper > div.column-order-product-name {
	padding-right: 87px;
}
.order-product-body-wrapper > div.column-order-product-quantity {
	padding-top: 32px;
}
.order-product-body-wrapper > div.column-order-product-price {
	padding-top: 33px;
}
.order-product-body-wrapper > div.column-order-product-total {
	padding-top: 32px;
}
.order-product-name {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
	display: inline-block;
	margin: 0 0 9px;
}
.order-product-item-data-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 4px;
	margin: 0 0 10px;
}
.order-product-item-data-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: var(--color-9C9FA2);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}
.order-product-item-data-item > span {
	color: var(--color-000);
}
.column-order-product-image > div {
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.order-product-quantity {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
}
.order-product-total,
.order-product-price {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 21.6px */
	text-transform: uppercase;
}
.order-detail-total-content {
	padding: 40px 30px 21px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 23px;
	border-radius: 26px;
	background: var(--color-F2F3F5);
	margin: 0 0 25px;
}
.order-detail-total-title {
	margin-bottom: 7px;
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}
.order-detail-total-text {
	width: 300px;
	text-align: right;
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
}
.account-content-address {
	padding: 50px 0 0 54px;
}
.account-content-address-subtitle {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 39px */
	text-transform: uppercase;
	margin: 0 0 20px;
}
.account-content-address form {
	max-width: 500px;
}
.account-content-address form > fieldset {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}
.account-content-address form > fieldset > .form-field {
	width: 100%;
}
.account-content-address .nice-select .list {
	max-height: 240px;
	overflow-y: auto;
}
.addresses-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	margin: 0 0 20px;
}
.addresses-list-item {
	padding: 29px 30px 30px 30px;
	border-radius: 26px;
	border: 1px solid var(--color-D0D3D5);
	background: var(--color-FFF);
}
.addresses-list-item.default-address {
	background: var(--color-F2F3F5);
	border: 1px solid var(--color-F2F3F5);
}
.addresses-list-item-top {
	padding-bottom: 29px;
	border-bottom: 1px solid var(--color-D0D3D5);
	margin: 0 0 15px;
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
}
.addresses-list-item-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.addresses-list-item-action {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 30px;
}
.btn-address-edit {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
fieldset > .form-field-checkbox > label {
	margin: 0 0 30px 0;
}
@media(max-width: 1400px) {
	.container-account {
		padding: 0 20px;
	}
}
@media(max-width: 1099px) {
	.account-content-wrapper {
		grid-template-columns: 1fr 3fr;
	}
	.account-sidebar {
		padding: 25px 25px 0 0;
	}
	.account-edit-wrapper {
		padding: 25px 0 0 25px;
		grid-gap: 30px;
	}
	.account-fields-wrapper {
		grid-gap: 15px;
		margin-bottom: 20px;
	}
	.account-nav {
		gap: 20px;
	}
	.account-order-content {
		padding: 25px 0 0 25px;
	}
	.order-column-product-wrapper > a {
		width: 60px;
		height: 60px;
	}
	.account-order-list-body,
	.account-order-list-head {
		grid-template-columns: 29% 20% 11% 13% 17% 10%;
	}
	.account-order-list-body > a {
		right: 0;
		bottom: 8px;
	}
	.account-order-info-content {
		padding: 25px 0 0 25px;
	}
	.account-order-info-content .account-content-title {
		margin-bottom: 20px;
	}
	.order-detail-address,
	.order-detail-wrapper {
		padding: 21px 15px 0;
		grid-gap: 25px;
		margin: 0 0 50px;
	}
	.order-product-head-wrapper,
	.order-product-body-wrapper {
		grid-template-columns: 16% 27% 19% 19% 19%;
	}
	.order-product-body-wrapper > div {
		padding: 15px 0;
	}
	.order-detail-total-text {
		width: 25%;
	}
	.page-account-content {
		padding: 20px 0 60px;
	}
	.order-product-body-wrapper > div.column-order-product-quantity,
	.order-product-body-wrapper > div.column-order-product-total,
	.order-product-body-wrapper > div.column-order-product-price {
		padding-top: 15px;
	}
	.column-order-product-image {
		padding-right: 10px!important;
	}
	.column-order-product-image > div {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		overflow: hidden;
		position: relative;
	}
	.column-order-product-image > div > img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.order-product-body-wrapper > div.column-order-product-name {
		padding: 15px 20px 15px 0;
	}
}
@media(max-width: 900px) {
	.order-column-product-wrapper > a:nth-child(3) {
		display: none;
	}
	.account-wishlist-products {
		grid-template-columns: repeat(2, 1fr);
	}
	.account-wishlist-products > div:nth-child(n+3) {
		border-top: 1px solid var(--color-D0D3D5);
	}
}
@media(max-width: 800px) {
	.account-edit-wrapper {
		grid-template-columns: 1fr;
	}
	.account-order-list-body, .account-order-list-head {
		grid-template-columns: 24% 20% 13% 13% 17% 13%;
	}
}
@media(max-width: 700px) {
	.container-account {
		padding: 0 16px;
	}
	.account-content-wrapper {
		grid-template-columns: 1fr;
	}
	.account-sidebar {
		border: none;
		padding: 20px 0 0;
	}
	.account-sidebar > aside {
		display: block!important;
	}
	.account-nav {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 5px;
		width: calc(100vw - 32px);
		padding-bottom: 5px;
		overflow-x: auto;
	}
	.account-nav > a {
		white-space: nowrap;
		flex-shrink: 0;
		padding: 7px 15px;
		border-radius: 40px;
		background: var(--color-F2F3F5);
	}
	.account-nav-icon {
		width: 20px;
		height: 20px;
	}
	.account-edit-wrapper {
		padding-left: 0;
	}
	.account-order-content {
		padding-left: 0;
	}
	.order-product-wrapper,
	.account-order-list {
		overflow-x: auto;
		padding-bottom: 5px;
		width: calc(100vw - 32px);
	}
	.order-product-wrapper > div,
	.account-order-list > div {
		width: 660px;
	}
	.order-detail-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 13px;
	}
	.account-order-info-content {
		padding-left: 0;
	}
	.order-detail-item-name {
		width: 100px;
	}
	.account-wishlist-products > div {
		border-left: 1px solid var(--color-D0D3D5);
	}
	.account-wishlist-products > div:nth-child(even) {
		border-left: 1px solid transparent;
	}
	.account-wishlist-products > div:first-child,
	.account-wishlist-products > div:nth-child(2) {
		border-top: 1px solid var(--color-D0D3D5);
	}
	.account-wishlist-content {
		padding-top: 30px;
	}
}