.my_account_newsletter {
	display: flex;
	margin-top: 18px;
	align-items: center;
	justify-content: center;
}

.my_account_newsletter label {
	color: #1d1d1f;
	font-size: 16px;
	font-weight: 300;
	margin-left: 12px;
	line-height: 1;
}

.my_account_newsletter input[type=checkbox] {
	position: relative;
	background: #ffffff;
	cursor: pointer;
	line-height: 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 24px;
	width: 24px;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
}

.my_account_newsletter input[type=checkbox]:checked {
	background-color: #000000;
	opacity: 1;
}

.my_account_newsletter input[type=checkbox]:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 49%;
	width: 5px;
	height: 10px;
	border: solid #00b3ac;
	border-width: 0 2px 2px 0;
	margin: -1px -1px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
	opacity: 0;
}

.my_account_newsletter input[type=checkbox]:checked::before {
	opacity: 1;
}

.register-form-page {
	max-width: 1200px;
	margin: auto;
	padding: 50px 60px 80px 60px;
	background: #ffffff;
	border-radius: 20px;
}

body:not(.logged-in) .default-page {
	background: var(--color-light);
}

.additional_address:empty,
.woocommerce-privacy-policy-text,
.woocommerce-myaccount-content>h3,
.woocommerce-myaccount-content>h3 small,
.fabfw-addresses-container>p,
.woocommerce-account:not(.logged-in) .sub-banner {
	display: none;
}

.myaccount-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	row-gap: 30px;
	column-gap: 20px;
}

.register-form-page ul:not(.list) li:nth-last-child(3) {
	width: 100%;
}

/* --------------------------------------------------------- */

.account-left-navigation {
	width: 21.5%;
	padding: 53px 63px;
	background: #ffffff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.account-left-navigation h4 {
	font-size: 28px;
	color: #1D1D1F;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.account-left-navigation li a {
	color: #1D1D1F;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
}

.account-left-navigation li:last-child a {
	color: #FF0000;
}

.account-left-navigation .is-active a,
.account-left-navigation .woocommerce-MyAccount-navigation-link:hover a {
	color: #34a8ab;
}

.account-left-navigation li+li {
	margin-top: 30px;
}

/* --------------------------------------------------------- */

.lost_reset_password {
	max-width: 650px;
	margin: auto;
	background: #ffffff;
	padding: 50px 60px 70px 60px;
	-moz-box-shadow: 0px 4px 26px 12px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0px 4px 26px 12px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 4px 26px 12px rgba(0, 0, 0, 0.03);
	border-radius: 20px;
}

.lost_reset_password>p {
	color: rgba(29, 29, 31, 0.7);
}

.lost_reset_password h4 {
	margin-bottom: 12px;
	color: #1d1d1f;
	font-size: 26px;
	font-weight: 700;
}

.lost_reset_password_form {
	margin: 30px 0 30px 0;
}

.lost_reset_password_form label {
	display: block;
	margin-bottom: 16px;
}

.lost_reset_password_submit_btn {
	position: relative;
	height: 50px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	border: none;
	width: 100%;
	background: rgba(18, 223, 204, 1);
	border-radius: 100px;
	z-index:0;
}

.lost_reset_password_submit_btn::after {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color-gradient);
    opacity: 1;
    visibility: visible;
    transition: opacity var(--time), visibility var(--time);
	border-radius:100px;
    z-index: -1;
}

.lost_reset_password_submit_btn:hover::after {
    visibility: hidden;
    opacity: 0;
}

.back_to_login {
	display: block;
	text-align: center;
	color: #34a8ab;
	font-size: 16px;
	font-weight: 500;
	text-decoration: underline;
	margin: 33px auto 0 auto;
}

.back_to_login:hover {
	text-decoration: none;
}

/* --------------------------------------------------------- */

.woocommerce-myaccount-content {
	width: calc(100% - 21.5% - 20px);
	margin-left: auto;
	padding: 60px 40px;
	min-height: 615px;
	border-radius: 30px;
}

.woocommerce-myaccount-content:not(.wishlist) {
	background: #ffffff;
}

.woocommerce-myaccount-content>h3 {
	line-height: 1;
	font-size: 30px;
	color: #29292E;
}

/* ---------------------------Dashboard------------------------------ */

.account-info-block p {
	color: #000000;
}

.account-info-block .second {
	max-width: 50%;
}

.account-info-block .first a {
	color: #FF0000;
	text-decoration: underline;
}



