.product-details {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
}

@media (max-width: 575px) {
	.product-details {
		gap: 1rem;
	}
}

.product-details .ratings-area {
	margin-top: 3px;
}

.product-detail-price {
	margin-top: 8px;
}

.product-types {
	gap: 6px;
}

.product-details-label,
.product-share b {
	font-size: 0.875rem;
	font-weight: 600;
}

.product-types span a {
	color: hsl(var(--body-color));
}

.product-types span a:hover {
	color: hsl(var(--base));
}

.product-details .ratings {
	font-size: 1rem;
}

.product-details .product-price {
	line-height: 1;
	font-weight: 600;
	font-size: 1.1rem;
}

.product-details .product-price {
	color: hsl(var(--heading-color));
}

.product-details .product-price del {
	color: hsl(var(--heading-color) / 0.6);
}

.product-info-panel {
	overflow: hidden;
	border: 1px solid #e5e9ef;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(28, 39, 60, .06);
}

.product-info-panel__header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 20px 22px;
	border-bottom: 1px solid #edf0f4;
	background: linear-gradient(135deg, #fbfdf9, #f4f9ef);
}

.product-info-panel__header > span {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	flex: 0 0 42px;
	border-radius: 11px;
	color: #fff;
	background: linear-gradient(135deg, hsl(var(--base)), #3f8f35);
	box-shadow: 0 6px 14px hsl(var(--base) / .22);
	font-size: 21px;
}

.product-info-panel__header small {
	display: block;
	margin-bottom: 2px;
	color: hsl(var(--base));
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.product-info-panel__header h4 {
	margin: 0;
	color: hsl(var(--heading-color));
	font-size: 17px;
	font-weight: 700;
}

.products-description.product-info-panel .nav-tabs {
	gap: 7px;
	margin: 0;
	padding: 12px 16px;
	border: 0;
	border-bottom: 1px solid #edf0f4;
	border-radius: 0;
	background: #fff;
}

.products-description.product-info-panel .nav-tabs li a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 13px;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #727d8d;
	background: #f5f7f9;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	transition: .2s ease;
}

.products-description.product-info-panel .nav-tabs li a i {
	font-size: 16px;
}

.products-description.product-info-panel .nav-tabs li a > span {
	min-width: 19px;
	height: 19px;
	display: inline-grid;
	place-items: center;
	padding: 0 5px;
	border-radius: 10px;
	color: #687386;
	background: #e4e8ed;
	font-size: 9px;
}

.products-description.product-info-panel .nav-tabs li a.active {
	border-color: hsl(var(--base) / .22);
	color: #fff;
	background: hsl(var(--base));
	box-shadow: 0 5px 12px hsl(var(--base) / .2);
}

.products-description.product-info-panel .nav-tabs li a.active > span {
	color: hsl(var(--base));
	background: #fff;
}

.product-info-panel__content {
	padding: 22px;
}

.product-info-panel .specification-table {
	gap: 18px;
}

.product-info-panel .specification-group {
	overflow: hidden;
	border: 1px solid #e7ebf0;
	border-radius: 10px;
}

.product-info-panel .specification-table .specification-group h6 {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	padding: 12px 14px;
	border-bottom: 1px solid #e7ebf0;
	color: #29364a;
	background: #f7f9fb;
	font-size: 13px;
	font-weight: 700;
}

.product-info-panel .specification-group h6 i {
	color: hsl(var(--base));
	font-size: 16px;
}

.product-info-panel .specification-table ul {
	margin: 0;
}

.product-info-panel .specification-table ul li,
.product-info-panel .specification-table ul li:last-child {
	gap: 0;
	border: 0 !important;
	border-bottom: 1px solid #edf0f3 !important;
	border-radius: 0;
}

.product-info-panel .specification-table ul li:last-child {
	border-bottom: 0 !important;
}

.product-info-panel .specification-table ul li span {
	padding: 13px 15px;
	line-height: 1.5;
}

.product-info-panel .specification-table ul li span:first-child {
	width: 30%;
	color: #5f6c7e;
	background: #fafbfc;
	font-weight: 700;
}

.product-info-panel .specification-table ul li span:last-child {
	width: 70%;
	color: #303b4d;
	background: #fff;
}

.product-info-panel .description-item {
	color: #4c5869;
	line-height: 1.8;
}

@media (max-width: 575px) {
	.product-info-panel__header {
		padding: 16px;
	}

	.products-description.product-info-panel .nav-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 10px;
	}

	.products-description.product-info-panel .nav-tabs li {
		width: auto;
	}

	.products-description.product-info-panel .nav-tabs li a {
		width: 100%;
		justify-content: center;
		padding: 9px 8px;
		font-size: 11px;
	}

	.product-info-panel__content {
		padding: 14px;
	}

	.product-info-panel .specification-table ul li {
		display: block;
	}

	.product-info-panel .specification-table ul li span:first-child,
	.product-info-panel .specification-table ul li span:last-child {
		width: 100%;
		display: block;
	}

	.product-info-panel .specification-table ul li span:first-child {
		padding-bottom: 5px;
	}

	.product-info-panel .specification-table ul li span:last-child {
		padding-top: 5px;
	}
}

