/* Company widget title with Kiyoh logo */
.widget_converzo_kiyoh_company_widget .widget-title::before {
	content: "";
	display: block;
	background-image: url("https://www.kiyoh.com/assets/kiyoh/images/kv_shape.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	margin-left: -40px;
	top: 25px;
	position: relative;
}

.widget_converzo_kiyoh_company_widget .widget-title {
	margin-left: 40px;
}

.kiyoh-link {
	clear: both;
	display: block;
	text-decoration: none;
	color: #000;
}

.kiyoh-shop-snippets {
	display: inline-block;
}

.kiyoh-shop-snippets .rating-box {
	float: left;
	width: 91px;
	background: url('../images/rating-sprite.png') no-repeat 0 -15px;
	height: 15px;
	margin: 11px 10px 10px 10px;
}

.kiyoh-shop-snippets .rating-box .rating {
	height: 15px;
	background: url('../images/rating-sprite.png') no-repeat 0 0;
	margin: 0;
	padding: 0;
}

/* Hide WooCommerce review form when disabled */
.kiyoh-hide-review-form #review_form_wrapper {
	display: none;
}