.navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	gap: 10px;
}
.navigation__left {
	flex: 0 1 560px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.navigation__item {
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	background: rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 1);
	flex: 0 1 170px;
	text-align: center;
	font-weight: 600;
	transition: all .3s ease 0s;
	list-style-type: none;
}
.navigation__item a {
	padding: 14px;
	display: block;
}
.navigation__item::marker {
	display: none;
}
.navigation__item.is-active, .navigation__item:hover, .navigation__item:active, .navigation__item:focus {
	background: rgba(238, 124, 10, 1);
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(238, 124, 10, 1);
}
.navigation__right {
	flex: 0 0 150px;
}
.navigation__out {
	border-radius: 8px;
	background: rgba(210, 0, 0, 0.1);
	color: rgba(210, 0, 0, 1);
	border: 1px solid rgba(210, 0, 0, 0.1);
	font-weight: 600;
	text-align: center;
	transition: all .3s ease 0s;
}
.navigation__out:hover, .navigation__out:active, .navigation__out:focus {
	border: 1px solid rgba(210, 0, 0, 1);
}
.navigation__out a {
	display: block;
	padding: 14px;
	background-image: url('./img/exit.svg');
	background-size: auto;
	background-position: 30px center;
	background-repeat: no-repeat;
}
@media(max-width: 850px) {
	.navigation {
		flex-direction: column;
	}
	.navigation__item {
		flex: 0 1 150px;
	}
	.navigation__right {
		flex: 1 1 auto;
		width: 150px;
	}
	.navigation__left {
		flex: 1 1 auto;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
}
.woocommerce-MyAccount-navigation-link--customer-logout, .woocommerce-MyAccount-navigation-link--dashboard, .woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}
.woocommerce-MyAccount-content {
	padding-bottom: 100px;
	margin-top: 35px;
}
.lkform__body {
	display: flex;
	flex-direction: column;
	max-width: 620px;
	gap: 35px;
}
.lkform__item {
	position: relative;
}
.lkform__item input {
	box-sizing: border-box;
	border: 1px solid rgba(233, 233, 233, 1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 1);
	width: 100%;
	padding: 14px;
	font-weight: 500;
}
.lkform__item input:focus {
	outline: none;
}
.lkform__item label {
	position: absolute;
	top: -13px;
	left: 13px;
	background-color: rgba(255, 255, 255, 1);
	padding: 5px;
	border-radius: 100%;
	color: rgba(0, 0, 0, 1);
	z-index: 1;
}
.subtext {
	color: rgba(0, 0, 0, 1);
}
.save__button {
	border-radius: 8px;
	background: rgba(238, 124, 10, 1);
	color: rgba(255, 255, 255, 1);
	width: 200px;
	padding: 14px;
	border: 1px solid rgba(238, 124, 10, 1);
	transition: all .3s ease 0s;
}
.save__button:hover, .save__button:active, .save__button:focus {
	background: rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 1);
}
.woocommerce table.shop_table {
	border: none;
}
.text-10 {
	font-size: 10px;
	font-weight: 400!important;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	border-top: 1px solid rgba(233, 233, 233, 1);
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.woocommerce table.shop_table th {
	padding: 0;
	padding-bottom: 10px;
}
.woocommerce table.shop_table td {
	border-top: 1px solid rgba(233, 233, 233, 1);
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
}
.woocommerce-orders-table__cell-order-number {
	font-size: 16px;
	font-weight: 700;
}
.woocommerce-orders-table__cell-order-actions {
	text-align: right;
}
.woocommerce-orders-table__header-order-actions {
	display: none;
}
.woocommerce-orders-table__cell-order-status {
	color: rgba(71, 135, 82, 1);	
}
.woocommerce-orders-table__cell-order-actions a {
	color: rgba(238, 124, 10, 1);
	font-size: 14px;
	font-weight: 600;
	background: none;
}
/*Детальная страница заказа*/
.woocommerce-order-details__title {
	margin: 20px 0;
}
.action__button, .order-again a {
	border-radius: 8px!important;
	background: rgba(238, 124, 10, 1)!important;
	color: rgba(255, 255, 255, 1)!important;
	padding: 10px 14px!important;
	border: 1px solid rgba(238, 124, 10, 1)!important;
	transition: all .3s ease 0s!important;
	font-size: 14px!important;
	font-weight: 500!important;
	line-height: 100%!important;
}
@media(max-width: 800px) {
	.woocommerce-table__product-table, .woocommerce-table__product-total, .all__cost {
		text-align: right;
	}

}
/*Мои адреса*/
.woocommerce-Addresses {

}
.woocommerce-Address {
	box-sizing: border-box;
	border: 1px solid rgba(233, 233, 233, 1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 1);
	padding: 20px;
	display: flex;
	gap: 20px;
}
.woocommerce-Address header {
	order: 2;
	display: flex;
	align-items: center;
	flex: 0 0 20px;
}
.woocommerce-Address address {
	order: 1;
	flex: 1 1 auto;
}
.woocommerce-Address-title a {
	font-size: 16px;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
}
.form-row  {
	position: relative;
	width: 100%!important;
}
.form-row input, .form-row .select2-selection {
	box-sizing: border-box!important;
	border: 1px solid rgba(233, 233, 233, 1)!important;
	border-radius: 8px!important;
	background: rgba(255, 255, 255, 1)!important;
	width: 100%!important;
	padding: 14px!important;
	font-weight: 500!important;
	color: #000!important;
}
.select2-selection__rendered {
	padding: 0!important;
	font-weight: 500!important;
	color: #000!important;
}
.form-row input:focus {
	outline: none!important;
}
.form-row label {
	position: absolute;
	top: -8px;
	left: 13px;
	background-color: rgba(255, 255, 255, 1);
	padding: 5px;
	border-radius: 100%;
	color: rgba(0, 0, 0, 1);
	z-index: 1;
	line-height: 1!important;
}
.screen-reader-text {
	width: fit-content;
	height: fit-content;
	clip-path: unset;
	clip: unset;
	margin: 0;
	overflow: unset;
}
.woocommerce-address-fields .save__button {
	margin-top: 30px;
}