/*.•* - USER PROFILE- *•.*/
.woocommerce {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.account-cart-link {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
.profile {
	width: 100%;
	display: flex;
}
.profile .clear {
	display: none;
}
.profile__left {
	display: flex;
	flex-wrap: wrap;
	width: 30%;
	flex-direction: column;
	position: sticky;
	top: 10px;
	align-self: flex-start;
}
.woocommerce-view-order .profile__left {
	display: none;
}
.profile__title {
	width: 100%;
	font-size: 40px;
	line-height: 47px;
	font-weight: 400;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #393939;
}
.profile__nav {
	display: flex;
	margin-top: 30px;
	width: 100%;
}
.profile__nav ul {
	list-style: none;
}
.profile__nav ul > li {
	position: relative;
	display: flex;
	align-items: center; 
	margin-bottom: 10px;
}
.profile__nav ul > li::before {
	font-family: 'Magic';
	margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 21px;
}
.profile__nav ul > li[class*="dashboard"]::before {
	content: '\e90e';
}
.profile__nav ul > li[class*="account"]::before {
	content: '\e901';
}
.profile__nav ul > li[class*="logout"]::before {
	content: '\e910';
}
.profile__nav ul > li[class*="orders"]::before {
	content: '\e90d';
}
.profile__nav ul > li[class*="wishlist"]::before {
	content: '\e912';
}
.profile__nav ul > li[class*="address"]::before {
	content: '\e90c';
}
.profile__nav ul > li > a {
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #393939;	
}
.profile__nav ul > li.is-active > a {
	font-weight: bold;
}
.profile__nav ul > li.is-active::before {
	color: #ff8181;
}
.profile__right {
	display: flex;
	width: 60%;
	margin-left: auto;
	flex-wrap: wrap;
}
.profile__right > p {
	font-size: 14px;
}
.profile__right .woocommerce-info {
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	background-color: #deffe5;
	padding: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.profile__main {
	width: 100%;
	font-size: 20px;
	display: flex;
	align-items: center;
	font-weight: 500;
	background-color: #f5f5f5;
	padding: 70px;
	height: 70%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+0,000000+100&0.65+0,0+100 */
	background: -moz-linear-gradient(left,  rgba(245,245,245,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(245,245,245,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(245,245,245,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f5f5f5', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	
}
.woocommerce-view-order .profile__right {
	width: 100%;
}
@media screen and (max-width:1350px) {
	.profile__title {
		font-size: 35px;
		line-height: 40px;
	}
	.profile__right {
		width: 68%;
		padding-top: 30px;
	}
}
@media screen and (max-width:1024px) {
	.profile h3 {
		text-align: center;
	}
}
@media screen and (max-width:768px) {
	.profile {
		flex-wrap: wrap;
	}
	.profile__left, .profile__right {
		width: 100%;
		top: 0;
		position: relative;
	}
	.profile__nav ul {
		display: block;
		width: 100%;
	}
	.profile__nav ul > li {
/*		display: inline-block;*/
/*		margin-right: 15px;*/
	}
	.profile__nav ul > li::before {
/*		margin-right: 10px;*/
	}

}



/*.•* - USER LOGIN - *•.*/
#customer_login {
	display: flex;
	justify-content: space-between;
}
#customer_login .form-row > label {
/*
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
*/
}
.u-column1.col-1, .u-column2.col-2 {
	width: 45%;
	padding: 10px 30px;
	border-left: 1px #dfdfdf solid;
}
.u-column1.col-1:hover, .u-column2.col-2:hover {
	box-shadow: 0px 0px 20px #0000002e;
	border-color: transparent;
}
.u-column1.col-1 h2, .u-column2.col-2 h2 {
	text-transform: uppercase;
}
@media screen and (max-width:1520px) {
	.u-column1.col-1, .u-column2.col-2 {
		width: 100%;
	}
}
@media screen and (max-width:1080px) {
	#customer_login {
		flex-wrap: wrap;
	}
	.u-column1.col-1, .u-column2.col-2 {
		margin: 20px 0;
	}
}
@media screen and (max-width:1024px) {
	.u-column1.col-1:hover, .u-column2.col-2:hover {
		box-shadow: none;
		border-color: transparent;
	}
}
@media screen and (max-width:550px) {
	.u-column1.col-1, .u-column2.col-2 {
		padding: 0;
		border: 0;
	}
}


/*.•* - USER DETAILS - *•.*/
.edit-account {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.edit-account .form-row-wide__info {
	background-color: #f5f5f5;
	font-size: 14px;
	line-height: 1.3;
	padding: 10px;
	margin-top: 10px;
	box-sizing: border-box;
}
.edit-account fieldset {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	justify-content: space-between;
}
.profile .form-row.old-password {
	width: 100%;
}

.password-field > label {
	height: 32px;
}

/*.•* - USER ADDRESS - *•.*/
.profile .addresses {
	width: 100%;
	max-width: 650px;
}
address {
	background-color: #f5f5f5;
	padding: 20px;
	font-size: 16px;
/*	font-style: normal;	*/
}
.profile .u-column1.col-1, .addresses .u-column2.col-2 {
	width: 100%;
	padding: 0;
	border: 0;
	max-width: 600px;
}
.profile .u-column1.col-1:hover, .addresses .u-column2.col-2:hover {
	box-shadow: none;
	border-color: transparent;
}
.edit {
	padding: 0 5px;
	text-decoration: none;
	background-color: #393939;
	border: 1px #393939 solid;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	display: flex;
	align-items: center;
	max-width: 90px;
	text-align: center;
	justify-content: center;
	margin-left: auto;
	position: relative;
	top: 20px;
	margin-top: -20px
}
.edit::before {
	font-family: 'Magic';
	content: '\e90e';
	margin-right: 6px;
	font-size: 14px;
}
.edit:hover {
	color: #393939;
	background-color: #fff;
	border-color: #ddd;
}
.woocommerce form .form-row .required {
	text-decoration: none;
}
.profile .woocommerce-address-fields__field-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 50px;
}
.profile .form-row {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	margin-bottom: 20px;
}
.profile .form-row.notes, 
.profile .form-row.suggest-field, 
.profile .form-row.hide-field-info-profile {
	width: 100%;
}
.profile .form-row > label {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.6px;
/*	text-transform: uppercase;*/
	color: #393939;
	margin-bottom: 10px;
}
.profile .form-row > label > .optional {
	display: none;
}
.profile .form-row > span {
	width: 100%;
}
.profile .form-row input,
.profile .form-row textarea {
	padding: 15px;
}
.profile .form-row select {
	width: 100%;
}
.profile .form-row.hide-field-info {
	display: none !important;
}
.profile .form-row.hide-field-info-profile > label {
	text-align: left;
	font-weight: 500;
	font-size: 12px;
}
.profile .form-row.hide-field-info-profile input,
.profile .form-row.addit-field  {
	display: none;
} 
.woocommerce form .form-row .required {
	color: red;
	text-decoration: none;
}

.select2-container {
	margin-top: 12px;
	width: 100%;
	display: flex;
}
.select2-container .selection {
	width: 100%;
}
.select2-container--default .select2-selection--single {
	height: 35px;
	border: 0;
	border-bottom: 1px solid #131313;
	border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	height: 100%;
	display: flex;
	align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}
.select2-dropdown { 
	top: -8px;
}
.select2-results__option {
	font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #131313;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #131313 transparent transparent transparent;
}
.suggestions-addon[data-addon-type="clear"] {
	background: none;
	width: 18px !important;
	height: 18px !important;
	display: flex !important;
	align-items: center;
	left: -20px !important;
	top: 13px !important;
}
.suggestions-addon[data-addon-type="clear"]::before {
	content: '\e903';
	font-family: 'Magic';
}
.profile .more-details {
	width: auto;
	border: 1px #393939 solid;
	padding: 0 15px;
	height: 40px;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: row;	
	margin: 0;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
}
.profile .more-details::after {
	content: '\e909';
	font-family: 'Magic';
	margin-left: 15px;
	font-size: 14px;
	transform: rotate(90deg);	
}
.profile .more-details.close::after {
	transform: rotate(-90deg);	
}
.profile .woocommerce-address-fields .magic-button {
	position: absolute;
	bottom: 0;
	right: 0;	
}
@media screen and (max-width:1024px) {
	.profile .form-row {
		width: 100%;
	}
	.profile .woocommerce-address-fields__field-wrapper {
		padding-bottom: 30px;
	}
	.profile .more-details,
	.profile .woocommerce-address-fields .magic-button {
		position: relative;
	}
	.profile .woocommerce-address-fields .magic-button {
		margin-left: auto;
	}
}
@media screen and (max-width:768px) {
	.profile .u-column1.col-1, .addresses .u-column2.col-2 {
		max-width: 100%;
	}
}




/*.•* - USER ORDERS - *•.*/
.woocommerce-message {
	width: 100%;
} 
.customer-orders {
	width: 100%;
}
.customer-orders__order {
	width: 100%;
	border-left: 1px #dfdfdf solid;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
}
.customer-orders__order:hover {
	box-shadow: 0px 0px 20px #0000002e;
	border-color: transparent;
}
.order__number {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.6px;
	color: #393939;	
	text-decoration: none;
}
.order__status {
	background-color: #888;
	border-radius: 20px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: lowercase;
	color: #FFF;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 140px;
	position: absolute;
	left: auto;
	right: 30px;
	top: 30px;
	color: #FFFFFF;
}
.failed .order__status {
	background-color: #ff5b5b;
}
.order__date {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.6px;
	color: #393939;	
	margin-top: 8px;
}
.order__items {
	display: flex;
	margin: 20px 0;
	padding: 20px 0;
	border: 1px #dfdfdf solid;
	border-right: 0;
	overflow: hidden;
	border-left: 0;
}
.order__items .slick-track {
	display: flex;
}
.order__items_product {
	max-width: 250px;
	width: 100%;
	display: flex;
	flex: 1 0 auto;
	margin-right: 15px;
}
.order__items_image {
	width: 100px;
	height: 120px;
	flex: none;
	font-size: 12px;
}
.order__items_image--img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}  
.order__items_info {
	display: flex;
	flex-direction: column;
	padding-left: 10px;
}
.order__items_title {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.5;
}
.order__items_price {
	font-size: 14px;
	margin-top: auto;
	font-weight: 500;
}
.order__items_quantity {
	font-size: 13px;
	margin-top: 0;
}
.order__total {
	font-weight: 500;
}
.order__actions {
	display: flex;
	justify-content: space-between;	
	margin-top: 30px;
}
.order__actions > .button {
	margin: 0;
}
.order__carousel_arrows {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 15px;
}
.order__carousel_arrows--next,
.order__carousel_arrows--prev {
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	cursor: pointer;
	display: none;
}
.order__carousel_arrows--next.slick-arrow,
.order__carousel_arrows--prev.slick-arrow {
	display: flex;
}
.order__carousel_arrows--next.slick-disabled,
.order__carousel_arrows--prev.slick-disabled {
	opacity: 0.3;
}
.order__carousel_arrows--next::before,
.order__carousel_arrows--prev::before {
	font-family: 'Magic';
}
.order__carousel_arrows--next::before {
	content: '\e909';
}
.order__carousel_arrows--prev::before {
	content: '\e90a';
}
@media screen and (max-width: 1150px) {
	.order__actions > .button {
		width: 31.5%;
	}
}
@media screen and (max-width: 450px) {
	.customer-orders__order {
		padding: 0;
		padding-bottom: 30px;
		border-left: 0;
		border-bottom: 1px #131313 solid;
	}
	.order__actions > .button {
		height: 35px;
	}
	.order__status {
		right: 0;
	}
}

/*.•* - NO ORDERS - *•.*/
.no-customer-orders {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.no-customer-orders__image {
	max-width: 350px;
	height: 350px;
	width: 100%;
}
.no-customer-orders__image > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.no-customer-orders__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.no-customer-orders__text .magic-button {
	margin-top: 30px;
}
@media screen and (max-width:992px) {
	.no-customer-orders {
		flex-wrap: wrap;
	}
	.no-customer-orders__text {
		order: 1;
	}
	.no-customer-orders__image {
		max-width: 100%;
		height: 450px;
		width: 100%;
		order: 2;
		margin-top: 20px;
	}
}

/*.•* - SINGLE ORDER - *•.*/
.single-order {
	width: 100%;
}
.order__header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 23px;
}
.order__header-info {
	display: flex;
	flex-direction: column;
	position: relative;
}
.order__number {
	
}
.order__date {
	
}
.order__header-info .order__status {
	right: -100%;
	top: 2px;
	margin-right: -10px;	
}
.order__header-actions {
	display: flex;
	align-items: end;	
	margin-left: auto;
	margin-right: 50px;
}
.order__header-actions > a {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #131313;	
	margin-right: 40px;
}
.order__header-actions > a:last-child {
	margin-right: 0;
}
.order__header .order__carousel_arrows {
	position: relative;
	align-items: flex-end;
}
.order__body {
	display: flex;
	padding: 32px 16px;
	box-sizing: border-box;
	border: 1px #dbdbdb solid;
}
.order__body-details.so-details {
	width: auto;
	max-width: 300px;
	margin-right: 20px;
	flex: none;
}
.so-details__subtitle {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.6px;
	color: #393939;	
	margin-bottom: 8px;
	border-top: 1px #dbdbdb dashed;
	padding-top: 10px;
}
.so-details__subtitle.first {
	border: 0;
	padding-top: 0;
}
.so-details__subtitle > strong {
	background-color: #888;
	padding: 4px;
	margin: 0 4px;
	color: #fff;
}
.so-details__info {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.6px;
	color: #393939;
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
}
.so-details__info .so-details__info_price {
	
}
.so-details__info.pay-details {
	margin-bottom: 5px;
}
.so-details__info .so-details__info_price .shipped_via {
	display: none;
}
.so-details__info.last {
	font-weight: 500;
}
.order__body-items.so-items {
	max-width: 962px;
	width: 100%;
	margin-left: auto;
	display: flex;
	overflow: hidden;
}
.so-items__product {
	flex: 1 0 auto;
	max-width: 147px;
	text-decoration: none;
	margin-right: 16px;
	min-height: 217px;
	display: flex;
	flex-direction: column;
}
.so-items__product_image {
	display: flex;
}
.so-items__product_image--img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.so-items__product_title {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #393939;
	margin-top: 4px;
}
.so-items__product_price {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #131313;
	margin-top: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.so-items__product_price--quantity {
	text-transform: lowercase;
}
@media screen and (max-width:768px) {
	.order__body {
		flex-wrap: wrap;
	}
	.order__body-items.so-items {
		order: 1;
		margin-bottom: 20px;
	}
	.order__body-details.so-details {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		order: 2;
	}	
	.order__header-info .order__status {
		right: auto;
		top: 0;
		margin-right: 0;
		position: relative;
		margin-top: 10px;
		border-radius: 0px 20px 20px 0px;
	}
	.order__header .order__carousel_arrows {
/*		align-items: flex-end;*/
	}
}
@media screen and (max-width:550px) {
	.order__header-actions {
		margin-right: 30px;
	}
	.order__header-actions > a {
		margin-right: 20px;
	}
}
@media screen and (max-width:500px) {
	.order__header-actions {
		flex-direction: column;
		margin-right: auto;
		justify-content: flex-end;
		align-items: center;
		text-align: center;
	}
	.order__header-actions > a {
		margin-right: 0;
		margin-top: 5px;
	}
}
@media screen and (max-width:425px) {
	.order__header {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.order__number {
		font-size: 20px;
		line-height: 22px;
	}
	.order__header-actions {
		align-items: flex-end;
		justify-content: center;
		flex-direction: row;
		margin-right: 0;
	}
	.order__header-actions > a {
		margin-left: 10px;
	}
	.order__header .order__carousel_arrows {
		align-items: center;
		right: 0;
		justify-content: space-between;
		margin-top: 20px;
		margin-bottom: 10px;
		width: 100%;
	}

}


.lost_reset_password p {
	font-size: 14px;
}