/* ---------------------------My Orders------------------------------ */

.status-pending,
.status-processing {
	color: #1089DF;
}

.status-refunded {
	color: #3597f3;
}

.status-shipped,
.status-completed {
	color: #10DF36;
}

.status-on-hold {
	color: #e66d71;
}

.status-cancelled {
	color: #F44336;
}

.status-failed {
	color: #b30202;
}

.mobile_heading_list {
	padding-bottom: 15px;
}

.tinv-header h2,
.woocommerce-myaccount-content h1 {
	color: #1d1d1f;
	font-size: 26px;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 500;
}

.order_list_parent_wrap .order_list_parent:first-child .mobile_heading_list {
	padding: 19px 37px;
	background: #13e0cd;
	border-radius: 100px;
}

.order_list,
.mobile_heading_list {
	display: flex;
	column-gap:10px;
}

.mobile_heading_list_item {
	margin: 0;
}

.mobile_heading_list_item span {
	color: #363636;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.005em;
	font-weight: 400;
}

.order_list_item {
	padding: 30px 0;
	font-weight: 400;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.order_list_item:first-child {
	padding-left: 37px;
}


.order_list_item,
.order_list_item a {
	color: #11142D;
}

.order_list_item .order-btn {
	--height: 40px;
	height: var(--height);
	line-height: var(--height);
	display: inline-block;
	padding: 2px 15px;
	font-size: 14px;
	font-weight: 500;
	min-width: 119px;
	text-align: center;
	text-transform:capitalize;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	transition: background .35s ease-in-out;
}

.order_list_item .order-btn:not(.view) {
	background: #000000;
	color: #fff;
}


.order_list_item .view {
	color: #717172;
	border: 1px solid currentColor;
}

.order_list_item .view:hover {
	color: #ffffff;
	background: #13e0cd;
	border-color: #13e0cd;
}



.order_list_item .order-btn:not(.view):hover {
	background: #13e0cd;
}

.mobile_heading_list_item:first-child,
.order_list_item:first-child {
	width: 17.5%;
}

.mobile_heading_list_item:nth-child(2),
.order_list_item:nth-child(2) {
	width: 17.5%;
}

.mobile_heading_list_item:nth-child(3),
.order_list_item:nth-child(3) {
	width: 18%;
}

.mobile_heading_list_item:nth-child(4),
.order_list_item:nth-child(4) {
	width: 17%;
}

.mobile_heading_list_item:nth-child(5),
.order_list_item:nth-child(5) {
	width: 30%;
}
.order_list_item:nth-child(3){
	padding-left:15px;
}
.order_list_item:last-child{
	padding-right:37px;
	justify-content:center;
	flex-wrap:wrap;
	gap:10px;
}
.mobile_heading_list_item:last-child{
	text-align:center;
}


.order_list .order_list_item .woocommerce-Price-amount.amount{
	font-weight: 500;
}


/* ---------------------------Address Book------------------------------ */

.addresse_set_wrapper {
	padding: 15px 0 0 0;
}

.addresse_set_wrapper>p {
	display: none;
}

.addresse_set {
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
	margin: 0 -1%;
}

.addresse_set .myaccount-title {
	display: none;
}

.additional_address {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #d3d2d2;
}

.addresse_set_item,
.additional_address_set {
	width: 40%;
	margin: 0 1%;
}

.address_book h3,
.addresse_set_item h3,
.additional_address_set h3 {
	color: #29292e;
	font-size: 20px;
	line-height: 120%;
	font-weight: 600;
	position: relative;
	margin-bottom: 15px;
}

.addresse_set_item ul,
.additional_address_set ul {
min-height: 160px;
    margin-bottom: 30px;
}

.addresse_set_item ul li {
	line-height: 25px;
}

.addresse_set_item li+li,
.additional_address_set li+li {
	margin-top: 15px;
}

.addresse_set_item .button-style,
.additional_address_set .button-style {
	margin-top: 20px;
}

.address_btn_set {
	display: flex;
	justify-content: space-between;
}

.address_book-container {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #dddddd;
}

.address_book-container:empty {
	display: none;
}

/* ---------------------------Edit Profile------------------------------ */

/* .edit-account-form {
	display: flex;
	flex-wrap: wrap;
} */

.edit-account-form>h2 {
	display: none;
}

.change-account-details {
	width: 100%;
}

.change-password-set h3,
.change-account-details h3 {
	color: #29292E;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 30px;
}

.change-account-details label {
	display: block;
	line-height: 1;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}


.change-password-set-inner label {
	display: block;
	margin-bottom: 5px;
	color: #1d1d1f;
	font-family: "HisenseSansAlfabet-Light", sans-serif;
	font-size: 16px;
	font-weight: 300;
}


.change-account-details ul:not(.list) {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
	row-gap: 25px;
}

.change-account-details>ul>li {
	width: 48%;
	margin: 0 1%;
}

.change-account-details input,
.change-password-set-inner input {
	border-color: #DBDBDB;
	border-radius: 100px;
}

.change-password-set-inner {
	display: flex;
	flex-wrap: wrap;
	row-gap: 24px;
	margin: 0 -1%;
}

.change-password-set-inner .form-row {
	width: 48%;
	margin: 0 1%;
}

.change-account-details button {
	--height: 48px;
	margin-top: 10px;
}

.change-password-set {
	width: 100%;
	margin-top: 55px;
}

.change-password-set button {
	--height: 48px;
	margin-top: 35px;
}

.default_billing_address .button-style {
	margin-top: 30px;
}

.default_billing_address_inside {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	margin: 0 -1%;
}

.default_billing_address_inside>* {
	width: 48%;
	margin: 0 1% !important;
}

.default_billing_address_inside laber,
.default_billing_address_inside span:not(.optional) {
	width: 100%;
}

.woocommerce-address-fields .form-row {
	width: 100%;
}

.woocommerce-address-fields .form-row {
	width: 48%;
	margin: 0 1%;
}

.woocommerce-address-fields .woocommerce-input-wrapper,
.woocommerce-address-fields .form-row label {
	width: 100%;
}

.woocommerce-address-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
	row-gap: 25px;
}

