.single-product .filters-nav .filter-ul {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.single-product .filters-nav .filter-ul > li > a {
	height: 100%;
	box-sizing: border-box;
}

.single-product .single-product-content {
	margin-bottom: 35px;
}

.single-product .product-gallery-zoom .product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 420px;
	background: #f7f8fa;
}

.single-product .product-gallery-zoom .product-image img {
	display: block;
	max-width: 100%;
	max-height: 560px;
	width: auto;
	height: auto;
}

.single-product .product-summary .product-title {
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.single-product .product-meta-list {
	line-height: 1.8;
}

.single-product .product-meta-list .price {
	margin-top: 15px;
	font-size: 22px;
	font-weight: 700;
	color: #ff6000;
}

.single-product #anchor-fix-tabs .product-content {
	min-height: 90px;
}

.single-product #anchor-fix-tabs .tabs-list.fixed-box {
	top: 50px;
	z-index: 14;
}

.single-product #anchor-fix-tabs .entry-tabs-content {
	display: block;
	padding: 30px 0;
}

.single-product .no-product-content,
.single-product .no-product-tags {
	color: #888;
}

.single-product .section-post-bottom {
	clear: both;
}

.single-product .section-post-bottom .post-meta-bottom {
	height: auto;
}

.single-product .section-post-bottom .tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.single-product .section-post-bottom .tags strong {
	margin-right: 4px;
}

.single-product .section-post-bottom .tags a {
	margin: 0;
}

.single-product .post-prev-next {
	margin-top: 20px;
	padding: 16px 20px;
	background: #fafafa;
}

.single-product .post-prev-next p {
	margin: 0;
}

.single-product .related-products,
.single-product .hot-products {
	clear: both;
	margin-top: 40px;
}

.single-product .related-products .heading-title {
	margin-bottom: 25px;
}

.single-product .product-reviews-bottom {
	clear: both;
	margin-top: 40px;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .04);
}

.single-product .product-reviews-bottom .woocommerce-Reviews-title {
	margin: 0 0 25px;
	padding-bottom: 12px;
	font-size: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.single-product .product-reviews-bottom #review_form_wrapper {
	margin-top: 25px;
}

.single-product .product-reviews-bottom .comment-reply-title {
	display: block;
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 700;
}

.single-product .product-reviews-bottom .comment-form-rating label,
.single-product .product-reviews-bottom .comment-form-comment label,
.single-product .product-reviews-bottom .comment-form-author label,
.single-product .product-reviews-bottom .comment-form-email label {
	display: block;
	margin-bottom: 7px;
	font-weight: 600;
}

.single-product .product-reviews-bottom .stars span {
	display: flex;
	gap: 4px;
}

.single-product .product-reviews-bottom .stars a {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 28px;
	overflow: hidden;
	font-size: 0;
	text-decoration: none;
}

.single-product .product-reviews-bottom .stars a::before {
	content: "☆";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 25px;
	line-height: 28px;
	color: #ff861a;
}

.single-product .product-reviews-bottom .stars a:hover::before,
.single-product .product-reviews-bottom .stars a.active::before {
	content: "★";
}

.single-product .product-reviews-bottom .comment-form-comment textarea,
.single-product .product-reviews-bottom .comment-form-author input,
.single-product .product-reviews-bottom .comment-form-email input {
	width: 100%;
	box-sizing: border-box;
}

.single-product .product-reviews-bottom .comment-form-comment textarea {
	min-height: 160px;
}

.single-product .product-reviews-bottom .comment-form-author,
.single-product .product-reviews-bottom .comment-form-email {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.single-product .product-reviews-bottom .comment-form-author {
	margin-right: 3%;
}

.single-product .product-reviews-bottom .form-submit input[type="submit"] {
	padding: 11px 28px;
	color: #fff;
	border: 0;
	border-radius: 50px;
	background: #ff861a;
	cursor: pointer;
}

.single-product .product-reviews-bottom .form-submit input[type="submit"]:hover {
	background: #ff6000;
}

@media only screen and (max-width: 768px) {
	.single-product .product-gallery-zoom .product-image {
		min-height: 300px;
	}

	.single-product .product-reviews-bottom {
		padding: 20px 15px;
	}

	.single-product .product-reviews-bottom .comment-form-author,
	.single-product .product-reviews-bottom .comment-form-email {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}
