/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 24 2025 | 08:09:25 */
/**star rating badge**/
.cr-stars-under-title,
.cr-stars-under-title * {
  color: #444 !important;
}
/*histogram box*/
.cr-summaryBox-wrap {
	background-color: #fff !important;
}
.ivole-histogramRow {
	background-color: #fff !important;
}
.cr-average-rating {
	font-size: 25px !important;
	line-height: 25px !important;
}
.cr-ajax-reviews-add-review {
	padding: 10px 20px !important;
    width: 240px !important;
    border-radius: 15px !important;
    border-color: #132038 !important;
    background: #132038 !important;
    color: white !important;
	font-size: 15px !important;
	margin: 6px !important;
}
.ivole-meter {
	border-radius: 10px !important;
	height: 18px;
	box-shadow: none;
	color: e0e0e080;
}
.ivole-meter .ivole-meter-bar {
    border-radius: 10px;
    background-color: #FFD686;
	background: #FFD686;
    box-shadow: none;
}
/*hide image list*/
.cr-ajax-reviews-cus-images-div {
	display: none;
}
/*hide tag*/
.cr-review-tags-filter {
	display: none !important;
}
.cr-review-tags {
	display: none !important;
}
/*search bar*/
#reviews.cr-reviews-ajax-reviews .cr-ajax-search, .cr-all-reviews-shortcode .cr-ajax-search {
	display: none;
}
/*reviews list*/
.cr-ajax-reviews-list li {
	margin: 0 0 10px 0 !important;
}
.review .comment-text {
	padding-bottom: 25px !important;
}
.cr-comment-images {
	margin-top: 15px !important;
}
.cr-comment-productname-a {
	font-size: 14px;
	font-weight: 600;
	color: #7B7B7B;
}
.commentlist li .comment-text .description p {
	margin-top: 15px !important;
	margin-bottom: 0px !important;
	color: #444444;
}
/*Show more button*/
.cr-show-more-reviews-prd {
	background-color: #E4E7EDB3 !important;
	border: 0 !important;
	box-shadow: none !important;
}
.cr-show-more-reviews-prd:hover {
	background-color: #E4E7EDB3 !important;
	border: 0 !important;
	box-shadow: none !important;
}
.cr-show-more-button {
	border-radius: 30px !important;
}
/*Reviews replies*/
 /* ==== Shop manager reply width & layout ==== */
  .cr-all-reviews-shortcode ol.commentlist ul.children{
  	margin: 0px !important;
    margin-inline-start: unset !important;
  }
  /* 어떤 부모가 flex로 가운데 정렬해도 왼쪽으로 늘어나게 */
  .comment.depth-2,
  .comment.depth-2 .comment_container,
  .comment.depth-2 .comment-text{
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    align-self: stretch !important;     /* flex 컨테이너 안에서 좌우로 쭉 */
    text-align: left !important;
  }
  .comment.depth-2{
	margin: 0 !important;
  }
  /* 실제 카드 */
  .comment.depth-2 .comment-text{
    background: #f2f4f6 !important;
    border-radius: 5px !important;
    padding: 10px 15px 18px 15px !important;
	border: 0px;
  }
  .comment.depth-2 .comment-text .description p{
    margin: 5px 0 !important;
  }
  .comment.depth-2 .comment-text .crj-rev__author-wrapper .crj-rev__author{
	font-size: 16px !important;
  }
  /* 답글에서 상품명/별점은 숨김 */
  .comment.depth-2 .cr-product-name-picture{ display:none !important; }
  .comment.depth-2 .crstar-rating-svg{ display:none !important; }
  .comment.depth-2 .crj-row-rating{ display:none !important; }
  .comment.depth-2 .comment-text .crj-rev__author-wrapper .crj-rev__buyer-badge-wrapper{ display:none !important; }