
#kh_box_custom_review .review .comment-text .comment-edit-link {
	display: none;
}

.kh_expand_box {
    height: 200px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    background-image: linear-gradient(#fff0, #fff 60%);
    display: flex;
	justify-content: center;
	align-items: flex-end;
}
.kh_expand_box .btn_expand {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #222;
    font-size: 1.2em;
    margin-bottom: 12px;
}
.thong-tin-san-pham .woocommerce-tabs #tab-description.collapse {
	height: 4000px;
	overflow: hidden;
}
.thong-tin-san-pham .woocommerce-tabs #tab-description.expanded {
    height: 100%;
    transition: height 1s ease-in;
}
.expanded .kh_expand_box {
    height: 100px;
}

.woocommerce-product-rating .num_rating {
	font-size: 14px;
}
.woocommerce-product-rating .num_rating.has_border {
	padding: 0 10px;
	width: max-content;
	display: inline-block;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 5px;
}
.woocommerce-product-rating .num_rating strong {
  	font-size: 18px;
  	font-weight: normal;
}
.wfpfaq_form .wrap_field_form .submit {
    background-color: #71b430;
}
.wfpfaq_form .wrap_field_form > p.logged-in-as {
    flex: 0 0 100%;
    margin-bottom: 10px;
    font-size: 15px;
}
.wfpfaq_form .wrap_field_form > p.logged-in-as a {
    color: var(--color-primary);
}
.wfpfaq_form .wrap_field_form > p.logged-in-as .required-field-message {
    display: none;
}
.comment-list .wfpfaq_comment .comment-content {
    margin: 5px 0 10px 5px;
}
#wfpfaq .comment-body .reply {
    margin-left: 5px;
}

.kh_module_faqs .accordion-title.plain {
    font-size: 18px;
}
.kh_module_faqs .accordion-title.plain span {
    display: inline-block;
    position: relative;
}
.kh_module_faqs .accordion-title.plain span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: ;
    background-color: var(--color-primary);
    bottom: 0;
    left: 0;
}