.woocommerce-address-fields .button {
	margin-top: 30px;
}

.fabfw-edit-address-container p button{
	--height: 50px;
    position: relative;
    height: var(--height);
    align-content: center;
    padding: 0 45px;
    background: rgba(18, 223, 204, 1);
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    border: none;
	border-radius:50px;
	text-transform:capitalize;
	font-size:16px;
	font-family:Hisense Sans Alfabet;
}
.account-info-box{
	display:flex;
	background:#F3F3F3;
	align-items:center;
	padding:17px 20px;
	column-gap:10px;
	margin-bottom:50px;
}
.account-info-box img{
	min-width:37px;
}
.account-info-box p{
	font-size:14px;
	color:rgba(29, 29, 31, 0.6);
	line-height:19px;
	padding-top:5px;
}
.account-info-box p a{
	color:#00B3AC;
}
.account-info-box p a:first-child{
	text-decoration:underline;
}
.account-info-box p a:hover{
	color:#000;
}


/* --------------------------------------------------------- */

.woocommerce-view-order .account-left-navigation {
	display: none;
}

.woocommerce-view-order .woocommerce-myaccount-content {
	padding: 0;
	width: 100%;
	background: transparent;
}


.woocommerce-view-order .order-item-name,
.woocommerce-view-order .product-quantity,
.woocommerce-view-order .wc-item-meta .variation {
	display: flex;
}

.woocommerce-view-order .order-item-name {
	margin-bottom: 4px;
	font-weight: 600;
}

.woocommerce-view-order .product-quantity,
.woocommerce-view-order .product-quantity p,
.woocommerce-view-order .wc-item-meta .variation dd {
	margin-left: 5px;
	color: #636363;
}

/* --------------------------------------------------------- */

.wc-address-book-meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.address-book {
	display: flex;
	flex-wrap: wrap;
	margin: 50px -1% 0 -1%;
	row-gap: 25px;
}

.wc-address-book-make-primary {
	width: fit-content;
	margin-top: 20px;
}

.owl_carousel_address .owl-stage {
	display: flex;
}


