body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce {
	display: grid;
	grid-template-columns: minmax(240px, 286px) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

body.woocommerce-account.indovia-account-center-active .page-header.page-header-page,
body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce > .account-info {
	display: none !important;
}

body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce::before,
body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce::after {
	display: none;
}

body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce > .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
	grid-row: 1;
}

body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce > .woocommerce-MyAccount-navigation.indovia-account-nav {
	float: none !important;
	grid-column: 1;
	grid-row: 2;
	width: 100% !important;
}

body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce > .woocommerce-MyAccount-content {
	float: none !important;
	grid-column: 2;
	grid-row: 2;
	width: 100% !important;
}

.indovia-account-nav {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(18, 18, 18, 0.06);
	padding: 16px;
	position: sticky;
	top: 116px;
	z-index: 3;
}

.indovia-account-nav__profile {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #ececec;
}

.indovia-account-nav__avatar {
	align-items: center;
	background: #e11900;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.indovia-account-nav__identity {
	min-width: 0;
}

.indovia-account-nav__identity strong,
.indovia-account-nav__identity span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indovia-account-nav__identity strong {
	color: #161616;
	font-size: 15px;
	line-height: 1.35;
}

.indovia-account-nav__identity span {
	color: #777;
	font-size: 12px;
}

.indovia-account-nav__group {
	margin-top: 16px;
}

.indovia-account-nav__group-title {
	color: #858585;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.indovia-account-nav ul {
	background: transparent !important;
	border: 0 !important;
	list-style: none;
	margin: 0;
	padding: 0;
}

.indovia-account-nav li {
	background: transparent !important;
	border: 0 !important;
	height: auto !important;
	line-height: 1.25 !important;
	margin: 0;
	min-height: 0 !important;
	padding: 0 !important;
}

.indovia-account-nav a {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 7px;
	color: #363636;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	height: auto !important;
	justify-content: space-between;
	line-height: 1.25 !important;
	min-height: 38px !important;
	padding: 10px 12px !important;
	text-decoration: none;
	text-transform: none !important;
	transition: background 160ms ease, color 160ms ease;
	width: 100%;
}

.indovia-account-nav a:hover,
.indovia-account-nav .is-active a,
.indovia-account-nav .woocommerce-MyAccount-navigation-link--dashboard.is-active a {
	background: rgba(225, 25, 0, 0.09) !important;
	color: #e11900 !important;
}

.indovia-account-nav__badge {
	align-items: center;
	background: #e11900;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	min-height: 18px;
	min-width: 18px;
	padding: 0 5px;
}

.indovia-account-nav__seller {
	background: #111;
	color: #fff !important;
	justify-content: center !important;
	margin-top: 18px;
}

body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce > .woocommerce-MyAccount-content {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(18, 18, 18, 0.05);
	min-height: 420px;
	min-width: 0;
	padding: 26px;
	position: relative;
	transition: opacity 160ms ease;
}

body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce > .woocommerce-MyAccount-content.is-indovia-loading {
	opacity: 0.58;
	pointer-events: none;
}

