.woocommerce-account .default-page {
    padding: 90px 0;
    min-height: 600px;
}

.woocommerce-notices-wrapper {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.woocommerce-notices-wrapper .woocommerce-message {
    color: rgb(43, 145, 43);
    font-size: 18px;
}

.woocommerce-notices-wrapper .woocommerce-error li {
    padding: 7px 5px;
    font-size: 14px;
    border: 1px solid #de352a;
    font-weight: 500;
}

.bapf_head {
    cursor: pointer;
}

.bapf_body {
    display: block !important;
}

.status-processing {
    color: #c7c711;
}

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

.status-completed {
    color: #61c322;
}

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

.status-cancelled {
    color: #ff3b41;
}

.status-failed {
    color: #b30202;
}

.status-pending,
.status-pending-payment {
    color: #ffa500;
}


.woocommerce-edit-address .form-row label,
.woocommerce-edit-address .address-field label {
    font-weight: 500;
    text-transform: capitalize;
}

.myaccount-wrapper .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.myaccount-main-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding-bottom: 100px;
}

.account-left-navigation-main {
    width: 285px;
}

.woocommerce-notices-wrapper:empty {
    display: none;
}

/*.myaccount-view-order {
	display: none;
}
*/
div[id*="ajaxsearchliteres"].wpdreams_asl_results .results div.asl_image {
    width: 50px !important;
    height: 50px !important;
}

.myaccount-title {
    width: 100%;
}

.myaccount-title h2 {
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}

.myaccount-page-title {
    padding-top: 45px;
    margin-bottom: 45px;
    display: none;

}

.myaccount-page-title h4 {
    width: 100%;
    margin: 0;
    font-size: 55px;
    line-height: 1.2;
    font-weight: 500;
}



.account-info-block .first {
    margin-bottom: 15px;
}

.account-info-block .first a {
    color: red;
    font-weight: 500;
    text-decoration: underline;
}

.account-info-block .second {
    color: #444444;
}





.woocommerce-MyAccount-navigation ul {
    padding: 0 !important;
    list-style: none !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    ;
}

.woocommerce-MyAccount-navigation li {
    border: none;
    line-height:25px;
    overflow: hidden;
}



.modern-nav-list li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation li:last-child .nav-inner-div {
    border-bottom: none;
    padding-top: 150px;

}

.woocommerce-MyAccount-navigation li:nth-last-child(2) {
    border-bottom: 0;
}

.woocommerce-MyAccount-navigation li a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    border-radius: 5px;
    margin: 6px 0;
}

.woocommerce-MyAccount-navigation li:first-child a {
    margin-top: 0;
}

.woocommerce-MyAccount-navigation li+li {
    margin-top: 0px !important;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
    color: #0095D9;
}

.woocommerce-MyAccount-navigation .nav-label {
    flex: 1;
}



.woocommerce-MyAccount-content {
    width: calc(100% - 250px);
    padding-left: 25px;
}

.account-info-block p.first {
    font-size: 17px;
}

.account-info-block p.second {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.fabfw-addresses-container p {
    font-size: 17px;
}

/*.myaccount-view-order+.woocommerce-myaccount-content {
	padding: 0;
	width: 100%;
}
*/
.woocommerce-myaccount-content form {
    width: 100%;
}

.change-account-details,
.change-password-set {
    padding: 0;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.password-input {
    width: 100%;
}

.auth-form-group .password-input {
    display: inline-block;
    padding-right: 0;
}

.change-password-set-inner .form-row,
.change-account-details .form-row {
    width: 48%;
}

.change-password-set-inner {
    width: 100%;
}

.change-password-set-inner .form-row {
    width: 60%;
    margin-bottom: 5px;
}

.change-account-details .input-label {
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: block;
}

.change-password-set .woocommerce-Button {
    margin-top: 0;
}

.change-password-set-inner .password-input {
    width: 100%;
}

.change-password-set h3 {
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 25px 0;
}

.change-account-details h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.change-account-details .form-row {
    margin-bottom: 15px;
}

.woocommerce-myaccount-content form h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 20px;
}

.woocommerce-edit-address .form-row label {
    display: none;
}

#billing_address_nickname-description,
#shipping_address_nickname-description {
    display: block;
    margin: 6px 0 0 0;
}

.main-account-inner-container {
    width: 100%;
}

.mobile-heading-list {
    padding: 0 0 20px;
}

.mobile-heading-list ul {
    display: flex;
}

.mobile-heading-list ul li,
.woocommerce-orders-table__row li+li {
    margin-top: 0 !important;
}

.mobile-heading-list ul li span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.mobile-heading-list ul li:first-child,
.woocommerce-orders-table__row li:first-child {
    width: 11%;
}

.mobile-heading-list ul li:nth-child(2),
.woocommerce-orders-table__row li:nth-child(2) {
    width: 17%;
}

.mobile-heading-list ul li:nth-child(3),
.woocommerce-orders-table__row li:nth-child(3) {
    width: 17%;
}

.mobile-heading-list ul li:nth-child(4),
.woocommerce-orders-table__row li:nth-child(4) {
    width: 16%;
}

.mobile-heading-list ul li:nth-child(5),
.woocommerce-orders-table__row li:nth-child(5) {
    width: 35%;
}

/* .woocommerce-orders-table__row {
    display: flex;
    border-top: 1px solid #dedede;
} */

.woocommerce-orders-table__row li {
    padding: 10px 0;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
}

