.woocommerce div.product .woocommerce-tabs ul.tabs {
	/* 	all: unset; */
	padding: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	all: unset;

	margin: 0;
	font-size: 2.500em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	border-bottom: 2px solid #c0ea6a;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
	margin-left: 100px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	all: unset;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	display: flex;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
	margin: 0 6px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 0;
	color: unset;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	padding: unset;
	width: 70px;
	height: 70px;
	position: unset;
	border: unset;
	background: unset;
	margin: 0 0 0 20px;
}

#reviews #comments ol.commentlist li .comment-body .comment-content {
	margin-top: 10px;
}

#respond.comment-respond {
	margin-top: 20px;
}

.woocommerce #review_form #respond {
	margin-top: 70px;
}

.woocommerce #reviews #comments ol.commentlist #respond {
	all: unset;
	margin-top: 10px;
}

#respond.comment-respond #reply-title,
.woocommerce #review_form #respond #reply-title {
	font-weight: bold;
	font-size: 1.125rem;
}

#respond.comment-respond #reply-title small {
	margin-right: 5px;
	font-weight: normal;
}

.woocommerce #review_form #respond #commentform .name-and-email-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 41px;
}

#respond.comment-respond #commentform .comment-form-comment label,
#respond.comment-respond #commentform .name-and-email-wrapper label,
.woocommerce #review_form #respond #commentform .name-and-email-wrapper label,
.woocommerce #review_form #respond #commentform .comment-form-comment label {
	display: none;
}

#respond.comment-respond #commentform .name-and-email-wrapper p input,
.woocommerce #review_form #respond #commentform .name-and-email-wrapper p input {
	width: 100%;
	padding: 15px 20px 15px 0;
	border: 1px solid #f0f0f0;
}

#respond.comment-respond textarea,
.woocommerce #review_form #respond textarea {
	width: 100%;
	border: 1px solid #f0f0f0;
	padding: 17px 20px 0 0;
}

#respond.comment-respond input#submit,
.woocommerce #respond input#submit {
	background-color: #c0ea6a;
	font-weight: bold;
	padding: 17px 53px;
}

.woocommerce div.product .product-tags .section-title{
	margin-bottom: 5px;
}

.woocommerce div.product .product-tags .product-tag-badge:hover{
	text-decoration: underline;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products {
	flex-basis: 100%;
}