/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 30 2025 | 12:13:52 */
.product_meta .sku_wrapper,
.product_meta .posted_in {
	display: none !important;
}
.wcst_guarantee_box {
	margin-top: 35px !important;
}

/* termék oldal értékelések */
.my-prod-page-comments-main-container {
	background-color: #f9f9f9;
	padding: 5% 5%;
}
.my-prod-page-comments-summary {
	display: grid;
	grid-template-columns: 40% 56%;
    gap: 4%;
	width: 100%;
	align-items: center;
}
.my-prod-page-comments-summary-left {
	text-align: center;
}
.my-prod-page-comments-summary-left h3 {
	margin-bottom: 10px;
	font-size: 60px;
	font-weight: 600;
	line-height: 80%;
}
.my-prod-page-comments-summary-right {
	display: flex;
	flex-direction: column;
	padding: 10px 0px;
}
.my-prod-page-comments-rating-line {
	display: grid;
	height: 40px;
	align-items: center;
	grid-template-columns: 15% 65% 10%;
	gap: 5%;
	width: 100%;
}
.my-prod-page-comments-meter {
	height: 30px;
	border: 1px solid #bbbbbb;
	background-color: #f5f5f5;
}
.my-prod-page-comments-meter-inner {
	height: 100%;
	background-color: #ad8500;
}
.my-prod-page-comments-divider {
	width: 100%;
	height: 2px;
	background-color: #eeeeee;
	margin: 40px 0px;
}
.my-prod-page-comments-container {
	column-count: 5;
}
.my-grid-class {
	column-count: unset !important;
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	grid-column-gap: 4%;
}
.my-comment-content {
	font-size: 14px;
}
.my-comment-container { display: inline-flex; width: 100%; flex-direction: column; margin-bottom: 1em; }
.my-comment-details { background-color: #f0f0f0; padding: 10px; display: flex; flex-direction: column; }
.my-comment-name { font-weight: bold; }
.my-comment-date { color: grey; font-size: small; margin-bottom: 5px; }
.my-comment-divider { width: 100%; height: 1px; margin: 15px 0px; background-color: #bbbbbb; }
.my-comment-product-container { display: grid; grid-template-columns: 50px auto; gap: 5%; align-items: center; }
@media screen and (max-width: 1024px) { 
	.my-prod-page-comments-container { 
		column-count: 4; 
	} 
	.my-prod-page-comments-summary { 
		grid-template-columns: 100%; 
	} 
}
@media screen and (max-width: 767px) { 
	.my-prod-page-comments-container { 
		column-count: 3; 
	} 
	.my-prod-page-comments-rating-line { 
		height: unset;
		grid-template-columns: 19% 65% 10%;
		gap: 3%;
		font-size: 14px; 
	} 
	.my-prod-page-comments-summary-right {
		gap: 10px;
	}
}
@media screen and (max-width: 600px) { 
	.my-prod-page-comments-container { 
		column-count: 2; 
	} 
}
@media screen and (max-width: 400px) { 
	.my-prod-page-comments-container { 
		column-count: 1; 
	} 
}