.indovia-account-hero,
.indovia-account-view__header {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.indovia-account-eyebrow {
	color: #e11900;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.indovia-account-hero h1,
.indovia-account-view__header h1 {
	color: #151515;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0;
}

.indovia-account-hero p,
.indovia-account-view__header p {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	margin: 7px 0 0;
	max-width: 620px;
}

.indovia-account-hero__action,
.indovia-account-button {
	align-items: center;
	background: #e11900;
	border: 1px solid #e11900;
	border-radius: 7px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 700;
	min-height: 42px;
	padding: 0 16px;
	text-decoration: none;
	white-space: nowrap;
}

.indovia-account-stats {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 18px;
}

.indovia-account-stat {
	background: #fafafa;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	color: #222;
	display: block;
	min-height: 92px;
	padding: 16px;
	text-decoration: none;
}

.indovia-account-stat span {
	color: #6d6d6d;
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 10px;
}

.indovia-account-stat strong {
	color: #151515;
	display: block;
	font-size: 28px;
	line-height: 1;
}

.indovia-account-quick {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
}

.indovia-account-quick a {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 999px;
	color: #333;
	font-size: 13px;
	font-weight: 700;
	padding: 9px 14px;
	text-decoration: none;
}

.indovia-account-quick a:hover,
.indovia-account-stat:hover {
	border-color: rgba(225, 25, 0, 0.32);
	color: #e11900;
}

.indovia-account-section__head {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.indovia-account-section__head--spaced {
	margin-top: 24px;
}

.indovia-account-section__head h2 {
	color: #151515;
	font-size: 20px;
	line-height: 1.25;
	margin: 0;
}

.indovia-account-section__head > span {
	color: #6b6b6b;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	text-align: right;
}

.indovia-account-section__head a {
	color: #e11900;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.indovia-account-order-list,
.indovia-account-review-list,
.indovia-account-notification-list {
	display: grid;
	gap: 12px;
}

.indovia-account-order {
	align-items: center;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	display: grid;
	gap: 14px;
	grid-template-columns: 68px minmax(0, 1fr) auto;
	padding: 14px;
}

.indovia-account-order__media {
	background: #f6f6f6;
	border-radius: 7px;
	height: 68px;
	overflow: hidden;
	width: 68px;
}

.indovia-account-order__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.indovia-account-order__top {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 6px;
}

.indovia-account-order__body {
	min-width: 0;
}

.indovia-account-order__body strong,
.indovia-account-order__body p,
.indovia-account-order__body span {
	display: block;
}

.indovia-account-order__body p {
	color: #555;
	font-size: 14px;
	margin: 0 0 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indovia-account-status {
	background: rgba(225, 25, 0, 0.09);
	border-radius: 999px;
	color: #e11900;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 9px;
}

.indovia-account-order__actions {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}

.indovia-account-order__actions a {
	border: 1px solid #dfdfdf;
	border-radius: 7px;
	color: #333;
	font-size: 13px;
	font-weight: 700;
	min-height: 36px;
	padding: 8px 12px;
	text-decoration: none;
	white-space: nowrap;
}

.indovia-account-order__actions a:hover {
	border-color: #e11900;
	color: #e11900;
}

.indovia-account-empty {
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	padding: 22px;
}

.indovia-account-empty strong {
	color: #151515;
	display: block;
	font-size: 17px;
	margin-bottom: 6px;
}

.indovia-account-empty p {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 14px;
}

.indovia-account-info-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.indovia-account-info-card,
.indovia-account-review-item,
.indovia-account-notification {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	padding: 16px;
}

.indovia-account-info-card span,
.indovia-account-notification span {
	color: #6f6f6f;
	display: block;
	font-size: 13px;
	line-height: 1.5;
}

.indovia-account-info-card strong,
.indovia-account-notification strong {
	color: #151515;
	display: block;
	font-size: 16px;
	margin-bottom: 6px;
}

.indovia-account-info-card a,
.indovia-account-review-item a {
	color: #e11900;
	font-weight: 700;
	text-decoration: none;
}

.indovia-account-review-item {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 58px minmax(0, 1fr);
}

.indovia-account-review-item > div:last-child {
	min-width: 0;
}

.indovia-account-review-item strong,
.indovia-account-review-item span,
.indovia-account-review-item em {
	display: block;
}

.indovia-account-review-item strong {
	color: #161616;
	font-size: 15px;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indovia-account-review-item span,
.indovia-account-review-item em {
	color: #666;
	font-size: 12px;
	font-style: normal;
	line-height: 1.45;
	margin-top: 4px;
}

.indovia-account-review-item em {
	color: #777;
}

.indovia-account-review-item img {
	border-radius: 7px;
	height: 58px;
	object-fit: cover;
	width: 58px;
}

.indovia-account-review-item a {
	display: inline-flex;
	margin-top: 9px;
}

.indovia-account-review-item__ratings {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.indovia-account-review-item__ratings > span {
	align-items: center;
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 999px;
	display: inline-flex;
	gap: 6px;
	margin: 0;
	padding: 5px 9px;
}

.indovia-rating-stars {
	color: #d1d1d1;
	display: inline-flex;
	font-size: 13px;
	gap: 1px;
	line-height: 1;
	vertical-align: -1px;
}

.indovia-rating-stars .is-filled {
	color: #f5a400;
}

.indovia-rating-stars span {
	display: inline-block;
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.single-product .indovia-review-eligibility {
	background: #fff7f5;
	border: 1px solid rgba(225, 25, 0, 0.18);
	border-radius: 8px;
	color: #5f2a22;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.55;
	margin: 0 0 14px;
	padding: 12px 14px;
}

.single-product #reviews,
.single-product #tab-reviews,
.single-product #review_form {
	scroll-margin-top: 132px;
}

.single-product .indovia-review-eligibility--locked {
	background: #f8f8f8;
	border-color: #e4e4e4;
	color: #666;
}

.single-product .indovia-review-fields {
	display: grid;
	gap: 12px;
	margin: 0 0 14px;
}

.single-product .indovia-review-stars {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	margin: 0;
	padding: 14px;
}

.single-product .indovia-review-stars legend {
	color: #151515;
	float: none;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 9px;
	padding: 0;
	width: auto;
}

.single-product .indovia-review-stars__inputs {
	display: inline-flex;
	flex-direction: row-reverse;
	gap: 4px;
}

.single-product .indovia-review-stars__inputs input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.single-product .indovia-review-stars__inputs label {
	color: #d5d5d5;
	cursor: pointer;
	font-size: 25px;
	line-height: 1;
	margin: 0;
	transition: color .15s ease, transform .15s ease;
}

.single-product .indovia-review-stars__inputs label:hover,
.single-product .indovia-review-stars__inputs label:hover ~ label,
.single-product .indovia-review-stars__inputs input:checked ~ label {
	color: #f5a400;
}

.single-product .indovia-review-stars__inputs label:hover {
	transform: translateY(-1px);
}

.single-product .indovia-review-stars p {
	color: #696969;
	font-size: 12px;
	line-height: 1.45;
	margin: 8px 0 0;
}

.single-product .indovia-review-upload {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	margin: 0 0 14px;
	padding: 14px;
}

.single-product .indovia-review-upload label {
	color: #151515;
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 9px;
}

.single-product .indovia-review-upload input[type="file"] {
	border: 1px dashed #cfcfcf;
	border-radius: 7px;
	cursor: pointer;
	display: block;
	font-size: 13px;
	min-height: 44px;
	padding: 10px;
	width: 100%;
}

.single-product .indovia-review-upload small {
	color: #666;
	display: block;
	font-size: 12px;
	line-height: 1.45;
	margin-top: 8px;
}

.single-product .indovia-review-upload__preview,
.single-product .indovia-review-photos {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(5, minmax(0, 72px));
	margin-top: 12px;
}

.single-product .indovia-review-upload__preview figure,
.single-product .indovia-review-photos a {
	aspect-ratio: 1 / 1;
	background: #f7f7f7;
	border: 1px solid #ececec;
	border-radius: 7px;
	display: block;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.single-product .indovia-review-upload__preview img,
.single-product .indovia-review-photos img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-product .indovia-review-upload__preview figcaption {
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .58));
	bottom: 0;
	color: #fff;
	font-size: 10px;
	left: 0;
	line-height: 1.2;
	overflow: hidden;
	padding: 12px 5px 5px;
	position: absolute;
	right: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.single-product .indovia-review-breakdown {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.single-product .indovia-review-breakdown > span {
	align-items: center;
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 999px;
	color: #444;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 6px;
	line-height: 1.2;
	padding: 6px 9px;
}

.indovia-account-notification {
	color: inherit;
	display: block;
	position: relative;
	text-decoration: none;
}

.indovia-account-notification.is-unread {
	border-color: rgba(225, 25, 0, 0.28);
}

body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce > .woocommerce-MyAccount-content table {
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	overflow: hidden;
}

body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce > .woocommerce-MyAccount-content .button {
	border-radius: 7px;
	font-weight: 700;
}

@media (max-width: 1199px) {
	body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce {
		display: flex;
		flex-direction: column;
		gap: 14px;
	}

	body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce > .woocommerce-notices-wrapper {
		order: 0;
	}

	body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce > .woocommerce-MyAccount-navigation.indovia-account-nav {
		order: 1;
	}

	body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce > .woocommerce-MyAccount-content {
		min-height: 0;
		order: 2;
		padding: 22px;
	}

	.indovia-account-nav {
		margin-bottom: 0;
		padding: 14px;
		position: static;
	}

	.indovia-account-nav__profile {
		grid-template-columns: 40px minmax(0, 1fr);
		padding-bottom: 14px;
	}

	.indovia-account-nav__avatar {
		height: 40px;
		width: 40px;
	}

	.indovia-account-nav__group {
		margin-top: 14px;
	}

	.indovia-account-nav ul {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.indovia-account-nav ul::-webkit-scrollbar {
		display: none;
	}

	.indovia-account-nav li {
		flex: 0 0 auto;
	}

	.indovia-account-nav a {
		background: #fafafa;
		border: 1px solid #e7e7e7;
		min-height: 36px;
		padding: 9px 12px;
		white-space: nowrap;
	}

	.indovia-account-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce > .woocommerce-MyAccount-content {
		padding: 18px;
	}

	.indovia-account-hero,
	.indovia-account-view__header,
	.indovia-account-section__head {
		display: block;
	}

	.indovia-account-section__head > span {
		display: block;
		margin-top: 6px;
		text-align: left;
	}

	.indovia-account-hero h1,
	.indovia-account-view__header h1 {
		font-size: 24px;
	}

	.indovia-account-hero__action {
		margin-top: 14px;
		width: 100%;
		justify-content: center;
	}

	.indovia-account-stats,
	.indovia-account-info-grid {
		grid-template-columns: 1fr;
	}

	.indovia-account-order {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.indovia-account-order__media {
		height: 58px;
		width: 58px;
	}

	.indovia-account-order__actions {
		grid-column: 1 / -1;
		justify-content: stretch;
	}

	.indovia-account-order__actions a {
		flex: 1;
		text-align: center;
	}

	body.woocommerce-account.indovia-account-center-active .entry-content > .woocommerce > .woocommerce-MyAccount-content table {
		display: block;
		overflow-x: auto;
		width: 100%;
	}

	.single-product .indovia-review-upload__preview,
	.single-product .indovia-review-photos {
		grid-template-columns: repeat(3, minmax(0, 72px));
	}

	.single-product #reviews,
	.single-product #tab-reviews,
	.single-product #review_form {
		scroll-margin-top: 172px;
	}
}