.wishlist-products .product-name a {
    min-height: auto;
    margin: 10px 0 10px 0;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.myaccount-wrapper .wishlist-products .btn {
    border-radius: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #de352a !important;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}


.myaccount-wrapper .wishlist-products .btn:hover {
    background: #000 !important;
}

.myaccount-wrapper .wishlist-products .product-remove button i {
    font-size: 18px;
    color: #000000;
    border: 1px solid #bdbdbd;
}

.myaccount-wrapper .wishlist-products .product-remove button:hover i {
    color: #af2732;
}

.myaccount-wrapper .tinv-wishlist .product-thumbnail {
    border-radius: 0px;
}

.myaccount-wrapper .wishlist-products .products .wishlist_item {
    border-radius: 0px;
}

.myaccount-wrapper .wishlist-products .products .wishlist_item .product-name {
    min-height: 42px;
}

.myaccount-wrapper .wishlist-products .product-remove button {
    margin: 0px;
}

.myaccount-wrapper .tinv-wishlist .product-remove button {
    width: 22px;
    height: 22px;
}

.myaccount-wrapper .tinv-wishlist .products {
    row-gap: 50px;
}

.myaccount-wrapper .wishlist-products .products li {
    width: 30.3%;
    border: none;
    margin: 0 1.5%;
}

.wishlist-products .woocommerce-Price-amount.amount {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}

.woocommerce-orders-table__row li .order-btn {
    display: inline-block;
    background: #000000;
    color: #fff;
    padding: 14px 14px;
    font-size: 11px;
    font-weight: bold;
    min-width: 110px;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.woocommerce-account .address_book .add-new-address {
    padding-left: 0;
}

.woocommerce-orders-table__row li .order-btn+.order-btn {
    margin-left: 3%;
}

.woocommerce-Addresses,
.address_book-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.addressbook-title {
    width: 100%;
}

.address_book-container {
    margin-top: 35px;
}

.login-form-page p label {
    text-align: left;
    width: 100%;
    display: block;
}

.login-form-page .woocommerce-ResetPassword p {
    margin-bottom: 15px;
}

.woocommerce-lost-password .woocommerce-message {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}

.woocommerce-lost-password .default-page p {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}

.woocommerce-account.woocommerce-lost-password .default-page {
    min-height: 300px;
}

.address_book,
.woocommerce-Address {
    width: 47.4%;
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-content: flex-start;
    border: 1px solid #d2d2d2;
    margin-bottom: 50px;
    position: relative;
}

.woocommerce-Address .edit {
    padding: 4px;
    width: 30px;
    font-size: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    border: 1px solid #ddd;
    transition: color .25s ease-in-out;
}

.woocommerce-Address .edit:hover {
    border-color: #de352a;
}

.fabfw-addresses-container .fabfw-delete-link.edit {
    top: 60px;
}


/* .woocommerce-Address .edit {
	padding: 15px 40px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -25px;
	left: 50px;
	color: #ffffff;
	background: #000000;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
} */

.address_btn_set .edit {
    position: initial;
    margin-right: 10px;
}

.address_btn_set {
    display: flex;
    position: absolute;
    bottom: -25px;
    left: 45px;

}


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

.woocommerce-address-fields .button {
    background: #000000;
    color: #fff;
    margin-top: 20px;
}

.woocommerce-address-fields .button:hover {
    background: #de352a;
}

.woocommerce-Address .title {
    margin-bottom: 0px;
}

.address_book h3,
.woocommerce-Address h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}

/* .address_book, */
.woocommerce-Address address {
    font-size: 14px;
    font-style: normal;
    color: #000000;
    font-weight: 500;
    line-height: 22px;
    /* padding-bottom: 15px; */
    position: relative;
    min-height: 150px;
}

.additional_address {
    margin-top: 40px;
}

.fabfw-addresses-container .woocommerce-Addresses .col-1 {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.wc-address-book-meta a+a {
    margin-top: 10px;
}

.wc-address-book-meta a {
    width: 17px;
}

.woocommerce-Address address .add {
    position: absolute;
    left: 0;
    bottom: 30px;
    display: inline-block;
}

.wc-address-book-address,
.wc-address-book-make-primary {
    margin-top: 15px;
}

.woocommerce-account .address_book header {
    border: none;
}

.mobile-heading-list {
    display: block;
}

.login-form-page p,
.register-form-page p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 35px;
}

.reg-widget-bottom {
    font-size: 15px;
}

.tinv-header,
.odr-list+.odr-list .mobile-heading-list {
    display: none;
}

.change-password-set input,
.change-account-details input {
    padding: 0 15px;
    margin: 0;
    width: 100%;
    border: 1px solid #d2d2d2;
    height: 45px;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.change-password-set input::placeholder,
.change-account-details input::placeholder {
    color: #999999;
}

.main-account-inner-container ul {
    padding-left: 0px !important;
}


.main-account-information-form .form-row {
    margin-bottom: 25px;
}

.main-order-list-container {
    margin-top: 45px;
}

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

.woocommerce-myaccount-content>h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
}

.woocommerce-myaccount-content h4 {
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: bold;
    text-transform: capitalize;
}

.main-acnt-btn {
    min-width: 140px;
    height: 55px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px;
    font-weight: bold;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.main-acnt-btn:hover {
    background-color: #de352a;
}

.main-acnt-btn.red {
    background-color: #de352a;
}

.main-acnt-btn.red:hover {
    background-color: #000;
}

.change-password-set h3 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.change-password-set input {
    margin-bottom: 20px;
}

/*
.woocommerce-myaccount-content .endpoint-title {
	display: none;
}
*/
.myaccount-page-outer {
    padding: 120px 0;
}

.login-form-container {
    max-width: 570px;
    margin: 0 auto;
}

.login-form-container .guest-checkout {
    width: 100%;
    max-width: 434px;
    margin: auto;
    background: #ed89b6;
}

.login-form-container .guest-checkout:hover {
    background-color: var(--font-secondary);
}

.login-form-container>.guest-checkout {
    text-align: center;
    display: block;
}

.login-form-container .login-seperation {
    max-width: 434px;
    margin: 40px auto 40px auto;
}

.login-form-page,
.register-form-page {
    margin: 0 auto;
    width: 100%;
    max-width: 430px;
    position: relative;
    padding: 0px;
    background: #fff;
    border: none;

}

.register-form-page .form-row {
    margin-bottom: 30px;
}

.remember-text {
    margin-left: 10px;
}

.login-form-page .password-input {
    display: flex;
    width: 100%;
}

.login-form-page h1,
.register-form-page h1 {
    color: #000000;
    line-height: 1;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.login-form-page .title,
.register-form-page .title {
    margin-bottom: 30px;
}

.login-form-page .title h2,
.register-form-page .title h2 {
    color: #333;
    background: 0 0;
    font-size: 24px;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.login-form-page .title p,
.register-form-page .title p {
    text-align: center;
    margin: 10px 0 30px;
}

.socal-login>* {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    height: 50px;
    border: 1px solid #d3d3d3;
    line-height: 50px;
}

/* .socal-login {
	display: flex;
	justify-content: center;
} */


.socal-login>*:hover {
    color: var(--color-secondary);
}

.socal-login .facebook {
    margin-bottom: 10px;
    background: url(../images/fb.png) no-repeat;
    background-position: left 10px center;
}

.socal-login .google {
    background: url(../images/gg.png) no-repeat;
    background-position: left 10px center;
}

.registration-title {
    text-align: center;
    margin: 0 0 20px 0;
}

.registration-title p {
    font-size: 16px;
}

.remember-forgot {
    display: flex;
    width: 100%;
    height: 17px;
    font-size: 14px;
    align-items: center;
    margin-bottom: 40px;
}

.register-form-footer .reg-widget-bottom,
.remember-forgot .forgot-pass {
    margin-left: auto;
}

.register-form-footer .woocommerce-form__input-checkbox,
.remember-forgot .woocommerce-form__input-checkbox {
    height: 15px;
    width: 15px;
    position: relative;
    top: 0px;
    padding: 0;
    left: 0px;
    border: 1px solid #d3d3d3;
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    appearance: none;
    margin-right: 0px;
}

.remember-forgot .woocommerce-form__input-checkbox::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 9px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -2px -1px -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}


.login-form-page .input-text,
.register-form-page .input-text {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #b7b7b7;
    padding: 0px 15px;
    color: #000 !important;
    font-size: 16px;
}

.reg-widget-bottom p {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.login-form-page .input-label,
.register-form-page .input-label {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
}

.woocommerce-form-login .woocommerce-form-row {
    margin-bottom: 30px;
}

.btn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login-form-page .btn,
.register-form-page .btn {
    margin-top: 5px;
    background: #000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0px 20px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    border: none;
}

.login-form-page .btn:hover,
.register-form-page .btn:hover {
    background: #d33026;
}

.register-form-page .btn {
    margin-top: 0;
}

.reg-widget-bottom {
    margin: 40px 0 0 0;
    text-align: center;
    font-size: 13px;
}

.reg-widget-bottom a {
    font-weight: bold;
}

.new-user {
    margin: 35px 0 20px 0;
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.new-user a {
    color: #000;
    font-weight: bold;
}

.login-seperation {
    color: #000;
    font-size: 15px;
    position: relative;
    text-align: center;
    margin: 35px auto;
    text-transform: uppercase;
}

.login-seperation:after,
.login-seperation:before {
    content: "";
    background: #dedede;
    display: block;
    position: absolute;
    width: 45%;
    height: 1px;
    top: 10px;
}

.login-seperation:before {
    left: 0;
}

.login-seperation:after {
    right: 0;
}

.container-check {
    position: relative;
    font-size: 13px;
    color: #000;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 20px;
    font-weight: 500;
}

.remember-forgot .forgot-pass {
    font-size: 13px;
}



input:checked~.checkmark {
    background-color: #000;
}

.container-check input:checked~.checkmark:after {
    display: block;
}

/* .container-check .remember-text {
	margin-left: 5px;
} */

.change-password-radio .form-group {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 12px 15px;
    margin: 0;
}

.change-password-radio .form-group:nth-child(2) {
    border-radius: 10px 10px 0 0;
}

.change-password-radio .form-group:last-child {
    border-radius: 0 0 10px 10px;
}

.change-password-radio .form-group label {
    margin: 0;
}

.change-password-radio+.change-password-radio {
    margin-top: 27px;
}

.change-password-radio legend {
    font-size: 15px;
    margin: 0 0 7px 0;
    display: inline-block;
}

.fabfw-addresses-container .fabfw-delete-link {
    margin-bottom: 10px;
}

h2.woocommerce-column__title,
h2.woocommerce-order-details__title {
    font-size: 25px;
    line-height: 1;
}


/* --------------------------------------------------------------------
								Account reset
----------------------------------------------------------------------- */
.woocommerce-ResetPassword .button {
    margin: 20px auto 0 auto;
}

.change-password-set .form-row:last-child {
    margin: 0 0 10px 0;
}

/* .change-password-set, */
.general-account-details h3,
.main-account-information-form h3,
.woocommerce-myaccount-rightside h3 {
    line-height: 1;
    font-size: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.change-password-radio .form-group:first-of-type:not(:only-of-type) {
    border-bottom: none;
}

.change-password-radio .form-group:nth-child(3)+.form-group {
    border-top: none;
}

/* --------------------------------------------------------------------
						  Account reset End
----------------------------------------------------------------------- */

.address-book .owl-dots {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.address-book .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #000000 !important;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.address-book .owl-dot+.owl-dot {
    margin-left: 5px;
}

.address-book .owl-dot:hover,
.address-book .owl-dot.active {
    background-color: #000000;
}

.woocommerce-address-fields .form-row label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #999999; 
}

.woocommerce-address-fields .screen-reader-text {
    clip-path: initial;
    height: auto;
    margin: 0;
    position: static !important;
    width: auto;
}

.woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-address-fields .form-row {
    width: 49%;
    margin-top: 0;
    margin-bottom: 20px;
}


.fabfw-delete-link {
    color: #ffffff !important;
}

/* .woocommerce-myaccount-content .endpoint-title {
	display: none;
} */


.woocommerce-table--order-details {
    width: 100%; 
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    padding: 10px 15px;
    text-align: left;
}

.woocommerce-table--order-details.order_details .product-name {
    display: flex;
}

.woocommerce-table--order-details.order_details .product-name a {
    padding: 0;
    margin: 0;
    line-height: 22px;
        color: #231F20;
        font-weight: 600;
}

.mg-order-details>.woocommerce-customer-details{
    display: none!important;
}

.woocommerce-customer-details {
    margin-top: 50px;
}

.woocommerce-customer-details .addresses {
    display: flex;
}

.woocommerce-customer-details .addresses .woocommerce-column {
    width: 46%;
    padding: 25px;
    box-sizing: border-box;
    border: 1px solid #666;
    margin-right: 3%;
}

.share_div {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.share_div ul {
    display: flex;
    margin-left: 10px !important;
    align-items: center;
    text-transform: uppercase;
}

.share_div ul li+li {
    margin-left: 7px !important;
}

.tinv-wishlist .product-action .button {
    height: 42px;
}

.woocommerce-Address .update-btn {
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 14px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #000000;
    justify-content: center;
    margin-top: 20px;
}

.woocommerce-Address .update-btn:hover {
    background: #de352a;
}

.fabfw-addresses-container {
    width: 47.4%;
    padding: 40px;
    border: 1px solid #d2d2d2;
}

.fabfw-addresses-container .button {
    width: 100%;
    text-align: center;
}


/* ==========================================================================
   No Sidebar Layout for Login/Registration
   ========================================================================== */

/* Container for login/registration without sidebar */
.woocommerce-myaccount-content-no-sidebar {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Center the login form container */
.woocommerce-myaccount-content-no-sidebar .login-form-container {
    max-width: 100%;
    margin: 0;
}

/* Center the registration form container */
.woocommerce-myaccount-content-no-sidebar .register-form-page {
    max-width: 100%;
    margin: 0;
}

/* Remove any column layouts for login/registration */
.woocommerce-myaccount-content-no-sidebar .u-columns,
.woocommerce-myaccount-content-no-sidebar .col2-set {
    display: block !important;
}

.woocommerce-myaccount-content-no-sidebar .u-column1,
.woocommerce-myaccount-content-no-sidebar .u-column2,
.woocommerce-myaccount-content-no-sidebar .col-1,
.woocommerce-myaccount-content-no-sidebar .col-2 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

/* Ensure proper spacing for no-sidebar layout */
.myaccount-page-outer {
    padding: 60px 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

/* Hide any navigation elements in login/registration */
.woocommerce-myaccount-content-no-sidebar .woocommerce-MyAccount-navigation {
    display: none !important;
}


/* ==========================================================================
   Membership Page Styles
   ========================================================================== */

/* Main membership page container */
.hisense-membership-page {
    max-width: 1200px;
    margin: 0 auto;
}

/* Membership status section */
.membership-status-section {
    background: #F1F1F1;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
}

.status-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.membership-badge {
    padding: 8px 16px;
    border-radius: 20px;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

/* Membership statistics grid */
.membership-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

/* Current tier image styling */
.current-tier-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

.tier-image {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.stat-item .tier-name {
    margin-top: 10px;
}

.tier-name {
    font-size: 16px;
    font-weight: 600;
    color: #00AAA6;
    text-align: center;
}

.stat-label {
    font-size: 14px;
    color: #666;
}

.stat-value {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

/* Tier progress section */

.tier-progress h4 {
    margin: 0 0 15px 0;
    color: #333;
}

.progress-bar {
    width: 100%;
    height: 7px;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #00AAA6, #00CCC7);
    transition: width 0.3s ease;
}

.progress-text {
    margin: 0;
    color: #666;
    font-size: 14px;
}

/* Membership tiers section */
.membership-tiers-section h3 {
    margin-bottom: 30px;
}

.tiers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    column-gap: 35px;
    row-gap: 70px;
    padding-top: 50px;
}

/* Individual tier cards */
.tier-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 35px 25px 40px;
    border-radius: 12px;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tier-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    padding: 1px;
    background: linear-gradient(180deg,
            rgba(4, 156, 152, 1) 0%,
            rgba(242, 242, 242, 1) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: 1;
}

/* Tier card header */
.tier-header {
    margin-top: 30px;
    margin-bottom: 15px;
}

.tier-icon {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    z-index: 2;
}

.tier-symbol {
    width: 82px;
    height: 82px;
    max-width: 82px;
    max-height: 82px;
    display: block;
}

.tier-header h4 {
    color: #000000;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
}


/* Tier benefits */
.tier-benefits {
    text-align: left;
    margin-bottom: 20px;
    flex-grow: 1;
}

.benefit-item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(109, 109, 109, .22);
}

.tier-benefits .benefit-item:last-of-type {
    border-bottom: none;
}



.benefits-title {
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}

/* Tier requirements */
.tier-requirement {
    padding-top: 15px;
    color: #666;
    font-size: 13px;
}

.tier-requirement p {
    margin: 0;
}



/* ==========================================================================
   Address Form Nice Select Styling
   ========================================================================== */

/* Address form nice-select customization */
.nice-select {
    width: 100%;
    height: 56px;
    line-height: 48px;
    border: 1px solid #d2d2d2;
    border-radius: 300px;
    font-size: 16px;
    color: #5C5C5C;
    font-weight: 400;
    background-color: #fff;
    padding: 6px 30px;
    z-index: 100;
}


.nice-select:after {
    background-image: url(../images/nice-select-arrow.svg);
    right: 30px;
    width: 13px;
    height: 8px;
    background-size: 12px 8px;
    transition: transform 0.4s ease;
}

.nice-select.open:after {
    transform: rotate(0deg);
}

.nice-select .list {
    border: 1px solid #d2d2d2;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    border-radius: 12px;
    z-index: 1001;
}

.nice-select .option {

    padding: 12px 15px;
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 1.4;
    min-height: auto;
}

.nice-select .option.selected {
    font-weight: 500;
}

.nice-select.open {
    z-index: 1000;
}



/* Hide original select when nice-select is active */
.woocommerce-address-fields select.nice-select-field {
    display: none !important;
}



/* ==========================================================================
   Modern Navigation Styles
   ========================================================================== */

.woocommerce-MyAccount-navigation {
    background: #F6F6F6;
    border-radius: 10px;
   padding: 25px 20px 25px;
   width: 100%;
   max-width: 250px;
}

.woocommerce-MyAccount-navigation h4 {
    color: white;
    font-size: 24px;
    margin: 0 0 25px 0;
    text-align: left;
}

.modern-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modern-nav-list li {
    margin: 0;
    border-radius: 0;
    transition: all 0.3s ease;
}

.modern-nav-list li:hover {
    background: rgba(255, 255, 255, 0.1);
}

.modern-nav-list li.is-active {}

.modern-nav-list li.is-active .nav-link {
     color: #0095D9;
    font-weight: 500;
}

.modern-nav-list li.is-active .nav-link .nav-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
/* Prevent background color change on active submenu links */
.modern-nav-list li:not(.is-active) > a {
    background-color: transparent !important; /* or your desired color */
}
.nav-link {
    display: flex;
    align-items: center;
    padding: 15px 12px;
    color: white;
    text-decoration: none;

    font-size: 16px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    text-decoration: none;
}

.nav-icon {
    font-size: 18px;
    text-align: center;
}

.nav-label {
    flex: 1;
}

/* ==========================================================================
   Submenu Navigation Styles - High Specificity
   ========================================================================== */

/* Override any existing navigation styles */
.woocommerce-MyAccount-navigation .modern-nav-list .has-submenu .submenu {
    display: block !important;
    visibility: visible !important;
}

.woocommerce-MyAccount-navigation .modern-nav-list .has-submenu .submenu .nav-link {
    display: flex !important;
    visibility: visible !important;
}

.woocommerce-MyAccount-navigation .modern-nav-list .has-submenu .submenu .nav-label {
    display: inline !important;
    visibility: visible !important;
}

.has-submenu .main-nav-link {
    cursor: pointer;
    position: relative;
}

.submenu-toggle {
    font-size: 12px;
    transition: transform 0.3s ease;
    margin-left: auto;
    color: inherit;
}

.has-submenu.expanded .submenu-toggle {
    transform: rotate(180deg);
}

.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(0, 0, 0, 0.03);
}

.submenu.collapsed {
    max-height: 0;
}

.submenu.expanded {
    max-height: 200px; /* Adjust based on content */
}

/* Keep submenu expanded when any submenu item is active */
.has-submenu:has(.submenu .is-active) .submenu {
    max-height: 200px !important;
}

.has-submenu:has(.submenu .is-active) {
    /* Keep parent expanded when submenu item is active */
}

/* Prevent main nav item from showing active when submenu item is active */
.has-submenu:has(.submenu .is-active) .main-nav-link {
    color: #000000 !important;
    background: transparent !important;
    font-weight: 400 !important;
}

.has-submenu:has(.submenu .is-active) .main-nav-link .nav-icon {
    filter: none !important;
}

/* Alternative approach for browsers that don't support :has() */
.has-submenu .submenu:has(.is-active) {
    max-height: 200px !important;
}

/* Fallback: Force expansion when submenu contains active item */
.has-submenu .submenu .is-active {
    /* This will be used by JavaScript to detect active submenu items */
}

.submenu li {
    margin: 0;
    border-bottom: none;
}

.submenu .nav-link {
    padding: 12px 15px 12px 35px; /* Increased left padding for indentation */
    font-size: 15px;
    color: #000000 !important; /* Force black text color */
    background: transparent;
    margin: 0;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.submenu .nav-link:hover {
   
    color: #000000 !important;
}

.submenu .is-active .nav-link {
    color: #000000 !important;
    font-weight: 600 !important;
    background: rgba(0, 150, 136, 0.1) !important; /* Subtle teal background */
    border-left: 3px solid #009688 !important; /* Teal left border */
    padding-left: 32px !important; /* Adjust padding for border */
}

.submenu .nav-icon {
    width: 16px;
    height: 16px;
    opacity: 0.8;
    flex-shrink: 0;
}

.submenu .is-active .nav-icon {
    opacity: 1;
    filter: none; /* Remove the white filter for better visibility */
}

.submenu .nav-label {
    flex: 1;
    color: #000000 !important;
    font-size: 15px !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}



/* ==========================================================================
   Modern Account Information Page Styles
   ========================================================================== */

.modern-account-page {
    background: #fff;
}

.account-header {}

.account-header h2 {
    color: #333;
    margin: 0;
    text-align: start;
}

.modern-form {
    padding: 0;
}

.form-section {}

.form-section:last-child {
    border-bottom: none;
}

.side_title {
    color: #000000;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
}

.personal-info-section .side_title {
    margin: 40px 0 25px;
}



.form-row-group {
    width: 100%;
    display: inline-block;
    gap: 20px;
    margin-bottom: 20px;
}

#request-response .form-message,
.rfq-message .form-message{
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
    background: #199fde;
    border: 1px solid #1b9fdf;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.form-row {
    position: relative;
}

.form-row.half-width {
    flex: 1;
}

.form-row.full-width {
    width: 100%;
}

.input-label {
    display: block;

    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.modern-input {
    width: 100%;
    padding: 15px 45px 15px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;

    font-size: 16px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}


.edit-icon,
.calendar-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    max-width: 20px;
    max-height: 20px;
    pointer-events: none;
}



.radio-btn-wrapper {
    display: flex;
    gap: 40px;
    position: relative;
}

.radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;

}


.radio-option input[type="radio"] {
    margin-right: 8px;
    opacity: 0;
}

.radio-label {
    position: relative;
    font-size: 16px;
    color: #333;
}

.radio-label:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--hisense-primary);
    transition: all 0.3s ease;
    pointer-events: none;
    transform: translateY(-50%);
    opacity: 0;
    cursor: pointer;
}

.radio-label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #BFBFBF;
    transition: all 0.3s ease;
    pointer-events: none;
    transform: translateY(-50%);
    cursor: pointer;
}

.radio-option input[type="radio"]:checked~.radio-label:after {
    opacity: 1;
}

.form-actions {
    margin-top: 30px;
}

.modern-btn {}

.primary-btn {
    background: var(--hisense-primary);
    color: white;
}

.primary-btn:hover {
    background: #049C98;
    transform: translateY(-2px);
}

.secondary-btn {
    background: #6c757d;
    color: white;
}

.secondary-btn:hover {
    background: #5a6268;
    transform: translateY(-2px);
}

.password-fields {
    max-width: 400px;
}

.password-input {
    padding-right: 15px;
}


/* ==========================================================================
   Responsive Styles for Modern Navigation and Account Page
   ========================================================================== */




/* ==========================================================================
   Hisense Modern Dashboard Styles
   ========================================================================== */
/* 
.hisense-modern-dashboard {
    padding: 0;
    margin: 0;
}

.dashboard-welcome {
    margin-bottom: 30px;
}

.dashboard-welcome h2 {
    font-size: 28px;
    color: #333;
    margin: 0 0 5px 0;
}

.dashboard-welcome p {

    font-size: 16px;
    color: #666;
    margin: 0;
}


.hisense-modern-dashboard {
    background: #F1F1F1;
    padding: 10px 10px 0 10px;
    border-radius: 5px;
}

.membership-tiers-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}



.membership-tier {
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.membership-tier.achieved {
    width: 25%;
    opacity: 1;
    background: #ffffff;
    border-radius: 5px;
    padding: 30px;
}

.future-tier-wrapper {
    background: #ffffff;
    border-radius: 5px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
    position: relative;
}



.tier-badge-container {
    position: relative;
    margin-bottom: 15px;
}

.future-tier-wrapper {
    position: relative;
}

.tier-progress-markers::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #00AAA6 0%, #00CCC7 50%, #00E6E0 100%);
    border-radius: 2px;
    z-index: 2;
    width: var(--progress-width, 25%);
    transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 170, 166, 0.3);
}

.future-tier-wrapper .progress-indicator {
    position: absolute;
    top: 163px;
    left: calc(30px + var(--progress-width, 25%) * (100% - 60px) / 100% - 4px);
    width: 8px;
    height: 8px;
    background: #00AAA6;
    border: 2px solid white;
    border-radius: 50%;
    z-index: 3;
    transition: left 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 6px rgba(0, 170, 166, 0.4);
    animation: pulse-indicator 2s infinite;
}

@keyframes pulse-indicator {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}


.future-tier-wrapper .tier-progress-markers {
    position: absolute;
    top: 150px;
    left: 30px;
    right: 30px;
    height: 5px;
    z-index: 4;
    border: 1px solid #CDCDCD;
}

.future-tier-wrapper .tier-marker {
    position: absolute;
    top: 50%;
    width: 1px;
    height: 9px;
    background: #ccc;
    transform: translateY(-50%);
}

.future-tier-wrapper .tier-marker.achieved {
    background: #00AAA6;
}

.future-tier-wrapper .tier-marker:nth-child(1) {
    left: 0%;
}

.future-tier-wrapper .tier-marker:nth-child(2) {
    left: 33.33%;
}

.future-tier-wrapper .tier-marker:nth-child(3) {
    left: 66.66%;
}

.future-tier-wrapper .tier-marker:nth-child(4) {
    left: 100%;
}

.tier-progress-info {
    position: absolute;
    top: 103px;
    left: calc(30px + var(--progress-width));
    transform: translateX(-50%);
    z-index: 10;
}

.tier-progress-info .progress-text {
    margin: 0;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    background: #ffffff;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    padding: 8px 10px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.tier-progress-info .progress-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #CDCDCD;
}

.tier-progress-info .progress-text::before {
    content: '';
    position: absolute;
    top: 98%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffffff;
    z-index: 1;
    margin-top: 1px;
}

.tier-progress-info .progress-text.congratulations {
    color: #00AAA6;
    font-weight: 600;
    border-color: #00AAA6;
}



.tier-badge-image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: block;
    transition: all 0.3s ease;
    object-fit: contain;
}

.achieved .tier-badge-image {
    width: 142px;
    height: 142px;
}

.tier-info {
    text-align: center;
    margin-top: 15px;
}

.future-tier-wrapper .tier-info {
    padding-top: 40px;
    margin-top: 0;
}

.tier-info>p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.tier-price-needed {
    font-size: 16px !important;
    color: #000000 !important;
    margin-top: 4px !important;
    font-weight: 400;
}

.tier-price-needed .woocommerce-Price-currencySymbol {
    font-size: 13px !important;
}

.tier-price-needed>span {
    display: block;
}

.tier-price-needed.achieved {
    color: #00AAA6 !important;
    font-weight: 500;
}



.tier-greeting {
    font-size: 14px;
    color: #333;
    margin: 0 0 5px 0;
    font-weight: 400;
} */

/* ==========================================================================
   Hisense Order View Styles
   ========================================================================== */

/* Order Content Layout */
.order-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 305px;
    gap: 30px;
    align-items: start;
}

/* Left Column */
.order-left-column {
    background: #ffffff;
    padding: 0;
    overflow: hidden;
}

/* Order Status Card */
.order-status-card {
    border-radius: 5px;
    background: #F1F1F1;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.status-circle {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 50%;
    background: #049C98;
    display: flex;
    align-items: center;
    justify-content: center;
}


.status-content h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    color: #000000;
    margin: 0 0;
}

.status-content h3 span {
    font-weight: 500;
}

.status-subtitle {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    margin: 0;
}

.status-subtitle span {
    font-weight: 500;
}

.status-date {
    font-size: 12px;
    color: #999;
    margin: 0;
}

/* Address Limit Notice */
.address-limit-notice {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 6px;
    padding: 15px 20px;
    margin-top: 15px;
}

.address-limit-notice .limit-message {
    color: #856404;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

/* Product Variations */
.product-variations {
    margin-top: 5px;
}

.product-variations small {
    color: #666;
    font-size: 11px;
    line-height: 1.3;
}


/* Hide Default WooCommerce Order Details */
/* .woocommerce-order-details,
.woocommerce-order-details__title,
.woocommerce-table--order-details,
.woocommerce-customer-details,
.woocommerce-order-downloads {
    display: none !important;
} */

/* Order Table */
.order-table-wrapper {
    margin-top: 35px;
}

.order-details-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 23px;
}

.order-details-table th {
    background: #049C98;
    color: #ffffff;
    padding: 24px 15px;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
}

.order-details-table th:first-child {
    border-radius: 4px 0 0 0;
}

.order-details-table th:last-child {
    border-radius: 0 4px 0 0;
}

.order-details-table td {
    padding: 16px 15px;
    border-bottom: 1px solid #e9ecef;
    vertical-align: middle;
    background: #ffffff;
}

.total-value {
    color: #049c98;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;

}

.total-value>span {
    font-size: 35px;
    line-height: 26px;
    font-weight: 400;
}

.hisense-order-view .woocommerce-Price-currencySymbol {
    display: none;
}

/* Order Actions */
.order-actions {
    text-align: center;
}

.hisense-order-view .order-actions {
    padding-top: 40px;
}

/* Right Column */
.order-right-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Card Styles */
.showroom-details-card,
.delivery-details-card {
    background: #f1f1f1;
    border-radius: 5px;
    padding: 30px;
}

.card-title {
    color: #000000;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0;
    border-bottom: 1px solid #e9ecef;
}

.showroom-info li,
.delivery-info li {
    padding: 15px 0 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #575757;

}

.showroom-info li+li,
.delivery-info li+li {
    border-top: 1px solid rgba(109, 109, 109, 0.22)
}

.tier-name {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    color: #000;
    line-height: 1.2;
}


.progress-current {
    color: #00AAA6;
    font-weight: bold;
}

.progress-target {
    color: #333;
    font-weight: bold;
}

.progress-completed {
    color: #28a745;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

/* Overall Progress Section */
.overall-progress-section {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid rgba(0, 170, 166, 0.1);
}

.overall-progress-header {
    text-align: center;
    margin-bottom: 25px;
}

.overall-progress-header h4 {
    font-size: 22px;
    color: #333;
    margin: 0 0 8px 0;
}

.progress-description {

    font-size: 16px;
    color: #666;
    margin: 0;
}

.overall-progress-bar-container {
    position: relative;
    margin: 30px 0;
}

.overall-progress-bar {
    width: 100%;
    height: 12px;
    background: linear-gradient(90deg, #f0f0f0 0%, #e0e0e0 100%);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.overall-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #00AAA6 0%, #00CCC7 50%, #00E6E0 100%);
    border-radius: 6px;
    transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 170, 166, 0.3);
}

.progress-indicator {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #00AAA6;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0, 170, 166, 0.4);
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: translateY(-50%) scale(1);
    }

    50% {
        transform: translateY(-50%) scale(1.1);
    }
}

.tier-markers {
    position: relative;
    height: 40px;
    margin-top: 15px;
}

.tier-marker {
    position: absolute;
    transform: translateX(-50%);
    text-align: center;
}

.marker-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ddd;
    border: 3px solid white;
    margin: 0 auto 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.tier-marker.achieved .marker-dot {
    background: #00AAA6;
    box-shadow: 0 2px 8px rgba(0, 170, 166, 0.4);
}

.marker-label {
    font-size: 12px;
    color: #666;
    font-weight: bold;
    white-space: nowrap;
}

.tier-marker.achieved .marker-label {
    color: #00AAA6;
}

.progress-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
    padding: 20px;
    background: rgba(0, 170, 166, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(0, 170, 166, 0.1);
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-label {
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-value {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    color: #00AAA6;
    font-weight: 500;
}

/* Points Balance Section */
.points-balance-section {
    margin-bottom: 40px;
}

.points-balance-card {
    padding: 0;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: visible;
}



.points-info {
    flex: 1;
    z-index: 2;
    position: relative;
    padding: 40px 0;
    border-radius: 5px;
    text-align: left;
}

.points-balance-card h3 {
    font-size: 30px;
    margin: 0;
    color: #000000;
    font-weight: 400;
    line-height: 1;
}



.points-action {
    z-index: 2;
    position: relative;
}







/* Total Orders Section */
.total-orders-section {
    margin-bottom: 40px;
}

.orders-card {
    background: #F1F1F1;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.orders-illustration {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.delivery-truck svg,
.phone-icon svg {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}

.orders-info {
    flex: 1;
    display: flex;
    align-items: flex-end;
    gap: 50px
}

.orders-info h3 {
    font-size: 30px;
    color: #000000;
    margin: 0 0 20px 0;
}

.orders-info .secondary-button {
    min-width: 117px;
}

.orders-count {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.count-number {
    font-size: 40px;
    color: #000000;
    font-weight: 500;
    line-height: 1;
}

.count-label {

    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.orders-subtitle {

    font-size: 16px;
    color: #000000;
    margin: 0;
}

.my-orders-btn {
    background: #333;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.my-orders-btn:hover {
    background: #555;
    transform: translateY(-2px);
    color: white;
}

/* Quick Actions Grid */
.quick-actions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.quick-action-card {
    background: #ffffff;
    border-radius: 5px;
    padding: 22px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: inherit;
    border: 1px solid #E8E8E8;
}

.quick-action-card:hover {
    background: #E9F5F5;
    color: inherit;
}

.action-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-icon.account-info {
    background: #00AAA6;
}

.action-icon.address-book {
    background: #00AAA6;
}

.action-icon.return-request {
    background: #00AAA6;
}

.action-icon.rate-review {
    background: #00AAA6;
}

.action-icon.track-order {
    background: #00AAA6;
}

.action-icon.invoice-management {
    background: #00AAA6;
}

.quick-action-card span {
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    text-align: left;
}


/* Page title styling for no-sidebar layout */
.hisense-no-sidebar .login-title,
.hisense-no-sidebar .registration-title {
    margin-bottom: 40px;
}




/* ==========================================================================
   Hisense Address Book Styles
   ========================================================================== */

/* .hisense-address-book {} */

/* Address Book Header */
.address-book-header {
    margin-bottom: 60px;
}


.address-book-header p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0;
}

.address-book-header a {
    margin-top: 30px;
}

.add-new-address-btn {
    background: #00AAA6;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.add-new-address-btn:hover {
    background: #049C98;
    color: #ffffff;
}

/* Address Sections */
.default-address-section {
    margin-bottom: 40px;
}

.default-address-section .side_title {
    margin-bottom: 30px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}


.add-more-address-btn {
    background: #00AAA6;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
}

.add-more-address-btn:hover {
    background: #049C98;
    transform: translateY(-1px);
}

/* Address Cards */
.address-card {
    background: #F1F1F1;
    border-radius: 5px;
    padding: 30px;
    transition: all 0.3s ease;
}

/* .address-card+.address-card {
    margin-top: 15px;
} */

/* Address Header */
.address-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.address-header h4 {
    font-size: 25px;
    line-height: 1.1;
    font-weight: 500;
    margin: 0;
}

.address-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.action-btn {
    color: #575757;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    border: none;
}

.action-btn:hover {
    background: #f0f0f0;
    color: #333;
}

.delete-btn:hover {
    color: #dc3545;
    background: #ffeaea;
}

.edit-btn:hover {
    color: #00AAA6;
    background: #e6f7f7;
}

.set-default-btn:hover {
    color: #ffc107;
    background: #fff8e1;
}

/* Default Switch Styling */
.default-switch-container {
    display: flex;
    align-items: center;
    /* margin-top: 10px; */
}

.default-switch-label {
    display: flex;
    align-items: center;
    gap: 10px;

    font-size: 12px;
    color: #666;
    cursor: pointer;
    margin: 0;
}

.switch-text {
    font-weight: 500;
}

.default-switch {
    position: relative;
    width: 44px;
    height: 24px;
    background: #e0e0e0;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.default-switch:hover {
    background: #d0d0d0;
}

.default-switch.active {
    background: #00AAA6;
}

.switch-slider {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.default-switch.active .switch-slider {
    transform: translateX(20px);
}

.default-switch:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.default-switch:disabled:hover {
    background: #e0e0e0;
}

.default-badge {
    color: #575757;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

/* Address Content */
.address-content>div {
    display: flex;
}

.address-content>div {
    font-size: 16px;
    line-height: 1.4;
    color: #929292;
    margin-bottom: 8px;
    text-transform: capitalize;
    column-gap: 5px;
}

.address-content>div p {
    margin: 0;
    color: #2D2D2D;
    line-height: 1.3;
}

/* .address-content>div p br {
    display: none;
} */

.address-content>div span {
    min-width: 140px;
}



.verified-badge {
    color: #00ae26;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;

}

/* Addresses Grid */
.addresses-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* No Address State */
.no-address {
    background: #f1f1f1;
    ;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
}

.no-address p {

    font-size: 16px;
    color: #666;
    margin: 0 0 20px 0;
}

.add-address-btn {
    background: #00AAA6;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.add-address-btn:hover {
    background: #049C98;
    color: #ffffff;
}



/* ==========================================================================
   Hisense Address Form Styles
   ========================================================================== */

.hisense-address-form {}

/* Address Form Header */
.address-form-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.back-page {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000000;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 30px;
    transition: color 0.3s ease;
}

.back-page img {
    transition: filter 0.3s ease;
}

.back-page:hover {
    color: #049C98;
}

.back-page:hover img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(75%) saturate(4838%) hue-rotate(149deg) brightness(90%) contrast(97%);
}

/* Address Form */
.address-form>.form-row {
    margin-bottom: 20px;
}

.form-row-group.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-row label {
    font-size: 14px;
       color: rgb(35, 31, 32);
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}

.form-row .required {
    color: #dc3545;
}

.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="number"],
.form-row input[type="tel"],
.form-row select,
.form-row textarea {
       width: 100%;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    font-size: 16px;
    color: #000000 !important;
    border: 1px solid #EBEBEB;
    border-radius: 49px;
    background-color: #fff;
}

.form-row textarea {
    border-radius: 12px;
    line-height: 28px;
     padding: 10px 20px;
     height: 110px;
         display: block;
}

.form-row input[type="date"] {
    height: 54px;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    outline: none;
}


.checkbox-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.checkbox-row label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}

.checkbox-row input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
    transform: scale(1.2);
}

/* Form Actions */
.form-actions {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-top: 20px;
}

.save-address-btn {
    background: #00AAA6;
    color: white;
    border: none;
    padding: 14px 30px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.save-address-btn:hover {
    background: #049C98;
    transform: translateY(-1px);
}

.cancel-btn {
    color: #666;
    text-decoration: none;

    font-size: 16px;
    padding: 14px 20px;
    transition: color 0.3s ease;
}

.cancel-btn:hover {
    color: #333;
    text-decoration: underline;
}

.password-section {
    padding-top: 50px;
}

.password-section .section-title {
    text-align: start;
}

.birthday_row {
    display: flex;
    align-items: center;
    gap: 30px;
}

.birthday_row .form-row {
    margin-top: 0 !important;
}

.label-title {
    margin: 0;
    font-size: 25px;
    line-height: 1.2px;
    font-weight: 500;
}

.label-title+.form-row,
.label-title+.form-row-group {
    margin-top: 30px
}

.birthday_row .modern-input {
    min-width: 337px;
    -moz-appearance: textfield;
}

.birthday_row .modern-input::-webkit-calendar-picker-indicator {
    opacity: 0;
    -webkit-appearance: none;
}

/* ===== FEEDBACK PAGE STYLES ===== */
.hisense-feedback-page .section-title {
    text-align: start;
}

.hisense-feedback-page .form-row-wide {
    margin-bottom: 20px;
}

.hisense-feedback-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.required {
    color: #e74c3c;
    font-weight: bold;
}
 

.character-count {
    text-align: right;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.character-count.warning {
    color: #f39c12;
}

.character-count.danger {
    color: #e74c3c;
}

.hisense-feedback-form input.error,
.hisense-feedback-form textarea.error {
    border-color: #e74c3c;
}

.hisense-feedback-form input.valid,
.hisense-feedback-form textarea.valid {
    border-color: #27ae60;
    box-shadow: 0 0 0 2px rgba(39, 174, 96, 0.1);
}

.form-row.has-error input,
.form-row.has-error textarea {
    border-color: #e74c3c;
}

/* .form-row.has-success input,
.form-row.has-success textarea {
    border-color: #27ae60;
} */

.submit-btn {
    background: #333;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.woocommerce-form.woocommerce-form-register label.error{
    display:none !important;
}

.submit-btn:hover {
    background: #555;
}

.feedback-history-section {
    margin-top: 40px;
}

.feedback-history-section h3 {
    margin-bottom: 20px;
    color: #333;
}

.feedback-item {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
}

.feedback-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.feedback-meta {
    display: flex;
    gap: 15px;
    align-items: center;
}

.feedback-id {
    font-weight: bold;
    color: #666;
}

.feedback-date {
    color: #888;
    font-size: 0.9em;
}

.status-badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: 500;
}

.status-badge.pending {
    background: #fff3cd;
    color: #856404;
}

.status-badge.reviewed {
    background: #d1ecf1;
    color: #0c5460;
}

.status-badge.responded {
    background: #d4edda;
    color: #155724;
}

.status-badge.closed {
    background: #f8d7da;
    color: #721c24;
}

/* Refund Status Badges */
.mg-refund-status {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    margin-left: 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    background-color: #f1f5f9;
    color: #0f172a;
}

.mg-refund-status-requested,
.mg-refund-status-pending {
    background-color: #fff7ed;
    color: #c05621;
}

.mg-refund-status-approved,
.mg-refund-status-return_approved {
    background-color: #ecfdf3;
    color: #15803d;
}

.mg-refund-status-processing,
.mg-refund-status-refund_processed {
    background-color: #eff6ff;
    color: #1d4ed8;
}

.mg-refund-status-rejected {
    background-color: #fef2f2;
    color: #b91c1c;
}

.mg-refund-status-completed,
.mg-refund-status-refund_completed {
    background-color: #ecfdf5;
    color: #047857;
}

.feedback-message {
    margin-bottom: 15px;
    line-height: 1.6;
}

.admin-response {
    background: #e8f5e8;
    border-left: 4px solid #28a745;
    padding: 15px;
    border-radius: 4px;
    margin-top: 15px;
}

.admin-response h4 {
    margin: 0 0 10px 0;
    color: #155724;
}

.admin-response p {
    margin: 0;
    color: #155724;
}



/* ==========================================================================
   End of Enhanced Login & Registration Forms
   ========================================================================== */

/* ==========================================================================
   Order Card Styles - Screenshot Design
   ========================================================================== */

.orders-header {
    margin-bottom: 20px;
}

.order-card {
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.order-card:not(:last-child) {
    margin-bottom: 20px;
}



/* Order Header - Teal Section */
.order-header {
    background: var(--hisense-border);
    color: #ffffff;
    border-radius: 5px;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1.5fr;
    gap: 20px;
}

.order-header-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.header-label {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}

.header-value {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
}

.order-number-section {}

.order-header-item .header-actions {
    display: flex;
    gap: 15px;
}

.header-link {
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
}

.header-link:hover {
    color: rgba(255, 255, 255, 0.8);
}

.order-header-item .header-link {
    color: #ffffff;
    padding: 0;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
}

/* Order Content - White Section */
.order-content {
    padding: 40px 30px 40px;
    background: #ffffff;
}

.order-product {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.order-product .product-image {
    flex-shrink: 0;
    width: 195px;
    height: 195px;
    min-height: unset;
    border: 1px solid var(--hisense-border);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
}

.order-product .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: unset;
}

.order-product .product-details {
    flex: 1;
}

.order-product .product-title {
    color: #000000;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 500;
}

.order-product .product-excerpt {
    font-size: 16px;
    line-height: 31px;
    font-weight: 400;
    margin: 0;
}

/* Action Buttons */
.order-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.order-actions .action-btn {
    padding: 14px 20px 12px;
    border: 1px solid var(--hisense-border);
    background: transparent;
    color: var(--hisense-border);
    border-radius: 25px;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
}

.order-actions .action-btn:hover {
    background: var(--hisense-border);
    color: #ffffff;
}

/* Order Action Links Grid */
.order-action-links-grid {
    margin-top: 40px;
    margin-bottom: 40px;
}

.action-link-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.action-link-row:last-child {
    margin-bottom: 0;
}

.action-link-card {
    padding: 40px 30px;
    border-radius: 5px;
    background: transparent;
    color: #000000;
    text-decoration: none;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    text-align: start;
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

.action-link-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    padding: 1.1px;
    background: linear-gradient(180deg,
            rgba(242, 242, 242, 1) 0%,
            rgba(4, 156, 152, 1) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: 1;
}

.action-link-card:hover {
    background: var(--hisense-border);
    color: white;
    text-decoration: none;
}

/* ==========================================================================
   Coupons Page Styles
   ========================================================================== */
.hisense-coupons-page .section-title {
    margin-bottom: 45px;
}

.coupons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin: 30px 0 0;
}

.coupon-card {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.2s ease;
    position: relative;
    padding: 66px 30px 60px;
    z-index: 2;
}

.coupon-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    padding: 1.1px;
    background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(4, 156, 152, 1) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: -1;
}


.coupon-card.used {
    opacity: 0.5;
}

.used-coupons {
    margin-top: 60px;
}

.coupon-header {
    color: #049C98;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 30px;
}

.coupon-card.used .coupon-header {
    color: #000000;
}

.coupon-card.used::before {
    opacity: 0.5;
    background: linear-gradient(180deg,
            rgba(242, 242, 242, 1) 0%,
            rgba(4, 156, 152, 1) 100%);
}

.coupon-discount {
    margin-bottom: 25px;
}

.discount-amount {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
}

.discount-label {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 5px;
    color: #000000;
}

.coupon-details p {
    margin: 0;
    font-size: 14px;
}

.coupon-description {
    color: #333;
}

.coupon-expiry,
.coupon-used-info,
.coupon-savings {
    color: #666;
}

.coupon-actions .secondary-button {
    min-width: 177px;
}

.no-coupons-message {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-style: italic;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */



/*-------------- wish list----------------- */


.tinv-wishlist .cart-empty {
    margin-bottom: 20px;
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

.wishlist_item .hisense-product-card {
    background: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none;
    box-shadow: none;
    padding: 0;
}

.wishlist_item .zoom-effect.wishlist_item {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.wishlist_item .product-image {
    position: relative;
    padding: 30px 20px 20px 20px;
    background: #E9F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 350px;
    border-radius: 5px;
}

.wishlist_item .product-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    display: flex;
    gap: 10px;
}

.wishlist_item .product-remove button {
    cursor: pointer;
}

.wishlist_item .product-remove button:hover i {
    color: #af2732;
}

.wishlist_item .product-info {
    padding: 30px 0 0 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: white;
    border-radius: 0 0 16px 16px;
}

.wishlist_item .product-category {
    font-size: 14px;
    color: #545454;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.wishlist_item .product-title a {
    font-size: 18px;
    color: #000000;
}

.wishlist_item .product-title {
    margin: 0 0 12px 0;
    font-weight: 400;
}

.wishlist_item .product-price {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000000;
}

.wishlist_item .product-price>del {
    margin-right: 10px;
}

.wishlist_item .product-actions {
    display: grid;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    grid-template-columns: repeat(1fr);
}

.wishlist_item .buy-now-btn,
.wishlist_item .product_type_simple,
.wishlist_item .product_type_variable {
    padding: 11px 18px;
    border: none;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-weight: 300;
    transition: all 0.3s ease;
    display: inline-block;
}

.wishlist_item .buy-now-btn {
    background: #049C98;
    color: white;
    border: 1px solid #049C98;
}

.wishlist_item .buy-now-btn:hover {
    background: #068d89;
    border: 1px solid #068d89;
}

.wishlist_item .product_type_simple,
.wishlist_item .product_type_variable {
    background: #6c757d;
    border-color: #6c757d;
    color: #ffffff;
}

.wishlist_item .product_type_simple:hover,
.wishlist_item .product_type_variable:hover {
    background: #5a6268;
    border-color: #5a6268;
    color: #ffffff;
    /* color: #068d89; */
}

.wishlist_item .attribute-item {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    align-items: center;
    padding-left: 37px;
    background: url(../../../images/size.svg) no-repeat left center;
}

.wishlist_item .attribute-options {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.wishlist_item .size-option {
    padding: 6px 12px;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    font-size: 12px;
    color: #767676;
    text-align: center;
    min-width: 65px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wishlist_item .size-option:hover,
.wishlist_item .size-option.selected {
    border: 1px solid #049C98;
    color: #049C98;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--membership.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist.is-active a {
    color: #0095D9;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--membership a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a:hover {
    color: #0095D9;
}

.woocommerce-pagination{
       width: 100%;
       margin-top: 40px;
       display: flex;
       justify-content: center;
}

.page-numbers{
       display: flex;
       flex-wrap: wrap;
       gap: 6px;
}

.page-numbers li{
       min-width: 30px;
       height: 33px;
     
   
       font-size: 14px;
       font-weight: 500;
       color: #015DA4;
}

.page-numbers li .page-numbers{
       width: 100%;
       height: 100%;
       display: flex;
       justify-content: center;
       color: #1c1847;
       border: 1px solid #015DA4;
       border-radius: 6px;
}

.page-numbers li .page-numbers.current{
           background-color: #199fde;
           color: #fff;
           border: 1px solid #199fde;
}




.feedback-form-section  form .label-title{ font-size: 16px; font-weight: 400;}
.hisense-feedback-page .form-row-wide{    margin-top:10px;}


.login_title_center{
       width: 100%;
       text-align: center;
       margin-bottom: 60px;
}

.login_title_center .main-title{
       margin-bottom: 10px;
}

.woocommerce-account .woocommerce{
   
     display: flex;
     flex-wrap: wrap;
     align-items: flex-start;
}

.woocommerce-form-login,
.lost_reset_password {
     width: 100%;
     max-width: 700px;
     margin: 0 auto;
     box-shadow: 0px 14px 74px 10px rgba(0, 0, 0, 0.05);
     padding: 40px 30px;
     -webkit-border-radius: 30px;
      border-radius: 30px;
}

.auth-form-group{
    width: 100%;
    margin-bottom: 20px;
}

.auth-form-group label{
    width: 100%;
      font-size: 14px;
      color: #231F20;
      line-height: 20px;
      display: block;
      margin-bottom: 5px !important;
      font-weight: 400 !important;
}

.password-input{
      position: relative;
}

.show-password-input{
        position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border: none;
    background-image: url(../images/hide.png);
    background-repeat: no-repeat;
    background-position: center;
}

.show-password-input.display-password{
   background-image: url(../images/eye.png);
}

.login_forgot_password{
        width: 100%;
        text-align: right;
        font-size: 16px;
        color: #000;
        font-weight: 500;
}

.login_forgot_password a{
      color: #0095D9;
}

.login_btn_wrap p a:hover{
    color: #015DA4;
}

.btn_center{
      margin: 0 auto;
}

.login_btn_wrap  .main_btn{
     margin-top: 60px;
}

.login_btn_wrap p{
       font-size: 16px;
       margin-top: 15px !important;
       font-weight: 500;
}

.login_btn_wrap p a{
    color: #0095D9;
}

.auth-form-row{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

}

.error-message {
    display: block;
    color: #e74c3c;
    font-size: 13px !important;
    margin-top: 5px;
    min-height: 16px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.half_width{
       width: 48%;
}

.auth-form-row .nice-select.country-code{
   width: 80px;
      line-height: 54px;
      padding: 0 30px;
    padding-left: 20px;
    padding-right: 0;
        border-radius: 49px;
      border-top-right-radius: 0;
    border-bottom-right-radius: 0;
     height: 54px;
        border: 1px solid #EBEBEB;
          border-right: none;
}




.auth-form-row .nice-select.country-code:after{
       right: 2px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
}

.auth-form-row .nice-select.country-code.open:after{
    transform: rotate(-135deg);
        margin-top: -4px;
}

.auth-phone-group{
    display: flex;
    flex-wrap: wrap;
}

.auth-phone-group .woocommerce-Input--text{
       width: calc(100% - 80px);
       border-top-left-radius: 0;
       border-bottom-left-radius: 0;
       border-left: none;
}

/* Mirror phone status onto country code nice-select UI */
.auth-phone-group .nice-select.country-code.has-error{
    border-color: #e74c3c;
}
.auth-phone-group .nice-select.country-code.has-success{
    border-color: #27ae60;
}

.woocommerce-form-login .woocommerce-privacy-policy-text{
        display: none;
}

.register_company_details{
       margin-bottom: 30px;
}

.woocommerce-form-login h3,
.lost_reset_password  h3{
    font-size: 30px;
     line-height: 30px;
    color: #000;
    font-weight: 900;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content h1, .section-title{
    font-size: 35px;
    line-height: 30px;
    color: #000;
    font-weight: 900;
    margin-bottom: 10px;
}

.wdo-address-book-header p{
       color: #000;
}

.hisense-products-grid{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 15px;
}

.hisense-products-grid .featured_box_content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    padding-right: 25px;
}

.hisense-products-grid .featured_box_content {
    width: 100%;
    padding: 20px 20px 10px;
}

.hisense-products-grid .featured_box_content p {
    font-size: 14px;
    line-height: 20px;
}

.hisense-products-grid .featured_box_content h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

.hisense-products-grid .wishlist {
    width: 30px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 10px;
}

.hisense-products-grid .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{
         width: 25px;
         height: 25px;

}

.hisense-products-grid .tinv-wraper.tinv-wishlist{
    padding: 0;
}

.hisense-products-grid  .featured_box{
       border-radius: 20px;
       padding-bottom: 65px;
}

.hisense-products-grid .featured_btn_main{
        -webkit-border-bottom-left-radius:0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.hisense-products-grid .featured_btn_main a{
           height: 50px;
           font-size: 14px;
}

.hisense-products-grid .featured_box_img{
       height: 250px;
       overflow: hidden;
       display: flex;
       justify-content: center;
           align-items: normal;
}

.hisense-products-grid .featured_box_img img{
        width: auto;
        height: auto;
}

.tinv-wishlist .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
       font-size: 28px;
}

.hisense-products-grid .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before{
    color: #FF0000 !important;
}

.hisense-products-grid .tinv-wishlist .tinvwl-buttons-group button{
       width: 100%;
       height: 25px;
       line-height: 25px;
       background-color: #0095D9;
       text-align: center;
       border: none;
       color: #fff;
}

.edit-accout_main{
       width: 100%;
       border: 1px solid #C7C7C7;
       border-radius: 25px;
       padding: 30px 25px 20px;
       margin-top: 40px;
}

.woocommerce-account .auth-page .woocommerce{
     justify-content: center;
}

.edit-accout_main .half_width{
       width: 49%;
}

.edit-accout_main h3{
    font-size: 25px;
    line-height: 30px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.address_radio{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      column-gap: 60px;
      margin: 20px 0 40px;
}

.address_radio label{
       width: auto;
       font-size: 18px;
       font-weight: 500;
       color: #000;
       display: flex;
       flex-wrap: wrap;
       align-items: center;
       gap: 15px;
}

.address_radio label input{
       width: 18px;
       height: 18px;
}

.border_btn{
     width: max-content;
    min-width: 100px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #0095D9;
    color: #0095D9;
    cursor: pointer;
    padding: 0 25px;
    border-radius: 300px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
    display: inline-flex;
    position: relative;
    transition: all 0.3s 
ease-in-out;
}

.border_btn:hover{
    background-color: #0095D9;
    color: #fff;
}

.address_btn_main{
       width: 100%;
       display: flex;
       gap: 0 10px;
       margin-bottom: 20px;
}

.custom-checkbox {
  display: inline-flex !important;
  align-items: center;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 500;
  color: #000;
  gap: 8px;
}

/* Hide default checkbox */
.custom-checkbox input {
  display: none;
}

/* Custom box */
.custom-checkbox .checkmark {
    width: 24px;
    height: 24px;
    padding: 2px;
    border-radius: 7px;
    border: 1px solid #1e88e5;
    background-color: transparent;
    position: relative;
}

.custom-checkbox input:checked~.checkmark {
  background-color: transparent;
}

.custom-checkbox input:checked~.checkmark::before{
     content: "";
    width: 18px;
    height: 18px;
      border-radius: 5px;
    background-color: #1e88e5;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 0;
}

/* Check icon */
.custom-checkbox .checkmark.checkmark::after {
content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Unchecked state */
.custom-checkbox input:not(:checked) + .checkmark {
  background-color: #fff;
}

.custom-checkbox input:not(:checked) + .checkmark::after {
  display: none;
}

.auth-form-checkbox_bottom{
       margin-top: 20px;
}

.auth-form-checkbox_bottom .auth-form-group{
      margin-bottom: 10px !important;
}


.address_details_wrap{
        width: 100%;
      margin-top: 25px;
}


.tinv-wishlist .products{
       display: grid;
       grid-template-columns: repeat(3, 1fr);
       gap: 20px;
}

.tinv-wraper.tinv-wishlist{
    padding: 0 !important;
}


.return-order-wrapper .woocommerce-orders-table__cell-order-number a{
    color: #000;
}  

.return-order-wrapper .mg-table thead th:last-child{
      width: 160px;
}

.return-order-wrapper .mg-table .main_btn{
    margin-top: 0;
}

.return-order-wrapper .edit-accout_main .form-section{
     margin-bottom: 35px;
}


 .custom-uploader {
                            margin-top: 10px;
                        }
                        .upload-drop-area {
                            
                            border-radius: 6px;
                            padding: 20px 20px;
                            text-align: center;
                            cursor: pointer;
                            transition: all 0.3s;
                            background: #F6F6F6;
                        }
                        .upload-drop-area:hover, .upload-drop-area.drag-over {
                            border-color: #007cba;
                            background: #f0f7fc;
                        }
                        .upload-instruction {
                            pointer-events: none;
                        }
                        .upload-instruction svg {
                            color: #999;
                            margin-bottom: 10px;
                        }
                        .upload-instruction p {
                            margin: 5px 0;
                            font-weight: 400;
                            color: #44322D;
                            font-size: 14px;
                            line-height: 18px;
                        }
                        .upload-note {
                            font-size: 14px;
                            line-height: 18px;
                            color: #A7A9AC;
                        }
                        .files-preview-grid {
                            display: flex;
                            flex-wrap: wrap;
                            margin-top: 15px;
                            gap: 15px;
                        }
                        .preview-item {
                            position: relative;
                            width: 100px;
                            height: 100px;
                            border-radius: 6px;
                            overflow: hidden;
                            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
                            border: 1px solid #eee;
                            background: #fff;
                        }
                        .preview-item img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                        .remove-file {
                            position: absolute;
                            top: 2px;
                            right: 2px;
                            background: rgba(255, 255, 255, 0.9);
                            border: none;
                            color: #dc3232;
                            width: 20px;
                            height: 20px;
                            border-radius: 50%;
                            line-height: 1;
                            font-size: 16px;
                            cursor: pointer;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            padding: 0;
                            box-shadow: 0 1px 2px rgba(0,0,0,0.2);
                        }
                        .remove-file:hover {
                            background: #dc3232;
                            color: #fff;
                        }






                         .card {
            background-color: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            padding: 16px;
        }

        .radio-card-main{
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            row-gap: 20px;
        }

        .radio-card{
            width: 100%;
            border-radius: 6px;
            background-color: #F6F6F6;
            padding: 25px;
        }

        .radio-card .text-container{
               font-size: 16px;
               font-weight: 500;
               color: #000;
        }

        .radio-option {
            margin-bottom: 16px;
        }

        .radio-option:last-child {
            margin-bottom: 0;
        }

        .radio-label-new {
            display: flex;
            align-items: flex-start;
            cursor: pointer;
            position: relative;
            gap: 8px;
        }

        .radio-input {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }

        .checkbox--radio-container {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            margin-top: 2px;
            margin-right: 12px;
            flex-shrink: 0;
        }

        .checkbox-radio {
            width: 24px;
            height: 24px;
            border: 1px solid #0095D9;
            border-radius: 7px;
            background-color: #ffffff;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .radio-input:checked + .checkbox-radio {
            border-color: #0095D9;
            background-color: #fff;
        }

         .radio-input:checked + .checkbox-radio::after{
            content: "";
            position: absolute;
               width: 18px;
               height: 18px;
               background-color: #0095D9;
               top: 3px;
               left: 3px;
               border-radius: 5px;
               z-index: 3;
         }

        .checkmark-radio {
            width: 14px;
            height: 14px;
            color: #ffffff;
            display: none;
            z-index: 5;
        }

        .radio-input:checked + .checkbox-radio .checkmark-radio {
            display: block;
        }

        .radio-label-new:hover .checkbox-radio {
            border-color: #9ca3af;
        }

        .radio-input:checked + .checkbox-radio:hover {
            border-color: #2563eb;
        }

        .return-request-form .form-actions{
            padding-top: 0;
            margin-top: 0;
        }


        .phone-input-group{
            position: relative;
        }

        .phone-input-group .input-text{
            padding-left: 85px !important;
        }

        .phone-prefix{
            position: absolute;
            top: 17px;
                font-size: 16px;
    color: #000000 !important;
    left: 15px; 
           border-right: 1px solid #EBEBEB;
           padding-right: 10px;
        }

        .sample-section-second{
               width: 100%;
               margin-top: 50px;
        }

        .orders-wrapper .mg-table thead th:nth-child(1),.orders-wrapper  .mg-table thead th:nth-child(2),.orders-wrapper  .mg-table thead th:nth-child(3) {
    width: 14%;
}

.detail-section h3{
        font-size: 25px;
    line-height: 30px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.detail-section{
    width: 100%;
    border: 1px solid #C7C7C7;
    border-radius: 25px;
    padding: 30px 25px 20px;
    margin-bottom: 20px;
}

.order-id-display{
       margin-top: 5px;
}

.detail-item span.woocommerce-Input--text{
    display: flex;
    align-items: center;
}


.progress-steps {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 3px;
        align-items: start;
        position: relative;
    }

    .progress-line {
        position: absolute;
        top: 14px;
        left: 5%;
        right: 5%;
        height: 9px;
        background: #EEEEEE;
        z-index: 1;
        display: none;
    }

    .progress-line-active {
        position: absolute;
        top: 14px;
        left: 5%;
        height: 4px;
        background: #0095D9;
        z-index: 2;
        transition: width 0.3s ease;
        display: none;
    }

    .progress-step {
        position: relative;
        z-index: 3;
        text-align: center;
        flex: 1;
    }

    .progress-step::after {
        content: "";
        position: absolute;
        height: 4px;
        width: 100%;
        background-color: #EEEEEE;
        top: 14px;
        left: 50%;
        z-index: -9;
        transition: all ease-in-out .3s;
    }

    .progress-step:last-of-type::after {
        display: none;
    }

    .progress-step:last-of-type .completed::before {
        display: none;

    }

    .step-circle {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #ffffff;
        border: 1px solid #0095D9;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
        transition: all 0.3s ease;
    }

    .step-circle.active {
        background: #0095D9;
        border-color: #0095D9;
    }

    .step-circle.completed {
        background: #0095D9;
        border-color: #0095D9;
    }

    .step-circle.error {
        background: #dc3545;
        border-color: #dc3545;
    }

    .step-circle.completed::before {
        content: "";
        position: absolute;
        height: 4px;
        width: 100%;
        background-color: #0095D9;
        top: 14px;
        left: 50%;
        z-index: -8;
        transition: all ease-in-out .3s;
    }

    .step-circle.completed.last-completed::before {
        width: 50%;
        border-radius: 300px;
    }


    .step-circle::after {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
          background-repeat: no-repeat;
        background-position: center;
       background-image: url(../images/time.svg);
    }

    .step-circle.completed::after {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/tick.svg);
    }

    .step-circle.error::after {
        content: '✕';
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        width: auto;
        height: auto;
    }

    .progress-line-active.progress-error {
        background: #dc3545;
    }

    .step-label {
        font-size: 13px;
        line-height: 25px;
        font-weight: 600;
        text-align: center;
    }

    .step-date {
        font-size: 11px;
        color: #999;
        margin-top: 2px;
        text-align: center;
    }



    .product-details {
        padding: 0;
    }

    .product-item-card {
        background: #fff;
        overflow: hidden;
    }

    .product-item-card+.product-item-card {
        padding-top: 40px;
        margin-top: 20px;
        border-top: 1px solid rgba(109, 109, 109, 0.22);
    }

    .return-product-item {
        display: flex;
        gap: 25px;
        align-items: center;
        padding: 0;
    }

    .return-product-image {
         width: 80px;
    height: 80px;
    border-radius: 8px;
    padding: 5px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #eeeeee;
    }

    .return-product-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .return-product-info h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #000;
        margin: 0 0 0px 0;
    }

    .return-product-price {
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        margin: 0;
    }

    .return-product-price .woocommerce-Price-currencySymbol {
        font-size: 14px;
    }

    .item-progress-tracker {
        padding-bottom: 40px;
    }

    .item-progress-tracker .step-circle.error::after {
        content: '✕';
        font-size: 12px;
        width: auto;
        height: auto;
        background: none;
    }

    .status-message {
        margin-top: 20px;
        padding: 15px 15px;
        border-radius: 10px;
        font-size: 14px;
    }

    .status-message.status-error {
        background: #f8d7da;
        border: 1px solid #f5c6cb;
        color: #dc3545;
    }

    .status-message strong {
        display: block;
        margin-bottom: 4px;
        font-weight: 500;
    }

    .status-message p {
        margin: 0;
        line-height: 1.4;
    }



    .policy-section {
        margin-bottom: 25px;
    }

    .policy-section h4 {
        font-size: 18px;
        line-height: 20px;
        font-weight: 400;
        margin: 0 0 8px 0;
    }

    .policy-section p {
        color: #575757;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        margin: 0 0 8px 0;
    }

    .policy-section ul {
        color: #575757;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        margin: 0;
        list-style-type: unset;
        padding-left: 16px;
    }

    .policy-section li {
        margin-bottom: 4px;
    }

    .no-returns-message {
        padding: 40px;
        text-align: center;
        color: #666;
    }

    .track_two_col .order-history{
        border-radius: 20px;
        padding: 15px;
        background: #F6F6F6;
       
    }

     .track_two_col .detail-row .value {
    color: #575757;
    font-weight: 400;
    font-size: 14px;
}

    .shipment-info{
        border-radius: 10px;
    }

    .return-policy-content{
        font-size: 14px;
        line-height: 22px;
    }

    .shipment-details{
        padding: 0 15px 15px;
    }

    .track_two_col .order-history h3 {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    margin: 15px 0 10px;
}

.order-history ul{
    margin-top: 10px;
}

.order-history ul li{
      font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 8px; 
    padding-left: 13px;
    position: relative;
}

.track_two_col{
    align-items: flex-start;
}

.order-history ul li::after{
        content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    background-color: #0095D9;
    border-radius: 100%;
    left: 0;
    top: 5px;
}

  .track_two_col .order-history h4{
      font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    margin: 15px 0 5px;
  }

      .item-progress-tracker {
            padding-bottom: 25px;
        }

        .refund-type-options{
           background-color: #f6f6f6;
           border-bottom-left-radius: 6px;
           border-bottom-right-radius: 6px;
           margin-top: -10px;
        }

       .refund-type-options  .custom-check{
            width: 20px;
    height: 20px;
        }
        
.refund-type-options  .item-checkbox input[type="checkbox"]:checked+.custom-check {
    background: url(../images/tick.svg) #0095d9 no-repeat center !important;
        background-size: 10px !important;
}

.refund-type-options .cancel-item {
    display: flex;
    align-items: center !important;
    gap: 10px !important;
}

.refund-type-options .items-list{
    padding: 0 25px;
    margin-bottom: 25px !important;
        display: inline-block;
}

.refund-type-options .cancel-item-inside{
    gap: 10px;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout{
      margin-top: 40px !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout a{
    color: #ED1C24 !important;
}
           

          .refund-type-options .cancel-item .item-image{
            width: 80px;
    height: 80px;
    border-radius: 8px;
    padding: 5px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #eeeeee;
    min-width: auto;
         }

       .refund-type-options .cancel-item  .item-details{
        margin-bottom: 0;
       }

       .refund-type-options .cancel-item  .item-name{
            font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
       }

       .mg-dashboard-cards{
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 25px;
       }


       .woocommerce-MyAccount-navigation h3{
                 font-size: 22px;
                 color: #171717;
                 font-weight: 600;
                 margin-bottom: 20px;
       }

       .product-name{
        text-align: left;
       }

       .mannaglass-request-form .cart-section.mg-table thead th:nth-child(1){
        text-align: left !important;
       }


       .woocommerce-form-login .woocommerce-form-row label,
       .lost_reset_password .woocommerce-form-row label{
        color: rgb(35, 31, 32) !important;
       }


       .order-id-display{
        margin-top: 30px;
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
       }

       .order-id-display p{
        margin-bottom: 0;
       }

       .order-id-display p a{
        padding: 5px 15px;
    font-size: 15px;
    line-height: 25px;
    border-radius: 31px;
    margin-bottom: 0;
    border: 1px solid #007cba;
       }


       .rfq-repeater-row {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .input-text.rfq-qty-input{
        width: calc(100% - 60px) !important;
    }

    .form-row.rfq-qty-col_main{
            width: 265px;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: space-between;
    }

    .rfq-product-col {
        flex: 1;
        min-width: 200px;
    }

    .rfq-qty-col {
        width: 150px;
    }

    .rfq-qty-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
        padding: 0;
        border-radius: 9px;

    }

    .woo-auth-page{
        width: 100%;
    }

    .rfq-qty-input {
        border: none;
        box-shadow: none;
        width: 40px;
        text-align: center;
        padding: 0;
        height: 28px;
    }

    .rfq-qty-input:focus {
        outline: none;
        box-shadow: none;
    }

    .rfq-qty-btn {
        border: none;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 1;
        cursor: pointer;
        background: #f3f3f3;
        color: #231F20;
    }

    .woocommerce-lost-password .woocommerce-message{
        width: 100%;
    padding: 10px 20px;
    background: #1b9fdf;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    margin-bottom: 40px;
    }

    .rfq-qty-btn.rfq-qty-plus {
        background: #0095D9;
        color: #ffffff;
    }

    .rfq-qty-btn:hover {
        opacity: 0.9;
    }

    .rfq-action-col {
        padding-bottom: 8px;
        /* Align with input height approx */
    }

    .rfq-add-row-btn {
        background: #0095D9;
        color: #fff;
        border: none;
        padding: 8px 18px;
        border-radius: 999px;
        font-size: 13px;
        line-height: 1.2;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s;
        margin-top: 36px;
        width: 100px;
        text-align: center;
    }

    .rfq-add-row-btn:hover {
        background: #1c1847;
    }

    .rfq-remove-row-btn {
        background: #dc3232;
        border: none;
        padding: 8px 18px;
        border-radius: 999px;
        font-size: 13px;
        line-height: 1.2;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        transition: background 0.3s;
        margin-top: 36px;
        width: 100px;
        text-align: center;
    }

    .rfq-remove-row-btn:hover {
        background: #b32d2e;
        color: #fff;
    }

    @media (max-width: 600px) {
        .rfq-repeater-row {
            display: block;
            border-bottom: 1px solid #eee;
            padding-bottom: 15px;
        }

        .rfq-product-col,
        .rfq-qty-col {
            width: 100%;
            margin-bottom: 10px;
        }

        .rfq-action-col {
            text-align: right;
        }
    }

       
@media (max-width: 1550px) {
    .myaccount-page-title h4 {
        font-size: 48px;
    }

    .myaccount-page-title {
        padding-top: 35px;
        margin-bottom: 35px;
    }

    .woocommerce-MyAccount-navigation h4 {
        font-size: 22px;
        /* was 24px */
    }

    .myaccount-title h2 {
        font-size: 22px;
        /* was 24px */
    }

    .woocommerce-myaccount-content>h3 {
        font-size: 18px;
        /* was 20px */
    }

    .change-password-set h3 {
        font-size: 18px;
        /* was 20px */
    }

    .woocommerce-myaccount-content h4 {
        font-size: 13px;
        /* was 15px - reduce 1px for 15px to 13px */
    }

    .woocommerce-MyAccount-navigation li a {
        font-size: 16px;
        margin: 6px 0;
        /* was 16px */
    }

    /* Reduce 1px for font sizes 15px to 13px */
    .account-info-block p.first {
        font-size: 15px;
        /* was 17px - reduce 2px */
    }

    .account-info-block p.second {
        font-size: 14px;
        /* was 16px - reduce 2px */
    }

    .mobile-heading-list ul li span {
        font-size: 13px;
        /* was 14px - reduce 1px */
    }

    .woocommerce-orders-table__row li {
        font-size: 13px;
        /* was 15px - reduce 1px for 15px to 13px */
    }

    .achieved .tier-badge-image {
        width: 130px;
        height: 130px;
    }

    .tier-badge-image {
        width: 110px;
        height: 110px;
    }

    .tier-info>p {
        font-size: 14px;
        line-height: 1.2;
    }



    .points-info {
        padding: 30px 0;
    }

    .points-balance-card h3 {
        font-size: 28px;
    }

    .orders-card {
        padding: 25px;
    }

    .orders-info h3 {
        font-size: 28px;
        margin: 0 0 15px 0;
    }

    .count-number {
        font-size: 35px;
    }

    .count-label {
        font-size: 18px;
    }

    .orders-subtitle {
        font-size: 14px;
    }

    .quick-action-card span {
        font-size: 16px;
    }

    .quick-action-card {
        padding: 18px 18px;
        gap: 15px;
    }

    .action-icon {
        width: 62px;
        height: 62px;
        min-width: 62px;
    }

    .action-icon img {
        width: 18px !important;
    }

    .orders-illustration img {
        width: 340px;
    }

    .points-balance-section {
        margin-bottom: 30px;
    }

    .total-orders-section {
        margin-bottom: 30px;
    }

    .myaccount-main-wrapper {
        gap: 25px;
        padding-bottom: 85px;
    }

    .woocommerce-MyAccount-content {
        width: calc(100% - 250px);
    }

    .address-book-header p {
        font-size: 16px;
    }

    .address-book-headert .section-title {
        margin-bottom: 5px;
    }

    .address-book-header a {
        margin-top: 25px;
    }

    .side_title {
        font-size: 26px;
    }

    .default-address-section .side_title {
        margin-bottom: 25px;
    }

    .address-book-header {
        margin-bottom: 50px;
    }

    .address-card {
        padding: 25px;
    }

    .address-header h4 {
        font-size: 23px;
    }

    .address-header {
        margin-bottom: 10px;
    }

    .address-content>div {
        font-size: 14px;
    }

    .verified-badge {
        font-size: 14px;
    }

    .default-badge {
        font-size: 14px;
    }

    .action-btn {
        font-size: 14px;
    }

    .address-actions {
        gap: 25px;
    }

    .no-address {
        padding: 30px;
    }

    .no-address p {
        font-size: 14px;
        margin: 0 0 15px 0;
    }

    .add-address-btn {
        padding: 10px 24px;
    }

    .back-page {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .back-page img {
        width: 20px;
    }

    .form-row input,
    .form-row select,
    .form-row textarea {
        padding: 12px 25px;
        font-size: 14px;
    }

    .nice-select {
        height: 50px;
        line-height: 43px;
        font-size: 14px;
        padding: 6px 25px;
    }

    .form-row-group {
        gap: 15px;
        margin-bottom: 15px;
    }

    .address-form>.form-row {
        margin-bottom: 15px;
    }

    .form-actions {
        margin-top: 20px;
    }

    .nice-select:after {
        right: 25px;
    }

    .personal-info-section .side_title {
        margin: 35px 0 20px;
    }

    .edit-icon,
    .calendar-icon {
        max-width: 18px;
        max-height: 18px;
    }

    .label-title {
        font-size: 22px;
        line-height: 1.2;
    }

    .radio-label {
        font-size: 14px
    }

    .radio-label:before {
        width: 18px;
        height: 18px;
    }

    .radio-label:after {
        width: 10px;
        height: 10px;
    }

    .form-row input[type="date"] {
        height: 50px;
    }

    .label-title+.form-row,
    .label-title+.form-row-group {
        margin-top: 20px;
    }

    .membership-status-section {
        padding: 25px;
    }

    .current-tier-image span {
        font-size: 14px;
    }

    .stat-label {
        font-size: 14px;
    }

    .stat-value {
        font-size: 20px
    }

    .tier-card {
        padding: 30px 20px 35px;
    }

    .tier-header h4 {
        font-size: 27px;
        line-height: 30px;
    }

    .benefit-item {
        padding: 12px 0;
    }

    .benefits-title {
        font-size: 16px;
        line-height: 18px;
    }

    .main-order-list-container {
        margin-top: 30px;
    }

    .order-card:not(:last-child) {
        margin-bottom: 20px;
    }

    .order-header {
        gap: 15px;
        padding: 20px;
        ;
    }

    .header-label {
        font-size: 18px;
    }

    .header-value,
    .order-header-item .header-link {
        font-size: 14px;
    }

    .order-content {
        padding: 35px 25px 35px;

    }

    .order-product .product-title {
        font-size: 32px;
        line-height: 1.1;
        margin-bottom: 5px;

    }

    .order-product .product-excerpt {
        font-size: 14px;
        line-height: 28px;
    }

    .order-product .product-image {
        width: 175px;
        height: 175px;
    }

    .action-link-card {
        padding: 35px 25px;
        font-size: 18px;
        line-height: 26px;
    }

    .hisense-coupons-page .section-title {
        margin-bottom: 40px;
    }

    .coupons-grid {
        gap: 35px;
        margin: 25px 0 0;
    }

    .coupon-header {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .discount-amount {
        font-size: 28px;
        line-height: 28px;
    }

    .discount-label {
        font-size: 20px;
        line-height: 28px;
    }

    .used-coupons {
        margin-top: 50px;
    }

    .coupon-card {
        padding: 58px 25px 55px;
    }

    .coupon-discount {
        margin-bottom: 20px;
    }

    .orders-wrapper .section-title {
        margin-bottom: 30px;
    }

    .tier-price-needed {
        font-size: 14px !important;
    }

    .tier-price-needed .woocommerce-Price-currencySymbol {
        font-size: 12px !important;
    }

    .order-status-card {
        padding: 25px;
        gap: 15px;
        margin-bottom: 35px;
    }

    .status-circle {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .status-content h3 {
        font-size: 27px;
    }

    .status-subtitle {
        font-size: 16px;
    }

    .order-table-wrapper {
        margin-top: 30px;
    }

    .order-details-table th {
        padding: 21px 15px;
        font-size: 17px;
        line-height: 18px;
    }

    .order-details-table {
        font-size: 14px;
        line-height: 21px;
    }

    .order-details-table td {
        padding: 14px 15px;
    }

    .total-value>span {
        font-size: 31px;
        line-height: 22px;
    }


    .card-title {
        font-size: 22px;
    }

    .showroom-info li,
    .delivery-info li {
        padding: 12px 0 8px;
        font-size: 14px;
        line-height: 18px;
    }

    .showroom-details-card,
    .delivery-details-card {
        padding: 25px;
    }

    .order-actions .action-btn {
        font-size: 14px;
    }

    .orders-header {
        margin-bottom: 30px;
    }

    .hisense-order-view .order-actions {
        padding-top: 35px;
    }

    .edit-accout_main{
        padding: 25px 20px 20px;
        margin-top: 30px;
    }

    .form-row input[type="text"], .form-row input[type="email"], .form-row input[type="number"], .form-row input[type="tel"], .form-row select, .form-row textarea{
        height: 50px;
    line-height: 50px;
    }


    .step-circle {
        width: 35px;
        height: 35px;
        margin: 0 auto 12px;
    }

    .step-circle.completed::after {
        width: 18px;
        height: 18px;
    }

    .step-label {
        font-size: 15px;
    }

    .progress-line-active {
        top: 13px;
        height: 7px;
    }

    .progress-line {
        top: 13px;
        height: 7px;
    }

    .return-product-image {
        width: 100px;
        height: 100px;

    }

    .return-product-item {
        gap: 20px;
    }

    .return-product-info h3 {
        font-size: 18px;
    }

    .return-product-price {
        font-size: 22px;
    }

    .return-product-price .woocommerce-Price-currencySymbol {
        font-size: 14px;
    }

    .policy-section h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .progress-step::after,
    .step-circle.completed::before {
        height: 7px;
        top: 13px;
    }

    .item-progress-tracker {
        padding-bottom: 25px;
    }

    .return-product-item {
        padding: 15px 0;
    }

 

}

@media (max-width: 1450px) {
    /* .woocommerce-MyAccount-navigation {
		padding: 42px 30px 32px 30px;
	} */

    .woocommerce-MyAccount-navigation li a {
        padding: 0;
    }


    .general-account-details {
        margin: 0 0 30px 0;
    }

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

    .change-password-set {
        font-size: 22px;
    }

    /* .woocommerce-MyAccount-navigation li a {
        font-size: 14px;
    } */

    .mobile-heading-list ul li:first-child,
    .woocommerce-orders-table__row li:first-child {
        width: 9%;
    }

    .mobile-heading-list ul li:nth-child(2),
    .woocommerce-orders-table__row li:nth-child(2) {
        width: 14%;
    }

    .mobile-heading-list ul li span {
        font-size: 13px;
    }

    .mobile-heading-list ul li:nth-child(3),
    .woocommerce-orders-table__row li:nth-child(3) {
        width: 15%;
    }

    .mobile-heading-list ul li:nth-child(4),
    .woocommerce-orders-table__row li:nth-child(4) {
        width: 17%;
    }

    .step-circle {
        width: 30px;
        height: 30px;
    }

    .step-label {
        font-size: 14px;
    }

}

@media (max-width: 1200px) {

    .mobile-heading-list ul,
    .woocommerce-orders-table__row {
        flex-wrap: wrap;
    }


    .general-account-details {
        margin: 0 0 20px 0;
    }

    .woocommerce-myaccount-content h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .change-password-set input,
    .change-account-details input {
        height: 44px;
    }

    .change-password-radio .form-group label {
        font-size: 14px;
    }

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

    .tinv-wishlist .product-action #product-counter,
    .over-product .outer-div .plus {
        font-size: 16px;
    }

    .mobile-heading-list ul li:first-child,
    .woocommerce-orders-table__row li:first-child {
        width: 10%;
    }

    .mobile-heading-list ul li:nth-child(2),
    .woocommerce-orders-table__row li:nth-child(2) {
        width: 14%;
    }

    .mobile-heading-list ul li:nth-child(4),
    .woocommerce-orders-table__row li:nth-child(4) {
        width: 20%;
    }

    .mobile-heading-list {
        padding: 0 0 10px;
    }

    .mobile-heading-list ul li span {
        font-size: 13px;
    }

    .woocommerce-orders-table__row li {
        font-size: 13px;
    }

    .woocommerce-Address .title {
        margin-bottom: 10px;
    }

    .address_book h3,
    .woocommerce-Address h3 {
        font-size: 16px;
    }

    /* .woocommerce-Address address {
		padding: 25px 20px 85px 20px;
	} */

    .address_book,
    .woocommerce-Address address {
        min-height: auto;
    }

    .woocommerce-Address address .add {
        width: calc(100% - 40px);
    }

    .address_book {
        padding: 25px 20px;
    }

    .woocommerce-account .address_book header {
        margin: 0;
    }

    .account-info-block p {
        font-size: 14px;
        line-height: 20px;
    }

    .myaccount-wrapper .container {
        padding: 0;
    }

    .woocommerce-MyAccount-navigation li a {
        font-size: 15px;
    }

    .achieved .tier-badge-image {
        width: 105px;
        height: 105px;
    }

    .membership-tiers-container {
        gap: 15px;
    }

    .tier-badge-image {
        width: 90px;
        height: 90px;
    }



    .tier-name {
        font-size: 24px;
    }

    .points-balance-card h3 {
        font-size: 24px;
    }

    .points-info {
        padding: 20px 0;
    }

    .orders-card {
        padding: 20px;
    }

    .orders-illustration {
        flex: unset;
    }

    .orders-illustration img {
        width: 315px;
    }

    .orders-info h3 {
        font-size: 24px;
    }

    .count-label {
        font-size: 16px;
    }

    .orders-count {
        gap: 7px;
    }

    .count-number {
        font-size: 32px;
    }

    .quick-action-card span {
        font-size: 15px;
    }

    .points-balance-section {
        margin-bottom: 25px;
    }

    .total-orders-section {
        margin-bottom: 25px;
    }

    .action-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .quick-actions-grid {
        gap: 15px;
        margin-top: 25px;
    }

    .myaccount-page-title h4 {
        font-size: 36px;
    }

    .myaccount-page-title {
        padding-top: 28px;
        margin-bottom: 28px;
    }

    .address-book-header p {
        font-size: 14px;
    }

    .address-book-header {
        margin-bottom: 35px;
    }

    .address-book-header a {
        margin-top: 20px;
    }

    .default-address-section .side_title {
        margin-bottom: 20px;
    }

    .address-card {
        padding: 20px;
    }

    .side_title {
        font-size: 24px;
    }

    .address-header h4 {
        font-size: 21px;
    }

    .default-address-section {
        margin-bottom: 30px;
    }

    .no-address {
        padding: 25px;
    }

    .birthday_row {
        column-gap: 25px;
        row-gap: 15px;
        flex-wrap: wrap;
    }

    .label-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .hisense-feedback-form .label-title+.form-row,
    .hisense-feedback-form .label-title+.form-row-group {
        margin-top: 15px;
    }

    .hisense-feedback-page .form-row-wide {
        margin-bottom: 10px;
    }

    .hisense-feedback-page .form-row-group {
        margin-bottom: 0;
    }

    .tiers-grid {
        column-gap: 20px;
        row-gap: 65px
    }

    .tier-symbol {
        width: 65px;
        height: 65px;
    }

    .action-link-card {
        padding: 30px 20px;
        font-size: 16px;
        line-height: 22px;
    }

    .action-link-row {
        gap: 15px;
    }

    .coupons-grid {
        gap: 20px;
        margin: 20px 0 0;
    }

    .coupon-actions .secondary-button {
        min-width: unset;
    }

    .discount-amount {
        font-size: 26px;
        line-height: 26px;
    }

    .discount-label {
        font-size: 18px;
        line-height: 26px;
    }

    .hisense-coupons-page .section-title {
        margin-bottom: 30px;
    }

    .used-coupons {
        margin-top: 40px;
    }

    .order-product .product-image {
        width: 150px;
        height: 150px;
    }

    .future-tier-wrapper .tier-progress-markers {
        top: 135px
    }

    .tier-price-needed {
        font-size: 13px !important;
    }

    .future-tier-wrapper .tier-progress-markers {
        top: 95px;
    }


    .order-header {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .order-header> :nth-child(5) {
        grid-column: span 2;
    }

    .order-status-card {
        padding: 20px;
        gap: 10px;
        margin-bottom: 30px;
    }

    .status-content h3 {
        font-size: 24px;
    }

    .status-circle {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }

 

  
    
    .woocommerce-MyAccount-content h1, .section-title {
        font-size: 28px;
    }
    
    .mg-dashboard-cards{
        gap: 10px;
        margin-bottom: 40px;
        margin-top: 20px;
    }
    
    .mg-card{
        min-height: 120px;
        padding: 15px 15px;
        border-radius: 10px;
    }
    
    .mg-card-number {
        font-size: 30px;
    }
    
    .mg-table thead th{
        padding: 10px 15px;
    }

    .tinv-wishlist .products{
        grid-template-columns: repeat(2, 1fr);
    }
    
}

/* wishlist responsive */
@media (max-width: 1040px) {
    .wishlist_item .product-price {
        font-size: 20px;
    }

    .account-left-navigation-main {
        width: 265px;
    }

    .myaccount-main-wrapper {
        gap: 20px;
    }

    .woocommerce-MyAccount-content {
        width: calc(100% - 250px);
    }

    .woocommerce-myaccount-content {
        padding: 0 0 0 20px;
    }

    .woocommerce-orders-table__row li .order-btn {
        padding: 7px 5px;
        border-radius: 5px;
        min-width: 62px;
    }

    .mobile-heading-list ul li:nth-child(3),
    .woocommerce-orders-table__row li:nth-child(3) {
        width: 20%;
    }

    .mobile-heading-list ul li:nth-child(5),
    .woocommerce-orders-table__row li:nth-child(5) {
        width: 33%;
    }

    .mobile-heading-list ul li:nth-child(2),
    .woocommerce-orders-table__row li:nth-child(2) {
        width: 16%;
    }

    .change-password-radio .form-group {
        padding: 6px 10px;
    }

    .change-password-set input,
    .change-account-details input {
        height: 42px;
    }

    .woocommerce-account .default-page {
        padding: 80px 0;
        min-height: auto;
    }

    .myaccount-title h2 {
        font-size: 30px;
    }

    .myaccount-page-title h4 {
        font-size: 32px;
    }

    .myaccount-page-title {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .myaccount-breadcrumbs {
        margin-bottom: 15px;
    }

    .breadcrumb-current .breadcrumb-text {
        font-size: 13px;
    }

    .breadcrumb-home-icon {
        width: 14px;
        height: 14px;
    }

    .address_book,
    .woocommerce-Address {
        padding: 35px 30px;
    }

    /* .woocommerce-Address .edit {
		bottom: -20px;
	} */

    /* .woocommerce-Address .edit {
		padding: 10px 40px;
		width: 100px;
	} */

    /* .address_btn_set {
		bottom: -20px;
	} */
    .fabfw-addresses-container .fabfw-delete-link.edit {
        top: 71px;
    }

    .woocommerce-myaccount-content h3 {
        margin-bottom: 10px;
    }

    .woocommerce-Address .title {
        margin-bottom: 0;
    }

    .fabfw-addresses-container {
        padding: 30px;
    }

    .future-tier-wrapper {
        padding: 15px;
    }

    .orders-card {
        flex-wrap: wrap;
    }

    .orders-illustration {
        width: 100%;
        justify-content: center;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    .quick-actions-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tier-badge-image {
        width: 65px;
        height: 65px;
    }

    .achieved .tier-badge-image {
        width: 75px;
        height: 75px;
    }

    .membership-tiers-container {
        gap: 10px;
    }

    .tier-info>p {
        font-size: 13px;
    }

    .points-balance-card h3 {
        font-size: 22px;
    }

    .orders-info h3 {
        font-size: 22px;
    }

    .count-label {
        font-size: 15px;
    }

    .count-number {
        font-size: 30px;
    }

    .orders-subtitle {
        font-size: 13px;
    }

    .points-balance-section {
        margin-bottom: 20px;
    }

    .total-orders-section {
        margin-bottom: 20px;
    }

    .quick-actions-grid {
        margin-top: 20px;
    }

    .coupons-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* Order View Responsive Design */
    .order-content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .order-summary-title {
        font-size: 24px;
    }

    
}

@media (max-width: 992px) {
    .wishlist_item .product-title a {
        font-size: 14px;
    }

    .feedback-message {
        font-size: 14px;
        margin-bottom: 0;
    }

    .feedback-history-section h3 {
        font-size: 22px;
    }

    .feedback-item {
        padding: 15px;
    }

    .hisense-feedback-form .label-title+.form-row,
    .hisense-feedback-form .label-title+.form-row-group {
        margin-top: 10px;
    }

   
}

@media (max-width: 860px) {

    .address_book,
    .woocommerce-Address {
        width: 48.5%;
    }

    .woocommerce-Address .woocommerce-myaccount-content {
        padding: 0 0 0 18px;
        width: 72%;
    }

    /* .woocommerce-MyAccount-navigation h4 {
		font-size: 16px;
	} */


    .woocommerce-MyAccount-navigation li a {
        font-size: 15px;
    }

    .woocommerce-MyAccount-navigation li a {
          margin: 3px 0;
    }

    .woocommerce-MyAccount-navigation{
           max-width: 100%;
           width: 100%;
    }

    .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout{
    margin-top: 0px !important;
}


.woocommerce-MyAccount-navigation h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

    /* .woocommerce-MyAccount-navigation li a {
		padding: 9px 0;
		font-size: 12px;
	} */

    .address_book h3,
    .woocommerce-Address h3 {
        font-size: 14px;
    }

    .address_book,
    .woocommerce-Address address {
        font-size: 13px;
        line-height: 20px;
    }

    /* .address_book,
	.woocommerce-Address address {
		min-height: 250px;
	} */

    /* .woocommerce-Address address {
		padding: 14px 10px 55px 10px;
	} */

    .woocommerce-Address address .add {
        width: calc(100% - 20px);
        bottom: 10px;
        font-size: 13px;
    }

    .address_book {
        padding: 15px 10px;
    }

    .wc-address-book-make-primary {
        font-size: 12px;
        border-radius: 6px;
        margin-top: 7px;
    }

    .myaccount-main-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .account-left-navigation-main {
        width: 100%;
    }

    .woocommerce-myaccount-content {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .myaccount-title h2 {
        font-size: 28px;
        margin: 0 0 30px 0;
    }

    .myaccount-page-title {
        margin-bottom: 20px;
    }

    .myaccount-page-title h4 {
        font-size: 28px;
    }

    .myaccount-breadcrumbs {
        margin-bottom: 12px;
    }

    .breadcrumb-current .breadcrumb-text {
        font-size: 12px;
    }

    .breadcrumb-home-icon {
        width: 13px;
        height: 13px;
    }

    .address_book-container {
        margin-top: 20px;
    }

    .account-info-block p {
        font-size: 13px;
        line-height: 17px;
    }

    .woocommerce-account .default-page {
        padding: 50px 0;
    }

    .woocommerce-MyAccount-navigation li:last-child {
        padding-top: 0;
    }

    .woocommerce-MyAccount-navigation li:nth-last-child(2) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .woocommerce-MyAccount-content {
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }

    .address-book-header {
        margin-bottom: 30px;
    }

    .address-content>div span {
        min-width: 120px;
    }

    .label-title {
        font-size: 18px;
    }

    .hisense-feedback-page .form-row-group {
        margin-bottom: 0;
        gap: 0;
    }

    .woocommerce-MyAccount-navigation li:last-child .nav-inner-div {
        padding: 0;
    }

    .mg-dashboard-cards{
        grid-template-columns: repeat(2, 1fr);
    }

    .form-row input[type="text"], .form-row input[type="email"], .form-row input[type="number"], .form-row input[type="tel"], .form-row select, .form-row textarea {
        height: 45px;
        line-height: 45px;
    }

    .form-row textarea{
        line-height: 28px !important;
    }

    .form-row label{
        font-size: 13px;
    }

    .form-row-group{
        display: inline-block;
    }

.woocommerce-form-login,
.lost_reset_password {
    padding: 20px 20px;
    -webkit-border-radius: 30px;
    border-radius: 20px;
}

.login_title_center{
       margin-bottom: 30px;
}

.login_btn_wrap p {
    font-size: 14px;
    margin-top: 10px !important;
    font-weight: 500;
}

.login_btn_wrap .main_btn {
    margin-top: 35px;
}

.rfq-product-col {
    flex: none;
    width: 100%;
    min-width: 200px;
}

.form-row.rfq-qty-col_main {
    width: 100%;
}

.rfq-qty-col {
    width: calc(100% - 110px);
}

.rfq-add-row-btn{
    margin-top: 31px;
}

.rfq-remove-row-btn{
    margin-top: 31px;
}

}

/* Responsive adjustments for no-sidebar layout */
@media (max-width: 768px) {
    .woocommerce-myaccount-content-no-sidebar {
        max-width: 100%;
        padding: 0 15px;
    }

    .myaccount-page-outer {
        padding: 40px 0;
    }

    /* Membership Page Responsive Design */
    .membership-stats {
        grid-template-columns: 1fr;
    }

    .current-tier-image {
        padding: 10px;
    }

    .tier-image {
        width: 80px;
        height: 80px;
    }



    .tiers-grid {
        grid-template-columns: 1fr 1fr;
    }

    .status-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .tier-card {
        padding: 20px 20px 30px;
    }

    .tier-card:after {
        border-radius: 12px;
    }

    .auth-footer {
        padding: 15px 20px;
    }

    .footer-links {
        gap: 15px;
    }

    .login-title h2,
    .registration-title h2 {
        font-size: 24px;
    }

    .login-title p,
    .registration-title p {
        font-size: 14px;
    }

    .socal-login a {
        padding: 10px 15px;
        padding-left: 45px;
        font-size: 14px;
    }

    .show-password-input {
        right: 12px;
        font-size: 14px;
    }

    .password-input input {
        padding-right: 40px !important;
    }

    .show-password-input {
        right: 10px;
        font-size: 12px;
    }

    .terms-text,
    .newsletter-text {
        font-size: 12px;
    }


    .woocommerce-MyAccount-navigation h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .nav-link {
        padding: 12px 10px;
        font-size: 15px;
    }

    .nav-icon {
        font-size: 16px;
    }

    .account-header {
        padding: 20px;
    }




    .form-row-group {
        flex-direction: column;
        gap: 15px;
    }

    .form-row.half-width {
        flex: none;
        width: 100%;
    }

    .modern-input {
        padding: 12px 40px 12px 12px;
        font-size: 15px;
    }

    .radio-btn-wrapper {
        gap: 30px;
    }

    .modern-btn {
        padding: 12px 25px;
        font-size: 15px;
        width: 100%;
    }

    /* Responsive Design for Membership Dashboard */



    .membership-tiers-container::before {
        display: none;
    }


    .tier-info h4 {
        font-size: 18px;
    }

    .future-tier-wrapper::after {
        top: 152px;
        left: 25px;
    }

    .future-tier-wrapper .progress-indicator {
        top: 80px;
        left: calc(25px + var(--progress-width));
    }

    .future-tier-wrapper .tier-progress-markers {
        top: 95px;
        left: 25px;
        right: 25px;
    }

    .orders-info {
        width: 100%;
        justify-content: space-between;
    }

    .points-info h3 {
        font-size: 22px;
    }


    .orders-card {
        flex-direction: column;
        text-align: center;
    }

    .quick-actions-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Responsive adjustments for no-sidebar forms */

    .hisense-no-sidebar .login-form-container,
    .hisense-no-sidebar .register-form-page {
        max-width: 100%;
        padding: 30px 20px;
        margin: 0 15px;
    }


    .address-actions {
        align-self: flex-end;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .add-more-address-btn {
        width: 100%;
        text-align: center;
    }

    .addresses-grid {
        grid-template-columns: 1fr;
    }

    .default-switch-container {
        justify-content: center;
        margin-top: 15px;
    }

    .default-switch-label {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .form-row-group {
        grid-template-columns: 1fr;
    }

    .form-actions {
        margin-top: 15px;
        padding-top: 15px;
    }

    .cancel-btn {
        text-align: center;
    }

    /* Feedback responsive styles */
    .form-group-half {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .feedback-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .feedback-meta {
        flex-wrap: wrap;
    }

    .myaccount-main-wrapper {
        padding-bottom: 75px;
    }

    /* Order Card Responsive Styles */
    .order-header {
        gap: 15px;
    }

    .order-number-section {
        text-align: left;
        margin-left: 0;
    }

    .order-content {
        padding: 20px;
    }

    /* .order-product {
        flex-direction: column;
        gap: 15px;
    } */

    .order-product .product-image {
        width: 130px;
        height: 130px;
    }

    .order-product .product-title {
        font-size: 20px;
    }

    .order-product .product-excerpt {
        font-size: 14px;
    }

    .order-product .order-actions {
        gap: 10px;
    }

    /* Action Links Grid Responsive */
    .action-link-row {
        flex-direction: column;
        gap: 15px;
    }

    .action-link-card {
        max-width: 100%;
        padding: 16px 20px;
        font-size: 15px;
    }

    /* Coupons Page Responsive */
    .coupon-card {
        padding: 45px 25px 45px;
    }


    .order-summary-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .order-details-table th {
        padding: 18px 15px;
        font-size: 16px;
        line-height: 18px;
    }

    .status-content h3 {
        font-size: 20px;
    }

    .showroom-details-card,
    .delivery-details-card {
        padding: 15px;
    }

    .status-subtitle {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .woocommerce-Address address .add {
        width: auto;
        padding: 6px 14px;
    }

    .wishlist_item .product-info {
        padding: 15px 0 0 0;
    }

    .woocommerce-account .address_book .add-new-address .button {
        padding: 6px 14px;
    }

    .address_book-container {
        margin: 0;
    }

    .address_book,
    .woocommerce-Address address {
        border-radius: 6px;
    }

    .woocommerce-Address:first-child {
        margin: 0;
    }

    .woocommerce-myaccount-content h3 {
        margin-bottom: 8px;
    }


    .myaccount-title h2 {
        font-size: 23px;
        margin: 0 0 20px 0;
    }

    .myaccount-page-title {
        margin-bottom: 15px;
    }

    .myaccount-breadcrumbs {
        margin-bottom: 10px;
    }

    .breadcrumb-list {
        gap: 6px;
    }

    .breadcrumb-current .breadcrumb-text {
        font-size: 11px;
    }

    .breadcrumb-home-icon {
        width: 12px;
        height: 12px;
    }

    .breadcrumb-separator {
        margin: 0 2px;
    }

    .breadcrumb-separator svg {
        width: 6px;
        height: 10px;
    }

    .change-password-set-inner .form-row,
    .change-account-details .form-row {
        width: 100%;
    }

    .change-password-set-inner .form-row {
        margin-bottom: 0;
    }

    .change-password-set input,
    .change-account-details input {
        font-size: 13px;
    }

    .woocommerce-EditAccountForm button {
        margin-top: 5px;
        padding: 10px 50px;
    }

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

    .change-password-set .form-row:last-child {
        margin-bottom: 0;
    }

    .woocommerce-orders-table__row li .order-btn {
        min-width: auto;
    }

    .woocommerce-orders-table__row li .order-btn {
        padding: 7px 5px 6px 5px;
    }

    .main-account-inner-container h2 {
        font-size: 24px;
        line-height: 1;
    }

    .woocommerce-MyAccount-navigation h4 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .woocommerce-MyAccount-navigation li a {
        font-size: 14px;
    }

    .woocommerce-MyAccount-navigation .nav-icon {}

    .woocommerce-MyAccount-navigation li:last-child {
        padding-bottom: 0;
    }

    .main-order-list-container {
        margin-top: 25px;
    }

    .account-info-block p.second {
        font-size: 14px;
        line-height: 19px;
    }

    .myaccount-wrapper .wishlist-products .products li {
        width: 48%;
        margin: 0 1%;
    }

    .wishlist-products .product-thumbnail a {
        padding: 20px 15px;
    }

    .myaccount-wrapper .tinv-wishlist .product-thumbnail {
        min-height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

    .fabfw-addresses-container {
        width: 100%;
    }

    .woocommerce-order-details__title {
        font-size: 28px;
    }

    .quick-action-card {
        padding: 12px;
    }

    .orders-card {
        gap: 15px;
    }

    .order-actions .action-btn {
        padding: 8px 10px 8px;
    }

    .order-product {
        margin-bottom: 20px;
    }

    .address-card {
        padding: 15px;
    }

    .wishlist_item .buy-now-btn,
    .wishlist_item .product_type_variable {
        padding: 7px 18px;
    }


    .hisense-address-form {
        padding-top: 30px;
    }

    .mg-dashboard-cards{
        grid-template-columns: repeat(2, 1fr);
    }

    .mg-card-number {
        font-size: 26px;
    }

    .mg-card-label {
        font-size: 16px;
    }

    .mg-card {
        min-height: 100px;
        padding: 10px 15px;
        border-radius: 8px;
    }

    .mg-section h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .edit-accout_main .half_width {
        width: 100%;
    }

    .woocommerce-Input--text, .woocommerce-Input--text.nice-select{
        width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 16px;
    }

    .address_radio label{
        font-size: 15px;
        gap: 10px;
    }

    .edit-accout_main h3 {
        font-size: 20px;
        line-height: 22px;
        font-weight: 800;
        color: #000;
        margin-bottom: 10px;
    }

    .address_radio{
        column-gap: 10px;
        margin: 10px 0 20px;
    }

    .address_radio label input {
        width: 16px;
        height: 16px;
    }

    .custom-checkbox{
        font-size: 14px !important;
    }

    .edit-accout_main {
        padding: 20px 15px 20px;
        margin-top: 20px;
    }

    .form-row-group.two-col{
        grid-template-columns: 1fr;
    }

    .form-row input[type="text"], .form-row input[type="email"], .form-row input[type="number"], .form-row input[type="tel"], .form-row select, .form-row textarea{
           font-size: 16px;
    }

    .phone-prefix{
        font-size: 16px;
        top: 13px;
    }

    

    .form-row{
           display: inline-block;
           width: 100%;
    }

    .form-row-group.two-col {
        gap: 10px;
        margin-bottom: 10px;
    }

    .form-row.rfq-qty-col{
        width: calc(100% - 110px);
    }

    .form-row.rfq-action-col{
         width: 100px;
         padding-bottom: 0;
         position: relative;
         top: 0;
    }

    .phone-input-group .input-text {
        padding-left: 75px !important;
    }

    .tinv-wishlist .products{
        grid-template-columns: repeat(1, 1fr);
    }


    .woocommerce-MyAccount-content h1, .section-title {
        font-size: 26px;
        line-height: 30px;
    }

    .featured_btn_main a {
        font-size: 14px;
        height: 50px;
    }

    .woocommerce-form-login,
    .lost_reset_password {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        box-shadow: 0px 14px 74px 10px rgba(0, 0, 0, 0.05);
        padding: 25px 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }

    .woocommerce-form-login h3,
    .lost_reset_password h3 {
        font-size: 26px;
        line-height: 28px;
        color: #000;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .woocommerce-Input--text, .woocommerce-Input--text.nice-select {
        width: 100%;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        font-size: 16px;
    }

    .half_width {
        width: 100%;
    }

    .auth-form-group {
        width: 100%;
        margin-bottom: 15px;
    }

    .auth-form-group label{
           font-size: 13px;
    }

    .auth-form-row .nice-select.country-code{
        line-height: 45px;
        height: 45px;
    }

}

@media (max-width: 640px) {
    .woocommerce-orders-table__row li {
        width: 100% !important;
    }

    .odr-list .mobile-heading-list,
    .odr-list+.odr-list .mobile-heading-list {
        display: block;
    }

    .address-header h4 {
        font-size: 16px;
    }

    .odr-list {
        float: left;
        margin-bottom: 20px;
    }

    .odr-list:last-child {
        margin: 0;
    }

    .mobile-heading-list ul li {
        width: 100% !important;
    }

    .mobile-heading-list {
        width: 40%;
        float: left;
    }

 

    .mobile-heading-list ul li {
        padding: 10px 0;
    }

    .mobile-heading-list ul li,
    .woocommerce-orders-table__row li {
        border-bottom: 1px solid #ddd;
    }

    .woocommerce-orders-table__row {
        border: none;
    }

    .mobile-heading-list ul li:last-child {
        padding: 15px 0 16px 0;
    }

    .address_book,
    .woocommerce-Address {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 20px;
    }

    .additional_address {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .address_book,
    .woocommerce-Address address {
        min-height: auto;
    }

    .registration-title {
        margin-bottom: 10px;
    }

    .registration-title p {
        font-size: 13px;
    }

    .login-form-page,
    .register-form-page {
        padding: 20px;
        border-radius: 15px;
    }

    label {
        font-size: 12px;
        margin: 0 0 4px 0;
    }

    .input-text,
    .login-form-page .form-control,
    .register-form-page .form-control {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .woocommerce-myaccount-leftside {
        margin: 0 0 30px 0;
    }

    .mobile-heading-list ul li,
    .woocommerce-orders-table__row li {
        padding: 7px 0;
    }

    .mobile-heading-list ul li span,
    .woocommerce-orders-table__row li {
        font-size: 12px;
        line-height: 1;
    }

    .mobile-heading-list ul li:last-child {
        padding: 13px 0 13px 0;
    }

    .login-form-page .input-text,
    .register-form-page .input-text {
        height: 34px;
        line-height: 34px;
    }

    .login-form-page label,
    .register-form-page label {
        text-transform: capitalize;
    }

    .login-form-page .btn,
    .register-form-page .btn {
        margin: 0;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .login-form-container .login-seperation {
        margin: 15px auto 20px auto;
    }

    .login-form-page .btn,
    .register-form-page .btn {
        margin-top: 5px;
        border-radius: 6px;
    }

    .reg-widget-bottom {
        margin-top: 12px;
    }

    .login-form-page .input-label,
    .register-form-page .input-label {
        font-size: 12px;
    }

    .remember-forgot .forgot-pass {
        font-size: 12px;
    }

    .container-check {
        font-size: 12px;
    }

    .new-user {
        margin-top: 15px;
        font-size: 12px;
    }

    .tiers-grid {
        grid-template-columns: 1fr;
    }

    .action-link-row {
        grid-template-columns: 1fr 1fr;
    }

    .form-row input,
    .form-row select,
    .form-row textarea {
        padding: 9px 18px;
    }

    .birthday_row .modern-input {
        min-width: unset;
    }

    .personal-info-section .side_title {
        margin: 15px 0 20px;
        font-size: 20px;
    }
}

@media (max-width: 580px) {
    .woocommerce-address-fields .form-row {
        width: 100%;
    }

    .woocommerce-address-fields input,
    .woocommerce-address-fields select {
        height: 44px;
        padding: 5px 15px;
    }

    .woocommerce-account .default-page {
        padding: 40px 0;
    }

    .login-form-page .input-label,
    .register-form-page .input-label {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .login-form-page .btn,
    .register-form-page .btn {
        height: 40px;
        line-height: 40px;
    }

    .password-input {
        width: 100%;
    }

    .register-form-page .form-row {
        margin-bottom: 20px;
    }

    .remember-forgot {
        margin-bottom: 15px;
    }

    .woocommerce-form-login .woocommerce-form-row {
        margin-bottom: 20px;
    }

    .login-form-page,
    .register-form-page {
        padding: 10px;
    }

    .points-balance-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .points-balance-card {
        padding: 20px 0;
    }

    .points-info {
        padding: 0 0 10px;
    }

    .orders-info {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .orders-count {
        justify-content: center;
    }

    .order-header {
        grid-template-columns: 1fr 1fr;
    }

    .order-product .product-image {
        width: 80px;
        height: 80px;
    }

    .order-product {
        gap: 15px;
    }

    .order-product .product-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .coupon-card {
        padding: 30px 20px 30px;
    }

    .discount-label {
        font-size: 16px;
        line-height: 22px;
    }

    .points-info h3 {
        font-size: 14px;
    }

    .progress-steps {
        grid-template-columns: 1fr;
    }

    .step-circle {
        margin: 15px 0;
    }

    .progress-step {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .progress-step::after {
        height: 100%;
        width: 5px;
        top: 50%;
        left: 12px;
    }

    .step-circle.completed::before {
        height: 100%;
        width: 5px;
        top: 50%;
        left: 12px;
    }

    .step-circle.completed.last-completed::before {
        height: 50%;
        width: 5px;

    }

    .item-progress-tracker {
        padding-bottom: 0;
    }

    .mg-dashboard-cards{
        grid-template-columns: repeat(1, 1fr);
    }

    .woocommerce-form-login h3,
    .lost_reset_password h3 {
        font-size: 25px;
        line-height: 28px;
        color: #000;
        font-weight: 900;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .woocommerce-customer-details .addresses .woocommerce-column {
        width: 100%;
        margin: 0;
        padding: 15px;
    }

    .woocommerce-form-login h3,
    .lost_reset_password h3 {
        font-size: 22px;
        line-height: 26px;
        color: #000;
        font-weight: 900;
        margin-bottom: 10px;
    }

    .woocommerce-customer-details .addresses {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .myaccount-wrapper .wishlist-products .products li {
        width: 100%;
    }

    .woocommerce-myaccount-content-no-sidebar {
        padding: 0 10px;
    }

    .myaccount-page-outer {
        padding: 20px 0;
    }

    .footer-links {
        flex-direction: column;
        gap: 10px;
    }

    .woocommerce-MyAccount-navigation {
        padding: 15px 15px;

    }

    .woocommerce-MyAccount-navigation h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .nav-link {
        padding: 10px 8px;
        font-size: 14px;
    }

    .nav-icon {
        font-size: 14px;
    }

    .account-header {
        padding: 15px 0;
    }

    .account-header h2 {
        font-size: 20px;
    }


    .modern-input {
        padding: 10px 35px 10px 10px;
        font-size: 14px;
    }

    .edit-icon,
    .calendar-icon {
        right: 10px;
        max-width: 18px;
        max-height: 18px;
    }

    .birthday_row .modern-input {
        width: 100%;
    }

    .modern-btn {
        padding: 10px 20px;
        font-size: 14px;
    }


    .tier-greeting {
        font-size: 13px;
    }

    .tier-name {
        font-size: 20px;
    }

    .tier-member {
        font-size: 13px;
    }

    .form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .myaccount-main-wrapper {
        padding-bottom: 50px;
    }

    .form-actions .secondary-button {
        max-width: unset;
    }

    .overall-progress-section {
        margin-top: 25px;
        padding-top: 25px;
    }

    .overall-progress-header h4 {
        font-size: 20px;
    }

    .progress-description {
        font-size: 14px;
    }

    .overall-progress-bar {
        height: 10px;
    }

    .progress-indicator {
        width: 10px;
        height: 10px;
        right: -5px;
    }

    .tier-markers {
        height: 35px;
        margin-top: 12px;
    }

    .marker-dot {
        width: 14px;
        height: 14px;
    }

    .marker-label {
        font-size: 11px;
    }

    .progress-stats {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }

    .stat-label {
        font-size: 12px;
    }

    .stat-value {
        font-size: 16px;
    }

    .quick-actions-grid {
        grid-template-columns: 1fr;
    }

    .hisense-no-sidebar .login-form-container,
    .hisense-no-sidebar .register-form-page {
        padding: 20px 15px;
        margin: 0 10px;
        border-radius: 6px;
    }

    .form-row .secondary-button {
        width: 100%;
        max-width: unset;
    }

    /* Order Card 480px Responsive Styles */
    .order-header {
        padding: 15px;
    }

    .order-content {
        padding: 15px 0;
    }

    .order-card+.order-card {
        padding-top: 0;
    }

    .header-label {
        font-size: 15px;
    }

    .header-value {
        font-size: 14px;
    }

    .product-title {
        font-size: 18px;
    }

    .action-btn {
        padding: 5px 10px;
        font-size: 13px;
    }

    .action-link-row {
        grid-template-columns: 1fr;
    }

    .coupons-grid {
        grid-template-columns: 1fr;
    }

    .order-details-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .order-summary-title {
        font-size: 20px;
    }

    .status-content h3 {
        font-size: 18px;
    }

}

@media (max-width: 360px) {
    .myaccount-wrapper .wishlist-products .products li {
        width: 100%;
        margin: 0 1%;
    }

    .myaccount-wrapper .wishlist-products .products .wishlist_item .product-name {
        min-height: auto;
    }

    .auth-recaptcha .g-recaptcha {
        transform: scale(0.7);
    }

    .tier-badge-image {
        width: 55px;
        height: 55px;
    }
}
