.yorum-panel {
	position: fixed;
	height: 100%;
	width: 500px;
	max-width: 90%;
	top: 0;
	right: 0;
	z-index: 99997;
	padding: 20px 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.4);

	overflow: auto;
	display: none;
}

.yorum-panel-content {
	padding-top: 60px;
}

.yorum-panel-close {
	position: absolute;
	width: 45px;
	height: 45px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	border: solid 1px #dddddd;
}
.yorum-panel-close i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