.product-add-to-cart {
	display: flex;
	gap: 0.8rem;
}

.product-details .product-share a {
	background: hsl(var(--white));
	padding: 5px 12px;
	color: hsl(var(--white));
	border-radius: 3px;
	margin: 0 2px;
	border: 1px solid #ebebeb;
	color: #424242;
	transition: 0.3s;
}

.product-details .product-share a:hover {
	color: hsl(var(--base));
}

.product-details .add-to-wishlist-btn {
	border: 1px solid hsl(var(--border));
	padding: 8px 14px;
	font-size: 0.875rem;
	border-radius: 3px;
}

.product-details .add-to-wishlist-btn .wish-icon {
	content: "";
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.product-details .add-to-wishlist-btn .wish-icon::after {
	content: "\f004";
}

.product-details .add-to-wishlist-btn.active .wish-icon,
.product-details .add-to-wishlist-btn.active .compare-icon {
	font-weight: 900;
	color: hsl(var(--base));
}

.product-gallery-stage {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.product-gallery-video {
	position: absolute;
	z-index: 4;
	inset: 0;
	min-height: 280px;
	background: #0b0d12;
}

.product-gallery-video iframe,
.product-gallery-video video {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	border: 0;
	object-fit: contain;
	background: #0b0d12;
}

.product-gallery .xzoom-thumbs .media-item-nav {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid hsl(var(--border));
	border-radius: 4px;
	background: #fff;
}

.product-gallery .xzoom-thumbs .media-item-nav img {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	border: 0;
	object-fit: cover;
}

.product-video-thumb {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	padding: 0;
	box-sizing: border-box;
	border: 1px solid hsl(var(--border));
	border-radius: 4px;
	color: hsl(var(--heading-color));
	background: #111827;
}

.product-video-thumb span {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: hsl(var(--base));
}

.product-video-thumb small {
	color: #fff;
	font-size: 10px;
	font-weight: 600;
}

.product-video-thumb.active,
.product-gallery .media-item-nav.active img {
	border-color: hsl(var(--base));
	box-shadow: 0 0 0 2px hsl(var(--base) / .15);
}

@media (max-width: 425px) {
	.product-gallery-video,
	.product-gallery-video iframe,
	.product-gallery-video video {
		min-height: 220px;
	}
}
.review--image {
	display: flex;
	gap: 5px;
	margin-top: 5px;
}

.review--image a {
	display: inline-block;
	width: 90px;
	height: 90px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	padding: 5px;
}

.review--image img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}

.review-reply-items .review-item .thumb {
	height: 45px !important;
	width: 45px !important;
	padding: 8px;
}

.review-reply-items .posted-by {
	font-size: 16px;
}

.review-reply-items .posted-by .posted-on {
	font-size: 13px;
}

.review-reply-items .review--image a {
	height: 80px;
	width: 80px;
}

.review-reply-items .review-item__reply-msg {
	font-size: 15px;
}
