Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.16.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : _comments.scss
.woocommerce-Reviews-title,
.comments-title,
.comment-respond .comment-reply-title{
	font-size: var(--theme-h3-font-size);
	margin-bottom: 1em;
	display: block;
	line-height: 1.4;
	color: $heading-font-color;
	font-family: $heading-font-family;
	font-weight: $heading-font-weight;
	letter-spacing: var(--theme-heading-font-spacing);
}

.comment-content ol li,
.comment-content ul li {
	margin-bottom: 8px;
}
.comment-content ol ol,
.comment-content ol ul,
.comment-content ul ul {
	margin-top: 8px;
	margin-bottom: 0;
}
.comment-reply-title small{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	font-family: $body-font-family;
	padding: 0 5px;
}
.comment-list{
	margin: 0 0 70px;
	> .comment-container{
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding-bottom: 25px;
		margin-bottom: 30px;
		.comment-container{
			.comment-body{
				margin-top: 20px;
				padding-top: 25px;
				border-top: 1px solid rgba(0, 0, 0, 0.1);
			}
		}
	}
}

.comment-list .comment-body{
	@include display();
}


.comment-list img.avatar{
	width: 80px;
	height: 80px;
	min-width: 80px;
	border-radius: 50%;
	object-fit: cover;
	.ltr & {
		margin-right: 20px;
	}
	.rtl & {
		margin-left: 20px;
	}
}

.comment-list .comment-author{
	font-size: 16px;
	margin-bottom: 5px;
}
.comment-list .comment-author .comment-link{
	font-size: 14px;
	margin: 0;
	display: inline-block;
	text-transform: capitalize;
	font-family: inherit;
	font-weight: 600;
}
.comment-list .comment-author .comment-meta{
	font-size: 12px;
}
.comment-list .comment-author .comment-meta .comment-date{
	color: $three-color;
}
.comment-list .comment-author .comment-meta a{
	margin-left: 10px;
}
.comment-list .comment-entry .comment-meta{
	line-height: 1;
	display: inline-block;
}
.comment-list .comment-entry .comment-meta a{
	font-weight: 500;
	font-size: 12px;
	border: 1px solid $border-color;
	padding: 7px 15px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
	border-radius: 2px;
}
.comment-list .comment-entry .comment-meta a:hover{
	background-color: $primary-color;
	border-color: $primary-color;
	color: #fff;
}

.commentmetadata a {
	font-size: 12px;
	text-transform: capitalize;
	margin-right: 10px;
}

.comment-content-outer{
	width: calc(100% - 100px);
	@include display();
	@include flex-flow(row wrap);
	@media(max-width: 768px){
		width: calc(100% - 70px);
	}
	>.comment-entry{
		width: 100%;
		@media(max-width: 768px){
			margin-bottom: 10px;
		}
	}
	>.comment-author{
		@media(min-width: 768px){
			@include order(1);
			margin: 0;
		}
	}
	> .commentmetadata {
		@media(min-width: 768px){
			display: block;
			@include order(2);
			margin-left: auto;
		}
	}
	a.comment-reply-link:before{
		content: '\ea86';
		font-family: LaStudioIcons;
		font-weight: normal;
		speak: none;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		padding-right: 5px;
		vertical-align: middle;
		margin-top: 1px;
		display: inline-block;
	}
	a.comment-edit-link:before{
		content: '\ea88';
		font-family: LaStudioIcons;
		font-weight: normal;
		speak: none;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		padding-right: 5px;
		vertical-align: middle;
		margin-top: -2px;
		display: inline-block;
	}
}

.comment-list .children{
	list-style: none;
}

.comment-list .comment-respond textarea{
	margin-bottom: 20px;
}

div#respond {
	margin-bottom: 50px;
}
.comment-container div#respond {
	margin-top: 40px;
}
.comment-respond .comment-reply-title {
	margin-bottom: 15px;
}

/*
For WC Reviews
*/