.owl_carousel_address .wc-address-book-address {
	border: 1px solid #dddddd;
	padding: 15px;
	border-radius: 10px;
	margin: 0 0 0 4px;
	text-transform: capitalize !important;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* --------------------------------------------------------- */

/* .default_billing_address+.address_book-container {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
} */

/* .address_book h3 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 10px;
} */

.address_book p {
	margin: 0;
	line-height: 25px;
}

.addresse_set_item .add,
.wc-address-book-add-billing-button {
	display: inline-block;
	background: #000000;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	padding: 0 50px !important;
	transition: background var(--time) ease-in-out;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.wc-address-book-add-billing-button {
	margin-top: 30px;
	min-width: 360px;
	text-align: center;
	width: fit-content;
	background: #000000 !important;
}

.addresse_set_item .add:hover,
.wc-address-book-add-billing-button:hover {
	background: #13e0cd !important;
}

/* --------------------------------------------------------- */

.wishlist_ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	row-gap: 30px;
}

.wishlist_item {
	padding: 45px 32px;
	background: #ffffff;
	border-radius: 18px;
	position: relative;
}

.wishlist_item .product_content {
	padding: 30px 0 0 0;
}

.product_remove {
	position: absolute;
	right: 24px;
	top: 34px;
}

.product_remove button {
	width: 50px;
	height: 50px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f3f3f3;
	border-radius: 50%;
	position: relative;
	z-index:2;
}

.product_remove .ftinvwl-times::after {
	content: "";
	width: 22px;
	height: 20px;
	display: block;
	background-image: url(../images/heart-fill.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

/* --------------------------------------------------------- */

.password-container {
	position: relative;
	display: inline-block;
	width:100%;
  }
  .password-container input {
	padding-right: 30px;
  }

  .rtl .password-container input {
	padding-right:15px;
	padding-left: 30px;
  }

  .rtl .toggle-password {
	   right: inherit;
	   left: 10px !important;
  }


  .toggle-password {
	position: absolute;
	right: 10px;
	top: 50%;
	height:15px;
	transform: translateY(-50%);
	cursor: pointer;
	display: flex;
	align-items: center;
  }

  .register-fields .relativeField .toggle-password {
    top: 15px !important;
}

  .rtl .register-fields .relativeField .toggle-password {
	right: inherit !important; 
    left: 10px !important;
}

.rtl .register-form-page .submit_submit p{
	  text-align: right;
}

/* --------------------------------------------------------- */

.login-form-page {
	--height: 48px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	row-gap: 50px;
}

.login-form-page .take_tour {
	color: #1d1d1f;
	font-size: 20px;
	font-weight: 500;
	text-decoration: underline;
}

.login-form-page .take_tour:hover {
	color: var(--color-primary);
}

.login-form-page .link {
	height: var(--height);
	line-height: var(--height);
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	background: rgba(18, 223, 204, 1);
	width: 100%;
	border: none;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.login-form-page .link::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--color-gradient);
	opacity: 1;
	visibility: visible;
	transition: opacity var(--time), visibility var(--time);
	z-index: -1;
}

.login-form-page .link:hover::after {
	visibility: hidden;
	opacity: 0;
}

.sign_up_options {
	min-width: 390px;
}

.sign_up_options li {
	text-align: center;
}

.sign_up_options li span {
	display: block;
	color: #1d1d1f;
	line-height: 1;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 15px;
}

.sign_up_options li+li {
	margin-top: 50px;
}

.woocommerce-form-login-outer {
	--radius: 32px;
	padding: 45px 35px;
	margin-left: 85px;
	width: 100%;
	max-width: 463px;
	background: #ffffff;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	-moz-box-shadow: 0px 4px 26px 12px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0px 4px 26px 12px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 4px 26px 12px rgba(0, 0, 0, 0.03);
}

.rtl .woocommerce-form-login-outer{
	margin-left: 0;
	 margin-right: 85px;
}

.woocommerce-form-login-outer h1 {
	font-size: 25px;
	line-height: 1;
	color: #1d1d1f;
	font-weight: 500;
	margin-bottom: 25px;
}

.woocommerce-form-login li+li {
	margin-top: 20px;
}

.woocommerce-form-login .forgot-password {
	color: #34a8ab;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	transition: color var(--time);
}

.woocommerce-form-login .forgot-password:hover {
	color: rgba(18, 223, 204, 1);
}

/* --------------------------------------------------------- */

.register-form-page ul:not(.list) {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	margin: 0 -1%;
}

.register-form-page ul:not(.list)>li {
	margin: 0 1%;
	width: 48%;
}

.register-form-page h4 {
	line-height: 1;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}

.register-form-page label {
	display: block;
	color: #11142D;
	font-size: 16px;
}

.register-form-page .submit {
	padding: 0 35px;
	height: 50px;
	align-content: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	width: 390px;
	cursor: pointer;
	background: var(--color-gradient);
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	transition: opacity var(--time);
}

.register-form-page .submit:hover {
	opacity: .8;
}

.register-form-page ul li.checking {
	display: flex;
	align-items: center;
	/*flex-wrap: wrap;*/
	gap: 16px;
	width: 100%;
	margin-top: 25px;
}

.register-form-page ul li.checking input {
	width: 24px;
	height: 24px;
	border: 1px solid #D1D1D1;
	cursor: pointer;
}

.register-form-page .checking p {
	line-height: 1;
}

.register-form-page .checking a {
	text-decoration: underline;
}

.register-form-page .checking a:hover {
	color: var(--color-primary);
}

.register-form-page .submit_submit {
	max-width: 393px;
	text-align: center;
	margin-top: 10px;
}

.register-form-page .submit_submit p {
	margin: 20px 0 0 0;
	text-align: left;
}

.register-form-page .submit_submit p a {
	color: #34a8ab;
	font-family: "HisenseSansAlfabet-Medium", sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
}



/* -----------------------------------Address book---------------------------------- */

.woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 800px;
	gap: 50px;
}

.woocommerce-Address address {
	min-height: 200px;
	margin-bottom: 30px;
}

.woocommerce-Address-title.title h3,
.additional-address-title,
.default_billing_address h4{
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
	text-transform:capitalize;
}

.fabfw-addresses-container .address_btn_set .fabfw-delete-link{
	margin-left:0px;
}


.woocommerce .woocommerce-customer-details .woocommerce-column__title{
	  margin-bottom: 8px;
}


.register-form-right .toggle-password{
	    right: 15px !important;
    top: 57px !important;

}

.world-thankyou-page{
	  padding: 60px 0;
}


@media (min-width: 1451px) {
	.account-left-navigation h4 {
		font-size: 28px;
	}
}

@media (min-width: 768px) {
	.order_list_parent+.order_list_parent .mobile_heading_list {
		display: none;
	}

	.order_list {
		border-bottom: 1px solid rgba(0, 0, 0, .10);
	}

}

@media (max-width: 1450px) {
	.account-left-navigation {
		padding: 40px;
	}

	.account-left-navigation h4 {
		margin-bottom: 25px;
		font-size: 22px;
		line-height: 1;
	}

	.account-left-navigation li+li {
		margin-top: 20px;
	}

	.woocommerce-myaccount-content {
		padding-left: 60px;
	}

	.account-left-navigation li a {
		font-size: 15px;
	}
	.order_list_item .order-btn{
		min-width:115px;
	}
	.order_list_parent_wrap .order_list_parent:first-child .mobile_heading_list{
		padding:19px 30px;
	}
	.order_list_item:first-child{
		padding-left:30px;
	}
	.order_list_item:last-child{
		padding-right:30px;
	}
}

@media (max-width: 1200px) {

	.change-password-set h3,
	.change-account-details h3 {
		font-size: 18px;
	}

	.account-left-navigation {
		padding: 30px 20px;
		border-radius: 15px;
	}

	.account-left-navigation li+li {
		margin-top: 20px;
	}

	.account-left-navigation h4 {
		margin-bottom: 30px;
	}

	.wishlist_item .product_content {
		padding: 15px 0 0 0;
	}
	.woocommerce-myaccount-content{
		padding:4px 0 0 0;
	}
}

@media (max-width: 1040px) {
	.login-form-page {
		margin: auto;
		max-width: 400px;
	}

	.sign_up_options {
		min-width: auto;
		width: 100%;
	}

	.sign_up_options li span {
		font-size: 15px;
	}

	.sign_up_options li+li {
		margin-top: 30px;
	}

	.woocommerce-form-login-outer {
		--radius: 15px;
		padding: 25px;
		margin-left: 0;
		max-width: 100%;
	}

	.rtl .woocommerce-form-login-outer{
	margin-left: 0;
	margin-right: 0;
	}

	.woocommerce-form-login-outer h1 {
		font-size: 18px;
	}

	.account-left-navigation li a {
		font-size: 14px;
	}

	.order_list_item .order-btn {
		--height: 40px;
		padding: 0 15px;
		font-size: 14px;
	}
}

@media (max-width: 860px) {
	.account-left-navigation {
		width: 100%;
		border-radius: 15px;
		padding: 30px;
	}

	.woocommerce-myaccount-content {
		width: 100%;
		padding:30px;
		border-radius:15px;
	}
	.account-info-box{
		margin-bottom:30px;
	}

	.account-left-navigation li+li {
		margin-top: 15px;
	}

	.account-left-navigation h4 {
		margin-bottom: 20px;
	}

	.change-password-set {
		max-width: 100%;
		margin-top: 40px;
	}

	.wc-address-book-add-billing-button {
		margin-top: 15px;
	}

	.change-password-set button {
		margin-top: 30px;
	}

	.address_book-container {
		margin-top: 25px;
		padding-top: 25px;
	}

	.lost_reset_password {
		padding: 15px;
		border-radius: 10px;
	}
	.mobile_heading_list_item:nth-child(3), .order_list_item:nth-child(3){
		width:23%;
	}
	.mobile_heading_list_item:nth-child(4), .order_list_item:nth-child(4){
		width:20%;
	}
	.mobile_heading_list_item:nth-child(5), .order_list_item:nth-child(5){
		width:22%;
	}
}

@media (max-width: 767px) {

	.register-form-page h4 {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.address-book {
		margin: 30px -1% 0 -1%;
	}

	.register-form-page ul {
		row-gap: 15px;
	}

	.addresse_set_item,
	.additional_address_set {
		width: 100%;
	}

	.addresse_set_item ul,
	.additional_address_set ul {
		min-height: auto;
	}

	.change-account-details ul {
		row-gap: 15px;
	}

	.change-account-details>ul>li {
		width: 100%;
		margin:0px;
	}

	.additional_address {
		margin-top: 25px;
		padding-top: 25px;
	}

	.order_list_parent {
		display: flex;
		padding: 0 10px;
		border: 1px solid #f0e2e2;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}

	.order_list,
	.mobile_heading_list {
		flex-wrap: wrap;
		width: 100%;
	}

	.order_list>*,
	.mobile_heading_list>* {
		width: 100% !important;
	}

	.order_list_item {
		padding: 10px 0;
		font-size: 15px;
		justify-content:flex-end;
		position:relative;
		padding-left:100px;
	}
	.order_list_item:before{
		content:attr(data-title);
		font-size:16px;
		position:absolute;
		left:0px;
	}
	.order_list_item:first-child,
	.order_list_item:nth-child(3){
		padding-left:100px;
	}
	.order_list_item:last-child{
		padding-right:0px;
		justify-content: flex-end;
	}

	.order_list_parent+.order_list_parent {
		margin-top: 15px;
	}

	.order_list li+li,
	.mobile_heading_list li+li {
		border-top: 1px solid #F0E2E2;
	}

	.mobile_heading_list_item {
		display: flex;
		align-items: center;
	}
	.mobile_heading_list{
		padding-bottom:0px;
		display:none;
	}

	.order_list_item .order-btn {
		--height: 33px;
	}

	.order_list_item .order-btn {
		padding: 0 10px;
		font-size: 12px;
	}

	.address_book-container {
		margin-top: 25px;
		padding-top: 25px;
	}

	.wc-address-book-add-billing-button {
		margin-top: 20px;
	}
	.order_list_parent_wrap .order_list_parent:first-child .mobile_heading_list{
		padding:0px;
		background:#fff;
	}
	.mobile_heading_list_item span{
		font-size:16px;
	}
	.default_billing_address_inside > *{
		width:100%;
		margin:0px !important;
	}

}

@media (max-width: 640px) {

	.login-form-page,
	.woocommerce-form-login .form-field {
		--height: 44px;
	}

	.change-password-set button {
		--height: 44px;
		margin-top: 25px;
	}

	.tinv-wishlist {
		--row-gap: 30px;
	}

	.change-account-details button {
		--height: 44px;
		margin-top: 0;
	}

	.register-form-page ul:not(.list)>li,
	.woocommerce-address-fields .form-row {
		width: 100%;
	}

	.woocommerce-address-fields__field-wrapper {
		row-gap: 15px;
	}

	.order-detail-second-table-outer {
		padding: 25px 15px;
		border-radius: 16px;
	}

	.default_billing_address_inside>* {
		margin: 0 1% !important;
	}

	.mobile_heading_list {
		width: 45%;
	}

	.order_list {
		width: 100%;
	}
	.change-password-set-inner .form-row{
		width:100%;
		margin:0px;
	}
	.woocommerce-myaccount-content,
	.account-left-navigation{
		padding:30px 20px;
	}
	.account-info-box{
		padding:15px;
	}
	.tinv-header h2, .woocommerce-myaccount-content h1{
		font-size:22px;
		margin-bottom:20px;
	}
	.woocommerce-Addresses{
		grid-template-columns: repeat(1, 1fr);
		gap:30px;
	}
	.register-form-page{
		padding:30px 20px;
	}
	.register-form-page .submit{
		width:100%;
	}
}