.commentlist{
	margin: 0;
	list-style: none;
}
.commentlist .comment_container{
	position: relative;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.commentlist img.avatar{
	width: 100px;
	height: 100px;
	min-width: 100px;
	object-fit: cover;
	border-radius: 50%;
	.rtl & {
		margin-left: 30px;
	}
	.ltr & {
		margin-right: 30px;
	}
}
.commentlist .comment-text{
	width: calc(100% - 100px);
	min-height: 100px;
}
.commentlist .woocommerce-review__dash {
	margin: 0 5px;
}
.commentlist p.meta{
	margin-top: 5px;
	margin-bottom: 5px;
	@include display;
	@include align-items(center);
}

.commentlist .woocommerce-review__author{
	text-transform: capitalize;
}
p.comment-notes{
	font-style: italic;
	font-size: 1em;
	margin-bottom: 50px;
}
body:not(.logged-in) p.comment-notes{
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.comment-form .logged-in-as{
	font-size: 0.875em;
	margin-bottom: 25px;
}
.comment-form label{
	display: block;
	margin-bottom: 10px;
	vertical-align: middle;
}
.comment-form textarea{
	margin-bottom: 20px;
}
.comment-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){
	margin-bottom: 15px;
	width: 100%;
	max-width: 100%;
	-webkit-appearance: none;
	padding: 15px 25px;
	line-height: 2;
}
.comment-form .comment-form-cookies-consent{
	font-size: .875em;
}
.comment-form .comment-form-cookies-consent label{
	display: inline;
	padding: 0 5px;
}
.comment-form textarea{
	width: 100%;
	height: 150px;
	max-width: 100%;
	padding: 20px;
	vertical-align: top;
	-webkit-appearance: none;
}
.comment-form .submit{
	min-width: 180px;
	padding: 20px 30px;
}
.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author{
	width: calc((100% / 3) - 15px);
	float: left;
	margin-left: 20px;
}
.comment-form .comment-form-author{
	margin-left: 0;
}
.comment-form .comment-form-email ~ .form-submit{
	padding-top: 5px;
}
.comment-form-rating {
	margin-bottom: 10px;
}
.comment-form-rating label{
	margin-bottom: 0;
	display: inline-block;
	.rtl & {
		margin-left: 20px;
	}
	.ltr & {
		margin-right: 20px;
	}
}
.comment-form-rating p.stars{
	display: inline-block;
	line-height: 1;
	margin: 0;
}
.woocommerce-Reviews .comment-form textarea{
	margin-bottom: 0;
}
.woocommerce-Reviews .comment-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){
	margin-bottom: 0;
}
.woocommerce-Reviews .comment-form-comment + p.form-submit{
	padding-top: 20px;
}
li.trackback,
li.pingback{
	margin-bottom: 8px;
	padding-bottom: 8px;
}
li.trackback:first-child,
li.pingback:first-child{
	margin-top: 2em;
}
li.trackback + li.comment-container,
li.pingback + li.comment-container{
	margin-top: 2em;
}
p.no-comments{
	margin-top: 1em;
}

.comments-area .comments-title,
.comments-area > div#respond > .comment-reply-title {
	font-size: var(--theme-h2-font-size);
	margin-bottom: 30px;
}

.comments-area .comments-title{
	margin-bottom: 40px;
}

.comment-list .comment-reply-title {
	font-size: var(--theme-h5-font-size);
}
@media(max-width: 992px){
	.comment-list>li .comment-container .comment-body {
		margin-top: 10px;
		padding-top: 15px;
	}
	.comment-list>li {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 768px){

	.wc-tab .wc-tab-title a{
		padding: 10px 0;
	}
	.woocommerce-Reviews .comment-reply-title{
		font-size: 16px;
		padding-bottom: 10px;
		display: block;
	}
	.comment-form textarea{
		padding: 15px;
		margin-bottom: 15px;
	}
	.comment-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){
		padding: 10px 15px;
	}

	.comment-list .comment-entry .comment-meta a{
		margin-right: 3px;
	}
	.comment-list img.avatar{
		width: 50px;
		height: 50px;
		min-width: 50px;
	}
	.commentlist .woocommerce-review__published-date,
	.commentlist .woocommerce-review__author{
		font-size: inherit;
	}
	.commentlist img.avatar{
		width: 50px;
		height: 50px;
		min-width: 50px;
		margin-right: 20px;
	}
	.commentlist .comment-text{
		padding-left: 10px;
		width: calc(100% - 70px);
	}
	.commentlist .star-rating{
		position: relative;
		top: 0;
	}
	.commentlist .comment_container{
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
}
@media (max-width: 600px){
	.comment-form .comment-form-url,
	.comment-form .comment-form-email,
	.comment-form .comment-form-author{
		width: 100%;
		margin-left: 0;
	}
	.comment-list img.avatar{
		.rtl & {
			margin-left: 10px;
		}
		.ltr & {
			margin-right: 10px;
		}
	}
	.comment-content-outer{
		width: calc(100% - 60px);
		padding: 10px;
	}
	.comment-list .children{
		margin-left: 15px;
	}
	.comment-list .children .children{
		margin-left: 10px;
	}
}
.woocommerce-Reviews .woocommerce-Reviews-title,
.woocommerce-Reviews .comment-respond .comment-reply-title{
	//font-size: var(--theme-h4-font-size);
	//letter-spacing: -0.01em;
}

.woocommerce-Reviews .comment-respond .comment-reply-title {
	margin-bottom: 10px;
}
© 2025 XylotrechusZ